|
From: <sv...@va...> - 2005-08-20 11:47:06
|
Author: tom
Date: 2005-08-20 12:46:57 +0100 (Sat, 20 Aug 2005)
New Revision: 4469
Log:
Add suppressions for some glibc 2.2 linuxthreads issues. Bug #111006.
Modified:
trunk/glibc-2.2.supp
Modified: trunk/glibc-2.2.supp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/glibc-2.2.supp 2005-08-19 20:23:49 UTC (rev 4468)
+++ trunk/glibc-2.2.supp 2005-08-20 11:46:57 UTC (rev 4469)
@@ -496,8 +496,18 @@
obj:/usr/X11R6/lib/libXt.so.6.0
}
=20
-# LinuxThreads suppressesion
+## Bug in PRE(sys_clone), really. Some args are not used.
{
+ LinuxThread clone use (child_tidptr)
+ Memcheck:Param
+ clone(child_tidptr)
+ fun:clone
+ fun:__pthread_initialize_manager
+ fun:pthread_create@@GLIBC_2.2.5
+}
+
+## LinuxThreads manager writes messages containing undefined bytes
+{
LinuxThreads: write/pthread_create
Memcheck:Param
write(buf)
@@ -510,3 +520,33 @@
fun:write
fun:pthread_create@@GLIBC_2.1
}
+{
+ LinuxThreads: write/pthread_onexit_process
+ Memcheck:Param
+ write(buf)
+ fun:write
+ fun:pthread_onexit_process
+ fun:exit
+}
+{
+ LinuxThreads: write/pthread_join
+ Memcheck:Param
+ write(buf)
+ fun:write
+ fun:pthread_join
+}
+{
+ LinuxThreads: write/pthread_create
+ Memcheck:Param
+ write(buf)
+ fun:write
+ fun:pthread_create@@GLIBC_2.2.5
+}
+{
+ LinuxThreads: write/__pthread_initialize_manager/pthread_create
+ Memcheck:Param
+ write(buf)
+ fun:write
+ fun:__pthread_initialize_manager
+ fun:pthread_create@@GLIBC_2.2.5
+}
|