|
From: <sv...@va...> - 2007-07-23 14:33:05
|
Author: dirk
Date: 2007-07-23 15:33:06 +0100 (Mon, 23 Jul 2007)
New Revision: 6769
Log:
suppression update for 10.3/glibc 2.6
Modified:
branches/VALGRIND_3_2_BRANCH/glibc-2.6.supp
branches/VALGRIND_3_2_BRANCH/xfree-4.supp
Modified: branches/VALGRIND_3_2_BRANCH/glibc-2.6.supp
===================================================================
--- branches/VALGRIND_3_2_BRANCH/glibc-2.6.supp 2007-07-23 14:31:55 UTC (rev 6768)
+++ branches/VALGRIND_3_2_BRANCH/glibc-2.6.supp 2007-07-23 14:33:06 UTC (rev 6769)
@@ -81,6 +81,14 @@
obj:*lib*2.6.*.so
}
+{
+ glibc-2.6-on-SUSE-10.3-(x86)
+ Memcheck:Addr4
+ obj:/lib/ld-2.6.so
+ obj:/lib/ld-2.6.so
+ obj:/lib/ld-2.6.so
+}
+
##----------------------------------------------------------------------##
## Various structure padding things on SUSE 10.2
##
Modified: branches/VALGRIND_3_2_BRANCH/xfree-4.supp
===================================================================
--- branches/VALGRIND_3_2_BRANCH/xfree-4.supp 2007-07-23 14:31:55 UTC (rev 6768)
+++ branches/VALGRIND_3_2_BRANCH/xfree-4.supp 2007-07-23 14:33:06 UTC (rev 6769)
@@ -134,10 +134,33 @@
}
{
+ struct with uninitialized paddings - libxcb
+ Memcheck:Param
+ writev(vector[...])
+ obj:/lib/ld-2.6.so
+ obj:/usr/lib*/libxcb.so.1.0.0
+ obj:/usr/lib*/libxcb.so.1.0.0
+ fun:xcb_send_request
+ fun:_X*
+}
+
+{
+ struct with uninitialized paddings - libxcb
+ Memcheck:Param
+ writev(vector[...])
+ obj:/lib/ld-2.6.so
+ obj:/usr/lib*/libxcb.so.1.0.0
+ obj:/usr/lib*/libxcb.so.1.0.0
+ obj:/usr/lib*/libxcb.so.1.0.0
+ fun:xcb_*
+ fun:_X*
+}
+
+{
another struct with uninitialized paddings
Memcheck:Param
write(buf)
- fun:*
+ obj:*
fun:_IceTransSocketWrite
fun:_IceTransWrite
fun:_IceWrite
@@ -165,23 +188,13 @@
Xorg 6.8.1 ICE uninit __write* padding
Memcheck:Param
write(buf)
- fun:__write*
+ obj:*
fun:_IceTransWrite
fun:_IceWrite
fun:IceFlush
}
{
- Xorg 6.8.1 ICE uninit write padding
- Memcheck:Param
- write(buf)
- fun:write
- fun:_IceTransWrite
- fun:_IceWrite
- fun:IceFlush
-}
-
-{
Xorg 6.8.1 writev uninit padding
Memcheck:Param
writev(vector[...])
@@ -202,6 +215,8 @@
fun:_XSend
}
+
+
# There's something strange about a % 127 in XftFontOpenInfo
# (hashing) which gcc turns into a multiply by 33818641 and
# some other guff instead. I don't understand it enough to
|