Browse code

suppress a false positive race

* ChangeLog:

git-svn: trunk@4234

Török Edvin authored on 2008/10/08 04:35:48
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Tue Oct  7 22:52:59 EEST 2008 (edwin)
2
+-------------------------------------
3
+
4
+ * unit_tests/valgrind.supp: suppress a false positive race
5
+
1 6
 Tue Oct  7 22:52:06 EEST 2008 (edwin)
2 7
 -------------------------------------
3 8
 
... ...
@@ -167,6 +167,20 @@
167 167
    fun:*
168 168
    fun:_dl_allocate_tls
169 169
 }
170
+# glibc uses IO_lock_lock, which uses lll_lock,
171
+# and valgrind doesn't know about it, so it thinks it is unlocked
172
+{
173
+   glibc-IOlock-fp
174
+   Helgrind:Race
175
+   fun:*
176
+   fun:*
177
+   fun:fputs
178
+}
179
+{
180
+   glibc-IOlock-fp
181
+   Helgrind:Race
182
+   fun:fputs
183
+}
170 184
 #{
171 185
 #	helgrind-glibc27-dbg18
172 186
 #	Helgrind:Race