]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin: Helgrind suppressions for macOS 10.13
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 29 Mar 2024 13:16:06 +0000 (14:16 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 29 Mar 2024 13:16:06 +0000 (14:16 +0100)
darwin17.supp

index 2354672d056cedb5f14c37dcb7d5c036d0e7bb1b..e58b4942226ab8998e51d9c5df94f2c79e870552 100644 (file)
@@ -16,7 +16,7 @@
 {
    OSX1013:2-Leak
    Memcheck:Leak
-   match-leak-kinds: definite
+   match-leak-kinds: all
    fun:malloc_zone_?alloc
    ...
    fun:_read_images
@@ -825,6 +825,43 @@ fun:pthread_rwlock_init
    Memcheck:Cond
    fun:ccaes_vng_ctr_crypt
 }
+
+{
+   OSX1013:helgrind:_pthread_deallocate
+   Helgrind:Race
+   fun:_pthread_deallocate
+}
+
+{
+   OSX1013:helgrind:_pthread_join_cleanup
+   Helgrind:Race
+   fun:_pthread_join_cleanup
+}
+
+{
+   OSX1013:helgrind:_pthread_join
+   Helgrind:Race
+   fun:_pthread_join
+}
+
+{
+   OSX1013:helgrind:_pthread_terminate
+   Helgrind:Race
+   fun:_pthread_terminate
+}
+
+{
+   OSX1013:helgrind:_pthread_exit
+   Helgrind:Race
+   fun:_pthread_exit
+}
+
+{
+   OSX1013:helgrind:_pthread_body
+   Helgrind:Race
+   fun:_pthread_body
+}
+
 {
    OSX1013:nanosleep
    drd:ConflictingAccess