source: branches/profile/SOURCE_TOOLS/arb.supp

Last change on this file was 12349, checked in by westram, 10 years ago
  • xfig-data leaked in gtk version as well
File size: 951 bytes
Line 
1#
2# This is a valgrind suppression file that should be used when using valgrind with arb.
3#
4# Contains common errors
5# - motif specific errors should go into arb_motif.supp
6# - gtk   specific errors should go into arb_gtk.supp
7#
8# see also arb_valgrind@suppressions
9
10{
11   arb: leaks loaded xfig-data with AW_window
12   Memcheck:Leak
13   ...
14   fun:_ZN9AW_window9load_xfigEPKcb
15   ...
16}
17
18{
19   arb: TEST_tree_remove_add_all leaks edges
20   Memcheck:Leak
21   fun:_Znwm
22   ...
23   fun:_ZN12AP_tree_edge10initializeEP12AP_tree_nlen
24#   fun:_ZL13buildSonEdgesP12AP_tree_nlen
25   ...
26   fun:_Z24TEST_tree_remove_add_allv
27}
28{
29   arb: TEST_tree_remove_add_all leaks edges
30   Memcheck:Leak
31   fun:_Znwm
32   ...
33   fun:_ZN12AP_tree_nlen*insertEPS_*
34   fun:_Z24TEST_tree_remove_add_allv
35}
36{
37   arb: TEST_tree_remove_add_all leaks nodes
38   Memcheck:Leak
39   fun:_Znwm
40   fun:_ZNK22AP_TreeNlenNodeFactory8makeNodeEP8TreeRoot
41   ...
42   fun:_Z24TEST_tree_remove_add_allv
43}
44
45
Note: See TracBrowser for help on using the repository browser.