OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc | 340 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc |
341 fun:_Z13StringAppendVPSsPKcPc | 341 fun:_Z13StringAppendVPSsPKcPc |
342 fun:_Z12StringPrintfPKcz | 342 fun:_Z12StringPrintfPKcz |
343 } | 343 } |
344 | 344 |
345 #----------------------------------------------------------------------- | 345 #----------------------------------------------------------------------- |
346 # 3. Suppressions for real chromium bugs that are not yet fixed. | 346 # 3. Suppressions for real chromium bugs that are not yet fixed. |
347 # These should all be in chromium's bug tracking system (but a few aren't yet). | 347 # These should all be in chromium's bug tracking system (but a few aren't yet). |
348 | 348 |
349 { | 349 { |
350 (Probable memory leak in Skia) | |
351 Memcheck:Leak | |
352 fun:_Znwj | |
353 fun:_ZN10SkFontHost15ResolveTypefaceEj | |
354 fun:_ZN24SkScalerContext_FreeType9setupSizeEv | |
355 fun:_ZN24SkScalerContext_FreeType19generateFontMetricsEPN7SkPaint11FontMetric
sES2_ | |
356 fun:_ZN15SkScalerContext14getFontMetricsEPN7SkPaint11FontMetricsES2_ | |
357 fun:_ZN12SkGlyphCacheC1EPK12SkDescriptor | |
358 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_ | |
359 } | |
360 { | |
361 Another possible skia leak | |
362 Memcheck:Leak | |
363 fun:_Znwj | |
364 fun:_ZN10SkFontHost15ResolveTypefaceEj | |
365 fun:_ZN24SkScalerContext_FreeType9setupSizeEv | |
366 fun:_ZN24SkScalerContext_FreeType15generateMetricsEP7SkGlyph | |
367 fun:_ZN24SkScalerContext_FreeType15generateAdvanceEP7SkGlyph | |
368 fun:_ZN15SkScalerContext10getAdvanceEP7SkGlyph | |
369 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE | |
370 fun:_ZN12SkGlyphCache17getGlyphIDAdvanceEt | |
371 fun:_Z24sk_getAdvance_glyph_nextP12SkGlyphCachePPKc | |
372 fun:_ZNK7SkPaint12measure_textEP12SkGlyphCachePKcjPiP6SkRect | |
373 fun:_ZNK7SkPaint11measureTextEPKvjP6SkRectf | |
374 fun:_ZNK7SkPaint11measureTextEPKvj | |
375 fun:_ZNK7WebCore14SimpleFontData21platformWidthForGlyphEt | |
376 } | |
377 { | |
378 webcore_parse_leak_todo | |
379 Memcheck:Leak | |
380 fun:_Znaj | |
381 fun:_ZN7WebCore17CSSPrimitiveValue6createEdNS0_9UnitTypesE | |
382 fun:_ZN7WebCore9CSSParser10parseValueEib | |
383 fun:_ZN7WebCore9CSSParser12parse4ValuesEiPKib | |
384 fun:_ZN7WebCore9CSSParser10parseValueEib | |
385 fun:_Z10cssyyparsePv | |
386 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | |
387 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb | |
388 fun:_ZN7WebCore12parseUASheetERKNS_6StringE | |
389 fun:_ZN7WebCore12parseUASheetEPKcj | |
390 fun:_ZN7WebCore22loadSimpleDefaultStyleEv | |
391 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe
etListEPNS_13CSSStyleSheetEbb | |
392 fun:_ZN7WebCore8Document6attachEv | |
393 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | |
394 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | |
395 fun:_ZN7WebCore11FrameLoader4initEv | |
396 fun:_ZN7WebCore5Frame4initEv | |
397 fun:_ZN12WebFrameImpl13InitMainFrameEP11WebViewImpl | |
398 fun:_ZN7WebView6CreateEP15WebViewDelegateRK14WebPreferences | |
399 fun:_ZN11WebViewHost6CreateEP10_GtkWidgetP15WebViewDelegateRK14WebPreferences | |
400 fun:_ZN9TestShell10InitializeERKSbIwSt11char_traitsIwESaIwEE | |
401 fun:_ZN9TestShell15CreateNewWindowERKSbIwSt11char_traitsIwESaIwEEPPS_ | |
402 fun:_ZN13TestShellTest17CreateEmptyWindowEv | |
403 fun:_ZN13TestShellTest5SetUpEv | |
404 } | |
405 { | |
406 webcore_parse_leak_2_todo | |
407 Memcheck:Leak | |
408 fun:_Znaj | |
409 fun:_ZN7WebCore17CSSPrimitiveValue16createIdentifierEi | |
410 fun:_ZN7WebCore9CSSParser10parseValueEib | |
411 fun:_Z10cssyyparsePv | |
412 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | |
413 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb | |
414 fun:_ZN7WebCore12parseUASheetERKNS_6StringE | |
415 fun:_ZN7WebCore12parseUASheetEPKcj | |
416 fun:_ZN7WebCore22loadSimpleDefaultStyleEv | |
417 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe
etListEPNS_13CSSStyleSheetEbb | |
418 fun:_ZN7WebCore8Document6attachEv | |
419 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | |
420 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | |
421 fun:_ZN7WebCore11FrameLoader4initEv | |
422 fun:_ZN7WebCore5Frame4initEv | |
423 fun:_ZN12WebFrameImpl13InitMainFrameEP11WebViewImpl | |
424 fun:_ZN7WebView6CreateEP15WebViewDelegateRK14WebPreferences | |
425 fun:_ZN11WebViewHost6CreateEP10_GtkWidgetP15WebViewDelegateRK14WebPreferences | |
426 fun:_ZN9TestShell10InitializeERKSbIwSt11char_traitsIwESaIwEE | |
427 fun:_ZN9TestShell15CreateNewWindowERKSbIwSt11char_traitsIwESaIwEEPPS_ | |
428 fun:_ZN13TestShellTest17CreateEmptyWindowEv | |
429 fun:_ZN13TestShellTest5SetUpEv | |
430 } | |
431 { | |
432 # Leak reported by NSS but possibly our fault, see http://crbug/4609 | |
433 bug_4609 | |
434 Memcheck:Leak | |
435 ... | |
436 fun:NSS_Shutdown | |
437 } | |
438 { | |
439 # See http://crbug.com/6522 | |
440 bug_6522 | |
441 Memcheck:Param | |
442 write(buf) | |
443 ... | |
444 fun:fwrite | |
445 fun:_ZN12DownloadFile16AppendDataToFileEPKci | |
446 fun:_ZN19DownloadFileManager14UpdateDownloadEiP14DownloadBuffer | |
447 } | |
448 { | |
449 # Chromium flakily leaks tasks at shutdown, see | 350 # Chromium flakily leaks tasks at shutdown, see |
450 # http://crbug.com/6532 | 351 # http://crbug.com/6532 |
451 # http://codereview.chromium.org/20067 | 352 # http://codereview.chromium.org/20067 |
452 # http://codereview.chromium.org/42083 | 353 # http://codereview.chromium.org/42083 |
453 # To reproduce, run ipc tests | 354 # To reproduce, run ipc tests |
454 # This is the -O0 case | 355 # This is the -O0 case |
455 # In Purify, they don't even try to free them anymore. | 356 # In Purify, they don't even try to free them anymore. |
456 # For now, in Valgrind, we'll add suppressions to ignore these leaks. | 357 # For now, in Valgrind, we'll add suppressions to ignore these leaks. |
457 bug_6532 | 358 bug_6532 |
458 Memcheck:Leak | 359 Memcheck:Leak |
(...skipping 18 matching lines...) Expand all Loading... |
477 fun:_Z25createV8ObjectForNPObjectP8NPObjectS0_ | 378 fun:_Z25createV8ObjectForNPObjectP8NPObjectS0_ |
478 } | 379 } |
479 { | 380 { |
480 # webkit leak? See http://crbug.com/9503 | 381 # webkit leak? See http://crbug.com/9503 |
481 bug_9503 | 382 bug_9503 |
482 Memcheck:Leak | 383 Memcheck:Leak |
483 ... | 384 ... |
484 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb | 385 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb |
485 } | 386 } |
486 { | 387 { |
487 # Possible NSS leak, see http://crbug.com/10750 | |
488 bug_10750 | |
489 Memcheck:Leak | |
490 fun:calloc | |
491 fun:PR_Calloc | |
492 ... | |
493 fun:SECMOD_UnloadUserModule | |
494 } | |
495 { | |
496 # See http://crbug.com/11117 | |
497 bug_11117 | |
498 Memcheck:Leak | |
499 ... | |
500 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE | |
501 ... | |
502 fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb | |
503 } | |
504 { | |
505 # See http://crbug.com/11139 | 388 # See http://crbug.com/11139 |
506 bug_11139 | 389 bug_11139 |
507 Memcheck:Leak | 390 Memcheck:Leak |
508 fun:_Znwj | 391 fun:_Znwj |
509 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi | 392 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi |
510 } | 393 } |
511 { | 394 { |
512 # See http://crbug.com/11213 | 395 # See http://crbug.com/11213 |
513 bug_11213 | 396 bug_11213 |
514 Memcheck:Leak | 397 Memcheck:Leak |
515 ... | 398 ... |
516 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH
andleClientEPNS_5FrameEbbb | 399 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH
andleClientEPNS_5FrameEbbb |
517 fun:_ZN7WebCore14ResourceLoader4loadERKNS_15ResourceRequestE | 400 fun:_ZN7WebCore14ResourceLoader4loadERKNS_15ResourceRequestE |
518 fun:_ZN7WebCore17SubresourceLoader6createEPNS_5FrameEPNS_23SubresourceLoaderC
lientERKNS_15ResourceRequestEbbb | 401 fun:_ZN7WebCore17SubresourceLoader6createEPNS_5FrameEPNS_23SubresourceLoaderC
lientERKNS_15ResourceRequestEbbb |
519 fun:_ZN7WebCore6Loader4Host20servePendingRequestsERN3WTF5DequeIPNS_7RequestEE
ERb | 402 fun:_ZN7WebCore6Loader4Host20servePendingRequestsERN3WTF5DequeIPNS_7RequestEE
ERb |
520 } | 403 } |
521 { | 404 { |
522 bug_11838 | |
523 Memcheck:Cond | |
524 fun:strlen | |
525 ... | |
526 fun:__xmlRaiseError | |
527 ... | |
528 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader | |
529 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_ | |
530 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13
ProfileWriter13BookmarkEntryESaIS4_EE | |
531 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv | |
532 } | |
533 { | |
534 # See bug 12539 and 12549 | |
535 bug_12539 | |
536 Memcheck:Leak | |
537 ... | |
538 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj | |
539 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj | |
540 } | |
541 { | |
542 # very common in ui tests | 405 # very common in ui tests |
543 bug_16089 | 406 bug_16089 |
544 Memcheck:Leak | 407 Memcheck:Leak |
545 fun:* | 408 fun:* |
546 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task | 409 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task |
547 ... | 410 ... |
548 fun:_ZN3net12HostResolver3Job5StartEv | 411 fun:_ZN3net12HostResolver3Job5StartEv |
549 } | 412 } |
550 { | 413 { |
551 # ditto, but tweaked to fire on bots, more robust against optimizer changes? | 414 # ditto, but tweaked to fire on bots, more robust against optimizer changes? |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 Memcheck:Leak | 485 Memcheck:Leak |
623 fun:realloc | 486 fun:realloc |
624 fun:FcPatternObjectInsertElt | 487 fun:FcPatternObjectInsertElt |
625 fun:FcConfigPatternAdd | 488 fun:FcConfigPatternAdd |
626 fun:FcConfigSubstituteWithPat | 489 fun:FcConfigSubstituteWithPat |
627 fun:FcFontRenderPrepare | 490 fun:FcFontRenderPrepare |
628 fun:FcFontSetMatch | 491 fun:FcFontSetMatch |
629 fun:FcFontMatch | 492 fun:FcFontMatch |
630 } | 493 } |
631 { | 494 { |
632 bug_16103 | |
633 Memcheck:Leak | |
634 fun:_Znwj | |
635 fun:_ZN20ShownSectionsHandler22HandleGetShownSectionsEPK5Value | |
636 ... | |
637 fun:_ZN5DOMUI19ProcessDOMUIMessageERKSsS1_ib | |
638 fun:_ZN11TabContents19ProcessDOMUIMessageERKSsS1_ib | |
639 } | |
640 { | |
641 bug_16128 | 495 bug_16128 |
642 Memcheck:Leak | 496 Memcheck:Leak |
643 fun:_Znw* | 497 fun:_Znw* |
644 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 498 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
645 fun:_ZN11ChildThread4InitEv | 499 fun:_ZN11ChildThread4InitEv |
646 } | 500 } |
647 { | 501 { |
648 bug_16128_2 | 502 bug_16128_2 |
649 Memcheck:Leak | 503 Memcheck:Leak |
650 fun:_Znw* | 504 fun:_Znw* |
651 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 505 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
652 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 506 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
653 fun:_ZN11ChildThread4InitEv | 507 fun:_ZN11ChildThread4InitEv |
654 } | 508 } |
655 { | 509 { |
656 bug_16129 | |
657 Memcheck:Leak | |
658 fun:_Znwj | |
659 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB
itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E | |
660 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi | |
661 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi | |
662 } | |
663 { | |
664 bug_16129b | |
665 Memcheck:Leak | |
666 fun:_Znwj | |
667 fun:_Z11NewCallbackIN11webkit_glue20ImageResourceFetcherERKN6WebKit14WebURLRe
sponseERKSsEPN9Callback2IT0_T1_E4TypeEPT_MSE_FvS9_SA_E | |
668 fun:_ZN11webkit_glue20ImageResourceFetcherC1ERK4GURLP8WebFrameiiP14CallbackRu
nnerI6Tuple2IPS0_RK8SkBitmapEE | |
669 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi | |
670 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi | |
671 } | |
672 { | |
673 bug_16156 | 510 bug_16156 |
674 Memcheck:Leak | 511 Memcheck:Leak |
675 ... | 512 ... |
676 fun:gtk_im_context_set_cursor_location | 513 fun:gtk_im_context_set_cursor_location |
677 ... | 514 ... |
678 fun:gtk_widget_size_allocate | 515 fun:gtk_widget_size_allocate |
679 } | 516 } |
680 { | 517 { |
681 bug_16324 | 518 bug_16324 |
682 Memcheck:Leak | 519 Memcheck:Leak |
(...skipping 14 matching lines...) Expand all Loading... |
697 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv | 534 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv |
698 fun:_ZN7WebCore22ResourceHandleInternal5startEv | 535 fun:_ZN7WebCore22ResourceHandleInternal5startEv |
699 } | 536 } |
700 { | 537 { |
701 bug_16577 | 538 bug_16577 |
702 Memcheck:Leak | 539 Memcheck:Leak |
703 fun:_Znwj | 540 fun:_Znwj |
704 fun:_ZN12RenderThread22InformHostOfCacheStatsEv | 541 fun:_ZN12RenderThread22InformHostOfCacheStatsEv |
705 } | 542 } |
706 { | 543 { |
707 # happened 1 in 16 runs | |
708 bug_16578 | |
709 Memcheck:Leak | |
710 fun:_Znwj | |
711 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE | |
712 fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag | |
713 fun:_ZNSsC1EPKcRKSaIcE | |
714 fun:_ZN12WebFrameImplD0Ev | |
715 } | |
716 { | |
717 # Webkit leak in WebCore::HTMLNames::init() ? | 544 # Webkit leak in WebCore::HTMLNames::init() ? |
718 bug_16579 | 545 bug_16579 |
719 Memcheck:Leak | 546 Memcheck:Leak |
720 ... | 547 ... |
721 fun:_ZN7WebCore9HTMLNames4initEv | 548 fun:_ZN7WebCore9HTMLNames4initEv |
722 } | 549 } |
723 { | 550 { |
724 bug_16583 | 551 bug_16583 |
725 Memcheck:Leak | 552 Memcheck:Leak |
726 fun:malloc | 553 fun:malloc |
727 fun:g_malloc | 554 fun:g_malloc |
728 fun:g_slice_alloc | 555 fun:g_slice_alloc |
729 fun:g_slice_alloc0 | 556 fun:g_slice_alloc0 |
730 fun:g_type_create_instance | 557 fun:g_type_create_instance |
731 fun:* | 558 fun:* |
732 fun:g_object_newv | 559 fun:g_object_newv |
733 fun:g_object_new_valist | 560 fun:g_object_new_valist |
734 } | 561 } |
735 { | 562 { |
736 bug_16584 | |
737 Memcheck:Leak | |
738 fun:_Znwj | |
739 fun:_ZN7WebCore10CSSRuleSet12addToRuleSetEPNS_16AtomicStringImplERN3WTF7HashM
apIS2_PNS_15CSSRuleDataListENS3_7PtrHashIS2_EENS3_10HashTraitsIS2_EENS9_IS6_EEEE
PNS_12CSSStyleRuleEPNS_11CSSSelectorE | |
740 fun:_ZN7WebCore10CSSRuleSet7addRuleEPNS_12CSSStyleRuleEPNS_11CSSSelectorE | |
741 fun:_ZN7WebCore10CSSRuleSet17addRulesFromSheetEPNS_13CSSStyleSheetERKNS_19Med
iaQueryEvaluatorEPNS_16CSSStyleSelectorE | |
742 fun:_ZN7WebCoreL22loadSimpleDefaultStyleEv | |
743 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe
etListEPNS_13CSSStyleSheetEbb | |
744 fun:_ZN7WebCore8Document6attachEv | |
745 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | |
746 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | |
747 fun:_ZN7WebCore11FrameLoader4initEv | |
748 fun:_ZN7WebCore5Frame4initEv | |
749 } | |
750 { | |
751 # 1 in 20 runs? | |
752 bug_16586 | |
753 Memcheck:Leak | |
754 fun:_Znwj | |
755 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE | |
756 fun:_ZN22AlternateNavURLFetcher7ObserveE16NotificationTypeRK18NotificationSou
rceRK19NotificationDetails | |
757 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR
K19NotificationDetails | |
758 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry | |
759 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j | |
760 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi
onjib | |
761 fun:_ZN7Browser14OpenCurrentURLEv | |
762 } | |
763 { | |
764 # 1 in 40 runs? Handle both leaks with one suppression. | |
765 # Anonymous namespaces are encoded differently on mac and linux, | |
766 # hence the wildcard. | |
767 bug_16625 | |
768 Memcheck:Leak | |
769 ... | |
770 fun:_ZN16ChildProcessHost13CreateChannelEv | |
771 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath | |
772 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath | |
773 fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv | |
774 } | |
775 { | |
776 # 1 in 20 runs? | |
777 bug_16908 | |
778 Memcheck:Leak | |
779 fun:_Znwj | |
780 fun:_ZN7WebCore9CSSParser22createFloatingSelectorEv | |
781 fun:_Z10cssyyparsePv | |
782 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | |
783 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb | |
784 fun:_ZN7WebCoreL12parseUASheetERKNS_6StringE | |
785 fun:_ZN7WebCoreL12parseUASheetEPKcj | |
786 fun:_ZN7WebCoreL22loadSimpleDefaultStyleEv | |
787 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe
etListEPNS_13CSSStyleSheetEbb | |
788 fun:_ZN7WebCore8Document6attachEv | |
789 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | |
790 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | |
791 fun:_ZN7WebCore11FrameLoader4initEv | |
792 fun:_ZN7WebCore5Frame4initEv | |
793 } | |
794 { | |
795 bug_16908 | |
796 Memcheck:Leak | |
797 fun:_ZdlPv | |
798 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS
SelectorELm0EEE | |
799 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELm
0EEE | |
800 fun:_Z10cssyyparsePv | |
801 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | |
802 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb | |
803 fun:_ZN7WebCoreL12parseUASheetERKNS_6StringE | |
804 fun:_ZN7WebCoreL12parseUASheetEPKcj | |
805 fun:_ZN7WebCore16CSSStyleSelectorC2EPNS_8DocumentERKNS_6StringEPNS_14StyleShe
etListEPNS_13CSSStyleSheetEbb | |
806 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe
etListEPNS_13CSSStyleSheetEbb | |
807 fun:_ZN7WebCore8Document6attachEv | |
808 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | |
809 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | |
810 fun:_ZN7WebCore11FrameLoader4initEv | |
811 fun:_ZN7WebCore5Frame4initEv | |
812 } | |
813 { | |
814 bug_17113 | 563 bug_17113 |
815 Memcheck:Leak | 564 Memcheck:Leak |
816 fun:_Znw* | 565 fun:_Znw* |
817 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso
urceType4TypeEjii | 566 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso
urceType4TypeEjii |
818 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i
iN12ResourceType4TypeEii | 567 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i
iN12ResourceType4TypeEii |
819 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLReques
tEPNS_20ResourceLoaderBridge16SyncLoadResponseE | 568 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLReques
tEPNS_20ResourceLoaderBridge16SyncLoadResponseE |
820 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURL
RequestEPNS1_18WebURLLoaderClientE | 569 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURL
RequestEPNS1_18WebURLLoaderClientE |
821 } | 570 } |
822 { | 571 { |
823 bug_17185 | |
824 Memcheck:Leak | |
825 fun:malloc | |
826 fun:_ZN3WTF10fastMallocEj | |
827 fun:_ZN7WebCore10StringImpl19createUninitializedEjRPt | |
828 ... | |
829 fun:_ZN7WebCore10Pasteboard14writeSelectionEPNS_5RangeEbPNS_5FrameE | |
830 } | |
831 { | |
832 bug_17187 | |
833 Memcheck:Leak | |
834 fun:malloc | |
835 fun:_ZN3WTF10fastMallocEj | |
836 fun:_ZN7WebCore10StringImpl19createUninitializedEjRPt | |
837 fun:_ZN7WebCore10StringImpl6createEPKtj | |
838 fun:_ZN6WebKit9WebString6assignEPKtj | |
839 fun:_ZN20MockWebClipboardImpl10writeImageERKN6WebKit8WebImageERKNS0_6WebURLER
KNS0_9WebStringE | |
840 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_
4KURLERKNS_6StringE | |
841 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE | |
842 } | |
843 { | |
844 bug_17291 | 572 bug_17291 |
845 Memcheck:Leak | 573 Memcheck:Leak |
846 fun:malloc | 574 fun:malloc |
847 fun:_ZN3WTF10fastMallocE* | 575 fun:_ZN3WTF10fastMallocE* |
848 ... | 576 ... |
849 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6Stri
ngES3_PS1_ | 577 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6Stri
ngES3_PS1_ |
850 } | 578 } |
851 { | 579 { |
852 # also bug 17979. It's a nest of leaks. | 580 # also bug 17979. It's a nest of leaks. |
853 bug_17385 | 581 bug_17385 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 ... | 626 ... |
899 fun:_ZN7WebCore8SVGNames4initEv | 627 fun:_ZN7WebCore8SVGNames4initEv |
900 } | 628 } |
901 { | 629 { |
902 bug_18268 | 630 bug_18268 |
903 Memcheck:Cond | 631 Memcheck:Cond |
904 fun:_ZN20NavigationController22IsLikelyAutoNavigationEN4base9TimeTicksE | 632 fun:_ZN20NavigationController22IsLikelyAutoNavigationEN4base9TimeTicksE |
905 fun:_ZN20NavigationController28RendererDidNavigateToNewPageERK32ViewHostMsg_F
rameNavigate_ParamsPb | 633 fun:_ZN20NavigationController28RendererDidNavigateToNewPageERK32ViewHostMsg_F
rameNavigate_ParamsPb |
906 } | 634 } |
907 { | 635 { |
908 bug_18654 | |
909 Memcheck:Leak | |
910 ... | |
911 fun:_ZN12WebFrameImplD0Ev | |
912 fun:_ZN20WebFrameLoaderClient20frameLoaderDestroyedEv | |
913 fun:_ZN7WebCore11FrameLoaderD1Ev | |
914 fun:_ZN7WebCore5FrameD1Ev | |
915 fun:_ZN7WebCore17InspectorResourceD1Ev | |
916 fun:_ZN3WTF10RefCountedIN7WebCore17InspectorResourceEE5derefEv | |
917 fun:_ZN7WebCore19InspectorControllerD1Ev | |
918 fun:_ZN7WebCore4PageD1Ev | |
919 fun:_ZN11WebViewImpl5closeEv | |
920 fun:_ZN12RenderWidget5CloseEv | |
921 } | |
922 { | |
923 # Originally filed as http://crbug.com/6547, but that was closed | 636 # Originally filed as http://crbug.com/6547, but that was closed |
924 # Found by running ui tests over and over | 637 # Found by running ui tests over and over |
925 bug_18664 | 638 bug_18664 |
926 Memcheck:Leak | 639 Memcheck:Leak |
927 fun:_Znw* | 640 fun:_Znw* |
928 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso
urceType4TypeEjii | 641 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso
urceType4TypeEjii |
929 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i
iN12ResourceType4TypeEii | 642 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i
iN12ResourceType4TypeEii |
930 ... | 643 ... |
931 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE | 644 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE |
932 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH
andleClientEPNS_5FrameEbbb | 645 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH
andleClientEPNS_5FrameEbbb |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
976 bug_19377 | 689 bug_19377 |
977 Memcheck:Leak | 690 Memcheck:Leak |
978 fun:calloc | 691 fun:calloc |
979 ... | 692 ... |
980 fun:event_base_new | 693 fun:event_base_new |
981 fun:_ZN4base19MessagePumpLibeventC1Ev | 694 fun:_ZN4base19MessagePumpLibeventC1Ev |
982 fun:_ZN11MessageLoopC1ENS_4TypeE | 695 fun:_ZN11MessageLoopC1ENS_4TypeE |
983 fun:_ZN4base6Thread10ThreadMainEv | 696 fun:_ZN4base6Thread10ThreadMainEv |
984 } | 697 } |
985 { | 698 { |
986 bug_19385 | |
987 Memcheck:Leak | |
988 fun:realloc | |
989 fun:epoll_add | |
990 fun:event_add | |
991 fun:_ZN4base19MessagePumpLibevent4InitEv | |
992 fun:_ZN4base19MessagePumpLibeventC1Ev | |
993 fun:_ZN11MessageLoopC1ENS_4TypeE | |
994 fun:_ZN4base6Thread10ThreadMainEv | |
995 fun:_Z10ThreadFuncPv | |
996 fun:start_thread | |
997 } | |
998 { | |
999 bug_19463 | 699 bug_19463 |
1000 Memcheck:Leak | 700 Memcheck:Leak |
1001 fun:_Znwj | 701 fun:_Znwj |
1002 fun:_ZN4base19MessagePumpLibevent4InitEv | 702 fun:_ZN4base19MessagePumpLibevent4InitEv |
1003 fun:_ZN4base19MessagePumpLibeventC1Ev | 703 fun:_ZN4base19MessagePumpLibeventC1Ev |
1004 fun:_ZN11MessageLoopC1ENS_4TypeE | 704 fun:_ZN11MessageLoopC1ENS_4TypeE |
1005 } | 705 } |
1006 { | 706 { |
1007 bug_19490 | |
1008 Memcheck:Leak | |
1009 fun:_Znwj | |
1010 ... | |
1011 fun:_ZN19SafeBrowsingService11GetDatabaseEv | |
1012 fun:_ZN19SafeBrowsingService14OnDBInitializeEv | |
1013 fun:_ZN14RunnableMethodI19SafeBrowsingServiceMS0_FvvE6Tuple0E3RunEv | |
1014 } | |
1015 { | |
1016 bug_19546a | 707 bug_19546a |
1017 Memcheck:Leak | 708 Memcheck:Leak |
1018 fun:_Znwj | 709 fun:_Znwj |
1019 fun:_ZN19SafeBrowsingService5StartEv | 710 fun:_ZN19SafeBrowsingService5StartEv |
1020 fun:_ZN19SafeBrowsingService10InitializeEP11MessageLoop | 711 fun:_ZN19SafeBrowsingService10InitializeEP11MessageLoop |
1021 fun:_ZN22ResourceDispatcherHost10InitializeEv | 712 fun:_ZN22ResourceDispatcherHost10InitializeEv |
1022 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv | 713 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv |
1023 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv | 714 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv |
1024 fun:_ZN24BrowserRenderProcessHost4InitEv | 715 fun:_ZN24BrowserRenderProcessHost4InitEv |
1025 } | 716 } |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1260 fun:_ZN11PrefService13SerializeDataEPSs | 951 fun:_ZN11PrefService13SerializeDataEPSs |
1261 fun:_ZN11PrefService19SavePersistentPrefsEv | 952 fun:_ZN11PrefService19SavePersistentPrefsEv |
1262 fun:_ZN16browser_shutdown8ShutdownEv | 953 fun:_ZN16browser_shutdown8ShutdownEv |
1263 } | 954 } |
1264 { | 955 { |
1265 bug_22702 | 956 bug_22702 |
1266 Memcheck:Cond | 957 Memcheck:Cond |
1267 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb | 958 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
1268 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb | 959 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
1269 } | 960 } |
OLD | NEW |