Skip to content

Commit 194fd71

Browse files
Even more suppressions for glibc-2.6.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7154
1 parent f57a498 commit 194fd71

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

glibc-2.3456-NPTL-helgrind.supp

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Helgrind:Race
1313
obj:/lib*/ld-2.5.so
1414
obj:/lib*/ld-2.5.so
15-
obj:/lib*/ld-2.5.so
1615
}
1716
{
1817
helgrind-glibc25-002
@@ -137,7 +136,6 @@
137136
Helgrind:Race
138137
obj:/lib*/ld-2.4.so
139138
obj:/lib*/ld-2.4.so
140-
obj:/lib*/ld-2.4.so
141139
}
142140
{
143141
helgrind-glibc24-003
@@ -205,7 +203,6 @@
205203
Helgrind:Race
206204
obj:/lib*/ld-2.6.*so
207205
obj:/lib*/ld-2.6.*so
208-
obj:/lib*/ld-2.6.*so
209206
}
210207
{
211208
helgrind-glibc26-003
@@ -264,14 +261,19 @@
264261
Helgrind:Race
265262
fun:__lll_lock_wait
266263
}
264+
{
265+
helgrind-glibc26-107
266+
Helgrind:Race
267+
obj:/lib*/libpthread-2.6.*so
268+
fun:sem_*
269+
}
267270

268271
######--------- glibc-2.3 specific ---------######
269272
{
270273
helgrind-glibc23-001
271274
Helgrind:Race
272275
obj:/lib*/ld-2.3.*so
273276
obj:/lib*/ld-2.3.*so
274-
obj:/lib*/ld-2.3.*so
275277
}
276278
{
277279
helgrind-glibc23-002

glibc-2.6.supp

+10
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,13 @@
252252
obj:/lib/libpthread-0.10.so
253253
fun:pthread_create
254254
}
255+
256+
##----------------------------------------------------------------------##
257+
# ppc32 running openSUSE 10.3
258+
{
259+
X11-libXaw8-libXaw8-libXaw8
260+
Memcheck:Cond
261+
obj:/usr/lib*/libXaw8.so*
262+
obj:/usr/lib*/libXaw8.so*
263+
obj:/usr/lib*/libXaw8.so*
264+
}

0 commit comments

Comments
 (0)