|
From: <sv...@va...> - 2017-05-11 03:06:04
|
Author: bart
Date: Thu May 11 04:05:53 2017
New Revision: 16359
Log:
drd: Update suppressions file
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
==============================================================================
--- trunk/glibc-2.X-drd.supp (original)
+++ trunk/glibc-2.X-drd.supp Thu May 11 04:05:53 2017
@@ -115,6 +115,12 @@
fun:pthread_cancel_init
}
{
+ drd-libpthread-pthread_cancel
+ drd:ConflictingAccess
+ fun:pthread_cancel
+ fun:pthread_cancel_intercept
+}
+{
drd-libpthread-_Unwind_ForcedUnwind
drd:ConflictingAccess
...
|