mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
595341b150
commit
5f8211aa60
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user