]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Some suppressions for FC3 amd64 systems.
authorTom Hughes <tom@compton.nu>
Tue, 3 May 2005 09:03:51 +0000 (09:03 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 3 May 2005 09:03:51 +0000 (09:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3599

glibc-2.3.supp
xfree-4.supp

index 696f1bb8cd3719deff033e19986a47d497aded32..6f2a9cf756741f68e5c9061c1fcf1570b4b68609 100644 (file)
    obj:/lib/tls/libpthread-2.3.4.so
    obj:/lib/tls/libpthread-2.3.4.so
 }
+{
+   Unterminated strstr string in is_smp_system() (NPTL)
+   Memcheck:Cond
+   fun:strstr
+   fun:__pthread_initialize_minimal
+   obj:/lib64/tls/libpthread*.so*
+}
index e06e72e5053942a03beac41d202ccfdf22e769fa..e6cb2cb493707d9c8f53368d24839f0643f3d5d4 100644 (file)
    fun:_dl_map_object
 }
 
+{
+   strlen-not-intercepted-early-enough-HACK-3
+   Memcheck:Cond
+   fun:strlen
+   fun:_dl_new_object
+   fun:_dl_map_object_from_fd
+   fun:_dl_map_object
+}
+
+{
+   strlen-not-intercepted-early-enough-HACK-4
+   Memcheck:Cond
+   fun:strlen
+   fun:expand_dynamic_string_token
+   fun:_dl_map_object
+   fun:map_doit
+}
+
+## HACK to do with index not being intercepted early enough
+{
+   index-not-intercepted-early-enough-HACK-1
+   Memcheck:Cond
+   fun:index
+   fun:expand_dynamic_string_token
+   fun:_dl_map_object
+   fun:map_doit
+}
+
 ##----------------------------------------------------------------------##