source: tags/ms_r16q3/SOURCE_TOOLS/arb_motif.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: 5.0 KB
Line 
1#
2# This is a valgrind suppression file that should be used when using valgrind with arb-motif.
3# Suppressions common for gtk and motif version should go into arb.supp
4#
5# see also arb_valgrind@suppressions
6#
7# suppressed many leaks in arb/motif-code
8
9{
10   arb: leaks most recent 'at' in each window
11   Memcheck:Leak
12   fun:*alloc
13   fun:strdup
14   fun:_ZN9AW_window9help_textEPKc
15   ...
16}
17
18{
19   arb: leaks all callbacks not in action hash
20   Memcheck:Leak
21   fun:_Znwm
22   ...
23   fun:*makeWindowCallback*
24   ...
25}
26
27{
28   arb: leaks all resize callbacks
29   # should be destroyed together with AW_window (which is never destroyed)
30   Memcheck:Leak
31   fun:_Znwm
32   fun:_ZN18AW_area_management19set_resize_callbackEP9AW_windowRK12Callback_FVVIvS1_E
33   ...
34}
35
36{
37   arb: leaks all expose callbacks
38   # should be destroyed together with AW_window (which is never destroyed)
39   Memcheck:Leak
40   fun:_Znwm
41   fun:_ZN18AW_area_management19set_expose_callbackEP9AW_windowRK12Callback_FVVIvS1_E
42   ...
43}
44
45{
46   arb: leaks VarUpdateInfo in create_input_field
47   Memcheck:Leak
48   fun:_Znwm
49   fun:_ZN9AW_window18create_input_fieldEPKci
50   ...
51}
52{
53   arb: leaks VarUpdateInfo in create_toggle
54   Memcheck:Leak
55   fun:_Znwm
56   fun:_ZN9AW_window13create_toggleEPKcP14aw_toggle_data
57   ...
58}
59{
60   arb: leaks VarUpdateInfo in insert_option_internal
61   Memcheck:Leak
62   fun:_Znwm
63   fun:_ZN9AW_window22insert_option_internalEPKcS1_iS1_b
64   ...
65}
66
67
68{
69   arb: leaks AW_common_Xm in create_devices
70   Memcheck:Leak
71   fun:_Znwm
72   fun:_ZN18AW_area_management14create_devicesEP9AW_window7AW_area
73   ...
74}
75
76{
77   arb: leaks AW_option_menu_struct in create_option_menu
78   Memcheck:Leak
79   fun:_Znwm
80   fun:_ZN9AW_window18create_option_menuEPKcb
81   ...
82}
83{
84   arb: leaks AW_toggle_field_struct in create_toggle_field
85   Memcheck:Leak
86   fun:_Znwm
87   fun:_ZN9AW_window19create_toggle_fieldEPKci
88   ...
89}
90{
91   arb: leaks aw_toggle_data
92   Memcheck:Leak
93   fun:_Znwm
94   fun:_ZN9AW_window13create_toggleEPKcS1_S1_i
95   ...
96}
97
98{
99   arb: leaks AW_gc_manager
100   Memcheck:Leak
101   fun:_Znwm
102   fun:_Z12AW_manage_GCP9AW_windowPKcP9AW_deviceii11AW_GCM_AREARK12Callback_FVVIvS0_EbS2_z
103   ...
104}
105
106{
107   arb/motif: broken icon-load
108   Memcheck:Addr8
109   obj:/usr/lib/libXm.so.3.0.2
110   ...
111   fun:_XmxpmParseDataAndCreate
112   ...
113   fun:_XmGetScaledPixmap
114   ...
115}
116
117{
118   arb/motif: broken _XmEntryTextGet
119   Memcheck:Addr8
120   fun:_XmEntryTextGet
121   ...
122   fun:XtAppMainLoop
123   ...
124}
125
126
127{
128   arb: leaks XInitExtension
129   Memcheck:Leak
130   fun:*alloc
131   fun:XInitExtension
132   ...
133}
134
135{
136   arb: leaks _XtCreateWidget
137   Memcheck:Leak
138   fun:*alloc
139   ...
140   fun:_XtCreateWidget
141   ...
142}
143
144{
145   arb: leaks XmRenderTableCopy
146   Memcheck:Leak
147   fun:*alloc
148   ...
149   fun:XmRenderTableCopy
150   ...
151}
152
153{
154   arb: leaks XtRealizeWidget
155   Memcheck:Leak
156   fun:*alloc
157   ...
158   fun:XtRealizeWidget
159   ...
160}
161
162{
163   arb: leaks XmFontListEntryLoad
164   Memcheck:Leak
165   fun:*alloc
166   ...
167   fun:XmFontListEntryLoad
168   ...
169}
170
171{
172   arb: leaks XtParseTranslationTable
173   Memcheck:Leak
174   fun:*alloc
175   ...
176   fun:XtParseTranslationTable
177   ...
178}
179
180{
181   arb: leaks _XtCreatePopupShell
182   Memcheck:Leak
183   fun:*alloc
184   ...
185   fun:_XtCreatePopupShell
186   ...
187}
188{
189   arb: leaks XtOpenDisplay
190   Memcheck:Leak
191   fun:*alloc
192   ...
193   fun:XtOpenDisplay
194   ...
195}
196
197{
198   arb: leaks XtAppCreateShell
199   Memcheck:Leak
200   fun:*alloc
201   ...
202   fun:XtAppCreateShell
203   ...
204}
205
206{
207   arb: leaks XtVaSetValues
208   Memcheck:Leak
209   fun:*alloc
210   ...
211   fun:XtVaSetValues
212   ...
213}
214
215{
216   arb: leaks XtDispatchEvent
217   Memcheck:Leak
218   fun:*alloc
219   ...
220   fun:XtDispatchEvent
221   ...
222}
223
224{
225   arb: leaks XmAddProtocolCallback
226   Memcheck:Leak
227   fun:*alloc
228   ...
229   fun:XmAddProtocolCallback
230   ...
231}
232
233{
234   arb: leaks XtAddCallback
235   Memcheck:Leak
236   fun:*alloc
237   ...
238   fun:XtAddCallback
239   ...
240}
241
242{
243   arb: leaks _XmGetScaledPixmap
244   Memcheck:Leak
245   fun:*alloc
246   ...
247   fun:_XmGetScaledPixmap
248   ...
249}
250
251{
252   arb: leaks XtConfigureWidget
253   Memcheck:Leak
254   fun:*alloc
255   ...
256   fun:XtConfigureWidget
257   ...
258}
259
260{
261   arb: leaks XtAddEventHandler
262   Memcheck:Leak
263   fun:*alloc
264   ...
265   fun:XtAddEventHandler
266   ...
267}
268
269{
270   arb: leaks _XtInstallTranslations
271   Memcheck:Leak
272   fun:*alloc
273   ...
274   fun:_XtInstallTranslations
275   ...
276}
277
278{
279   arb: leaks XmFontListCreate
280   Memcheck:Leak
281   fun:*alloc
282   ...
283   fun:XmFontListCreate
284   ...
285}
286
287{
288   arb: leaks _XmSetDragReceiverInfo
289   Memcheck:Leak
290   fun:*alloc
291   ...
292   fun:_XmSetDragReceiverInfo
293   ...
294}
295
296{
297   arb: leaks XLoadQueryFont
298   Memcheck:Leak
299   fun:*alloc
300   ...
301   fun:XLoadQueryFont
302   ...
303}
304
305{
306   arb: leaks XAllocColor
307   Memcheck:Leak
308   fun:*alloc
309   ...
310   fun:XAllocColor
311   ...
312}
313
314{
315   arb: leaks XQueryColor
316   Memcheck:Leak
317   fun:*alloc
318   ...
319   fun:XQueryColor
320   ...
321}
322
323{
324   arb: leaks XGetGeometry
325   Memcheck:Leak
326   fun:*alloc
327   ...
328   fun:XGetGeometry
329   ...
330}
331
332{
333   arb: leaks XtVaCreateManagedWidget
334   Memcheck:Leak
335   fun:*alloc
336   ...
337   fun:XtVaCreateManagedWidget
338   ...
339}
340
341{
342   arb: leaks XEventsQueued
343   Memcheck:Leak
344   fun:*alloc
345   ...
346   fun:XEventsQueued
347   ...
348}
349
Note: See TracBrowser for help on using the repository browser.