Add a FreeBSD suppression for fun:_malloc_postfork

This was causing drd/tests/fork-parallel to fail intermittently.
It's due to the use of a jemalloc-specific mutex.
This commit is contained in:
Paul Floyd 2021-11-14 16:42:31 +01:00
parent 595341b150
commit 5f8211aa60

View File

@ -168,3 +168,10 @@
fun:_ZNSt3__15mutexD1Ev
fun:__cxa_finalize
}
{
DRD-FREEBSD130-JEMALLOC
drd:ConflictingAccess
obj:*/lib*/libc.so.7
obj:*/lib*/libc.so.7
fun:_malloc_postfork
}