Skip to content
Commit 56dc0dfd authored by Cornu, Marcel D's avatar Cornu, Marcel D
Browse files

Updated LibPerfApp to allocate MB manager memory on main thread.

This is required to fix a segmentation fault caused by the following command:
$ ./ipsec_perf --threads 8

This happens only on some platforms and only for number of threads equal to 8.
The issue is believed to be caused by the libc memory allocator incorrectly
allocating memory under certain corner conditions.
The workaround is to allocate MB manager memory sequentially in the main thread.

Change-Id: I3c5f6efb9372d67c0d80eeed06c14a6a74ad2baa
parent 1506aa73
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment