|
From: John H. <joh...@ha...> - 2003-08-20 09:05:13
|
Help, I'm struggling with suppressions !
I know the format should be:
# {
# name_of_suppression
# kind: one of Param Value1 Value2 Value4 Value8
# Free Addr1 Addr2 Addr4 Addr8
# Cond (previously known as Value0)
# (if Param: name of system call param, if Free: name of free-ing
fn)
# caller0 name, or /name/of/so/file.so
# caller1 name, or ditto
# (optionally: caller2 name)
# (optionally: caller3 name)
# }
but I just can not get it to work.
Can anyone start me off by providing the entry to suppress the leak
below ?
TIA
-- John Hetherington.
==26458== 84 bytes in 7 blocks are definitely lost in loss record 7957
of 8995
==26458== at 0x4003CE85: malloc (vg_clientfuncs.c:100)
==26458== by 0x404F8B8C: XQueryTree (in /usr/X11R6/lib/libX11.so.6.2)
==26458== by 0x403E102B: XmGetVisibility (in
/usr/X11R6/lib/libXm.so.2.1)
==26458== by 0x403E0D30: IsTraversable (in
/usr/X11R6/lib/libXm.so.2.1)
==26458== by 0x403E0576: CallTraverseObsured (in
/usr/X11R6/lib/libXm.so.2.1)
==26458== by 0x403E02F2: _XmMgrTraversal (in
/usr/X11R6/lib/libXm.so.2.1)
==26458== by 0x403E13B5: XmProcessTraversal (in
/usr/X11R6/lib/libXm.so.2.1)
==26458== by 0x81A51D9: XiSetFocusArtifact (XiFocus.c:39)
==26458== by 0x817A870: cigSetArtifactFocus (cig_focus.c:54)
==26458== by 0x81B3EE0: ci_getargs (ci_pprim.c:456)
|