/[chrome]/trunk/src/tools/valgrind/suppressions.txt
Chromium logo

Contents of /trunk/src/tools/valgrind/suppressions.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15913 - (show annotations)
Tue May 12 23:01:01 2009 UTC (14 years, 3 months ago) by thestig@chromium.org
File MIME type: text/plain
File size: 17908 byte(s)
Add valgrind suppression for libxml error in http://crbug.com/11838
Review URL: http://codereview.chromium.org/115266
1 {
2 Uninitialized value in deflate
3 Memcheck:Cond
4 fun:longest_match
5 fun:deflate_slow
6 fun:MOZ_Z_deflate
7 }
8 {
9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.org/archives/gtk-devel-list/2004-April/msg00230.html
10 Memcheck:Leak
11 ...
12 fun:gtk_init_check
13 }
14 {
15 Fontconfig leak?
16 Memcheck:Leak
17 ...
18 fun:XML_ParseBuffer
19 fun:FcConfigParseAndLoad
20 }
21 {
22 bug_9245_FcConfigAppFontAddFile_leak
23 Memcheck:Leak
24 ...
25 fun:FcConfigAppFontAddFile
26 }
27 {
28 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
29 Memcheck:Value4
30 ...
31 fun:dlopen@@GLIBC_2.1
32 fun:PR_LoadLibraryWithFlags
33 }
34 {
35 NSS/glibc leak. See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
36 Memcheck:Leak
37 ...
38 fun:dlopen@@GLIBC_2.1
39 fun:PR_LoadLibraryWithFlags
40 }
41 {
42 Pure NSS leak, does not involve glibc. TODO(dkegel): track down and fix or file bug.
43 Memcheck:Leak
44 ...
45 fun:NSS_NoDB_Init
46 }
47 {
48 Another pure NSS leak, does not involve glibc. TODO(dkegel): track down and fix or file bug. Shows up under --show-reachable=yes.
49 Memcheck:Leak
50 ...
51 fun:SECMOD_LoadUserModule
52 }
53 {
54 # Possible NSS leak, see http://crbug.com/10750
55 bug_10750
56 Memcheck:Leak
57 fun:calloc
58 fun:PR_Calloc
59 ...
60 fun:SECMOD_UnloadUserModule
61 }
62 {
63 # Leak reported by NSS but possibly our fault, see http://crbug/4609
64 bug_4609
65 Memcheck:Leak
66 ...
67 fun:NSS_Shutdown
68 }
69 {
70 (Probable memory leak in Skia)
71 Memcheck:Leak
72 fun:_Znwj
73 fun:_ZN10SkFontHost15ResolveTypefaceEj
74 fun:_ZN24SkScalerContext_FreeType9setupSizeEv
75 fun:_ZN24SkScalerContext_FreeType19generateFontMetricsEPN7SkPaint11FontMetricsES2_
76 fun:_ZN15SkScalerContext14getFontMetricsEPN7SkPaint11FontMetricsES2_
77 fun:_ZN12SkGlyphCacheC1EPK12SkDescriptor
78 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
79 }
80 {
81 Another possible skia leak
82 Memcheck:Leak
83 fun:_Znwj
84 fun:_ZN10SkFontHost15ResolveTypefaceEj
85 fun:_ZN24SkScalerContext_FreeType9setupSizeEv
86 fun:_ZN24SkScalerContext_FreeType15generateMetricsEP7SkGlyph
87 fun:_ZN24SkScalerContext_FreeType15generateAdvanceEP7SkGlyph
88 fun:_ZN15SkScalerContext10getAdvanceEP7SkGlyph
89 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
90 fun:_ZN12SkGlyphCache17getGlyphIDAdvanceEt
91 fun:_Z24sk_getAdvance_glyph_nextP12SkGlyphCachePPKc
92 fun:_ZNK7SkPaint12measure_textEP12SkGlyphCachePKcjPiP6SkRect
93 fun:_ZNK7SkPaint11measureTextEPKvjP6SkRectf
94 fun:_ZNK7SkPaint11measureTextEPKvj
95 fun:_ZNK7WebCore14SimpleFontData21platformWidthForGlyphEt
96 }
97 {
98 Error in ICU
99 Memcheck:Overlap
100 fun:memcpy
101 fun:init_resb_result
102 }
103
104 {
105 libc
106 Memcheck:Cond
107 obj:/lib/ld-2.*.so
108 obj:/lib/ld-2.*.so
109 }
110
111 {
112 libc
113 Memcheck:Addr4
114 obj:/lib/ld-2.*.so
115 obj:/lib/ld-2.*.so
116 }
117 {
118 FIXME epoll uninitialized data 1
119 Memcheck:Param
120 epoll_ctl(epfd)
121 fun:syscall
122 fun:event_add
123 }
124 {
125 FIXME epoll uninitialized data 2
126 Memcheck:Param
127 epoll_ctl(epfd)
128 fun:syscall
129 fun:event_del
130 }
131 {
132 FIXME epoll uninitialized data 3
133 Memcheck:Param
134 epoll_wait(epfd)
135 fun:syscall
136 fun:event_base_loop
137 }
138 {
139 FIXME IPCing uninitialized data
140 Memcheck:Param
141 socketcall.sendmsg(msg.msg_iov[i])
142 fun:sendmsg
143 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
144 }
145
146 {
147 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968
148 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177
149 SQLite write
150 Memcheck:Param
151 write(buf)
152 ...
153 fun:sqlite3OsWrite
154 fun:writeJournalHdr
155 }
156
157 # Fixed in newer SQLite
158 # http://www.sqlite.org/cvstrac/tktview?tn=3326
159 # http://www.sqlite.org/cvstrac/tktview?tn=3575
160 # (Caller of sqlite3VdbeExec is either sqlite3Step or its wrapper sqlite3_step)
161 {
162 SQLite_bug_3326
163 Memcheck:Cond
164 fun:sqlite3VdbeMemShallowCopy
165 fun:sqlite3VdbeExec
166 fun:sqlite3*tep
167 }
168 # SQLite intentionally leaks a little memory in findLockInfo() in sqlite3_open
169 # Newer versions don't do this.
170 # See http://www.mail-archive.com/sqlite-users@sqlite.org/msg02334.html
171 # and http://www.mail-archive.com/sqlite-users@sqlite.org/msg30449.html
172 {
173 sqlite_open_leak
174 Memcheck:Leak
175 ...
176 fun:findLockInfo
177 ...
178 fun:sqlite3OsOpen
179 }
180 {
181 libevent does not provide a way to clean up unused oneshot timers at exit
182 Memcheck:Leak
183 fun:calloc
184 fun:event_base_once
185 fun:event_base_loopexit
186 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
187 }
188 {
189 logging::InitLogging never frees filename. It would be hard to free properly.
190 Memcheck:Leak
191 ...
192 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateENS_20OldFileDeletionStateE
193 }
194 {
195 Linux tests don't bother to undo net::TestServerLauncher::LoadTestRootCert().
196 Memcheck:Leak
197 ...
198 fun:_ZN3net18TestServerLauncher16LoadTestRootCertEv
199 }
200 {
201 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose
202 Intentional_crash
203 Memcheck:Addr4
204 fun:_ZN12AboutHandler10AboutCrashEv
205 }
206 {
207 # Minor commandline options leak in v8
208 # See http://code.google.com/p/v8/issues/detail?id=275
209 v8_bug_275
210 Memcheck:Leak
211 fun:_Znaj
212 ...
213 fun:_ZN2v88internal8FlagList18SetFlagsFromStringEPKci
214 }
215 ######### Baseline leaks -- just here to get test_shell_tests green -- fix later ######
216 {
217 # src/webkit/tools/test_shell/node_leak_test.cc:44
218 NodeLeakTest_leak_todo
219 Memcheck:Leak
220 fun:_Znwj
221 ...
222 fun:_ZN9file_util12AppendToPathEPSbIwSt11char_traitsIwESaIwEERKS3_
223 fun:*src_webkit_tools_test_shell_node_leak_test.cc*NodeLeakTest5SetUpEv
224 fun:_ZN7testing4Test3RunEv
225 }
226 {
227 # http://crbug.com/9246
228 webcore_renderText_leak_todo
229 Memcheck:Leak
230 fun:_Znwj
231 fun:_ZN10SkFontHost15ResolveTypefaceEj
232 fun:_ZN24SkScalerContext_FreeType9setupSizeEv
233 fun:_ZN24SkScalerContext_FreeType15generateMetricsEP7SkGlyph
234 fun:_ZN24SkScalerContext_FreeType15generateAdvanceEP7SkGlyph
235 fun:_ZN15SkScalerContext10getAdvanceEP7SkGlyph
236 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
237 fun:_ZN12SkGlyphCache17getGlyphIDAdvanceEt
238 fun:_Z24sk_getAdvance_glyph_nextP12SkGlyphCachePPKc
239 fun:_ZNK7SkPaint12measure_textEP12SkGlyphCachePKcjPiP6SkRect
240 fun:_ZNK7SkPaint11measureTextEPKvjP6SkRectf
241 fun:_ZNK7SkPaint11measureTextEPKvj
242 fun:_ZNK7WebCore14SimpleFontData21platformWidthForGlyphEt
243 fun:_ZNK7WebCore14SimpleFontData13widthForGlyphEt
244 fun:_ZN7WebCore13WidthIterator7advanceEiPNS_11GlyphBufferE
245 fun:_ZNK7WebCore4Font23floatWidthForSimpleTextERKNS_7TextRunEPNS_11GlyphBufferE
246 fun:_ZNK7WebCore4Font10floatWidthERKNS_7TextRunE
247 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunE
248 fun:_ZNK7WebCore10RenderText14widthFromCacheERKNS_4FontEiii
249 fun:_ZN7WebCore10RenderText14calcPrefWidthsEi
250 fun:_ZNK7WebCore10RenderText12maxPrefWidthEv
251 fun:_ZNK7WebCore10RenderText5widthEjjRKNS_4FontEi
252 fun:_ZN7WebCore9textWidthEPNS_10RenderTextEjjRKNS_4FontEibb
253 fun:_ZN7WebCore11RenderBlock17findNextLineBreakERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEEbPNS_6EClearE
254 }
255 {
256 webcore_parse_leak_todo
257 Memcheck:Leak
258 fun:_Znaj
259 fun:_ZN7WebCore17CSSPrimitiveValue6createEdNS0_9UnitTypesE
260 fun:_ZN7WebCore9CSSParser10parseValueEib
261 fun:_ZN7WebCore9CSSParser12parse4ValuesEiPKib
262 fun:_ZN7WebCore9CSSParser10parseValueEib
263 fun:_Z10cssyyparsePv
264 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
265 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb
266 fun:_ZN7WebCore12parseUASheetERKNS_6StringE
267 fun:_ZN7WebCore12parseUASheetEPKcj
268 fun:_ZN7WebCore22loadSimpleDefaultStyleEv
269 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleSheetListEPNS_13CSSStyleSheetEbb
270 fun:_ZN7WebCore8Document6attachEv
271 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE
272 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE
273 fun:_ZN7WebCore11FrameLoader4initEv
274 fun:_ZN7WebCore5Frame4initEv
275 fun:_ZN12WebFrameImpl13InitMainFrameEP11WebViewImpl
276 fun:_ZN7WebView6CreateEP15WebViewDelegateRK14WebPreferences
277 fun:_ZN11WebViewHost6CreateEP10_GtkWidgetP15WebViewDelegateRK14WebPreferences
278 fun:_ZN9TestShell10InitializeERKSbIwSt11char_traitsIwESaIwEE
279 fun:_ZN9TestShell15CreateNewWindowERKSbIwSt11char_traitsIwESaIwEEPPS_
280 fun:_ZN13TestShellTest17CreateEmptyWindowEv
281 fun:_ZN13TestShellTest5SetUpEv
282 }
283 {
284 webcore_parse_leak_2_todo
285 Memcheck:Leak
286 fun:_Znaj
287 fun:_ZN7WebCore17CSSPrimitiveValue16createIdentifierEi
288 fun:_ZN7WebCore9CSSParser10parseValueEib
289 fun:_Z10cssyyparsePv
290 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
291 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb
292 fun:_ZN7WebCore12parseUASheetERKNS_6StringE
293 fun:_ZN7WebCore12parseUASheetEPKcj
294 fun:_ZN7WebCore22loadSimpleDefaultStyleEv
295 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleSheetListEPNS_13CSSStyleSheetEbb
296 fun:_ZN7WebCore8Document6attachEv
297 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE
298 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE
299 fun:_ZN7WebCore11FrameLoader4initEv
300 fun:_ZN7WebCore5Frame4initEv
301 fun:_ZN12WebFrameImpl13InitMainFrameEP11WebViewImpl
302 fun:_ZN7WebView6CreateEP15WebViewDelegateRK14WebPreferences
303 fun:_ZN11WebViewHost6CreateEP10_GtkWidgetP15WebViewDelegateRK14WebPreferences
304 fun:_ZN9TestShell10InitializeERKSbIwSt11char_traitsIwESaIwEE
305 fun:_ZN9TestShell15CreateNewWindowERKSbIwSt11char_traitsIwESaIwEEPPS_
306 fun:_ZN13TestShellTest17CreateEmptyWindowEv
307 fun:_ZN13TestShellTest5SetUpEv
308 }
309 {
310 # See also http://www.gnome.org/~johan/gtk.suppression
311 # (which has a smattering of similar pango suppressions)
312 pango_font_leak_todo
313 Memcheck:Leak
314 ...
315 fun:FcFontRenderPrepare
316 obj:*
317 fun:pango_font_map_load_fontset
318 }
319 {
320 # Fontconfig leak, seen in shard 16 of 20 of ui_tests
321 # See https://bugs.freedesktop.org/show_bug.cgi?id=8428
322 # and http://www.gnome.org/~johan/gtk.suppression
323 fontconfig_bug_8428
324 Memcheck:Leak
325 fun:realloc
326 fun:FcPatternObjectInsertElt
327 fun:FcPatternObjectAddWithBinding
328 }
329 {
330 # See http://crbug.com/6522
331 bug_6522
332 Memcheck:Param
333 write(buf)
334 ...
335 fun:fwrite
336 fun:_ZN12DownloadFile16AppendDataToFileEPKci
337 fun:_ZN19DownloadFileManager14UpdateDownloadEiP14DownloadBuffer
338 }
339 {
340 # Chromium flakily leaks tasks at shutdown, see
341 # http://crbug.com/6532
342 # http://codereview.chromium.org/20067
343 # http://codereview.chromium.org/42083
344 # To reproduce, run ipc tests
345 # This is the -O0 case
346 # In Purify, they don't even try to free them anymore.
347 # For now, in Valgrind, we'll add suppressions to ignore these leaks.
348 bug_6532
349 Memcheck:Leak
350 fun:_Znwj
351 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableTaskPT_T0_
352 }
353 {
354 # See http://crbug.com/6532
355 # This is the -O1 case
356 bug_6532b
357 Memcheck:Leak
358 ...
359 fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv
360 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
361 }
362 {
363 # See http://crbug.com/6547
364 # Found by running 20-sharded ui tests over and over, aways in shard 18
365 # after AutomationProxyTest.AutocompleteParallelProxy
366 bug_6547
367 Memcheck:Leak
368 fun:_Znwj
369 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12ResourceType4TypeEjii
370 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_iiN12ResourceType4TypeEii
371 fun:_ZN7WebCore22ResourceHandleInternal5StartEPN11webkit_glue20ResourceLoaderBridge16SyncLoadResponseE
372 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE
373 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceHandleClientEPNS_5FrameEbbb
374 }
375 {
376 # See http://crbug.com/9450
377 v8_bindings_leak_crbug_9450
378 Memcheck:Leak
379 fun:_Znwj
380 fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810PersistentINS3_5ValueEEE
381 }
382 {
383 # Font memory leak. See http://crbug.com/9475
384 bug_9475
385 Memcheck:Leak
386 fun:_Znwj
387 fun:_ZN7WebCore9FontCache22createFontPlatformDataERKNS_15FontDescriptionERKNS_12AtomicStringE
388 }
389 {
390 # V8 leak? See http://crbug.com/9458
391 bug_9458
392 Memcheck:Leak
393 fun:_Znwj
394 fun:_NPN_RegisterObject
395 fun:_Z25CreateV8ObjectForNPObjectP8NPObjectS0_
396 }
397 {
398 # webkit leak? See http://crbug.com/9503
399 bug_9503
400 Memcheck:Leak
401 ...
402 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
403 }
404 {
405 # skia memory leak? See http://crbug.com/9757
406 bug_9757
407 Memcheck:Leak
408 fun:_Znwj
409 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
410 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
411 }
412 {
413 # see http://crbug.com/10737
414 bug_10737
415 Memcheck:Leak
416 fun:calloc
417 fun:g_malloc0
418 fun:g_closure_new_simple
419 fun:g_cclosure_new
420 fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
421 fun:_ZN16BrowserWindowGtkC1EP7Browser
422 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
423 }
424 {
425 # real leak; see http://crbug.com/10738
426 bug_10738
427 Memcheck:Leak
428 ...
429 fun:_ZN20NavigationController22NavigateToPendingEntryEb
430 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
431 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
432 }
433 {
434 # Another variant of http://crbug.com/10738
435 bug_10738b
436 Memcheck:Leak
437 fun:_Znwj
438 ...
439 fun:_ZN22RendererSecurityPolicy15GrantRequestURLEiRK4GURL
440 }
441 {
442 # see http://crbug.com/10748
443 bug_10748
444 Memcheck:Leak
445 fun:_Znwj
446 fun:_ZN22RendererSecurityPolicy3AddEi
447 fun:_ZN24BrowserRenderProcessHost4InitEv
448 fun:_ZN14RenderViewHost16CreateRenderViewEv
449 }
450 {
451 # See http://crbug.com/10755 (1/2)
452 bug_10755
453 Memcheck:Leak
454 fun:_Znwj
455 ...
456 fun:_ZN12RenderThread12RemoveFilterEPN3IPC12ChannelProxy13MessageFilterE
457 }
458 {
459 # See http://crbug.com/10755 (2/2)
460 bug_10755b
461 Memcheck:Leak
462 fun:_Znwj
463 fun:_ZN3IPC12ChannelProxy5CloseEv
464 fun:_ZN3IPC11SyncChannelD0Ev
465 fun:_ZN11ChildThread7CleanUpEv
466 fun:_ZN12RenderThread7CleanUpEv
467 }
468 {
469 # See http://crbug.com/10758
470 bug_10758
471 Memcheck:Leak
472 fun:_Znwj
473 fun:_ZN14MetricsService17GetPluginListTask3RunEv
474 fun:_ZN11MessageLoop7RunTaskEP4Task
475 }
476 {
477 # See http://crbug.com/10871
478 bug_10871
479 Memcheck:Leak
480 fun:_Znwj
481 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
482 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj
483 fun:_ZNSs7reserveEj
484 fun:_ZNK4GURL27ResolveWithCharsetConverterERKSsPN9url_canon16CharsetConverterE
485 fun:_ZNK4GURL7ResolveERKSs
486 fun:_ZN17URLRequestHttpJob18IsRedirectResponseEP4GURLPi
487 }
488 {
489 # See http://crbug.com/10873
490 bug_10873
491 Memcheck:Leak
492 fun:_Znwj
493 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
494 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj
495 fun:_ZNSs7reserveEj
496 fun:_ZNK4GURL17ReplaceComponentsERKN9url_canon12ReplacementsIcEE
497 fun:_ZN13URLRequestJob21NotifyHeadersCompleteEv
498 fun:_ZN17URLRequestHttpJob21NotifyHeadersCompleteEv
499 fun:_ZN17URLRequestHttpJob16OnStartCompletedEi
500 }
501 {
502 # See http://crbug.com/10945
503 bug_10945
504 Memcheck:Leak
505 fun:malloc
506 fun:jpeg_get_small
507 fun:jinit_memory_mgr
508 fun:jpeg_CreateDecompress
509 fun:_ZN9JPEGCodec6DecodeEPKhjNS_11ColorFormatEPSt6vectorIhSaIhEEPiS7_
510 fun:_ZN30JPEGCodec_DecodeCorrupted_Test8TestBodyEv
511 }
512 {
513 # See http://crbug.com/11116
514 bug_11116a
515 Memcheck:Leak
516 fun:_Znwj
517 fun:_ZN11ChildThread21OnProcessFinalReleaseEv
518 }
519 {
520 # See http://crbug.com/11116
521 bug_11116b
522 Memcheck:Leak
523 fun:_Znwj
524 fun:_ZN11ChildThread14OnChannelErrorEv
525 }
526 {
527 # See http://crbug.com/11117
528 bug_11117
529 Memcheck:Leak
530 ...
531 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
532 ...
533 fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb
534 }
535 {
536 # See http://crbug.com/11130
537 bug_11130
538 Memcheck:Leak
539 fun:_Znwj
540 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvPNS0_7MessageEES4_EP14CancelableTaskPT_T0_RKT1_
541 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
542 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
543 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
544 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
545 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
546 fun:_ZN19AppCacheContextImpl19UnInitializeContextEv
547 }
548 {
549 # See http://crbug.com/11139
550 bug_11139
551 Memcheck:Leak
552 fun:_Znwj
553 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi
554 }
555 {
556 # See http://crbug.com/11144
557 # This suppression is loose enough to match at least two message leaks
558 bug_11144
559 Memcheck:Leak
560 fun:_Znwj
561 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
562 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
563 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
564 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
565 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
566 }
567 {
568 # See http://crbug.com/11213
569 bug_11213
570 Memcheck:Leak
571 ...
572 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceHandleClientEPNS_5FrameEbbb
573 fun:_ZN7WebCore14ResourceLoader4loadERKNS_15ResourceRequestE
574 fun:_ZN7WebCore17SubresourceLoader6createEPNS_5FrameEPNS_23SubresourceLoaderClientERKNS_15ResourceRequestEbbb
575 fun:_ZN7WebCore6Loader4Host20servePendingRequestsERN3WTF5DequeIPNS_7RequestEEERb
576 }
577 {
578 # See http://crbug.com/11462
579 bug_11462
580 Memcheck:Leak
581 fun:_Znwj
582 fun:_ZN27SafeBrowsingProtocolManager21HandleServiceResponseERK4GURLPKci
583 fun:_ZN27SafeBrowsingProtocolManager18OnURLFetchCompleteEPK10URLFetcherRK4GURLRK16URLRequestStatusiRKSt6vectorISsSaISsEERKSs
584 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus
585 fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusE6Tuple1IS2_EE3RunEv
586 }
587 {
588 bug_11838
589 Memcheck:Cond
590 fun:strlen
591 ...
592 fun:__xmlRaiseError
593 ...
594 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader
595 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_
596 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13ProfileWriter13BookmarkEntryESaIS4_EE
597 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv
598 }

Powered by ViewVC 1.1.26 ViewVC Help