aboutsummaryrefslogtreecommitdiff
path: root/glibc-2.2.supp
diff options
context:
space:
mode:
authorthughes <thughes@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-10-30 20:39:10 +0000
committerthughes <thughes@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-10-30 20:39:10 +0000
commit361cda779b27436c2bd8ba46a172247dcd0056d3 (patch)
tree74df037c3cf06367b113db1c0913b77706028e8e /glibc-2.2.supp
parent5d975077f31d584ec0c955ff0dd3450758e72f7c (diff)
downloadvalgrind-361cda779b27436c2bd8ba46a172247dcd0056d3.tar.gz
Suppress data race in glibc 2.2.4.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2879 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.2.supp')
-rw-r--r--glibc-2.2.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/glibc-2.2.supp b/glibc-2.2.supp
index e50ac438c..b774bfd97 100644
--- a/glibc-2.2.supp
+++ b/glibc-2.2.supp
@@ -186,6 +186,15 @@
fun:__libc_start_main
}
+{
+ _dl_map_object_deps/dl_open_worker/_dl_catch_error/_dl_open
+ Helgrind:Eraser
+ fun:_dl_map_object_deps
+ fun:dl_open_worker
+ fun:_dl_catch_error
+ fun:_dl_open
+}
+
#-------- Threading bugs?
# glibc 'knows' that destroying a locked mutex will unlock it
{