]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin DRD: suppressions for macOS 10.13
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 27 Mar 2024 19:51:02 +0000 (20:51 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 27 Mar 2024 19:51:02 +0000 (20:51 +0100)
darwin17.supp

index 76ef05f6acdadff43668beb4314b0bf2ddd43503..2354672d056cedb5f14c37dcb7d5c036d0e7bb1b 100644 (file)
@@ -825,3 +825,140 @@ fun:pthread_rwlock_init
    Memcheck:Cond
    fun:ccaes_vng_ctr_crypt
 }
+{
+   OSX1013:nanosleep
+   drd:ConflictingAccess
+   fun:nanosleep
+}
+{
+   OSX1013:_pthread_join
+   drd:ConflictingAccess
+   fun:_pthread_join
+}
+{
+   OSX1013:usleep
+   drd:ConflictingAccess
+   fun:pthread_testcancel
+   fun:usleep
+}
+{
+   OSX1013:_pthread_join_cleanup
+   drd:ConflictingAccess
+   fun:_pthread_join_cleanup
+}
+{
+   OSX1013:pthread_mutex_destroy
+   drd:ConflictingAccess
+   fun:pthread_mutex_destroy
+}
+{
+   OSX1013:pthread_cond_destroy
+   drd:ConflictingAccess
+   fun:pthread_cond_destroy
+}
+{
+   OSX1013:pthread_mutex_unlock
+   drd:ConflictingAccess
+   fun:pthread_mutex_unlock
+}
+{
+   OSX1013:pthread_mutex_lock
+   drd:ConflictingAccess
+   fun:pthread_mutex_lock
+}
+{
+   OSX1013:_pthread_deallocate
+   drd:ConflictingAccess
+   fun:_pthread_deallocate
+}
+{
+   OSX1013:std::timed_mutex::unlock
+   drd:ConflictingAccess
+   fun:_ZNSt3__111timed_mutex6unlockEv
+}
+{
+   std::timed_mutex::try_lock_until
+   drd:ConflictingAccess
+   fun:_ZNSt3__111timed_mutex14try_lock_untilINS_6chrono12steady_clockENS2_8durationIxNS_5ratio*
+}
+{
+   OSX1013:_pthread_cond_updateval
+   drd:ConflictingAccess
+   fun:_pthread_cond_updateval
+}
+{
+   OSX1013:pthread_cond_signal
+   drd:ConflictingAccess
+   fun:pthread_cond_signal
+}
+{
+   OSX1013:_pthread_mutex_droplock
+   drd:ConflictingAccess
+   fun:_pthread_mutex_droplock
+}
+{
+   OSX1013:_pthread_cond_wait
+   drd:ConflictingAccess
+   fun:_pthread_cond_wait
+}
+{
+   OSX1013:mach_timebase_info
+   drd:ConflictingAccess
+   fun:mach_timebase_info
+}
+{
+   OSX1013:pthread_testcancel
+   drd:ConflictingAccess
+   fun:pthread_testcancel
+}
+# take care with this, don't want to suppress anything in user
+# thread functions
+{
+   OSX1013:_pthread_body
+   drd:ConflictingAccess
+   fun:_pthread_body
+}
+{
+   OSX1013:exit
+   drd:ConflictingAccess
+   ...
+   fun:exit
+}
+{
+   OSX1013:freeaddrinfo
+   drd:ConflictingAccess
+   fun:freeaddrinfo
+}
+{
+   OSX1013:getaddrinfo
+   drd:ConflictingAccess
+   ...
+   fun:getaddrinfo
+}
+{
+   OSX1013:cache_fill
+   drd:ConflictingAccess
+   fun:_ZN7cache_t10reallocateEjj
+   fun:cache_fill
+}
+{
+   OSX1013:os_unfair_lock
+   drd:ConflictingAccess
+   ...
+   fun:*os_unfair_lock*
+}
+{
+   OSX1013:objc_msgSend
+   drd:ConflictingAccess
+   fun:objc_msgSend
+}
+{
+   OSX1013:cache_fill
+   drd:ConflictingAccess
+   fun:cache_fill
+}
+{
+   OSX1013:_nc_table
+   drd:ConflictingAccess
+   fun:_nc_table_*
+}