From: Paul Floyd Date: Wed, 27 Mar 2024 19:51:02 +0000 (+0100) Subject: Darwin DRD: suppressions for macOS 10.13 X-Git-Tag: VALGRIND_3_23_0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d504da0b0d02103fe9cdd47a4a0fb56450aec1;p=thirdparty%2Fvalgrind.git Darwin DRD: suppressions for macOS 10.13 --- diff --git a/darwin17.supp b/darwin17.supp index 76ef05f6a..2354672d0 100644 --- a/darwin17.supp +++ b/darwin17.supp @@ -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_* +}