]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a FreeBSD suppression for fun:_malloc_postfork
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 14 Nov 2021 15:42:31 +0000 (16:42 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 14 Nov 2021 15:42:31 +0000 (16:42 +0100)
This was causing drd/tests/fork-parallel to fail intermittently.
It's due to the use of a jemalloc-specific mutex.

freebsd-drd.supp

index a3414b544a49f60e1fc6855b3a46750d6a19a05f..f2234600b6d615cb8f3f71bc57c36d071c04088a 100644 (file)
    fun:_ZNSt3__15mutexD1Ev
    fun:__cxa_finalize
 }
+{
+   DRD-FREEBSD130-JEMALLOC
+   drd:ConflictingAccess
+   obj:*/lib*/libc.so.7
+   obj:*/lib*/libc.so.7
+   fun:_malloc_postfork
+}