|
From: Tom H. <th...@cy...> - 2005-01-16 10:52:49
|
CVS commit by thughes:
Add a couple more is_smp_system related suppressions.
M +19 -0 glibc-2.3.supp 1.18
--- valgrind/glibc-2.3.supp #1.17:1.18
@@ -264,4 +264,12 @@
fun:strstr
fun:pthread_initialize
+ obj:/lib/i686/libpthread-0.10.so
+ obj:/lib/i686/libpthread-0.10.so
+}
+{
+ Unterminated strstr string in is_smp_system() (LinuxThreads)
+ Memcheck:Cond
+ fun:strstr
+ fun:pthread_initialize
obj:/lib/libpthread-0.10.so
obj:/lib/libpthread-0.10.so
@@ -319,2 +327,13 @@
}
+##----------------------------------------------------------------------##
+## glibc-2.3.4 on FC3
+## Assumes that sysctl returns \0-terminated strings in is_smp_system
+{
+ Unterminated strstr string in is_smp_system() (NPTL)
+ Memcheck:Cond
+ fun:strstr
+ fun:__pthread_initialize_minimal_internal
+ obj:/lib/tls/libpthread-2.3.4.so
+ obj:/lib/tls/libpthread-2.3.4.so
+}
|