[spp] [Bug 442] disable ASLR is been highly recommended

bugzilla at dpdk.org bugzilla at dpdk.org
Wed Apr 8 03:04:26 CEST 2020


https://bugs.dpdk.org/show_bug.cgi?id=442

Itsuro Oda (oda at valinux.co.jp) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oda at valinux.co.jp

--- Comment #1 from Itsuro Oda (oda at valinux.co.jp) ---
It is a work around that is necessary to use vhost PMD from secondary processes
at the moment.
There is a case that a secondary process try to free a mempool that was created
by another secondary process (although it is not intentional). The free
function address that is registered at the creation is used to free mempool. If
the free function address is different among secondary processes, segmentation
fault will occur at freeing mempool.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the spp mailing list