Skip to content

Commit f109801

Browse files
author
sewardj
committed
Add a 32-bit-process only suppression, for OSX 10.8. Equivalent to
that of r14142 for 10.9. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14145 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 6154623 commit f109801

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

darwin12.supp

+8
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@
229229
obj:*AppKit.framework/Versions/C/AppKit
230230
}
231231

232+
{
233+
OSX108:32bit:_libxpc_initializer
234+
Memcheck:Cond
235+
fun:_libxpc_initializer
236+
fun:libSystem_initializer
237+
fun:*ImageLoaderMachO*doModInitFunctions*
238+
}
239+
232240
#########################################################
233241
## Leaks (apparently) in even hello-world style programs
234242

0 commit comments

Comments
 (0)