|
From: <sv...@va...> - 2013-12-02 15:13:18
|
Author: bart
Date: Mon Dec 2 15:13:05 2013
New Revision: 13745
Log:
Helgrind: Suppress false positive reports on _dl_allocate_tls_init()
Reported-by: Dejan Jevtic <dej...@rt...>
Modified:
trunk/glibc-2.34567-NPTL-helgrind.supp
Modified: trunk/glibc-2.34567-NPTL-helgrind.supp
==============================================================================
--- trunk/glibc-2.34567-NPTL-helgrind.supp (original)
+++ trunk/glibc-2.34567-NPTL-helgrind.supp Mon Dec 2 15:13:05 2013
@@ -244,6 +244,15 @@
#
# helgrind---ld.so-...-dlsym was merged into helgrind-glibc2X-001
+{
+ helgrind---_dl_allocate_tls
+ Helgrind:Race
+ fun:mempcpy
+ fun:_dl_allocate_tls_init
+ fun:pthread_create@@GLIBC_2.2*
+ fun:pthread_create_WRK
+ fun:pthread_create@*
+}
####################################################
# To do with GNU libgomp
|