aboutsummaryrefslogtreecommitdiff
path: root/glibc-2.2.supp
diff options
context:
space:
mode:
authorthughes <thughes@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-10-31 10:13:18 +0000
committerthughes <thughes@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-10-31 10:13:18 +0000
commit53459ef1c1dd559a803944119d5f73aa35d4b2bc (patch)
treecc498f7f98761d8589c80d86f49ca1072c5b5e95 /glibc-2.2.supp
parent361cda779b27436c2bd8ba46a172247dcd0056d3 (diff)
downloadvalgrind-53459ef1c1dd559a803944119d5f73aa35d4b2bc.tar.gz
Add some more data race suppressions for glibc 2.2.5.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2880 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.2.supp')
-rw-r--r--glibc-2.2.supp17
1 files changed, 17 insertions, 0 deletions
diff --git a/glibc-2.2.supp b/glibc-2.2.supp
index b774bfd97..d81fcf11f 100644
--- a/glibc-2.2.supp
+++ b/glibc-2.2.supp
@@ -163,6 +163,14 @@
}
{
+ _dl_lookup_symbol_internal/fixup/_dl_runtime_resolve
+ Helgrind:Eraser
+ fun:_dl_lookup_symbol_internal
+ fun:fixup
+ fun:_dl_runtime_resolve
+}
+
+{
_dl_lookup_versioned_symbol/fixup/_dl_runtime_resolve
Helgrind:Eraser
fun:_dl_lookup_versioned_symbol
@@ -195,6 +203,15 @@
fun:_dl_open
}
+{
+ _dl_map_object_deps_internal/dl_open_worker/_dl_catch_error_internal/_dl_open
+ Helgrind:Eraser
+ fun:_dl_map_object_deps_internal
+ fun:dl_open_worker
+ fun:_dl_catch_error_internal
+ fun:_dl_open
+}
+
#-------- Threading bugs?
# glibc 'knows' that destroying a locked mutex will unlock it
{