Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 111443009: Retire unused memcheck suppressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 { 513 {
514 bug_16128 514 bug_16128
515 Memcheck:Leak 515 Memcheck:Leak
516 fun:_Znw* 516 fun:_Znw*
517 ... 517 ...
518 fun:_ZN3IPC11SyncChannelC1E* 518 fun:_ZN3IPC11SyncChannelC1E*
519 ... 519 ...
520 fun:_ZN7content11ChildThread4InitEv 520 fun:_ZN7content11ChildThread4InitEv
521 } 521 }
522 { 522 {
523 bug_16326
524 Memcheck:Leak
525 fun:_Znw*
526 ...
527 fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev
528 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv
529 fun:_ZN7WebCore22ResourceHandleInternal5startEv
530 }
531 {
532 bug_17291
533 Memcheck:Leak
534 fun:malloc
535 fun:_ZN3WTF10fastMallocE*
536 ...
537 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6Stri ngES3_PS1_
538 }
539 {
540 # also bug 17979. It's a nest of leaks. 523 # also bug 17979. It's a nest of leaks.
541 bug_17385 524 bug_17385
542 Memcheck:Leak 525 Memcheck:Leak
543 fun:_Znw* 526 fun:_Znw*
544 ... 527 ...
545 fun:_ZN3IPC12ChannelProxy7Context13CreateChannel*Channel4ModeE 528 fun:_ZN3IPC12ChannelProxy7Context13CreateChannel*Channel4ModeE
546 fun:_ZN3IPC12ChannelProxy4Init* 529 fun:_ZN3IPC12ChannelProxy4Init*
547 ... 530 ...
548 fun:_ZN3IPC11SyncChannel*Channel4Mode*Listener* 531 fun:_ZN3IPC11SyncChannel*Channel4Mode*Listener*
549 } 532 }
550 { 533 {
551 bug_17540 534 bug_17540
552 Memcheck:Leak 535 Memcheck:Leak
553 fun:_Znw* 536 fun:_Znw*
554 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptor*FileDescriptorWatcherE PNS0_7WatcherE 537 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptor*FileDescriptorWatcherE PNS0_7WatcherE
555 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptor*MessagePumpLibevent21File DescriptorWatcherEPNS2_7WatcherE 538 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptor*MessagePumpLibevent21File DescriptorWatcherEPNS2_7WatcherE
556 ... 539 ...
557 fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv 540 fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv
558 fun:_ZN3IPC7Channel7ConnectEv 541 fun:_ZN3IPC7Channel7ConnectEv
559 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv 542 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
560 } 543 }
561 { 544 {
562 bug_19196
563 Memcheck:Leak
564 fun:_Znw*
565 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
566 fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE
567 fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi
568 fun:_ZN5blink17registerExtensionEPN2v89ExtensionEi
569 fun:_ZN12RenderThread23EnsureWebKitInitializedEv
570 }
571 {
572 bug_19371 545 bug_19371
573 Memcheck:Leak 546 Memcheck:Leak
574 fun:_Znw* 547 fun:_Znw*
575 ... 548 ...
576 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE 549 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
577 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE 550 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
578 fun:_ZN4base13WaitableEvent4WaitEv 551 fun:_ZN4base13WaitableEvent4WaitEv
579 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 552 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
580 } 553 }
581 { 554 {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 ... 623 ...
651 fun:malloc 624 fun:malloc
652 fun:sqlite3MemMalloc 625 fun:sqlite3MemMalloc
653 fun:mallocWithAlarm 626 fun:mallocWithAlarm
654 fun:sqlite3Malloc 627 fun:sqlite3Malloc
655 ... 628 ...
656 fun:yy_reduce 629 fun:yy_reduce
657 } 630 }
658 # IPCing uninitialized data 631 # IPCing uninitialized data
659 { 632 {
660 bug_20997_a
661 Memcheck:Param
662 socketcall.sendmsg(msg.msg_iov[i])
663 fun:sendmsg*
664 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
665 }
666 {
667 bug_20997_b
668 Memcheck:Param
669 socketcall.sendmsg(msg.msg_iov[i])
670 fun:sendmsg$UNIX2003
671 ...
672 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_
673 ...
674 fun:event_process_active
675 fun:event_base_loop
676 }
677 {
678 bug_22098
679 Memcheck:Leak
680 fun:_Znw*
681 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE
682 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19Messa gePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
683 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
684 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
685 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
686 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
687 fun:_ZN3IPC8SendTask3RunEv
688 }
689 {
690 bug_22923
691 Memcheck:Leak
692 fun:_Znw*
693 ...
694 fun:_ZN13WorkerService12CreateWorker*
695 fun:_ZN19RenderMessageFilter14OnCreateWorker*
696 }
697 {
698 bug_27665 633 bug_27665
699 Memcheck:Leak 634 Memcheck:Leak
700 fun:_Znw* 635 fun:_Znw*
701 fun:_ZN10SkXfermode6CreateENS_4ModeE 636 fun:_ZN10SkXfermode6CreateENS_4ModeE
702 fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE 637 fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE
703 fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint 638 fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint
704 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceE 639 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceE
705 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceENS_17CompositeOperatorE 640 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceENS_17CompositeOperatorE
706 } 641 }
707 # The following three suppressions are related to the workers code. 642 # The following three suppressions are related to the workers code.
708 { 643 {
709 bug_27837
710 Memcheck:Leak
711 fun:_Znw*
712 fun:_ZN19WebSharedWorkerStub9OnConnectEii
713 }
714 {
715 # GTK tooltip doesn't always initialize variables. 644 # GTK tooltip doesn't always initialize variables.
716 # https://bugzilla.gnome.org/show_bug.cgi?id=554686 645 # https://bugzilla.gnome.org/show_bug.cgi?id=554686
717 tooltip_554686 646 tooltip_554686
718 Memcheck:Uninitialized 647 Memcheck:Uninitialized
719 fun:child_location_foreach 648 fun:child_location_foreach
720 fun:gtk_fixed_forall 649 fun:gtk_fixed_forall
721 ... 650 ...
722 fun:find_widget_under_pointer 651 fun:find_widget_under_pointer
723 fun:gtk_tooltip_show_tooltip 652 fun:gtk_tooltip_show_tooltip
724 fun:tooltip_popup_timeout 653 fun:tooltip_popup_timeout
725 fun:gdk_threads_dispatch 654 fun:gdk_threads_dispatch
726 fun:g_timeout_dispatch 655 fun:g_timeout_dispatch
727 } 656 }
728 { 657 {
729 bug_29675 658 bug_29675
730 Memcheck:Leak 659 Memcheck:Leak
731 fun:_Znw* 660 fun:_Znw*
732 fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv 661 fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv
733 fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv 662 fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv
734 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE 663 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
735 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE 664 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
736 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE 665 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE
737 fun:_ZN7content21ContentMainRunnerImpl3RunEv 666 fun:_ZN7content21ContentMainRunnerImpl3RunEv
738 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE 667 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
739 fun:ChromeMain 668 fun:ChromeMain
740 } 669 }
741 { 670 {
742 bug_30346
743 Memcheck:Leak
744 fun:_Znw*
745 ...
746 fun:_ZN13TCMallocGuardC1Ev
747 fun:_Z41__static_initialization_and_destruction_0ii
748 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_ins tead43FLAGS_tcmalloc_large_alloc_report_thresholdE
749 }
750 {
751 bug_30346b
752 Memcheck:Unaddressable
753 ...
754 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_
755 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_
756 fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv
757 fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv
758 fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv
759 }
760 {
761 bug_30703a 671 bug_30703a
762 Memcheck:Param 672 Memcheck:Param
763 write(buf) 673 write(buf)
764 ... 674 ...
765 fun:zipCloseFileInZipRaw 675 fun:zipCloseFileInZipRaw
766 fun:zipCloseFileInZip 676 fun:zipCloseFileInZip
767 fun:_Z*13AddEntryToZip* 677 fun:_Z*13AddEntryToZip*
768 } 678 }
769 { 679 {
770 bug_30703b 680 bug_30703b
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 fun:*SaveScreenshotE*4base8Callback* 739 fun:*SaveScreenshotE*4base8Callback*
830 } 740 }
831 { 741 {
832 bug_87232 742 bug_87232
833 Memcheck:Uninitialized 743 Memcheck:Uninitialized
834 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb 744 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb
835 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b 745 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b
836 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_* 746 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_*
837 } 747 }
838 { 748 {
839 bug_31985
840 Memcheck:Leak
841 fun:_Znw*
842 ...
843 fun:_ZN3net16HttpNetworkLayer10GetSessionEv
844 fun:_ZN3net16HttpNetworkLayer17CreateTransactionEP10scoped_ptrINS_15HttpTrans actionEE
845 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
846 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
847 }
848 {
849 bug_32085 749 bug_32085
850 Memcheck:Leak 750 Memcheck:Leak
851 fun:_Znw* 751 fun:_Znw*
852 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8al locate* 752 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8al locate*
853 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS* 753 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
854 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_ auxEN9__gnu_cxx17__normal_iteratorIPS2_S* 754 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_ auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
855 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS* 755 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
856 fun:_ZN7content21NotificationRegistrar3Add* 756 fun:_ZN7content21NotificationRegistrar3Add*
857 } 757 }
858 { 758 {
859 bug_32273_a
860 Memcheck:Leak
861 fun:_Znw*
862 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
863 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
864 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
865 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
866 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
867 fun:_ZN12RenderWidget4SendEPN3IPC7MessageE
868 fun:_ZN12RenderWidget16DoDeferredUpdateEv
869 fun:_ZN12RenderWidget20CallDoDeferredUpdateEv
870 }
871 {
872 bug_32273_b 759 bug_32273_b
873 Memcheck:Leak 760 Memcheck:Leak
874 fun:_Znw* 761 fun:_Znw*
875 ... 762 ...
876 fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE 763 fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE
877 fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE 764 fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
878 } 765 }
879 { 766 {
880 bug_32623 767 bug_32623
881 Memcheck:Leak 768 Memcheck:Leak
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 fun:PK11_InitPin 811 fun:PK11_InitPin
925 } 812 }
926 { 813 {
927 bug_32624_f 814 bug_32624_f
928 Memcheck:Leak 815 Memcheck:Leak
929 ... 816 ...
930 fun:CERT_PKIXVerifyCert 817 fun:CERT_PKIXVerifyCert
931 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE* 818 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
932 } 819 }
933 { 820 {
934 bug_32624_g
935 Memcheck:Leak
936 ...
937 fun:CERT_VerifySignedData
938 fun:cert_VerifyCertChain
939 fun:CERT_VerifyCertChain
940 fun:CERT_VerifyCert
941 }
942 {
943 bug_38138 821 bug_38138
944 Memcheck:Param 822 Memcheck:Param
945 write(buf) 823 write(buf)
946 obj:*libpthread* 824 obj:*libpthread*
947 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv 825 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
948 ... 826 ...
949 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 827 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
950 fun:_ZN4base11MessageLoop11RunInternalEv 828 fun:_ZN4base11MessageLoop11RunInternalEv
951 fun:_ZN4base11MessageLoop10RunHandlerEv 829 fun:_ZN4base11MessageLoop10RunHandlerEv
952 } 830 }
953 { 831 {
954 bug_30633_39325
955 Memcheck:Leak
956 fun:_Znw*
957 ...
958 fun:_ZN11ProfileImpl17GetRequestContextEv
959 fun:_ZN19SafeBrowsingService5StartEv
960 fun:_ZN19SafeBrowsingService10InitializeEv
961 fun:_ZN22ResourceDispatcherHost10InitializeEv
962 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
963 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
964 fun:_ZN16ExtensionService4InitEv
965 }
966 {
967 bug_42842
968 Memcheck:Leak
969 fun:_Znw*
970 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorker ClientE
971 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE
972 fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE
973 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
974 fun:_ZN7WebCore6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
975 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
976 }
977 {
978 bug_42942_a
979 Memcheck:Leak
980 fun:_Znw*
981 ...
982 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
983 fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc
984 fun:_ZN3sql9MetaTable8GetValueEPKcPi
985 fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv
986 ...
987 fun:_ZN3net13CookieMonster9InitStoreEv
988 }
989 {
990 bug_42942_b
991 Memcheck:Leak
992 fun:_Znw*
993 ...
994 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
995 fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc
996 fun:_ZN3sql9MetaTable8SetValueEPKci
997 fun:_ZN3sql9MetaTable16SetVersionNumberEi
998 ...
999 fun:_ZN3net13CookieMonster9InitStoreEv
1000 }
1001 {
1002 bug_42958_a 832 bug_42958_a
1003 Memcheck:Leak 833 Memcheck:Leak
1004 fun:malloc 834 fun:malloc
1005 ... 835 ...
1006 fun:_NPN_RegisterObject 836 fun:_NPN_RegisterObject
1007 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv 837 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
1008 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv 838 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
1009 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv 839 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
1010 fun:NPN_GetValue 840 fun:NPN_GetValue
1011 } 841 }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 fun:_Znw* 877 fun:_Znw*
1048 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPK v 878 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPK v
1049 fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj 879 fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj
1050 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gn u_cxx17__normal_iteratorIPS2_S4_EERKS2_ 880 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gn u_cxx17__normal_iteratorIPS2_S4_EERKS2_
1051 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_ 881 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_
1052 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_ 882 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_
1053 fun:_ZN4base11MessageLoop15AddTaskObserverEPNS_12TaskObserverE 883 fun:_ZN4base11MessageLoop15AddTaskObserverEPNS_12TaskObserverE
1054 fun:*IOJankObserver21AttachToCurrentThreadEv 884 fun:*IOJankObserver21AttachToCurrentThreadEv
1055 } 885 }
1056 { 886 {
1057 bug_47950
1058 Memcheck:Leak
1059 fun:_Znw*
1060 ...
1061 fun:*CreateSpdyHeadersFromHttpRequestERKN3net15HttpRequestInfoEPSt3mapISsSsSt 4lessISsESaISt4pairIKSsSsEEE
1062 }
1063 {
1064 bug_49279_a
1065 Memcheck:Leak
1066 fun:_Znw*
1067 fun:*ChromeCookieMonsterDelegateC1EP7Profile
1068 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1069 }
1070 {
1071 bug_49279_b
1072 Memcheck:Leak
1073 fun:_Znw*
1074 ...
1075 fun:_ZN29ChromeURLRequestContextGetter28CreateRequestContextForMediaE*
1076 fun:_ZN29ChromeURLRequestContextGetter22CreateOriginalForMediaE*
1077 fun:_ZN11ProfileImpl25GetRequestContextForMediaEv
1078 }
1079 {
1080 bug_49279_c
1081 Memcheck:Leak
1082 fun:_Znw*
1083 fun:*ChromeCookieMonsterDelegateC2EP7Profile
1084 fun:*ChromeCookieMonsterDelegateC1EP7Profile
1085 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1086 }
1087 {
1088 bug_50304 887 bug_50304
1089 Memcheck:Leak 888 Memcheck:Leak
1090 ... 889 ...
1091 fun:_ZN7history14HistoryBackend8InitImpl* 890 fun:_ZN7history14HistoryBackend8InitImpl*
1092 fun:_ZN7history14HistoryBackend4Init* 891 fun:_ZN7history14HistoryBackend4Init*
1093 } 892 }
1094 { 893 {
1095 bug_50936 894 bug_50936
1096 Memcheck:Leak 895 Memcheck:Leak
1097 fun:_Znw* 896 fun:_Znw*
1098 ... 897 ...
1099 fun:_ZN23OffTheRecordProfileImpl4InitEv 898 fun:_ZN23OffTheRecordProfileImpl4InitEv
1100 fun:_ZN7Profile25CreateOffTheRecordProfileEv 899 fun:_ZN7Profile25CreateOffTheRecordProfileEv
1101 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv 900 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
1102 } 901 }
1103 { 902 {
1104 bug_50968_a 903 bug_50968_a
1105 Memcheck:Leak 904 Memcheck:Leak
1106 ... 905 ...
1107 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv 906 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1108 } 907 }
1109 { 908 {
1110 bug_50968_b 909 bug_50968_b
1111 Memcheck:Unaddressable 910 Memcheck:Unaddressable
1112 ... 911 ...
1113 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv 912 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1114 } 913 }
1115 { 914 {
1116 bug_50968_d
1117 Memcheck:Uninitialized
1118 ...
1119 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1120 }
1121 {
1122 bug_56359_a
1123 Memcheck:Leak
1124 fun:_Znw*
1125 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE
1126 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv
1127 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1128 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRu nnerI6Tuple1IiEERKNS_11BoundNetLogE
1129 fun:_ZN17URLRequestHttpJob16StartTransactionEv
1130 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi
1131 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv
1132 fun:_ZN17URLRequestHttpJob5StartEv
1133 fun:_ZN10URLRequest8StartJobEP13URLRequestJob
1134 fun:_ZN10URLRequest5StartEv
1135 fun:_ZN10URLFetcher4Core15StartURLRequestEv
1136 }
1137 {
1138 bug_51153
1139 Memcheck:Leak
1140 ...
1141 fun:_ZN7history14HistoryBackend16GetFaviconForURLE13scoped_refptrI17Cancelabl eRequestI14CallbackRunnerI6Tuple5IibS1_I16RefCountedMemoryEb4GURLEEEERKS7_
1142 }
1143 {
1144 bug_51379
1145 Memcheck:Leak
1146 fun:malloc
1147 ...
1148 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3
1149 ...
1150 fun:_ZN3gfx10Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontER Kjiiiii
1151 fun:_ZN3gfx10Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontER Kjiiii
1152 }
1153 {
1154 bug_51590a
1155 Memcheck:Unaddressable
1156 ...
1157 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1158 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1159 }
1160 {
1161 bug_51590b
1162 Memcheck:Unaddressable
1163 ...
1164 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1165 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1166 }
1167 {
1168 bug_51590c
1169 Memcheck:Unaddressable
1170 ...
1171 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1172 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1173 }
1174 {
1175 bug_51679
1176 Memcheck:Leak
1177 fun:_Znw*
1178 ...
1179 fun:_ZN23MessageService16AddEventListenerERKSsi
1180 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
1181 }
1182 {
1183 bug_52831 915 bug_52831
1184 Memcheck:Leak 916 Memcheck:Leak
1185 fun:_Znw* 917 fun:_Znw*
1186 ... 918 ...
1187 fun:*InotifyReaderTask3RunEv 919 fun:*InotifyReaderTask3RunEv
1188 ... 920 ...
1189 fun:_ZN4base11MessageLoop11RunInternalEv 921 fun:_ZN4base11MessageLoop11RunInternalEv
1190 fun:_ZN4base11MessageLoop10RunHandlerEv 922 fun:_ZN4base11MessageLoop10RunHandlerEv
1191 } 923 }
1192 { 924 {
1193 bug_52837
1194 Memcheck:Leak
1195 fun:_Znw*
1196 ...
1197 fun:_ZNSt3map*FilePath*insert*
1198 fun:_ZNSt3map*FilePath*ix*
1199 fun:_ZN16ExtensionService15UnloadExtensionERKSs
1200 fun:_ZN16ExtensionService18UninstallExtensionERKSsb
1201 fun:_ZN18AutomationProvider18UninstallExtensionEiPb
1202 }
1203 {
1204 bug_52957
1205 Memcheck:Unaddressable
1206 fun:glGetString
1207 fun:_ZN18gpu_info_collector19CollectGraphicsInfoER7GPUInfo
1208 fun:_ZN9GpuThread18OnEstablishChannelEi
1209 }
1210 {
1211 bug_54308
1212 Memcheck:Leak
1213 fun:_Znw*
1214 ...
1215 fun:_ZNK8chromeos25CrosSettingsProviderProxy3GetERKSsPP5Value
1216 fun:_ZNK8chromeos12CrosSettings3GetERKSsPP5Value
1217 fun:_ZN8chromeos26CoreChromeOSOptionsHandler9FetchPrefERKSs
1218 fun:_ZN18CoreOptionsHandler16HandleFetchPrefsEPK9ListValue
1219 }
1220 {
1221 bug_55533
1222 Memcheck:Leak
1223 fun:_Znw*
1224 ...
1225 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics*
1226 fun:_ZN17RenderProcessHost*Profile
1227 fun:_ZN21MockRenderProcessHost*Profile
1228 }
1229 {
1230 bug_56676
1231 Memcheck:Leak
1232 fun:_Znw*
1233 fun:_ZN9__gnu_cxx13new_allocatorIN4base15file_util_proxy5EntryEE8allocate*
1234 fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate*
1235 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copy IN9__gnu_cxx17__normal_iteratorIPKS2*
1236 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_
1237 fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy 5EntryESaIS3_EEb
1238 fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileEr rorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE
1239 }
1240 {
1241 bug_58321
1242 Memcheck:Unaddressable
1243 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
1244 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS _16ResourceResponseE
1245 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLL oaderERKNS1_14WebURLResponseE
1246 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceLoaderBridge12ResponseInfoEb
1247 fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_ 00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoade rBridge12ResponseInfoEb
1248 }
1249 {
1250 bug_58340
1251 Memcheck:Unaddressable
1252 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
1253 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS _16ResourceResponseE
1254 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLL oaderERKNS1_14WebURLResponseE
1255 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceResponseInfoEb
1256 }
1257 {
1258 bug_58546
1259 Memcheck:Leak
1260 fun:_Znw*
1261 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
1262 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
1263 fun:_ZN11ProfileImplC1E*
1264 fun:_ZN7Profile13CreateProfileE*
1265 fun:_ZN14ProfileManager13CreateProfileE*
1266 fun:_ZN14ProfileManager10GetProfileE*
1267 fun:_ZN14ProfileManager17GetDefaultProfileE*
1268 fun:_ZN14ProfileManager17GetDefaultProfileEv
1269 }
1270 {
1271 bug_58561
1272 Memcheck:Leak
1273 fun:_Znw*
1274 ...
1275 fun:_ZN3net8internal26ClientSocketPoolBaseHelper16GetOrCreateGroupERKSs
1276 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7Re questE
1277 fun:_ZN3net20ClientSocketPoolBaseINS_*
1278 fun:_ZN3net*SocketPool13RequestSocketE*
1279 fun:_ZN3net18ClientSocketHandle4InitINS_*
1280 ...
1281 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
1282 fun:_ZN3net21HttpStreamFactoryImpl3Job6DoLoopEi
1283 }
1284 {
1285 bug_58564 925 bug_58564
1286 Memcheck:Leak 926 Memcheck:Leak
1287 fun:calloc 927 fun:calloc
1288 ... 928 ...
1289 fun:SSL_ImportFD 929 fun:SSL_ImportFD
1290 fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv 930 fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv
1291 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE 931 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
1292 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv 932 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
1293 fun:_ZN3net13SSLConnectJob6DoLoopEi 933 fun:_ZN3net13SSLConnectJob6DoLoopEi
1294 } 934 }
1295 { 935 {
1296 bug_58574
1297 Memcheck:Unaddressable
1298 ...
1299 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKN4base8Cal lbackIFvvEEE
1300 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
1301 }
1302 {
1303 bug_60556a
1304 Memcheck:Unaddressable
1305 ...
1306 fun:sqlite3_exec
1307 fun:_ZN3sql10Connection7ExecuteEPKc
1308 fun:_ZN11WebDatabase*
1309 }
1310 {
1311 bug_60556b
1312 Memcheck:Unaddressable
1313 ...
1314 fun:sqlite3_exec
1315 fun:_ZN3sql10Connection7ExecuteEPKc
1316 fun:_ZN11WebDatabase*
1317 }
1318 {
1319 bug_60556c
1320 Memcheck:Unaddressable
1321 ...
1322 fun:sqlite3_step
1323 fun:_ZN3sql9Statement3RunEv
1324 fun:_ZN3sql10Connection17CommitTransactionEv
1325 fun:_ZN3sql11Transaction6CommitEv
1326 fun:_ZN11WebDatabase*
1327 }
1328 {
1329 bug_60556d
1330 Memcheck:Unaddressable
1331 ...
1332 fun:sqlite3_step
1333 fun:_ZN3sql9Statement3RunEv
1334 fun:_ZN3sql10Connection17CommitTransactionEv
1335 fun:_ZN3sql11Transaction6CommitEv
1336 fun:_ZN11WebDatabase*
1337 }
1338 {
1339 bug_60556e
1340 Memcheck:Param
1341 read(buf)
1342 ...
1343 fun:sqlite3_exec
1344 fun:_ZN3sql10Connection7ExecuteEPKc
1345 fun:_ZN11WebDatabase*
1346 }
1347 {
1348 bug_60556f
1349 Memcheck:Unaddressable
1350 ...
1351 fun:sqlite3_close
1352 fun:_ZN3sql10Connection5CloseEv
1353 fun:_ZN3sql10ConnectionD2Ev
1354 fun:_ZN3sql10ConnectionD1Ev
1355 fun:_ZN11WebDatabase*
1356 }
1357 {
1358 bug_60556g
1359 Memcheck:Unaddressable
1360 ...
1361 fun:sqlite3_step
1362 fun:_ZN3sql9Statement4StepEv
1363 fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE
1364 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11Visit SourceE
1365 }
1366 {
1367 bug_60654
1368 Memcheck:Uninitialized
1369 fun:_ZN7WebCore25GraphicsContext3DInternal7reshapeEii
1370 fun:_ZN7WebCore17GraphicsContext3D7reshapeEii
1371 fun:_ZN7WebCore21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassR efPtrINS_17GraphicsContext3DEEE
1372 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22W ebGLContextAttributesE
1373 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasCon textAttributesE
1374 ...
1375 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEE EiPPPS4_Pb
1376 }
1377 {
1378 bug_60667c 936 bug_60667c
1379 Memcheck:Leak 937 Memcheck:Leak
1380 ... 938 ...
1381 obj:* 939 obj:*
1382 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj 940 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
1383 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShad erE 941 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShad erE
1384 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 942 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
1385 } 943 }
1386 { 944 {
1387 bug_64887_a
1388 Memcheck:Uninitialized
1389 fun:_itoa_word
1390 fun:vfprintf
1391 fun:vsnprintf
1392 fun:snprintf
1393 fun:_ZN7testing*26PrintByteSegmentInObjectToEPKhmmPSo
1394 fun:_ZN7testing*24PrintBytesInObjectToImplEPKhmPSo
1395 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
1396 fun:_ZN7testing9internal220TypeWithoutFormatterI*
1397 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
1398 fun:_ZN16testing_internal26DefaultPrintNonContainerToI*
1399 fun:_ZN7testing8internal14DefaultPrintToI*
1400 fun:_ZN7testing8internal7PrintToI*
1401 fun:_ZN7testing8internal16UniversalPrinterI*
1402 fun:_ZN7testing8internal14UniversalPrintI*
1403 }
1404 {
1405 bug_64887_b 945 bug_64887_b
1406 Memcheck:Uninitialized 946 Memcheck:Uninitialized
1407 fun:_itoa_word 947 fun:_itoa_word
1408 fun:vfprintf 948 fun:vfprintf
1409 fun:*vsnprintf* 949 fun:*vsnprintf*
1410 fun:*snprintf* 950 fun:*snprintf*
1411 fun:_ZN7testing*PrintByteSegmentInObjectTo* 951 fun:_ZN7testing*PrintByteSegmentInObjectTo*
1412 fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo 952 fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
1413 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo 953 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
1414 fun:_ZN7testing9internal220TypeWithoutFormatter* 954 fun:_ZN7testing9internal220TypeWithoutFormatter*
(...skipping 16 matching lines...) Expand all
1431 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo 971 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
1432 fun:_ZN7testing9internal220TypeWithoutFormatter* 972 fun:_ZN7testing9internal220TypeWithoutFormatter*
1433 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE* 973 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
1434 fun:_ZN16testing_internal26DefaultPrintNonContainerTo* 974 fun:_ZN16testing_internal26DefaultPrintNonContainerTo*
1435 fun:_ZN7testing8internal14DefaultPrintToI* 975 fun:_ZN7testing8internal14DefaultPrintToI*
1436 fun:_ZN7testing8internal7PrintToI* 976 fun:_ZN7testing8internal7PrintToI*
1437 fun:_ZN7testing8internal16UniversalPrinterI* 977 fun:_ZN7testing8internal16UniversalPrinterI*
1438 fun:_ZN7testing8internal14UniversalPrintI* 978 fun:_ZN7testing8internal14UniversalPrintI*
1439 } 979 }
1440 { 980 {
1441 bug_64887_d
1442 Memcheck:Uninitialized
1443 ...
1444 fun:_ZNSolsEx
1445 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKin dE1EE10PrintValueERKS3_PSo
1446 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_o streamIT_T0_ESA_RKT1_
1447 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_ PSo
1448 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_const antILb0EEERKT_PSo
1449 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
1450 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
1451 fun:_ZN7testing8internal18TuplePrefixPrinter*
1452 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
1453 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
1454 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
1455 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
1456 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDe scribeUninterestingCallEPKvPSo
1457 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
1458 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWith ERKNSt3tr15tupleIS3*
1459 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
1460 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
1461 }
1462 {
1463 bug_64887_e
1464 Memcheck:Uninitialized
1465 ...
1466 fun:_ZNSolsEx
1467 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKin dE1EE10PrintValueERKS3_PSo
1468 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_o streamIT_T0_ESA_RKT1_
1469 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_ PSo
1470 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_const antILb0EEERKT_PSo
1471 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
1472 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
1473 fun:_ZN7testing8internal18TuplePrefixPrinter*
1474 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
1475 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
1476 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
1477 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
1478 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDe scribeUninterestingCallEPKvPSo
1479 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
1480 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWith ERKNSt3tr15tupleIS3*
1481 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
1482 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
1483 }
1484 {
1485 bug_65940_a 981 bug_65940_a
1486 Memcheck:Leak 982 Memcheck:Leak
1487 fun:_Znw* 983 fun:_Znw*
1488 ... 984 ...
1489 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7C hannel4ModeE 985 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7C hannel4ModeE
1490 fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11Messa geLoopb 986 fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11Messa geLoopb
1491 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageL oopPNS0_7ContextEb 987 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageL oopPNS0_7ContextEb
1492 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEP11MessageLoopbPN4base13WaitableEventE 988 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEP11MessageLoopbPN4base13WaitableEventE
1493 } 989 }
1494 { 990 {
(...skipping 27 matching lines...) Expand all
1522 { 1018 {
1523 bug_65940_e 1019 bug_65940_e
1524 Memcheck:Leak 1020 Memcheck:Leak
1525 fun:_Znw* 1021 fun:_Znw*
1526 fun:_ZN7content16RenderThreadImpl4InitEv 1022 fun:_ZN7content16RenderThreadImpl4InitEv
1527 fun:_ZN7content16RenderThreadImplC* 1023 fun:_ZN7content16RenderThreadImplC*
1528 ... 1024 ...
1529 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv 1025 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
1530 } 1026 }
1531 { 1027 {
1532 bug_66853_a
1533 Memcheck:Leak
1534 fun:_Znw*
1535 fun:_ZN11ProfileImpl14GetHostZoomMapEv
1536 ...
1537 fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
1538 fun:_ZN11ProfileImpl17GetRequestContextEv
1539 fun:_ZN19SafeBrowsingService5StartEv
1540 fun:_ZN19SafeBrowsingService10InitializeEv
1541 fun:_ZN22ResourceDispatcherHost10InitializeEv
1542 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1543 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1544 fun:_ZN16ExtensionService4InitEv
1545 fun:_ZN11ProfileImpl14InitExtensionsE*
1546 fun:_ZN14ProfileManager10AddProfileEP7Profileb
1547 }
1548 {
1549 bug_67142
1550 Memcheck:Leak
1551 fun:_Znw*
1552 fun:_ZN16ChildProcessHost13CreateChannelEv
1553 fun:_ZN14GpuProcessHost4InitEv
1554 }
1555 {
1556 bug_67261
1557 Memcheck:Leak
1558 fun:_Znw*
1559 ...
1560 fun:_ZN3sql10Connection18GetUniqueStatementEPKc
1561 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
1562 fun:_ZN8appcache16AppCacheDatabase22PrepareCachedStatementERKN3sql11Statement IDEPKcPNS1_9StatementE
1563 }
1564 {
1565 bug_67553
1566 Memcheck:Leak
1567 fun:_Znw*
1568 ...
1569 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEix ERS7_
1570 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
1571 }
1572 {
1573 bug_68069_a 1028 bug_68069_a
1574 Memcheck:Leak 1029 Memcheck:Leak
1575 fun:malloc 1030 fun:malloc
1576 obj:* 1031 obj:*
1577 obj:* 1032 obj:*
1578 obj:* 1033 obj:*
1579 obj:* 1034 obj:*
1580 fun:_ZN3gfx20GetGLCoreProcAddressEPKc 1035 fun:_ZN3gfx20GetGLCoreProcAddressEPKc
1581 fun:_ZN3gfx22InitializeGLBindingsGLEv 1036 fun:_ZN3gfx22InitializeGLBindingsGLEv
1582 fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE 1037 fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE
1583 fun:_ZN3gfx9GLSurface16InitializeOneOffEv 1038 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
1584 } 1039 }
1585 { 1040 {
1586 bug_68069_b 1041 bug_68069_b
1587 Memcheck:Leak 1042 Memcheck:Leak
1588 fun:malloc 1043 fun:malloc
1589 fun:XextCreateExtension 1044 fun:XextCreateExtension
1590 ... 1045 ...
1591 fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv 1046 fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv
1592 fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv 1047 fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv
1593 fun:_ZN3gfx9GLSurface16InitializeOneOffEv 1048 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
1594 } 1049 }
1595 { 1050 {
1596 bug_68553
1597 Memcheck:Leak
1598 fun:_Znw*
1599 fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifi erEPNS_9HttpCacheE
1600 fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLCon figE
1601 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv
1602 fun:_ZN3net13SSLConnectJob6DoLoopEi
1603 fun:_ZN3net13SSLConnectJob15ConnectInternalEv
1604 fun:_ZN3net10ConnectJob7ConnectEv
1605 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsP KNS1_7RequestE
1606 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7Re questE
1607 fun:_ZN3net20ClientSocketPoolBaseINS_15SSLSocketParamsEE13RequestSocketERKSsR K13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRu nnerI6Tuple1IiEERKNS_11BoundNetLogE
1608 fun:_ZN3net19SSLClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEP NS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
1609 fun:_ZN3net18ClientSocketHandle4InitINS_15SSLSocketParamsENS_19SSLClientSocke tPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1 IiEEPT0_RKNS_11BoundNetLogE
1610 }
1611 {
1612 Bug_69919 1051 Bug_69919
1613 Memcheck:Leak 1052 Memcheck:Leak
1614 fun:calloc 1053 fun:calloc
1615 ... 1054 ...
1616 fun:_ZN3gfx15OSMesaGLContext10InitializeEjPNS_9GLContextE 1055 fun:_ZN3gfx15OSMesaGLContext10InitializeEjPNS_9GLContextE
1617 fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_ 1056 fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_
1618 fun:*InitializeGLContextEv 1057 fun:*InitializeGLContextEv
1619 } 1058 }
1620 { 1059 {
1621 Bug_69934_a 1060 Bug_69934_a
(...skipping 25 matching lines...) Expand all
1647 fun:_ZN3gfx10Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEER KNS_4FontEPiSA_i 1086 fun:_ZN3gfx10Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEER KNS_4FontEPiSA_i
1648 } 1087 }
1649 { 1088 {
1650 bug_71152 1089 bug_71152
1651 Memcheck:Leak 1090 Memcheck:Leak
1652 fun:_Znw* 1091 fun:_Znw*
1653 ... 1092 ...
1654 fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSession Service26InternalGetCommandsRequestEE 1093 fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSession Service26InternalGetCommandsRequestEE
1655 } 1094 }
1656 { 1095 {
1657 bug_71728
1658 Memcheck:Leak
1659 fun:_Znw*
1660 fun:*DownloadFileTest5SetUpEv
1661 }
1662 {
1663 bug_72544
1664 Memcheck:Leak
1665 fun:malloc
1666 fun:_ZN3WTF10fastMallocEj
1667 fun:_ZN3WTF10RefCountedIN7WebCore14StyleSheetListEEnwEj
1668 fun:_ZN7WebCore14StyleSheetList6createEPNS_8DocumentE
1669 fun:_ZN7WebCore8DocumentC2EPNS_5FrameERKNS_4KURLEbbS5_
1670 fun:_ZN7WebCore12HTMLDocumentC1EPNS_5FrameERKNS_4KURLES5_
1671 fun:_ZN7WebCore12HTMLDocument6createEPNS_5FrameERKNS_4KURLES5_
1672 fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringEPNS_5FrameE RKNS_4KURLEb
1673 fun:_ZN7WebCore14DocumentWriter14createDocumentERKNS_4KURLE
1674 fun:_ZN7WebCore14DocumentWriter5beginERKNS_4KURLEbPNS_14SecurityOriginE
1675 fun:_ZN7WebCore11FrameLoader4initEv
1676 fun:_ZN7WebCore5Frame4initEv
1677 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE
1678 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
1679 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPref erencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
1680 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
1681 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
1682 }
1683 {
1684 bug_72698_a 1096 bug_72698_a
1685 Memcheck:Leak 1097 Memcheck:Leak
1686 fun:_Znw* 1098 fun:_Znw*
1687 ... 1099 ...
1688 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile 1100 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
1689 } 1101 }
1690 { 1102 {
1691 bug_73415
1692 Memcheck:Unaddressable
1693 fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
1694 fun:_ZN11WebViewHost29postAccessibilityNotificationERKN5blink22WebAccessibili tyObjectENS0_28WebAccessibilityNotificationE
1695 fun:_ZN5blink16ChromeClientImpl29postAccessibilityNotificationEPN7WebCore19Ac cessibilityObjectENS1_13AXObjectCache14AXNotificationE
1696 fun:_ZN7WebCore13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityO bjectENS0_14AXNotificationE
1697 }
1698 {
1699 bug_73675
1700 Memcheck:Leak
1701 fun:_Znw*
1702 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EE EPS2_
1703 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6Ve ctorI10CppVariantLj0EEEPS5_
1704 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
1705 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
1706 fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
1707 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE
1708 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOB AL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
1709 obj:*
1710 }
1711 {
1712 bug_75019
1713 Memcheck:Leak
1714 fun:_Znw*
1715 ...
1716 fun:_ZN14GpuDataManagerC1Ev
1717 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1718 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1719 fun:_ZN14GpuDataManager11GetInstanceEv
1720 fun:_Z11BrowserMainRK18MainFunctionParams
1721 fun:_ZN20InProcessBrowserTest5SetUpEv
1722 }
1723 {
1724 bug_75051 1103 bug_75051
1725 Memcheck:Leak 1104 Memcheck:Leak
1726 fun:_Znw* 1105 fun:_Znw*
1727 ... 1106 ...
1728 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR esultEP14CallbackRunnerI6Tuple1IiEEPPv 1107 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR esultEP14CallbackRunnerI6Tuple1IiEEPPv
1729 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE 1108 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
1730 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi 1109 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
1731 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi 1110 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
1732 } 1111 }
1733 { 1112 {
(...skipping 11 matching lines...) Expand all
1745 fun:_ZN3gfx8PNGCodec6Decode* 1124 fun:_ZN3gfx8PNGCodec6Decode*
1746 } 1125 }
1747 { 1126 {
1748 bug_75127c 1127 bug_75127c
1749 Memcheck:Uninitialized 1128 Memcheck:Uninitialized
1750 ... 1129 ...
1751 fun:png_process_data 1130 fun:png_process_data
1752 fun:_ZN3gfx8PNGCodec6Decode* 1131 fun:_ZN3gfx8PNGCodec6Decode*
1753 } 1132 }
1754 { 1133 {
1755 bug_76197a
1756 Memcheck:Unaddressable
1757 fun:sqlite3DbFree
1758 fun:releaseMemArray
1759 fun:sqlite3VdbeDelete
1760 fun:sqlite3VdbeFinalize
1761 fun:sqlite3_finalize
1762 fun:_ZN3sql10Connection12StatementRef5CloseEv
1763 fun:_ZN3sql10Connection12StatementRefD2Ev
1764 fun:_ZN3sql10Connection12StatementRefD1Ev
1765 fun:_ZNK4base10RefCountedIN3sql10Connection12StatementRefEE7ReleaseEv
1766 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED2Ev
1767 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED1Ev
1768 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12Statemen tRefEEED2Ev
1769 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12Statemen tRefEEED1Ev
1770 fun:_ZN9__gnu_cxx13new_allocatorISt4pairIKN3sql11StatementIDE13scoped_refptrI NS2_10Connection12StatementRefEEEE7destroyEPS9_
1771 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Conne ction12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE12destroy_nodeEPSt1 3_Rb_tree_nodeIS8_E
1772 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Conne ction12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_ tree_nodeIS8_E
1773 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Conne ction12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
1774 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementR efEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
1775 fun:_ZN3sql10Connection5CloseEv
1776 fun:_ZN3sql10ConnectionD2Ev
1777 fun:_ZN3sql10ConnectionD1Ev
1778 fun:_ZN7history16InMemoryDatabaseD0Ev
1779 }
1780 {
1781 bug_76197b
1782 Memcheck:Unaddressable
1783 ...
1784 fun:sqlite3_step
1785 fun:sqlite3_exec
1786 fun:_ZN3sql10Connection7ExecuteEPKc
1787 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
1788 fun:_ZN7history16InMemoryDatabase12InitFromDiskE*
1789 fun:_ZN7history22InMemoryHistoryBackend4InitE*
1790 }
1791 {
1792 bug_77766 1134 bug_77766
1793 Memcheck:Leak 1135 Memcheck:Leak
1794 fun:malloc 1136 fun:malloc
1795 fun:_ZN3WTF10fastMallocEm 1137 fun:_ZN3WTF10fastMallocEm
1796 fun:_ZN7WebCore18PerformTaskContextnwEm 1138 fun:_ZN7WebCore18PerformTaskContextnwEm
1797 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionConte xt4TaskEEE 1139 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionConte xt4TaskEEE
1798 fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv 1140 fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv
1799 fun:_ZN5blink19WebWorkerClientImpl22workerContextDestroyedEv 1141 fun:_ZN5blink19WebWorkerClientImpl22workerContextDestroyedEv
1800 fun:_ZN7WebCore13WorkerContextD2Ev 1142 fun:_ZN7WebCore13WorkerContextD2Ev
1801 fun:_ZN7WebCore22DedicatedWorkerContextD0Ev 1143 fun:_ZN7WebCore22DedicatedWorkerContextD0Ev
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 bug_80462_b 1267 bug_80462_b
1926 Memcheck:Leak 1268 Memcheck:Leak
1927 fun:malloc 1269 fun:malloc
1928 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass 1270 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
1929 fun:_NPN_CreateObject 1271 fun:_NPN_CreateObject
1930 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9 DOMWindowE 1272 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9 DOMWindowE
1931 fun:_ZN5blinkL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE 1273 fun:_ZN5blinkL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE
1932 fun:_ZN5blink11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE 1274 fun:_ZN5blink11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE
1933 } 1275 }
1934 { 1276 {
1935 bug_80537_a
1936 Memcheck:Leak
1937 fun:calloc
1938 ...
1939 fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEv
1940 }
1941 {
1942 bug_80537_b 1277 bug_80537_b
1943 Memcheck:Leak 1278 Memcheck:Leak
1944 fun:calloc 1279 fun:calloc
1945 ... 1280 ...
1946 fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEPNS_9GLSurfaceE 1281 fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEPNS_9GLSurfaceE
1947 } 1282 }
1948 { 1283 {
1949 bug_80551
1950 Memcheck:Leak
1951 fun:_Znw*
1952 fun:_Z11BrowserMainRK18MainFunctionParams
1953 fun:_ZN20InProcessBrowserTest5SetUpEv
1954 }
1955 {
1956 bug_80550_a 1284 bug_80550_a
1957 Memcheck:Leak 1285 Memcheck:Leak
1958 fun:_Znw* 1286 fun:_Znw*
1959 fun:_ZN16RenderWidgetHost11WasRestoredEv 1287 fun:_ZN16RenderWidgetHost11WasRestoredEv
1960 } 1288 }
1961 { 1289 {
1962 bug_80550_b 1290 bug_80550_b
1963 Memcheck:Leak 1291 Memcheck:Leak
1964 fun:_Znw* 1292 fun:_Znw*
1965 fun:_ZN16RenderWidgetHost9WasHiddenEv 1293 fun:_ZN16RenderWidgetHost9WasHiddenEv
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 Memcheck:Leak 1339 Memcheck:Leak
2012 fun:_Znw* 1340 fun:_Znw*
2013 fun:_ZN9__gnu_cxx13new_allocator*PendingTaskEE8allocate* 1341 fun:_ZN9__gnu_cxx13new_allocator*PendingTaskEE8allocate*
2014 fun:_ZN*_Deque_baseIN*PendingTaskESaIS1_*_M_allocate_* 1342 fun:_ZN*_Deque_baseIN*PendingTaskESaIS1_*_M_allocate_*
2015 ... 1343 ...
2016 fun:_ZNSt5dequeIN*PendingTaskESaIS1_EE*push_back* 1344 fun:_ZNSt5dequeIN*PendingTaskESaIS1_EE*push_back*
2017 fun:_ZNSt5queueIN4*PendingTask*deque*push* 1345 fun:_ZNSt5queueIN4*PendingTask*deque*push*
2018 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPN*PendingTaskE* 1346 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPN*PendingTaskE*
2019 } 1347 }
2020 { 1348 {
2021 bug_84224_b
2022 Memcheck:Unaddressable
2023 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC2ERKS3_
2024 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC1ERKS3_
2025 fun:_ZN4base8internal12CallbackBaseC2ERKS1_
2026 fun:_ZN4base8CallbackIFvvEEC2ERKS2_
2027 fun:_ZN4base8CallbackIFvvEEC1ERKS2_
2028 fun:_ZN4base11MessageLoop11PendingTaskC2ERKS0_
2029 fun:_ZN4base11MessageLoop11PendingTaskC1ERKS0_
2030 fun:_ZN9__gnu_cxx13new_allocatorIN11MessageLoop11PendingTaskEE9constructEPS2_ RKS2_
2031 fun:_ZNSt5dequeIN11MessageLoop11PendingTaskESaIS1_EE9push_backERKS1_
2032 fun:_ZNSt5queueIN11MessageLoop11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
2033 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPNS_11PendingTaskE
2034 }
2035 {
2036 bug_84265
2037 Memcheck:Leak
2038 fun:_Znw*
2039 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
2040 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
2041 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17Aut hChallengeInfoE
2042 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2043 }
2044 {
2045 bug_84770_a
2046 Memcheck:Unaddressable
2047 fun:_ZN5blink21FrameLoaderClientImpl12allowPluginsEb
2048 fun:_ZN7WebCore14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPlugi nsE
2049 }
2050 {
2051 bug_84770_b
2052 Memcheck:Unaddressable
2053 fun:_ZN5blink21FrameLoaderClientImpl15allowJavaScriptEb
2054 fun:_ZN7WebCore16ScriptController17canExecuteScriptsENS_33ReasonForCallingCan ExecuteScriptsE
2055 }
2056 {
2057 bug_84770_c
2058 Memcheck:Unaddressable
2059 fun:_ZN5blink21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
2060 fun:_ZN7WebCore16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEE Ei
2061 }
2062 {
2063 bug_86481
2064 Memcheck:Leak
2065 fun:_Znw*
2066 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
2067 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map*
2068 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map*
2069 fun:_ZNSt11_Deque_baseI*FilePath*
2070 fun:_ZNSt5dequeI*FilePath*
2071 fun:_ZNSt5stackI*FilePath*deque*
2072 fun:_ZN9file_util14FileEnumeratorC1E*
2073 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
2074 }
2075 {
2076 bug_87423
2077 Memcheck:Uninitialized
2078 fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv
2079 fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi
2080 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
2081 fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tu ple1IiEE
2082 fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs
2083 fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsP roxy_Test8TestBodyEv
2084 }
2085 {
2086 bug_88640_a 1349 bug_88640_a
2087 Memcheck:Leak 1350 Memcheck:Leak
2088 fun:_Znw* 1351 fun:_Znw*
2089 fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv 1352 fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
2090 fun:_ZN11ProfileImpl11DoFinalInitEv 1353 fun:_ZN11ProfileImpl11DoFinalInitEv
2091 fun:_ZN11ProfileImpl13OnPrefsLoadedEb 1354 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
2092 } 1355 }
2093 { 1356 {
2094 bug_88640_b 1357 bug_88640_b
2095 Memcheck:Leak 1358 Memcheck:Leak
2096 ... 1359 ...
2097 fun:_ZN11ProfileImpl13OnPrefsLoadedEb 1360 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
2098 ... 1361 ...
2099 fun:_ZN11ProfileImplC*E* 1362 fun:_ZN11ProfileImplC*E*
2100 } 1363 }
2101 { 1364 {
2102 bug_88640_c
2103 Memcheck:Leak
2104 fun:_Znw*
2105 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfilePK13ProfileIO Data
2106 fun:_ZN17ProfileImplIOData6Handle4InitE*
2107 fun:_ZN11ProfileImpl11DoFinalInitEv
2108 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
2109 }
2110 {
2111 bug_81796
2112 Memcheck:Leak
2113 fun:_Znw*
2114 fun:_ZN4base16MessageLoopProxy22currentEv
2115 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoo pProxyE
2116 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste nerEPN4base16MessageLoopProxyE
2117 }
2118 {
2119 bug_89304 1365 bug_89304
2120 Memcheck:Leak 1366 Memcheck:Leak
2121 fun:_Znw* 1367 fun:_Znw*
2122 ... 1368 ...
2123 fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13s coped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunner I6Tuple1IiEERKNS_11BoundNetLogE 1369 fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13s coped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunner I6Tuple1IiEERKNS_11BoundNetLogE
2124 fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18Clien tSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE 1370 fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18Clien tSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2125 fun:_ZN3net18ClientSocketHandle4Init* 1371 fun:_ZN3net18ClientSocketHandle4Init*
2126 ... 1372 ...
2127 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLR KNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9Pr oxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14Call backRunnerI6Tuple1IiEE 1373 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLR KNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9Pr oxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14Call backRunnerI6Tuple1IiEE
2128 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv 1374 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
2129 } 1375 }
2130 { 1376 {
2131 bug_89311 1377 bug_89311
2132 Memcheck:Leak 1378 Memcheck:Leak
2133 fun:_Znw* 1379 fun:_Znw*
2134 ... 1380 ...
2135 fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi 1381 fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi
2136 fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv 1382 fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv
2137 fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi 1383 fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi
2138 } 1384 }
2139 { 1385 {
2140 bug_89942_a 1386 bug_89942_a
2141 Memcheck:Leak 1387 Memcheck:Leak
2142 ... 1388 ...
2143 fun:_ZN10ZygoteHost11ForkRequestERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_ EERKSs 1389 fun:_ZN10ZygoteHost11ForkRequestERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_ EERKSs
2144 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13 BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine 1390 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13 BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
2145 } 1391 }
2146 { 1392 {
2147 bug_89942_b
2148 Memcheck:Leak
2149 ...
2150 fun:_ZNSt6vectorISt4pairIjiESaIS1_EE9push_backERKS1_
2151 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13 BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
2152 }
2153 {
2154 bug_90057a
2155 Memcheck:Leak
2156 ...
2157 fun:_ZN3net13CookieMonster9InitStoreEv
2158 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
2159 fun:_ZN3net13CookieMonster30GetAllCookiesForURLWithOptionsERK4GURLRKNS_13Cook ieOptionsE
2160 fun:_ZN3net13CookieMonster19GetAllCookiesForURLERK4GURL
2161 fun:_ZN22ResourceDispatcherHost13CanGetCookiesEPN3net10URLRequestE
2162 fun:_ZN3net10URLRequest13CanGetCookiesEv
2163 fun:_ZN3net13URLRequestJob13CanGetCookiesEv
2164 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
2165 }
2166 {
2167 bug_90057b
2168 Memcheck:Leak
2169 ...
2170 fun:_ZN3net13CookieMonster9InitStoreEv
2171 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
2172 fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptions E
2173 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOp tionsERKN4base8CallbackIFvRKSsEEE
2174 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
2175 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs
2176 }
2177 {
2178 bug_90057c 1393 bug_90057c
2179 Memcheck:Leak 1394 Memcheck:Leak
2180 fun:_Znw* 1395 fun:_Znw*
2181 ... 1396 ...
2182 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv 1397 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
2183 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv 1398 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
2184 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi 1399 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
2185 } 1400 }
2186 { 1401 {
2187 bug_90215_c 1402 bug_90215_c
2188 Memcheck:Leak 1403 Memcheck:Leak
2189 ... 1404 ...
2190 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv 1405 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
2191 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv 1406 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
2192 } 1407 }
2193 { 1408 {
2194 bug_90215_d 1409 bug_90215_d
2195 Memcheck:Leak 1410 Memcheck:Leak
2196 ... 1411 ...
2197 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv 1412 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
2198 } 1413 }
2199 { 1414 {
2200 bug_90215_e
2201 Memcheck:Leak
2202 fun:_Znw*
2203 fun:_ZN8appcache15AppCacheService10InitializeE*
2204 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE*
2205 }
2206 {
2207 bug_90215_f
2208 Memcheck:Leak
2209 fun:_Znw*
2210 ...
2211 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERKN4base 8FilePathEb
2212 fun:_ZNK13ProfileIOData4InitEPSt3mapISs10linked_ptrIN3net20URLRequestJobFacto ry15ProtocolHandlerEESt4lessISsESaISt4pairIKSsS5_EEE
2213 fun:_ZN12_GLOBAL__N_114FactoryForMain6CreateEv
2214 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
2215 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
2216 }
2217 {
2218 bug_90240
2219 Memcheck:Leak
2220 fun:_Znw*
2221 ...
2222 fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24S erializedVarReturnValueE
2223 }
2224 {
2225 bug_90400 1415 bug_90400
2226 Memcheck:Leak 1416 Memcheck:Leak
2227 fun:_Znw* 1417 fun:_Znw*
2228 fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv 1418 fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv
2229 fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs* 1419 fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs*
2230 fun:_ZN15WebContentsImpl14GetWebkitPrefsEv 1420 fun:_ZN15WebContentsImpl14GetWebkitPrefsEv
2231 } 1421 }
2232 { 1422 {
2233 bug_90487a
2234 Memcheck:Leak
2235 fun:_Znw*
2236 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo cateEjPKv
2237 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
2238 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
2239 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2 _ERKS2_
2240 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
2241 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
2242 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
2243 }
2244 {
2245 bug_90487b 1423 bug_90487b
2246 Memcheck:Leak 1424 Memcheck:Leak
2247 fun:_Znw* 1425 fun:_Znw*
2248 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 1426 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
2249 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 1427 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
2250 ... 1428 ...
2251 fun:_ZN5quota12QuotaManager* 1429 fun:_ZN5quota12QuotaManager*
2252 } 1430 }
2253 { 1431 {
2254 bug_90496a
2255 Memcheck:Leak
2256 ...
2257 fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii23ResourceHostMsg_RequestEE8DispatchI2 2ResourceDispatcherHostS6_iRKS2_EEbPKNS_7MessageEPT_PT0_MSC_FvRSA_T1_T2_E
2258 fun:_ZN22ResourceDispatcherHost17OnMessageReceivedERKN3IPC7MessageEP21Resourc eMessageFilterPb
2259 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
2260 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
2261 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
2262 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
2263 fun:_ZN3IPC12ChannelProxy7Context17OnMessageReceivedERKNS_7MessageE
2264 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
2265 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
2266 }
2267 {
2268 bug_90496b 1432 bug_90496b
2269 Memcheck:Leak 1433 Memcheck:Leak
2270 fun:_Znw* 1434 fun:_Znw*
2271 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE 1435 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
2272 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE 1436 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
2273 fun:_ZN3net10URLRequest21NotifyResponseStartedEv 1437 fun:_ZN3net10URLRequest21NotifyResponseStartedEv
2274 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 1438 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2275 } 1439 }
2276 { 1440 {
2277 bug_90496c 1441 bug_90496c
(...skipping 13 matching lines...) Expand all
2291 } 1455 }
2292 { 1456 {
2293 bug_90496d 1457 bug_90496d
2294 Memcheck:Leak 1458 Memcheck:Leak
2295 ... 1459 ...
2296 fun:_ZN24CrossSiteResourceHandler14ResumeResponseEv 1460 fun:_ZN24CrossSiteResourceHandler14ResumeResponseEv
2297 fun:_ZN22ResourceDispatcherHost12OnSwapOutACKERK22ViewMsg_SwapOut_Params 1461 fun:_ZN22ResourceDispatcherHost12OnSwapOutACKERK22ViewMsg_SwapOut_Params
2298 fun:_ZN18RenderWidgetHelper21OnCrossSiteSwapOutACKERK22ViewMsg_SwapOut_Params 1462 fun:_ZN18RenderWidgetHelper21OnCrossSiteSwapOutACKERK22ViewMsg_SwapOut_Params
2299 } 1463 }
2300 { 1464 {
2301 bug_90496e
2302 Memcheck:Leak
2303 ...
2304 fun:_ZN14SharedIOBuffer4InitEv
2305 fun:_ZN20AsyncResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2306 fun:_ZN24CrossSiteResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2307 fun:_ZN23BufferedResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2308 fun:_ZN27SafeBrowsingResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2309 fun:_ZN22OfflineResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2310 fun:_ZN22ResourceDispatcherHost4ReadEPN3net10URLRequestEPi
2311 fun:_ZN22ResourceDispatcherHost12StartReadingEPN3net10URLRequestE
2312 }
2313 {
2314 bug_90671
2315 Memcheck:Leak
2316 fun:_Znw*
2317 ...
2318 fun:_ZNK3sql9Statement*ColumnString*
2319 fun:_ZN7history11URLDatabase10FillURLRowERN3sql9StatementEPNS_6URLRowE
2320 fun:_ZN7history11URLDatabase13URLEnumerator10GetNextURLEPNS_6URLRowE
2321 fun:_ZN7history14HistoryBackend11IterateURLsEPN14HistoryService13URLEnumerato rE
2322 }
2323 {
2324 bug_91199 1465 bug_91199
2325 Memcheck:Leak 1466 Memcheck:Leak
2326 fun:_Znw* 1467 fun:_Znw*
2327 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE 1468 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE
2328 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 1469 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2329 fun:_ZN19URLRequestChromeJob10StartAsyncEv 1470 fun:_ZN19URLRequestChromeJob10StartAsyncEv
2330 } 1471 }
2331 { 1472 {
2332 bug_92571 1473 bug_92571
2333 Memcheck:Leak 1474 Memcheck:Leak
2334 fun:_Znw* 1475 fun:_Znw*
2335 fun:_ZN7history16TopSitesDatabase8CreateDBE* 1476 fun:_ZN7history16TopSitesDatabase8CreateDBE*
2336 fun:_ZN7history16TopSitesDatabase4InitE* 1477 fun:_ZN7history16TopSitesDatabase4InitE*
2337 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE* 1478 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
2338 } 1479 }
2339 { 1480 {
2340 bug_92741a
2341 Memcheck:Leak
2342 fun:_Znw*
2343 fun:_ZN4base4BindIPFvPNS_13WaitableEventEPSsRKSsES2_S3_EENS_8internal20Invoke rStorageHolderINS8_15InvokerStorage2IT_T0_T1_EEEESB_RKSC_RKSD_
2344 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs
2345 fun:_Z18DispatchToFunctionIPFvRK4GURLRK13scoped_refptrIN3net23URLRequestConte xtGetterEEPN4base13WaitableEventEPSsES0_S6_SB_SC_EvT_RK6Tuple4IT0_T1_T2_T3_E
2346 }
2347 {
2348 bug_92741b
2349 Memcheck:Leak
2350 fun:_Znw*
2351 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore 10CookieInfoESaIS6_EEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSE_ 15InvokerStorage1IT_T0_EEEESH_RKSI_
2352 fun:_ZN3net17URLRequestHttpJob24CheckCookiePolicyAndLoadERKNS_10CookieListE
2353 }
2354 {
2355 bug_92741c 1481 bug_92741c
2356 Memcheck:Leak 1482 Memcheck:Leak
2357 fun:_Znw* 1483 fun:_Znw*
2358 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvRKNS1_10CookieListEENS_7WeakPtr IS2_EEEENS_8internal20InvokerStorageHolderINSA_15InvokerStorage1IT_T0_EEEESD_RKS E_ 1484 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvRKNS1_10CookieListEENS_7WeakPtr IS2_EEEENS_8internal20InvokerStorageHolderINSA_15InvokerStorage1IT_T0_EEEESD_RKS E_
2359 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv 1485 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
2360 fun:_ZN3net17URLRequestHttpJob5StartEv 1486 fun:_ZN3net17URLRequestHttpJob5StartEv
2361 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE 1487 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
2362 fun:_ZN3net10URLRequest5StartEv 1488 fun:_ZN3net10URLRequest5StartEv
2363 } 1489 }
2364 { 1490 {
2365 bug_93250a
2366 Memcheck:Leak
2367 fun:_Znw*
2368 ...
2369 fun:*SHA1Fingerprint*
2370 fun:_ZN3net16CertVerifyResultaSERKS0_
2371 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE
2372 fun:_ZN3net18CertVerifierWorker7DoReplyEv
2373 }
2374 {
2375 bug_93250b
2376 Memcheck:Leak
2377 fun:_Znw*
2378 fun:_ZN4base4BindIMNS_6subtle18TaskClosureAdapterEFvvEPS2_EENS_8internal20Inv okerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
2379 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
2380 fun:_ZN3net18CertVerifierWorker6FinishEv
2381 fun:_ZN3net18CertVerifierWorker3RunEv
2382 }
2383 {
2384 bug_93730_a 1491 bug_93730_a
2385 Memcheck:Leak 1492 Memcheck:Leak
2386 fun:_Znw* 1493 fun:_Znw*
2387 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState 1494 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState
2388 fun:_Z18ServiceProcessMainRK18MainFunctionParams 1495 fun:_Z18ServiceProcessMainRK18MainFunctionParams
2389 ... 1496 ...
2390 fun:ChromeMain 1497 fun:ChromeMain
2391 fun:main 1498 fun:main
2392 } 1499 }
2393 { 1500 {
2394 bug_93730_b
2395 Memcheck:Leak
2396 fun:_Zna*
2397 fun:_ZN4base13LaunchProcessERKSt6vectorISsSaISsEERKNS_13LaunchOptionsEPi
2398 fun:_ZN4base13LaunchProcessERK11CommandLineRKNS_13LaunchOptionsEPi
2399 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
2400 }
2401 {
2402 bug_93730_c 1501 bug_93730_c
2403 Memcheck:Leak 1502 Memcheck:Leak
2404 fun:_Znw* 1503 fun:_Znw*
2405 fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14Cance lableTaskPT_T0_ 1504 fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14Cance lableTaskPT_T0_
2406 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv 1505 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
2407 } 1506 }
2408 { 1507 {
2409 bug_93730_d 1508 bug_93730_d
2410 Memcheck:Leak 1509 Memcheck:Leak
2411 fun:_Znw* 1510 fun:_Znw*
(...skipping 14 matching lines...) Expand all
2426 } 1525 }
2427 { 1526 {
2428 bug_94345 1527 bug_94345
2429 Memcheck:Leak 1528 Memcheck:Leak
2430 fun:_Znw* 1529 fun:_Znw*
2431 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv 1530 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
2432 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv 1531 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv
2433 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_ 1532 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
2434 } 1533 }
2435 { 1534 {
2436 bug_94764
2437 Memcheck:Leak
2438 fun:_Znw*
2439 fun:_ZN8remoting13ClientSession11UnpressKeysEv
2440 fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
2441 }
2442 {
2443 bug_95448
2444 Memcheck:Leak
2445 fun:_Znw*
2446 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEE EE8allocateEjPKv
2447 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE11_M_get_nodeEv
2448 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE14_M_create_nodeERKS5_
2449 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_
2450 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_
2451 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_ tree_iteratorIS7_ERKS7_
2452 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
2453 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
2454 fun:_ZN4base15DictionaryValue3SetERKSsPNS_5ValueE
2455 fun:_ZN4base15DictionaryValue9SetStringERKSsRKSbItNS_20string16_char_traitsES aItEE
2456 fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
2457 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
2458 }
2459 {
2460 bug_95902 1535 bug_95902
2461 Memcheck:Leak 1536 Memcheck:Leak
2462 ... 1537 ...
2463 fun:xdg_mime_init 1538 fun:xdg_mime_init
2464 fun:xdg_mime_get_mime_type_from_file_name 1539 fun:xdg_mime_get_mime_type_from_file_name
2465 fun:*GetFileMimeTypeE* 1540 fun:*GetFileMimeTypeE*
2466 fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs 1541 fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs
2467 fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs 1542 fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs
2468 fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs 1543 fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs
2469 fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileE* 1544 fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileE*
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
2698 Memcheck:Leak 1773 Memcheck:Leak
2699 fun:_Znw* 1774 fun:_Znw*
2700 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE 1775 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE
2701 ... 1776 ...
2702 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 1777 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
2703 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 1778 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
2704 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 1779 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
2705 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 1780 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
2706 } 1781 }
2707 { 1782 {
2708 bug_100982
2709 Memcheck:Leak
2710 fun:_Znw*
2711 fun:_ZN7WebCore12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
2712 fun:_ZNK7WebCore9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Ren derBoxRegionInfoFlagsE
2713 ...
2714 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
2715 }
2716 {
2717 bug_101145b 1783 bug_101145b
2718 Memcheck:Leak 1784 Memcheck:Leak
2719 fun:_Znw* 1785 fun:_Znw*
2720 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 1786 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE
2721 fun:_ZN*WebCore16V8StringResourceILNS_20V8StringResourceMode* 1787 fun:_ZN*WebCore16V8StringResourceILNS_20V8StringResourceMode*
2722 } 1788 }
2723 { 1789 {
2724 bug_101145c 1790 bug_101145c
2725 Memcheck:Leak 1791 Memcheck:Leak
2726 fun:_Znw* 1792 fun:_Znw*
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 bug_101470 1855 bug_101470
2790 Memcheck:Param 1856 Memcheck:Param
2791 write(buf) 1857 write(buf)
2792 obj:/lib/x86_64-linux-gnu/libc-2.15.so 1858 obj:/lib/x86_64-linux-gnu/libc-2.15.so
2793 ... 1859 ...
2794 fun:new_do_write 1860 fun:new_do_write
2795 ... 1861 ...
2796 fun:_ZNK13safe_browsing9PrefixSet9WriteFileE* 1862 fun:_ZNK13safe_browsing9PrefixSet9WriteFileE*
2797 } 1863 }
2798 { 1864 {
2799 bug_101750
2800 Memcheck:Leak
2801 fun:malloc
2802 fun:_ZN3WTF10fastMallocEj
2803 fun:_ZN3WTF7HashSetIPN7WebCore16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTr aitsIS3_EEEnwEj
2804 fun:_ZN7WebCore21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStr ingEPNS_16SVGStyledElementE
2805 }
2806 {
2807 bug_101751 1865 bug_101751
2808 Memcheck:Leak 1866 Memcheck:Leak
2809 fun:_Znw* 1867 fun:_Znw*
2810 fun:_ZN7WebCore14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE 1868 fun:_ZN7WebCore14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE
2811 fun:_ZN7WebCoreL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb 1869 fun:_ZN7WebCoreL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb
2812 fun:_ZN7WebCore17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS _8DocumentEb 1870 fun:_ZN7WebCore17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS _8DocumentEb
2813 fun:_ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb 1871 fun:_ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb
2814 } 1872 }
2815 { 1873 {
2816 bug_101781 1874 bug_101781
(...skipping 17 matching lines...) Expand all
2834 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv 1892 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
2835 } 1893 }
2836 { 1894 {
2837 bug_102257 1895 bug_102257
2838 Memcheck:Uninitialized 1896 Memcheck:Uninitialized
2839 ... 1897 ...
2840 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb 1898 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
2841 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 1899 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2842 } 1900 }
2843 { 1901 {
2844 bug_102327a
2845 Memcheck:Leak
2846 fun:_Znw*
2847 fun:_ZN15tracked_objects10ThreadData10InitializeEv
2848 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
2849 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
2850 }
2851 {
2852 bug_102327b 1902 bug_102327b
2853 Memcheck:Leak 1903 Memcheck:Leak
2854 fun:_Znw* 1904 fun:_Znw*
2855 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_obje cts6BirthsENS3_9DeathDataEEEE8allocateE* 1905 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_obje cts6BirthsENS3_9DeathDataEEEE8allocateE*
2856 ... 1906 ...
2857 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_ 1907 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
2858 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_ 1908 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_
2859 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6Births* 1909 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6Births*
2860 fun:_ZN15tracked_objects10ThreadData3?TallyRun*IfTrackingE* 1910 fun:_ZN15tracked_objects10ThreadData3?TallyRun*IfTrackingE*
2861 } 1911 }
2862 { 1912 {
2863 bug_102327c 1913 bug_102327c
2864 Memcheck:Leak 1914 Memcheck:Leak
2865 fun:_Znw* 1915 fun:_Znw*
2866 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE 1916 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
2867 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE 1917 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
2868 } 1918 }
2869 { 1919 {
2870 bug_102327d
2871 Memcheck:Uninitialized
2872 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
2873 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
2874 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas e12TrackingInfoERKNS_11TrackedTimeES7_
2875 }
2876 {
2877 Intentional leak of stl map during thread cleanup in profiler 1920 Intentional leak of stl map during thread cleanup in profiler
2878 Memcheck:Leak 1921 Memcheck:Leak
2879 fun:_Znw* 1922 fun:_Znw*
2880 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv 1923 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
2881 } 1924 }
2882 { 1925 {
2883 bug_102614 1926 bug_102614
2884 Memcheck:Leak 1927 Memcheck:Leak
2885 fun:_Znw* 1928 fun:_Znw*
2886 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Ver sion 1929 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Ver sion
2887 } 1930 }
2888 { 1931 {
2889 bug_102831_a 1932 bug_102831_a
2890 Memcheck:Leak 1933 Memcheck:Leak
2891 ... 1934 ...
2892 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv 1935 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
2893 } 1936 }
2894 { 1937 {
2895 bug_104447
2896 Memcheck:Leak
2897 ...
2898 fun:HB_OpenTypeShape
2899 fun:arabicSyriacOpenTypeShape
2900 fun:HB_ArabicShape
2901 fun:HB_ShapeItem
2902 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
2903 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
2904 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv
2905 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetI PKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverf lowE
2906 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE
2907 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
2908 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineT extEjj
2909 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
2910 }
2911 {
2912 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it 1938 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
2913 # leaks on shutdown instead of getting deleted. The destructor doesn't do 1939 # leaks on shutdown instead of getting deleted. The destructor doesn't do
2914 # anything important, so this shouldn't be a big deal. 1940 # anything important, so this shouldn't be a big deal.
2915 bug_104578 1941 bug_104578
2916 Memcheck:Leak 1942 Memcheck:Leak
2917 fun:_Znw* 1943 fun:_Znw*
2918 fun:_ZN16ProcessSingletonC1E* 1944 fun:_ZN16ProcessSingletonC1E*
2919 fun:_ZN22ChromeProcessSingletonC1E* 1945 fun:_ZN22ChromeProcessSingletonC1E*
2920 } 1946 }
2921 { 1947 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2954 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb 1980 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
2955 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE 1981 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
2956 fun:_ZN18jstemplate_builder12AppendJsonJSEPKN4base15DictionaryValueEPSs 1982 fun:_ZN18jstemplate_builder12AppendJsonJSEPKN4base15DictionaryValueEPSs
2957 fun:_ZN19OptionsUIHTMLSource16StartDataRequestERKSsbi 1983 fun:_ZN19OptionsUIHTMLSource16StartDataRequestERKSsbi
2958 fun:_ZN4base8internal15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEF vRKSsbiEE3RunEPS3_S5_RKbRKi 1984 fun:_ZN4base8internal15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEF vRKSsbiEE3RunEPS3_S5_RKbRKi
2959 fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN20ChromeURLD ataManager10DataSourceEFvRKSsbiEEEFvRKPS4_S6_RKbRKiEE8MakeItSoES9_SC_S6_SE_SG_ 1985 fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN20ChromeURLD ataManager10DataSourceEFvRKSsbiEEEFvRKPS4_S6_RKbRKiEE8MakeItSoES9_SC_S6_SE_SG_
2960 fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN20Ch romeURLDataManager10DataSourceEFvRKSsbiEEEFvPS5_S7_biEFvSB_SsbiEEESC_E3RunEPNS0_ 13BindStateBaseE 1986 fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN20Ch romeURLDataManager10DataSourceEFvRKSsbiEEEFvPS5_S7_biEFvSB_SsbiEEESC_E3RunEPNS0_ 13BindStateBaseE
2961 fun:_ZNK4base8CallbackIFvvEE3RunEv 1987 fun:_ZNK4base8CallbackIFvvEE3RunEv
2962 } 1988 }
2963 { 1989 {
2964 bug_105744b
2965 Memcheck:Leak
2966 fun:_Znw*
2967 ...
2968 fun:_ZNSt6vector*9push_back*
2969 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
2970 fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19Convoluti onFilter1DE
2971 fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethod EiiiiRK7SkIRect
2972 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect
2973 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
2974 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
2975 fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN5blink7WebViewEiiP 8SkBitmapP14ThumbnailScore
2976 fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
2977 fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
2978 }
2979 {
2980 bug_105907 1990 bug_105907
2981 Memcheck:Uninitialized 1991 Memcheck:Uninitialized
2982 ... 1992 ...
2983 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb 1993 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
2984 fun:_ZN4skia15ImageOperations11ResizeBasicE* 1994 fun:_ZN4skia15ImageOperations11ResizeBasicE*
2985 fun:_ZN4skia15ImageOperations6ResizeE* 1995 fun:_ZN4skia15ImageOperations6ResizeE*
2986 } 1996 }
2987 { 1997 {
2988 bug_106183a 1998 bug_106183a
2989 Memcheck:Uninitialized 1999 Memcheck:Uninitialized
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
3052 fun:_ZN23ExtensionTestingProfileD0Ev 2062 fun:_ZN23ExtensionTestingProfileD0Ev
3053 } 2063 }
3054 { 2064 {
3055 bug_106912 2065 bug_106912
3056 Memcheck:Leak 2066 Memcheck:Leak
3057 fun:_Znw* 2067 fun:_Znw*
3058 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 2068 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
3059 fun:_ZN4base14PlatformThread7SetNameEPKc 2069 fun:_ZN4base14PlatformThread7SetNameEPKc
3060 } 2070 }
3061 { 2071 {
3062 bug_107696
3063 Memcheck:Leak
3064 fun:_Znw*
3065 fun:_ZN7WebCore11iBeamCursorEv
3066 fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResul tsEPNS_9ScrollbarE
3067 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb
3068 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
3069 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
3070 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
3071 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
3072 }
3073 {
3074 bug_108146a 2072 bug_108146a
3075 Memcheck:Leak 2073 Memcheck:Leak
3076 fun:_Znw* 2074 fun:_Znw*
3077 ... 2075 ...
3078 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_ 24SerializedVarReturnValueE 2076 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_ 24SerializedVarReturnValueE
3079 } 2077 }
3080 { 2078 {
3081 bug_108146b 2079 bug_108146b
3082 Memcheck:Param 2080 Memcheck:Param
3083 write(buf) 2081 write(buf)
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
3738 Memcheck:Unaddressable 2736 Memcheck:Unaddressable
3739 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Tas kEEE 2737 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Tas kEEE
3740 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv 2738 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv
3741 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv 2739 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv
3742 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv 2740 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv
3743 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_ 2741 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_
3744 fun:_ZN7WebCore13LayerChromium16removeFromParentEv 2742 fun:_ZN7WebCore13LayerChromium16removeFromParentEv
3745 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv 2743 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv
3746 } 2744 }
3747 { 2745 {
3748 bug_123307
3749 Memcheck:Leak
3750 fun:malloc
3751 fun:_ZN3WTF10fastMallocEm
3752 fun:_ZN3WTF16fastZeroedMallocEm
3753 ...
3754 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS 3_EERKj
3755 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6Obje ctEEE
3756 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE
3757 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
3758 fun:_ZN7WebCore21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6Vect orINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
3759 fun:_ZN7WebCore21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF 6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1E EERb
3760 fun:_ZN7WebCoreL25handlePostMessageCallbackERKN2v89ArgumentsEb
3761 fun:_ZN7WebCore11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
3762 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3763 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3764 }
3765 {
3766 bug_124156 2746 bug_124156
3767 Memcheck:Leak 2747 Memcheck:Leak
3768 fun:_Znw* 2748 fun:_Znw*
3769 ... 2749 ...
3770 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE 2750 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE
3771 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE 2751 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
3772 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE 2752 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE
3773 } 2753 }
3774 { 2754 {
3775 bug_124488
3776 Memcheck:Leak
3777 fun:malloc
3778 fun:strdup
3779 ...
3780 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv
3781 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto rIiSaIiEE
3782 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE
3783 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
3784 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
3785 }
3786 {
3787 bug_124496
3788 Memcheck:Leak
3789 fun:_Znw*
3790 ...
3791 fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi
3792 }
3793 {
3794 bug_124500
3795 Memcheck:Leak
3796 fun:_Znw*
3797 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit17WebPluginMimeTypeEE8allocateEmPKv
3798 fun:_ZNSt12_Vector_baseIN6webkit17WebPluginMimeTypeESaIS1_EE11_M_allocateEm
3799 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE13_M_insert_auxEN9__gnu_ cxx17__normal_iteratorIPS1_S3_EERKS1_
3800 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE9push_backERKS1_
3801 fun:_ZN6webkit5npapi9PluginLib20ParseMIMEDescriptionERKSsPSt6vectorINS_17WebP luginMimeTypeESaIS5_EE
3802 fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoE*
3803 fun:_ZN6webkit5npapi10PluginList14ReadPluginInfoE*
3804 fun:_ZN6webkit5npapi10PluginList10LoadPluginE*
3805 fun:_ZN17UtilityThreadImpl13OnLoadPluginsE*
3806 }
3807 {
3808 bug_127716
3809 Memcheck:Leak
3810 fun:_Znw*
3811 fun:_ZN3gfx5ImageC1ERK8SkBitmap
3812 fun:_ZN16BrowserThemePack16LoadRawBitmapsToE*
3813 fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension
3814 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
3815 }
3816 {
3817 bug_130362
3818 Memcheck:Leak
3819 fun:_Znw*
3820 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St 4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
3821 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
3822 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
3823 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9 ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24Inv alidationStateTrackerEEEPNS0_8ListenerEPNS_11StateWriterE
3824 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
3825 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS 3_
3826 }
3827 {
3828 bug_130449
3829 Memcheck:Leak
3830 fun:_Znw*
3831 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St 4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
3832 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
3833 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
3834 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9 ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24Inv alidationStateTrackerEEEPNS0_8ListenerE
3835 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
3836 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS 3_
3837 }
3838 {
3839 bug_130619
3840 Memcheck:Leak
3841 fun:_Znw*
3842 fun:_ZN7WebCore9ClipRects6createERKS0_
3843 fun:_ZN7WebCore11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13Cl ipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
3844 ...
3845 fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13C lipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE
3846 fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_ 13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
3847 }
3848 {
3849 bug_138058 2755 bug_138058
3850 Memcheck:Uninitialized 2756 Memcheck:Uninitialized
3851 ... 2757 ...
3852 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE 2758 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
3853 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE 2759 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE
3854 fun:_ZN7WebCore12TextTrackCue12getCueAsHTMLEv 2760 fun:_ZN7WebCore12TextTrackCue12getCueAsHTMLEv
3855 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf 2761 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
3856 fun:_ZN7WebCore16HTMLMediaElement25updateActiveTextTrackCuesEf 2762 fun:_ZN7WebCore16HTMLMediaElement25updateActiveTextTrackCuesEf
3857 } 2763 }
3858 { 2764 {
3859 bug_138060
3860 Memcheck:Uninitialized
3861 fun:_NPN_EvaluateHelper
3862 fun:_NPN_Evaluate
3863 fun:_ZN5blink11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant
3864 fun:_ZL13executeScriptPK12PluginObjectPKc
3865 fun:NPP_Destroy
3866 fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv
3867 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv
3868 fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev
3869 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv
3870 fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN5blink12WebURLL oaderE
3871 fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN5blink18WebPluginContaine rE
3872 fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv
3873 fun:_ZN5blink22WebPluginContainerImplD0Ev
3874 fun:_ZN3WTF10RefCountedIN7WebCore6WidgetEE5derefEv
3875 fun:_ZNSt4pairIN3WTF6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewEED1Ev
3876 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameVie wEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTr aitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i
3877 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameVie wEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTr aitsIS4_EENSE_IS7_EEEESF_ED1Ev
3878 fun:_ZN3WTF7HashMapINS_6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewENS_7PtrHash IS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev
3879 fun:_ZN7WebCore12RenderWidget28resumeWidgetHierarchyUpdatesEv
3880 fun:_ZN7WebCore7Element6detachEv
3881 fun:_ZN7WebCore13ContainerNode14detachChildrenEv
3882 fun:_ZN7WebCore13ContainerNode6detachEv
3883 }
3884 {
3885 bug_138220_a 2765 bug_138220_a
3886 Memcheck:Uninitialized 2766 Memcheck:Uninitialized
3887 fun:_ZNK7WebCore16HTMLInputElement8dataListEv 2767 fun:_ZNK7WebCore16HTMLInputElement8dataListEv
3888 fun:_ZNK7WebCore16HTMLInputElement4listEv 2768 fun:_ZNK7WebCore16HTMLInputElement4listEv
3889 fun:_ZN7WebCore21RenderSliderContainer6layoutEv 2769 fun:_ZN7WebCore21RenderSliderContainer6layoutEv
3890 fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginIn foERNS_20FractionalLayoutUnitES6_ 2770 fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginIn foERNS_20FractionalLayoutUnitES6_
3891 fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnit E 2771 fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnit E
3892 fun:_ZN7WebCore11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE 2772 fun:_ZN7WebCore11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE
3893 fun:_ZN7WebCore11RenderBlock6layoutEv 2773 fun:_ZN7WebCore11RenderBlock6layoutEv
3894 fun:_ZN7WebCore12RenderSlider6layoutEv 2774 fun:_ZN7WebCore12RenderSlider6layoutEv
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
3931 { 2811 {
3932 bug_138522 2812 bug_138522
3933 Memcheck:Leak 2813 Memcheck:Leak
3934 fun:_Znw* 2814 fun:_Znw*
3935 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE 2815 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE
3936 fun:_ZN*WebCore*V8StringResourceILNS_20V8StringResourceMode* 2816 fun:_ZN*WebCore*V8StringResourceILNS_20V8StringResourceMode*
3937 ... 2817 ...
3938 fun:_ZN7WebCore21EventTargetV8InternalL22addEventListenerMethodERKN2v820Funct ionCallbackInfoINS1_5ValueEEE 2818 fun:_ZN7WebCore21EventTargetV8InternalL22addEventListenerMethodERKN2v820Funct ionCallbackInfoINS1_5ValueEEE
3939 } 2819 }
3940 { 2820 {
3941 bug_138712
3942 Memcheck:Uninitialized
3943 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _
3944 fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv
3945 }
3946 {
3947 bug_16089 WorkerPool threads and its tasks can leak by design 2821 bug_16089 WorkerPool threads and its tasks can leak by design
3948 Memcheck:Leak 2822 Memcheck:Leak
3949 fun:_Znw* 2823 fun:_Znw*
3950 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE 2824 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
3951 fun:_ZN4base22PosixDynamicThreadPool8PostTask* 2825 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
3952 } 2826 }
3953 { 2827 {
3954 bug_139467 2828 bug_139467
3955 Memcheck:Uninitialized 2829 Memcheck:Uninitialized
3956 fun:_ZNK7WebCore18AccessibilityTable9roleValueEv 2830 fun:_ZNK7WebCore18AccessibilityTable9roleValueEv
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4121 Memcheck:Leak 2995 Memcheck:Leak
4122 fun:malloc 2996 fun:malloc
4123 fun:_ZN3WTF10fastMallocEm 2997 fun:_ZN3WTF10fastMallocEm
4124 fun:_ZN3WTF10RefCountedIN7WebCore18InjectedScriptHostEEnwEm 2998 fun:_ZN3WTF10RefCountedIN7WebCore18InjectedScriptHostEEnwEm
4125 fun:_ZN7WebCore18InjectedScriptHost6createEv 2999 fun:_ZN7WebCore18InjectedScriptHost6createEv
4126 fun:_ZN7WebCore21InjectedScriptManagerC1EPFbPNS_11ScriptStateEE 3000 fun:_ZN7WebCore21InjectedScriptManagerC1EPFbPNS_11ScriptStateEE
4127 fun:_ZN7WebCore21InjectedScriptManager15createForWorkerEv 3001 fun:_ZN7WebCore21InjectedScriptManager15createForWorkerEv
4128 fun:_ZN7WebCore25WorkerInspectorControllerC1EPNS_13WorkerContextE 3002 fun:_ZN7WebCore25WorkerInspectorControllerC1EPNS_13WorkerContextE
4129 } 3003 }
4130 { 3004 {
4131 bug_145650a
4132 Memcheck:Leak
4133 fun:_Znw*
4134 ...
4135 fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData
4136 fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb
4137 }
4138 {
4139 bug_145650b
4140 Memcheck:Leak
4141 fun:_Znw*
4142 fun:_ZN14WebDataService13RemoveKeywordEl
4143 fun:_ZN18TemplateURLService14RemoveNoNotifyEP11TemplateURL
4144 fun:_ZN18TemplateURLService6RemoveEP11TemplateURL
4145 fun:_ZN9protector71DefaultSearchProviderChangeTest_CurrentSearchProviderRemov edByUser_Test19RunTestOnMainThreadEv
4146 }
4147 {
4148 bug_145650c
4149 Memcheck:Leak
4150 fun:_Znw*
4151 fun:_ZN14WebDataService13UpdateKeywordERK15TemplateURLData
4152 fun:_ZN18TemplateURLService32SetDefaultSearchProviderNoNotifyEP11TemplateURL
4153 }
4154 {
4155 bug_125692a
4156 Memcheck:Uninitialized
4157 fun:_ZN2v88internal11StoreBuffer28IteratePointersInStoreBufferEPFvPPNS0_10Hea pObjectES3_E
4158 fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapOb jectES3_E
4159 fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
4160 fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
4161 fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
4162 fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
4163 }
4164 {
4165 bug_125692b
4166 Memcheck:Uninitialized
4167 fun:_ZN2v88internal11StoreBuffer7CompactEv
4168 fun:_ZN2v88internal11StoreBuffer19PrepareForIterationEv
4169 fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapOb jectES3_E
4170 fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
4171 fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
4172 fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
4173 fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
4174 fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS 0_8GCTracerE
4175 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_
4176 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
4177 fun:_ZN2v88internal4Heap17CollectAllGarbageEiPKc
4178 fun:_ZN2v88internal4Heap16IdleNotificationEi
4179 fun:_ZN2v88internal2V816IdleNotificationEi
4180 fun:_ZN2v82V816IdleNotificationEi
4181 fun:_ZN16RenderThreadImpl11IdleHandlerEv
4182 }
4183 {
4184 bug_145693
4185 Memcheck:Leak
4186 fun:_Znw*
4187 fun:_ZN10extensions18PermissionsUpdater17RecordOAuth2GrantEPKNS_9ExtensionE
4188 fun:_ZN10extensions18PermissionsUpdater22GrantActivePermissionsEPKNS_9Extensi onEb
4189 fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
4190 }
4191 {
4192 bug_145695
4193 Memcheck:Leak
4194 fun:malloc
4195 fun:NaClDescImcBoundDescAcceptConn
4196 fun:RevRpcHandlerBase
4197 fun:NaClThreadInterfaceStart
4198 }
4199 {
4200 bug_145696
4201 Memcheck:Leak
4202 fun:_Znw*
4203 fun:_ZN10extensions9TabHelper23OnInlineWebstoreInstallEiiRKSsRK4GURL
4204 }
4205 {
4206 bug_145697
4207 Memcheck:Leak
4208 fun:_Znw*
4209 ...
4210 fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12Reso urceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi
4211 fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit _glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE
4212 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestSt atusERKSsRKN4base9TimeTicksE
4213 }
4214 {
4215 bug_145699
4216 Memcheck:Leak
4217 fun:_Znw*
4218 fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv
4219 fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv
4220 fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv
4221 fun:_ZN17OAuth2ApiCallFlow5StartEv
4222 fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv
4223 }
4224 {
4225 bug_145703 3005 bug_145703
4226 Memcheck:Leak 3006 Memcheck:Leak
4227 fun:_Znw* 3007 fun:_Znw*
4228 ... 3008 ...
4229 fun:_ZN7content16SiteInstanceImpl10GetProcessEv 3009 fun:_ZN7content16SiteInstanceImpl10GetProcessEv
4230 fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHost DelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE 3010 fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHost DelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE
4231 fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22Render ViewHostDelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE 3011 fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22Render ViewHostDelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE
4232 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteI nstanceEi 3012 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteI nstanceEi
4233 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE 3013 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
4234 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstan ceE 3014 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstan ceE
4235 fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContex tEPNS_12SiteInstanceE 3015 fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContex tEPNS_12SiteInstanceE
4236 } 3016 }
4237 { 3017 {
4238 bug_145704 3018 bug_145704
4239 Memcheck:Leak 3019 Memcheck:Leak
4240 fun:_Znw* 3020 fun:_Znw*
4241 fun:_ZN2v88internal5Debug17CreateScriptCacheEv 3021 fun:_ZN2v88internal5Debug17CreateScriptCacheEv
4242 fun:_ZN2v88internal5Debug16GetLoadedScriptsEv 3022 fun:_ZN2v88internal5Debug16GetLoadedScriptsEv
4243 fun:_ZN2v88internal29Runtime_DebugGetLoadedScriptsENS0_9ArgumentsEPNS0_7Isola teE 3023 fun:_ZN2v88internal29Runtime_DebugGetLoadedScriptsENS0_9ArgumentsEPNS0_7Isola teE
4244 } 3024 }
4245 { 3025 {
4246 bug_145705 3026 bug_145705
4247 Memcheck:Leak 3027 Memcheck:Leak
4248 fun:_Znw* 3028 fun:_Znw*
4249 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorag eFactoryEEP7Profile 3029 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorag eFactoryEEP7Profile
4250 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile 3030 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
4251 fun:_ZN16ExtensionServiceC1E* 3031 fun:_ZN16ExtensionServiceC1E*
4252 } 3032 }
4253 { 3033 {
4254 bug_145708
4255 Memcheck:Leak
4256 fun:_Znw*
4257 fun:_ZN27ExtensionDevToolsClientHostC1EPN7content11WebContentsERKSsS4_i
4258 fun:_ZN22AttachDebuggerFunction7RunImplEv
4259 fun:_ZN17ExtensionFunction3RunEv
4260 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE
4261 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams
4262 }
4263 {
4264 bug_145712
4265 Memcheck:Leak
4266 fun:_Znw*
4267 fun:_ZN5blink25NotificationPresenterImpl17requestPermissionEPN7WebCore22Scri ptExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
4268 fun:_ZN7WebCore18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_1 2VoidCallbackEEE
4269 fun:_ZN7WebCore20V8NotificationCenter25requestPermissionCallbackERKN2v89Argum entsE
4270 }
4271 {
4272 bug_145723
4273 Memcheck:Leak
4274 fun:_Znw*
4275 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v
4276 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
4277 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
4278 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE
4279 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams
4280 }
4281 {
4282 bug_145735
4283 Memcheck:Leak
4284 fun:_Znw*
4285 fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv
4286 fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm
4287 fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_
4288 fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_
4289 fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderE ii
4290 }
4291 {
4292 bug_146464
4293 Memcheck:Leak
4294 fun:realloc
4295 fun:add_codeset.isra.10
4296 ...
4297 fun:XCreatePixmap
4298 fun:XCreateBitmapFromData
4299 ...
4300 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4Rect E
4301 }
4302 {
4303 bug_146950
4304 Memcheck:Leak
4305 fun:malloc
4306 fun:get_peer_sock_name
4307 fun:_xcb_get_auth_info
4308 fun:xcb_connect_to_display_with_auth_info
4309 fun:_XConnectXCB
4310 fun:XOpenDisplay
4311 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
4312 }
4313 {
4314 bug_147755_a 3034 bug_147755_a
4315 Memcheck:Leak 3035 Memcheck:Leak
4316 fun:_Znw* 3036 fun:_Znw*
4317 fun:_ZN12PluginFinder18GetPluginInstallerERKN6webkit13WebPluginInfoE 3037 fun:_ZN12PluginFinder18GetPluginInstallerERKN6webkit13WebPluginInfoE
4318 fun:_ZN11PluginPrefs30EnablePluginIfPossibleCallbackE* 3038 fun:_ZN11PluginPrefs30EnablePluginIfPossibleCallbackE*
4319 } 3039 }
4320 { 3040 {
4321 bug_147755_b 3041 bug_147755_b
4322 Memcheck:Leak 3042 Memcheck:Leak
4323 fun:_Znw* 3043 fun:_Znw*
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4487 fun:malloc 3207 fun:malloc
4488 fun:_Z15sk_malloc_flagsmj 3208 fun:_Z15sk_malloc_flagsmj
4489 fun:_Z15sk_malloc_throwm 3209 fun:_Z15sk_malloc_throwm
4490 fun:_ZN6SkMask10AllocImageEm 3210 fun:_ZN6SkMask10AllocImageEm
4491 fun:_ZL17drawRectsIntoMaskPK6SkRectiP6SkMask 3211 fun:_ZL17drawRectsIntoMaskPK6SkRectiP6SkMask
4492 fun:_ZN20SkBlurMaskFilterImpl17filterRectsToNineEPK6SkRectiRK8SkMatrixRK7SkIR ectPN12SkMaskFilter9NinePatchE 3212 fun:_ZN20SkBlurMaskFilterImpl17filterRectsToNineEPK6SkRectiRK8SkMatrixRK7SkIR ectPN12SkMaskFilter9NinePatchE
4493 fun:_ZN12SkMaskFilter10filterPathERK6SkPathRK8SkMatrixRK12SkRasterClipP9SkBou nderP9SkBlitterN7SkPaint5StyleE 3213 fun:_ZN12SkMaskFilter10filterPathERK6SkPathRK8SkMatrixRK12SkRasterClipP9SkBou nderP9SkBlitterN7SkPaint5StyleE
4494 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb 3214 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
4495 } 3215 }
4496 { 3216 {
4497 bug_163922
4498 Memcheck:Leak
4499 fun:_Znw*
4500 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorag eFactoryEEP7Profile
4501 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
4502 fun:_ZN16ExtensionServiceC1E*
4503 fun:_ZN10extensions19ExtensionSystemImpl6Shared4InitEb
4504 fun:_ZN10extensions19ExtensionSystemImpl21InitForRegularProfileEb
4505 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
4506 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
4507 fun:_ZN14ProfileManager10AddProfileEP7Profile
4508 fun:_ZN14ProfileManager10GetProfileE*
4509 }
4510 {
4511 bug_163924
4512 Memcheck:Leak
4513 fun:_Znw*
4514 fun:_ZN28JSONAsynchronousUnpackerImpl22StartProcessOnIOThreadEN7content13Brow serThread2IDERKSs
4515 }
4516 {
4517 bug_164176
4518 Memcheck:Leak
4519 fun:_Znw*
4520 fun:_ZN18BrowserProcessImpl21PreMainMessageLoopRunEv
4521 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
4522 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
4523 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
4524 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
4525 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
4526 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE
4527 fun:_ZN7content21ContentMainRunnerImpl3RunEv
4528 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
4529 fun:ChromeMain
4530 }
4531 {
4532 bug_164178
4533 Memcheck:Leak
4534 fun:_Znw*
4535 fun:_ZN3net25MultiThreadedCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEEPPvRKNS_11BoundNetLogE
4536 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
4537 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
4538 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
4539 fun:_ZN3net18SSLClientSocketNSS21OnHandshakeIOCompleteEi
4540 }
4541 {
4542 bug_164179
4543 Memcheck:Leak
4544 fun:_Znw*
4545 ...
4546 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDeleg ateE
4547 fun:_ZN18WebResourceService10StartFetchEv
4548 }
4549 {
4550 bug_164198 3217 bug_164198
4551 Memcheck:Uninitialized 3218 Memcheck:Uninitialized
4552 fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9 FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperator EPNS_12RenderObjectE 3219 fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9 FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperator EPNS_12RenderObjectE
4553 ... 3220 ...
4554 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE 3221 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
4555 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE 3222 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
4556 fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_ 17LayerPaintingInfoEj 3223 fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_ 17LayerPaintingInfoEj
4557 fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsC ontextERKNS0_17LayerPaintingInfoEj 3224 fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsC ontextERKNS0_17LayerPaintingInfoEj
4558 fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerP aintingInfoEj 3225 fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerP aintingInfoEj
4559 fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15Graphics ContextERKNS0_17LayerPaintingInfoEj 3226 fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15Graphics ContextERKNS0_17LayerPaintingInfoEj
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
4615 { 3282 {
4616 bug_166709c 3283 bug_166709c
4617 Memcheck:Leak 3284 Memcheck:Leak
4618 fun:_Znw* 3285 fun:_Znw*
4619 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 3286 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
4620 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 3287 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
4621 fun:_ZN7content13BrowserThread28PostBlockingPoolTaskAndReplyERKN15tracked_obj ects8LocationERKN4base8CallbackIFvvEEESA_ 3288 fun:_ZN7content13BrowserThread28PostBlockingPoolTaskAndReplyERKN15tracked_obj ects8LocationERKN4base8CallbackIFvvEEESA_
4622 fun:_ZN10extensions11ImageLoader15LoadImagesAsyncEPKNS_9ExtensionERKSt6vector INS0_19ImageRepresentationESaIS5_EERKN4base8CallbackIFvRKN3gfx5ImageEEEE 3289 fun:_ZN10extensions11ImageLoader15LoadImagesAsyncEPKNS_9ExtensionERKSt6vector INS0_19ImageRepresentationESaIS5_EERKN4base8CallbackIFvRKN3gfx5ImageEEEE
4623 } 3290 }
4624 { 3291 {
4625 bug_166818
4626 Memcheck:Leak
4627 fun:malloc
4628 fun:g_malloc
4629 ...
4630 fun:gdk_pixbuf_loader_load_module
4631 fun:gdk_pixbuf_loader_close
4632 fun:_ZN2ui12_GLOBAL__N_110LoadPixbufEPN4base22RefCountedStaticMemoryEb
4633 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEiNS0_8ImageRTLE
4634 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEi
4635 }
4636 {
4637 bug_166819
4638 Memcheck:Leak
4639 fun:_Znw*
4640 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
4641 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
4642 fun:_ZNK3sql10Connection14DoesTableExistEPKc
4643 fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE
4644 ...
4645 fun:_ZN7history16TopSitesDatabase4InitE*
4646 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
4647 }
4648 {
4649 bug_166819b
4650 Memcheck:Leak
4651 fun:_Znw*
4652 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
4653 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
4654 fun:_ZNK3sql10Connection14DoesTableExistEPKc
4655 fun:_ZN7history17ShortcutsDatabase11EnsureTableEv
4656 fun:_ZN7history17ShortcutsDatabase4InitEv
4657 fun:_ZN7history16ShortcutsBackend12InitInternalEv
4658 }
4659 {
4660 bug_166976a 3292 bug_166976a
4661 Memcheck:Leak 3293 Memcheck:Leak
4662 fun:_Znw* 3294 fun:_Znw*
4663 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi 3295 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
4664 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE 3296 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
4665 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv 3297 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
4666 fun:_ZN4base12SimpleThread10ThreadMainEv 3298 fun:_ZN4base12SimpleThread10ThreadMainEv
4667 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 3299 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
4668 } 3300 }
4669 { 3301 {
4670 bug_166976b 3302 bug_166976b
4671 Memcheck:Leak 3303 Memcheck:Leak
4672 fun:_Znw* 3304 fun:_Znw*
4673 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN4base13WaitableEvent6Waiter EEE8allocateEmPKv 3305 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN4base13WaitableEvent6Waiter EEE8allocateEmPKv
4674 fun:_ZNSt10_List_baseIPN4base13WaitableEvent6WaiterESaIS3_EE11_M_get_nodeEv 3306 fun:_ZNSt10_List_baseIPN4base13WaitableEvent6WaiterESaIS3_EE11_M_get_nodeEv
4675 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE14_M_create_nodeERKS3_ 3307 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE14_M_create_nodeERKS3_
4676 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9_M_insertESt14_List_ite ratorIS3_ERKS3_ 3308 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9_M_insertESt14_List_ite ratorIS3_ERKS3_
4677 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9push_backERKS3_ 3309 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9push_backERKS3_
4678 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE 3310 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
4679 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE 3311 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
4680 fun:_ZN4base13WaitableEvent4WaitEv 3312 fun:_ZN4base13WaitableEvent4WaitEv
4681 ... 3313 ...
4682 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs 3314 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
4683 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi 3315 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
4684 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE 3316 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
4685 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv 3317 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
4686 } 3318 }
4687 { 3319 {
4688 bug_167175a
4689 Memcheck:Leak
4690 ...
4691 fun:g_*
4692 ...
4693 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4694 fun:_ZN16BrowserWindowGtk4InitEv
4695 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4696 }
4697 {
4698 bug_167175b
4699 Memcheck:Leak
4700 fun:malloc
4701 obj:/lib/libpng12.so.0.42.0
4702 fun:png_create_read_struct_2
4703 ...
4704 fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser
4705 fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow
4706 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4707 fun:_ZN16BrowserWindowGtk4InitEv
4708 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4709 }
4710 {
4711 bug_167175d
4712 Memcheck:Leak
4713 fun:_Znw*
4714 fun:_ZN9__gnu_cxx13new_allocatorISbItN4base20string16_char_traitsESaItEEE8all ocateEmPKv
4715 fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_a llocateEm
4716 ...
4717 fun:_ZN15WrenchMenuModel5BuildEbb
4718 fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb
4719 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk
4720 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4721 fun:_ZN16BrowserWindowGtk4InitEv
4722 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4723 }
4724 {
4725 bug_170340 3320 bug_170340
4726 Memcheck:Uninitialized 3321 Memcheck:Uninitialized
4727 fun:_ZN3WTF12AtomicString3addEPKt 3322 fun:_ZN3WTF12AtomicString3addEPKt
4728 fun:_ZN3WTF12AtomicStringC1EPKt 3323 fun:_ZN3WTF12AtomicStringC1EPKt
4729 fun:_ZN7WebCore18HTMLPreloadScanner12processTokenEv 3324 fun:_ZN7WebCore18HTMLPreloadScanner12processTokenEv
4730 fun:_ZN7WebCore18HTMLPreloadScanner4scanEv 3325 fun:_ZN7WebCore18HTMLPreloadScanner4scanEv
4731 fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE 3326 fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
4732 fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15Synchronou sModeE 3327 fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15Synchronou sModeE
4733 fun:_ZN7WebCore18HTMLDocumentParser6appendERKNS_15SegmentedStringE 3328 fun:_ZN7WebCore18HTMLDocumentParser6appendERKNS_15SegmentedStringE
4734 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE 3329 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE
4735 fun:_ZN7WebCore14DocumentWriter3endEv 3330 fun:_ZN7WebCore14DocumentWriter3endEv
4736 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv 3331 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
4737 } 3332 }
4738 { 3333 {
4739 bug_171722 3334 bug_171722
4740 Memcheck:Leak 3335 Memcheck:Leak
4741 fun:_Znw* 3336 fun:_Znw*
4742 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm 3337 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm
4743 } 3338 }
4744 { 3339 {
4745 bug_172005
4746 Memcheck:Leak
4747 fun:_Znw*
4748 fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE
4749 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
4750 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
4751 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
4752 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3ma pISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
4753 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequence ERKSt3setISsSt4lessISsESaISsEES7_
4754 }
4755 {
4756 bug_172005b
4757 Memcheck:Leak
4758 fun:_Znw*
4759 fun:_ZN7leveldb6DBImplC1ERKNS_7OptionsERKSs
4760 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
4761 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
4762 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
4763 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3ma pISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
4764 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequence ERKSt3setISsSt4lessISsESaISsEES7_
4765 }
4766 {
4767 bug_172025 3340 bug_172025
4768 Memcheck:Uninitialized 3341 Memcheck:Uninitialized
4769 fun:_ZN11WebViewHost19didCreateDataSourceEPN5blink8WebFrameEPNS0_13WebDataSou rceE 3342 fun:_ZN11WebViewHost19didCreateDataSourceEPN5blink8WebFrameEPNS0_13WebDataSou rceE
4770 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Resou rceRequestERKNS1_14SubstituteDataE 3343 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Resou rceRequestERKNS1_14SubstituteDataE
4771 fun:_ZN7WebCore11FrameLoader4initEv 3344 fun:_ZN7WebCore11FrameLoader4initEv
4772 fun:_ZN7WebCore5Frame4initEv 3345 fun:_ZN7WebCore5Frame4initEv
4773 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE 3346 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
4774 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE 3347 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
4775 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13We bTestRunner17WebTestInterfacesE 3348 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13We bTestRunner17WebTestInterfacesE
4776 fun:_ZN9TestShell16createMainWindowEv 3349 fun:_ZN9TestShell16createMainWindowEv
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
4847 { 3420 {
4848 bug_176616_b 3421 bug_176616_b
4849 Memcheck:Uninitialized 3422 Memcheck:Uninitialized
4850 fun:_ZN13WebTestRunner10TestRunner5resetEv 3423 fun:_ZN13WebTestRunner10TestRunner5resetEv
4851 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv 3424 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
4852 fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv 3425 fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv
4853 fun:_ZN9TestShell19resetTestControllerEv 3426 fun:_ZN9TestShell19resetTestControllerEv
4854 fun:_ZL7runTestR9TestShellR10TestParamsRKSsb 3427 fun:_ZL7runTestR9TestShellR10TestParamsRKSsb
4855 } 3428 }
4856 { 3429 {
4857 bug_176619_a
4858 Memcheck:Uninitialized
4859 fun:_ZN3WTF6StringC1EPKt
4860 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4861 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE
4862 fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv
4863 fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv
4864 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
4865 }
4866 {
4867 bug_176619_b
4868 Memcheck:Uninitialized
4869 fun:_ZN7WebCore12WebVTTParser13collectDigitsERKN3WTF6StringEPj
4870 fun:_ZN7WebCore12WebVTTParser16collectTimeStampERKN3WTF6StringEPj
4871 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4872 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE
4873 fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv
4874 fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv
4875 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
4876 }
4877 {
4878 bug_176621
4879 Memcheck:Leak
4880 fun:_Znw*
4881 fun:_ZN13WebTestRunner10TestPlugin6createEPN5blink8WebFrameERKNS1_15WebPlugin ParamsEPNS_15WebTestDelegateE
4882 fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN5blink8WebFrameERKNS 1_15WebPluginParamsE
4883 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginE PN5blink8WebFrameERKNS5_15WebPluginParamsE
4884 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String*
4885 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS _4KURLERKN3WTF6StringERKNS6_6VectorIS7*
4886 }
4887 {
4888 bug_176888 3430 bug_176888
4889 Memcheck:Leak 3431 Memcheck:Leak
4890 fun:malloc 3432 fun:malloc
4891 fun:strdup 3433 fun:strdup
4892 fun:p11_kit_registered_module_to_name 3434 fun:p11_kit_registered_module_to_name
4893 fun:gnutls_pkcs11_init 3435 fun:gnutls_pkcs11_init
4894 fun:gnutls_global_init 3436 fun:gnutls_global_init
4895 fun:_ZN12_GLOBAL__N_117GcryptInitializer4InitEv 3437 fun:_ZN12_GLOBAL__N_117GcryptInitializer4InitEv
4896 fun:_ZN12_GLOBAL__N_117GcryptInitializerC1Ev 3438 fun:_ZN12_GLOBAL__N_117GcryptInitializerC1Ev
4897 fun:_ZN4base25DefaultLazyInstanceTraitsIN12_GLOBAL__N_117GcryptInitializerEE3 NewEPv 3439 fun:_ZN4base25DefaultLazyInstanceTraitsIN12_GLOBAL__N_117GcryptInitializerEE3 NewEPv
4898 } 3440 }
4899 { 3441 {
4900 bug_176889_a 3442 bug_176889_a
4901 Memcheck:Uninitialized 3443 Memcheck:Uninitialized
4902 fun:inflateReset2 3444 fun:inflateReset2
4903 fun:inflateInit2_ 3445 fun:inflateInit2_
4904 fun:png_create_read_struct_2 3446 fun:png_create_read_struct_2
4905 obj:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-p ng.so 3447 obj:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-p ng.so
4906 obj:/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1 3448 obj:/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
4907 fun:gdk_pixbuf_loader* 3449 fun:gdk_pixbuf_loader*
4908 } 3450 }
4909 { 3451 {
4910 bug_176889_b
4911 Memcheck:Uninitialized
4912 fun:sse2_composite_over_8888_8888
4913 ...
4914 fun:gdk_pixbuf_loader_close
4915 }
4916 {
4917 bug_176889_c
4918 Memcheck:Uninitialized
4919 fun:sse2_combine_over_u
4920 ...
4921 fun:gdk_pixbuf_loader_close
4922 }
4923 {
4924 bug_176889_d
4925 Memcheck:Uninitialized
4926 obj:*/librsvg-2.so*
4927 fun:rsvg_handle_get_pixbuf_sub
4928 obj:*/libpixbufloader-svg.so
4929 fun:gdk_pixbuf_loader_close
4930 }
4931 {
4932 bug_176889_e
4933 Memcheck:Uninitialized
4934 fun:gdk_pixbuf_saturate_and_pixelate
4935 }
4936 {
4937 bug_176889_f
4938 Memcheck:Uninitialized
4939 fun:cache_magic_matchlet_compare
4940 fun:__gio_xdg_cache_get_mime_type_for_data
4941 fun:g_content_type_guess
4942 obj:/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
4943 obj:/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
4944 fun:gdk_pixbuf_loader_close
4945 }
4946 {
4947 bug_176891a 3452 bug_176891a
4948 Memcheck:Leak 3453 Memcheck:Leak
4949 fun:calloc 3454 fun:calloc
4950 fun:nss_ZAlloc 3455 fun:nss_ZAlloc
4951 fun:nssCryptokiObject_Create 3456 fun:nssCryptokiObject_Create
4952 fun:create_objects_from_handles 3457 fun:create_objects_from_handles
4953 fun:find_objects 3458 fun:find_objects
4954 fun:find_objects_by_template 3459 fun:find_objects_by_template
4955 fun:nssToken_FindCertificateByEncodedCertificate 3460 fun:nssToken_FindCertificateByEncodedCertificate
4956 fun:PK11_FindCertFromDERCertItem 3461 fun:PK11_FindCertFromDERCertItem
4957 fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper* 3462 fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper*
4958 } 3463 }
4959 { 3464 {
4960 bug_176891b 3465 bug_176891b
4961 Memcheck:Leak 3466 Memcheck:Leak
4962 ... 3467 ...
4963 fun:nssPKIObject_Create 3468 fun:nssPKIObject_Create
4964 fun:nssTrustDomain_FindTrustForCertificate 3469 fun:nssTrustDomain_FindTrustForCertificate
4965 fun:STAN_DeleteCertTrustMatchingSlot 3470 fun:STAN_DeleteCertTrustMatchingSlot
4966 fun:SEC_DeletePermCertificate 3471 fun:SEC_DeletePermCertificate
4967 ... 3472 ...
4968 fun:_ZN3net15NSSCertDatabase16DeleteCertAndKeyEPKNS_15X509CertificateE 3473 fun:_ZN3net15NSSCertDatabase16DeleteCertAndKeyEPKNS_15X509CertificateE
4969 } 3474 }
4970 { 3475 {
4971 bug_177213
4972 Memcheck:Leak
4973 ...
4974 fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE
4975 }
4976 {
4977 bug_179758_a
4978 Memcheck:Leak
4979 fun:_Znw*
4980 fun:_ZN4base54WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtr_Test8TestBody Ev
4981 }
4982 {
4983 bug_179758_b
4984 Memcheck:Leak
4985 fun:_Znw*
4986 fun:_ZN4base58WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtrBase_Test8Test BodyEv
4987 }
4988 {
4989 bug_180381 3476 bug_180381
4990 Memcheck:Leak 3477 Memcheck:Leak
4991 fun:_Znw* 3478 fun:_Znw*
4992 ... 3479 ...
4993 fun:_ZN4base8FilePath31StripTrailingSeparatorsInternalEv 3480 fun:_ZN4base8FilePath31StripTrailingSeparatorsInternalEv
4994 fun:_ZNK4base8FilePath7DirNameEv 3481 fun:_ZNK4base8FilePath7DirNameEv
4995 fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePat hE 3482 fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePat hE
4996 fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv 3483 fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv
4997 fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv 3484 fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv
4998 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL 3485 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
5107 fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter 8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8 LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE 3594 fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter 8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8 LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE
5108 fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSit eListE 3595 fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSit eListE
5109 } 3596 }
5110 { 3597 {
5111 bug_222363 3598 bug_222363
5112 Memcheck:Leak 3599 Memcheck:Leak
5113 fun:_Znw* 3600 fun:_Znw*
5114 fun:_ZN18WebDatabaseService12LoadDatabaseERKN4base8CallbackIFvN3sql10InitStat usEEEE 3601 fun:_ZN18WebDatabaseService12LoadDatabaseERKN4base8CallbackIFvN3sql10InitStat usEEEE
5115 } 3602 }
5116 { 3603 {
5117 bug_222876
5118 Memcheck:Leak
5119 fun:_Znw*
5120 fun:_ZN21WebDataServiceWrapperC1EP7Profile
5121 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserC ontextE
5122 fun:_ZN33BrowserContextKeyedServiceFactory27GetServiceForBrowserContextEPN7co ntent14BrowserContextEb
5123 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE
5124 ...
5125 fun:_ZN12TokenService10InitializeEPKcP7Profile
5126 }
5127 {
5128 bug_222880 3604 bug_222880
5129 Memcheck:Leak 3605 Memcheck:Leak
5130 fun:malloc 3606 fun:malloc
5131 fun:_ZN3WTF10fastMallocEm 3607 fun:_ZN3WTF10fastMallocEm
5132 fun:_ZN3WTF16VectorBufferBaseINS_6RefPtrIN7WebCore7ArchiveEEEE14allocateBuffe rEm 3608 fun:_ZN3WTF16VectorBufferBaseINS_6RefPtrIN7WebCore7ArchiveEEEE14allocateBuffe rEm
5133 ... 3609 ...
5134 fun:_ZN7WebCore7Archive18addSubframeArchiveEN3WTF10PassRefPtrIS0_EE 3610 fun:_ZN7WebCore7Archive18addSubframeArchiveEN3WTF10PassRefPtrIS0_EE
5135 fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE 3611 fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
5136 fun:_ZN7WebCore11MHTMLParser12parseArchiveEv 3612 fun:_ZN7WebCore11MHTMLParser12parseArchiveEv
5137 fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE 3613 fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
5170 } 3646 }
5171 { 3647 {
5172 bug_224747 3648 bug_224747
5173 Memcheck:Leak 3649 Memcheck:Leak
5174 fun:_Znw* 3650 fun:_Znw*
5175 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 3651 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5176 ... 3652 ...
5177 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8Tes tBodyEv 3653 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8Tes tBodyEv
5178 } 3654 }
5179 { 3655 {
5180 bug_225028
5181 Memcheck:Leak
5182 fun:_Znw*
5183 fun:_ZN31SafeBrowsingDatabaseFactoryImpl26CreateSafeBrowsingDatabaseEbbbb
5184 fun:_ZN20SafeBrowsingDatabase6CreateEbbbb
5185 fun:_ZN27SafeBrowsingDatabaseManager11GetDatabaseEv
5186 }
5187 {
5188 bug_225596 3656 bug_225596
5189 Memcheck:Leak 3657 Memcheck:Leak
5190 fun:_Znw* 3658 fun:_Znw*
5191 fun:_ZN8chromeos12input_method22InputMethodManagerImpl4InitERK13scoped_refptr IN4base19SequencedTaskRunnerEES7_ 3659 fun:_ZN8chromeos12input_method22InputMethodManagerImpl4InitERK13scoped_refptr IN4base19SequencedTaskRunnerEES7_
5192 fun:_ZN8chromeos12input_method10InitializeERK13scoped_refptrIN4base19Sequence dTaskRunnerEES6_ 3660 fun:_ZN8chromeos12input_method10InitializeERK13scoped_refptrIN4base19Sequence dTaskRunnerEES6_
5193 fun:_ZN8chromeos12input_method48InputMethodConfigurationTest_TestInitialize_T est8TestBodyEv 3661 fun:_ZN8chromeos12input_method48InputMethodConfigurationTest_TestInitialize_T est8TestBodyEv
5194 } 3662 }
5195 { 3663 {
5196 bug_226254
5197 Memcheck:Leak
5198 fun:_Znw*
5199 fun:_ZN4base4BindIMN10extensions16UserScriptMaster14ScriptReloader*
5200 fun:_ZN10extensions16UserScriptMaster14ScriptReloader9StartLoad*
5201 fun:_ZN10extensions16UserScriptMaster9StartLoadEv
5202 fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourc eERKNS1_19NotificationDetailsE
5203 }
5204 {
5205 bug_227278a 3664 bug_227278a
5206 Memcheck:Uninitialized 3665 Memcheck:Uninitialized
5207 ... 3666 ...
5208 fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitm apRKN3gfx4RectERKNS4_4SizeE 3667 fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitm apRKN3gfx4RectERKNS4_4SizeE
5209 fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly _Test8TestBodyEv 3668 fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly _Test8TestBodyEv
5210 } 3669 }
5211 { 3670 {
5212 bug_227278b 3671 bug_227278b
5213 Memcheck:Uninitialized 3672 Memcheck:Uninitialized
5214 ... 3673 ...
5215 fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12Te stERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE 3674 fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12Te stERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
5216 fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test 8TestBodyEv 3675 fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test 8TestBodyEv
5217 } 3676 }
5218 { 3677 {
5219 bug_227278c
5220 Memcheck:Uninitialized
5221 fun:BitSetNextSetBit
5222 fun:RegistersReInterfere
5223 fun:RegistersMerge
5224 fun:glpPPShaderLinearizeStreamMgr
5225 fun:glpPPShaderLinearize
5226 fun:glePrepareShaderForEmulation
5227 fun:gleSetVPTransformFuncAll
5228 fun:gleVPRenderQuadsSmooth
5229 fun:gleDrawArraysOrElements_ExecCore
5230 fun:glDrawArrays_Exec
5231 fun:glDrawArrays
5232 fun:_ZN7content12_GLOBAL__N_18DrawQuadEffffbff
5233 fun:_ZN7content31CompositingIOSurfaceTransformer14ResizeBilinearEjRKN3gfx4Rec tERKNS1_4SizeEPj
5234 fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitm apRKN3gfx4RectERKNS4_4SizeE
5235 fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly _Test8TestBodyEv
5236 }
5237 {
5238 bug_227278d 3678 bug_227278d
5239 Memcheck:Uninitialized 3679 Memcheck:Uninitialized
5240 fun:glViewport_Exec 3680 fun:glViewport_Exec
5241 fun:glViewport 3681 fun:glViewport
5242 fun:_ZN7content12_GLOBAL__N_139SetTransformationsForOffScreenRenderingERKN3gf x4SizeE 3682 fun:_ZN7content12_GLOBAL__N_139SetTransformationsForOffScreenRenderingERKN3gf x4SizeE
5243 fun:_ZN7content31CompositingIOSurfaceTransformer18TransformRGBToYV12EjRKN3gfx 4RectERKNS1_4SizeEPjS8_S8_PS5_S9_ 3683 fun:_ZN7content31CompositingIOSurfaceTransformer18TransformRGBToYV12EjRKN3gfx 4RectERKNS1_4SizeEPjS8_S8_PS5_S9_
5244 fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12Te stERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE 3684 fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12Te stERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
5245 fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test 8TestBodyEv 3685 fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test 8TestBodyEv
5246 } 3686 }
5247 { 3687 {
(...skipping 17 matching lines...) Expand all
5265 { 3705 {
5266 bug_233541 3706 bug_233541
5267 Memcheck:Leak 3707 Memcheck:Leak
5268 fun:_Znw* 3708 fun:_Znw*
5269 fun:_ZN22DiskCacheTestWithCache13CreateBackendEjPN4base6ThreadE 3709 fun:_ZN22DiskCacheTestWithCache13CreateBackendEjPN4base6ThreadE
5270 fun:_ZN22DiskCacheTestWithCache13InitDiskCacheEv 3710 fun:_ZN22DiskCacheTestWithCache13InitDiskCacheEv
5271 fun:_ZN22DiskCacheTestWithCache9InitCacheEv 3711 fun:_ZN22DiskCacheTestWithCache9InitCacheEv
5272 fun:*DiskCacheBackendTest_SimpleDoom* 3712 fun:*DiskCacheBackendTest_SimpleDoom*
5273 } 3713 }
5274 { 3714 {
5275 bug_234845
5276 Memcheck:Leak
5277 fun:malloc
5278 fun:PORT_Alloc_Util
5279 fun:pk11_CreateSymKey
5280 fun:PK11_KeyGenWithTemplate
5281 fun:pk11_TokenKeyGenWithFlagsAndKeyType
5282 fun:pk11_RawPBEKeyGenWithKeyType
5283 fun:PK11_PBEKeyGen
5284 fun:PK11_ExportEncryptedPrivKeyInfo
5285 fun:_ZN6crypto12ECPrivateKey25ExportEncryptedPrivateKeyERKSsiPSt6vectorIhSaIh EE
5286 }
5287 {
5288 bug_235584
5289 Memcheck:Leak
5290 fun:_Znw*
5291 fun:_ZN4base4Bind*
5292 fun:_ZN3net18SSLClientSocketNSS4Core21OnHandshakeIOCompleteEi
5293 fun:_ZN3net18SSLClientSocketNSS4Core28OnGetDomainBoundCertCompleteEi
5294 }
5295 {
5296 bug_236791
5297 Memcheck:Leak
5298 fun:_Znw*
5299 fun:_ZN3ash4test53FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test8TestB odyEv
5300 }
5301 {
5302 bug_238170a 3715 bug_238170a
5303 Memcheck:Uninitialized 3716 Memcheck:Uninitialized
5304 fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchReque stERNS_13StyleResolver9RuleRangeE 3717 fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchReque stERNS_13StyleResolver9RuleRangeE
5305 fun:_ZN7WebCore20ElementRuleCollector19hasAnyMatchingRulesEPNS_7RuleSetE 3718 fun:_ZN7WebCore20ElementRuleCollector19hasAnyMatchingRulesEPNS_7RuleSetE
5306 } 3719 }
5307 { 3720 {
5308 bug_238170b 3721 bug_238170b
5309 Memcheck:Uninitialized 3722 Memcheck:Uninitialized
5310 fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchReque stERNS_13StyleResolver9RuleRangeE 3723 fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchReque stERNS_13StyleResolver9RuleRangeE
5311 fun:_ZN7WebCore13StyleResolver16matchAuthorRulesERNS_20ElementRuleCollectorEb 3724 fun:_ZN7WebCore13StyleResolver16matchAuthorRulesERNS_20ElementRuleCollectorEb
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5345 { 3758 {
5346 bug_241044 3759 bug_241044
5347 Memcheck:Uninitialized 3760 Memcheck:Uninitialized
5348 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb 3761 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
5349 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb 3762 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
5350 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE 3763 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE
5351 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences 3764 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences
5352 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences 3765 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences
5353 } 3766 }
5354 { 3767 {
5355 bug_241932
5356 Memcheck:Leak
5357 fun:calloc
5358 fun:_ZN3WTF13tryFastCallocEmm
5359 fun:_ZN3WTF9RawBufferC1EjjNS0_20InitializationPolicyE
5360 fun:_ZN3WTF19ArrayBufferContentsC1EjjNS_9RawBuffer20InitializationPolicyE
5361 fun:_ZN3WTF11ArrayBuffer6createEPKvj
5362 fun:_ZN7WebCore12_GLOBAL__N_16Reader17doReadArrayBufferEv
5363 fun:_ZN7WebCore12_GLOBAL__N_16Reader15readArrayBufferEPN2v86HandleINS2_5Value EEE
5364 fun:_ZN7WebCore12_GLOBAL__N_16Reader4readEPN2v86HandleINS2_5ValueEEERNS0_16Co mpositeCreatorE
5365 fun:_ZN7WebCore12_GLOBAL__N_112Deserializer13doDeserializeEv
5366 fun:_ZN7WebCore12_GLOBAL__N_112Deserializer11deserializeEv
5367 fun:_ZN7WebCore21SerializedScriptValue11deserializeEPN2v87IsolateEPN3WTF6Vect orINS4_6RefPtrINS_11MessagePortEEELm1EEE
5368 fun:_ZN7WebCore14V8MessageEvent20dataAttrGetterCustomEN2v85LocalINS1_6StringE EERKNS1_12AccessorInfoE
5369 fun:_ZN7WebCore22MessageEventV8InternalL22dataAttrGetterCallbackEN2v85LocalIN S1_6StringEEERKNS1_12AccessorInfoE
5370 }
5371 {
5372 bug_242672 3768 bug_242672
5373 Memcheck:Leak 3769 Memcheck:Leak
5374 fun:malloc 3770 fun:malloc
5375 ... 3771 ...
5376 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 3772 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
5377 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 3773 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
5378 fun:_ZN3WTF9BitVector10ensureSizeEm 3774 fun:_ZN3WTF9BitVector10ensureSizeEm
5379 fun:_ZN7WebCore10UseCounterC1Ev 3775 fun:_ZN7WebCore10UseCounterC1Ev
5380 fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE 3776 fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE
5381 } 3777 }
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
5609 } 4005 }
5610 { 4006 {
5611 bug_251004_a 4007 bug_251004_a
5612 Memcheck:Leak 4008 Memcheck:Leak
5613 fun:_Znw* 4009 fun:_Znw*
5614 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 4010 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5615 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 4011 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5616 fun:_ZN3net10FileStream7Context14CloseAndDeleteEv 4012 fun:_ZN3net10FileStream7Context14CloseAndDeleteEv
5617 } 4013 }
5618 { 4014 {
5619 bug_251034
5620 Memcheck:Leak
5621 ...
5622 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBu iltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27Glsl BuiltInFunctionBehaviorE
5623 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShSha derSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementation TypeENS7_27GlslBuiltInFunctionBehaviorE
5624 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
5625 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vect orIiSaIiEE
5626 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKc RKSt6vectorIiSaIiEENS1_13GpuPreferenceE
5627 }
5628 {
5629 bug_252054 4015 bug_252054
5630 Memcheck:Unaddressable 4016 Memcheck:Unaddressable
5631 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv 4017 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv
5632 fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32Pl atformSpeechSynthesisUtteranceEEE 4018 fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32Pl atformSpeechSynthesisUtteranceEEE
5633 fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS 0_EE 4019 fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS 0_EE
5634 fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv 4020 fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
5635 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 4021 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
5636 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 4022 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
5637 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv 4023 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
5638 } 4024 }
5639 { 4025 {
5640 bug_252036
5641 Memcheck:Uninitialized
5642 fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv
5643 fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv
5644 }
5645 {
5646 bug_252209 4026 bug_252209
5647 Memcheck:Leak 4027 Memcheck:Leak
5648 fun:_Znw* 4028 fun:_Znw*
5649 fun:_ZN7content18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE 4029 fun:_ZN7content18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE
5650 fun:_ZN7content11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBr idge11RequestInfoE 4030 fun:_ZN7content11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBr idge11RequestInfoE
5651 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_ glue20ResourceLoaderBridge11RequestInfoE 4031 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_ glue20ResourceLoaderBridge11RequestInfoE
5652 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE 4032 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
5653 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE 4033 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE
5654 fun:_ZN7WebCore22ResourceHandleInternal5startENS_17StoredCredentialsE 4034 fun:_ZN7WebCore22ResourceHandleInternal5startENS_17StoredCredentialsE
5655 fun:_ZN7WebCore14ResourceHandle5startENS_17StoredCredentialsE 4035 fun:_ZN7WebCore14ResourceHandle5startENS_17StoredCredentialsE
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
5720 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 4100 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5721 fun:_ZN4base26PostTaskAndReplyWithResultIN5quota15QuotaStatusCodeES2_EEbPNS_1 0TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNS9_IFvT0_EEE 4101 fun:_ZN4base26PostTaskAndReplyWithResultIN5quota15QuotaStatusCodeES2_EEbPNS_1 0TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNS9_IFvT0_EEE
5722 fun:_ZN7fileapi21FileSystemQuotaClient16DeleteOriginDataERK4GURLN5quota11Stor ageTypeERKN4base8CallbackIFvNS4_15QuotaStatusCodeEEEE 4102 fun:_ZN7fileapi21FileSystemQuotaClient16DeleteOriginDataERK4GURLN5quota11Stor ageTypeERKN4base8CallbackIFvNS4_15QuotaStatusCodeEEEE
5723 fun:_ZN5quota12QuotaManager17OriginDataDeleter3RunEv 4103 fun:_ZN5quota12QuotaManager17OriginDataDeleter3RunEv
5724 fun:_ZN5quota9QuotaTask5StartEv 4104 fun:_ZN5quota9QuotaTask5StartEv
5725 fun:_ZN5quota12QuotaManager16DeleteOriginDataERK4GURLNS_11StorageTypeEiRKN4ba se8CallbackIFvNS_15QuotaStatusCodeEEEE 4105 fun:_ZN5quota12QuotaManager16DeleteOriginDataERK4GURLNS_11StorageTypeEiRKN4ba se8CallbackIFvNS_15QuotaStatusCodeEEEE
5726 fun:_ZN7content12_GLOBAL__N_134ClearQuotaManagedOriginsOnIOThreadERK13scoped_ refptrIN5quota12QuotaManagerEERKSt3setI4GURLSt4lessIS8_ESaIS8_EENS2_11StorageTyp eE 4106 fun:_ZN7content12_GLOBAL__N_134ClearQuotaManagedOriginsOnIOThreadERK13scoped_ refptrIN5quota12QuotaManagerEERKSt3setI4GURLSt4lessIS8_ESaIS8_EENS2_11StorageTyp eE
5727 fun:_ZN7content12_GLOBAL__N_121ClearOriginOnIOThreadEjRK4GURLRK13scoped_refpt rIN3net23URLRequestContextGetterEERKS4_IN5quota12QuotaManagerEE 4107 fun:_ZN7content12_GLOBAL__N_121ClearOriginOnIOThreadEjRK4GURLRK13scoped_refpt rIN3net23URLRequestContextGetterEERKS4_IN5quota12QuotaManagerEE
5728 } 4108 }
5729 { 4109 {
5730 bug_258466
5731 Memcheck:Leak
5732 fun:_Znw*
5733 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
5734 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
5735 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
5736 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
5737 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
5738 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE
5739 fun:_ZN7content21ContentMainRunnerImpl3RunEv
5740 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5741 fun:ChromeMain
5742 }
5743 {
5744 bug_258132a
5745 Memcheck:Leak
5746 fun:_Znw*
5747 fun:_ZN5ppapi5proxy15PPP_Class_Proxy19CreateProxiedObjectEPK18PPB_Var_Depreca tedPNS0_10DispatcherEill
5748 fun:_ZN5ppapi5proxy24PPB_Var_Deprecated_Proxy27OnMsgCreateObjectDeprecatedEil lNS0_24SerializedVarReturnValueE
5749 }
5750 {
5751 bug_258132b
5752 Memcheck:Leak
5753 fun:_Znw*
5754 fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv
5755 fun:_ZN5ppapi*ThreadAwareCallback*Test_*
5756 }
5757 {
5758 bug_259188 4110 bug_259188
5759 Memcheck:Leak 4111 Memcheck:Leak
5760 fun:_Znw* 4112 fun:_Znw*
5761 fun:_ZN7WebCore16V8PerIsolateData6createEPN2v87IsolateE 4113 fun:_ZN7WebCore16V8PerIsolateData6createEPN2v87IsolateE
5762 fun:_ZN7WebCore16V8PerIsolateData17ensureInitializedEPN2v87IsolateE 4114 fun:_ZN7WebCore16V8PerIsolateData17ensureInitializedEPN2v87IsolateE
5763 fun:_ZN5blink10initializeEPNS_8PlatformE 4115 fun:_ZN5blink10initializeEPNS_8PlatformE
5764 } 4116 }
5765 { 4117 {
5766 bug_259303 4118 bug_259303
5767 Memcheck:Leak 4119 Memcheck:Leak
5768 fun:_Znw* 4120 fun:_Znw*
5769 fun:_ZN3IPC7Message23EnsureFileDescriptorSetEv 4121 fun:_ZN3IPC7Message23EnsureFileDescriptorSetEv
5770 fun:_ZN3IPC7Message19file_descriptor_setEv 4122 fun:_ZN3IPC7Message19file_descriptor_setEv
5771 fun:_ZN3IPC7Channel11ChannelImpl24WillDispatchInputMessageEPNS_7MessageE 4123 fun:_ZN3IPC7Channel11ChannelImpl24WillDispatchInputMessageEPNS_7MessageE
5772 fun:_ZN3IPC8internal13ChannelReader17DispatchInputDataEPKci 4124 fun:_ZN3IPC8internal13ChannelReader17DispatchInputDataEPKci
5773 fun:_ZN3IPC8internal13ChannelReader23ProcessIncomingMessagesEv 4125 fun:_ZN3IPC8internal13ChannelReader23ProcessIncomingMessagesEv
5774 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 4126 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
5775 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_ 4127 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_
5776 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv 4128 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
5777 } 4129 }
5778 { 4130 {
5779 bug_259357d
5780 Memcheck:Uninitialized
5781 ...
5782 fun:_ZN3gpu5gles239ShaderTranslatorTest_OptionsString_Test8TestBodyEv
5783 }
5784 {
5785 bug_259357f
5786 Memcheck:Uninitialized
5787 fun:_ZNK3gpu12AsyncAPIMock6IsArgsclEPKv
5788 fun:_ZNK7testing8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEE15MatchAn dExplainIPKvEEbRT_PNS_19MatchResultListenerE
5789 fun:_ZNK7testing18PolymorphicMatcherINS_8internal12TrulyMatcherIN3gpu12AsyncA PIMock6IsArgsEEEE15MonomorphicImplIPKvE15MatchAndExplainESA_PNS_19MatchResultLis tenerE
5790 fun:_ZNK7testing8internal11MatcherBaseIPKvE15MatchAndExplainES3_PNS_19MatchRe sultListenerE
5791 fun:_ZNK7testing8internal11MatcherBaseIPKvE7MatchesES3_
5792 fun:_ZN7testing8internal11TuplePrefixILm3EE7MatchesINSt3tr15tupleIINS_7Matche rIjEES7_NS6_IPKvEEEEENS5_IIjjS9_EEEEEbRKT_RKT0_
5793 fun:_ZN7testing8internal12TupleMatchesINSt3tr15tupleIINS_7MatcherIjEES5_NS4_I PKvEEEEENS3_IIjjS7_EEEEEbRKT_RKT0_
5794 fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE7Matche sERKNSt3tr15tupleIIjjS6_EEE
5795 fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE21Shoul dHandleArgumentsERKNSt3tr15tupleIIjjS6_EEE
5796 fun:_ZNK7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE29Fin dMatchingExpectationLockedERKNSt3tr15tupleIIjjS6_EEE
5797 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE30Unty pedFindMatchingExpectationES6_PS6_PbPSoSB_
5798 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
5799 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10Invo keWithERKNSt3tr15tupleIIjjS6_EEE
5800 fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjj S6_
5801 fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv
5802 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5803 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5804 }
5805 {
5806 bug_259789 4131 bug_259789
5807 Memcheck:Uninitialized 4132 Memcheck:Uninitialized
5808 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Att ributesEPNS_8SettingsE 4133 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Att ributesEPNS_8SettingsE
5809 fun:_ZN7WebCore21WebGLRenderingContext19maybeRestoreContextEPNS_5TimerIS0_EE 4134 fun:_ZN7WebCore21WebGLRenderingContext19maybeRestoreContextEPNS_5TimerIS0_EE
5810 fun:_ZN7WebCore5TimerINS_21WebGLRenderingContextEE5firedEv 4135 fun:_ZN7WebCore5TimerINS_21WebGLRenderingContextEE5firedEv
5811 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 4136 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
5812 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 4137 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
5813 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv 4138 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
5814 } 4139 }
5815 { 4140 {
5816 bug_259789b
5817 Memcheck:Uninitialized
5818 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Att ributesEPNS_8SettingsE
5819 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22W ebGLContextAttributesE
5820 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasCon textAttributesE
5821 }
5822 {
5823 bug_259799 4141 bug_259799
5824 Memcheck:Leak 4142 Memcheck:Leak
5825 fun:_Znw* 4143 fun:_Znw*
5826 fun:_ZN5blink16EditorClientImpl23requestCheckingOfStringEN3WTF10PassRefPtrIN7 WebCore19TextCheckingRequestEEE 4144 fun:_ZN5blink16EditorClientImpl23requestCheckingOfStringEN3WTF10PassRefPtrIN7 WebCore19TextCheckingRequestEEE
5827 fun:_ZN7WebCore12SpellChecker13invokeRequestEN3WTF10PassRefPtrINS_17SpellChec kRequestEEE 4145 fun:_ZN7WebCore12SpellChecker13invokeRequestEN3WTF10PassRefPtrINS_17SpellChec kRequestEEE
5828 fun:_ZN7WebCore12SpellChecker18requestCheckingForEN3WTF10PassRefPtrINS_17Spel lCheckRequestEEE 4146 fun:_ZN7WebCore12SpellChecker18requestCheckingForEN3WTF10PassRefPtrINS_17Spel lCheckRequestEEE
5829 fun:_ZN7WebCore6Editor40markAllMisspellingsAndBadGrammarInRangesEjPNS_5RangeE S2_ 4147 fun:_ZN7WebCore6Editor40markAllMisspellingsAndBadGrammarInRangesEjPNS_5RangeE S2_
5830 fun:_ZN7WebCore6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePosit ionERKNS_16VisibleSelectionE 4148 fun:_ZN7WebCore6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePosit ionERKNS_16VisibleSelectionE
5831 fun:_ZN7WebCore13TypingCommand27markMisspellingsAfterTypingENS0_14ETypingComm andE 4149 fun:_ZN7WebCore13TypingCommand27markMisspellingsAfterTypingENS0_14ETypingComm andE
5832 fun:_ZN7WebCore13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommand E 4150 fun:_ZN7WebCore13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommand E
(...skipping 25 matching lines...) Expand all
5858 } 4176 }
5859 { 4177 {
5860 bug_268258 4178 bug_268258
5861 Memcheck:Leak 4179 Memcheck:Leak
5862 fun:malloc 4180 fun:malloc
5863 fun:_ZN3WTF10fastMallocEm 4181 fun:_ZN3WTF10fastMallocEm
5864 fun:_ZN3WTF10StringImpl12createStaticEPKcjj 4182 fun:_ZN3WTF10StringImpl12createStaticEPKcjj
5865 fun:_ZN7WebCore*Names*init* 4183 fun:_ZN7WebCore*Names*init*
5866 } 4184 }
5867 { 4185 {
5868 bug_268267
5869 Memcheck:Leak
5870 fun:_Znw*
5871 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
5872 fun:_ZN4base14WeakPtrFactoryINS_12_GLOBAL__N_16TargetEE10GetWeakPtrEv
5873 fun:_ZN4base45WeakPtrTest_MoveOwnershipAfterInvalidate_Test8TestBodyEv
5874 }
5875 {
5876 bug_269201 4186 bug_269201
5877 Memcheck:Unaddressable 4187 Memcheck:Unaddressable
5878 ... 4188 ...
5879 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_obj ects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb 4189 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_obj ects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
5880 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8Callba ckIFvvEEE 4190 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8Callba ckIFvvEEE
5881 fun:_ZN8printing8PrintJob21UpdatePrintedDocumentEPNS_15PrintedDocumentE 4191 fun:_ZN8printing8PrintJob21UpdatePrintedDocumentEPNS_15PrintedDocumentE
5882 fun:_ZN8printing8PrintJob4StopEv 4192 fun:_ZN8printing8PrintJob4StopEv
5883 } 4193 }
5884 { 4194 {
5885 bug_269844
5886 Memcheck:Leak
5887 fun:_Znw*
5888 fun:_ZN9__gnu_cxx13new_allocatorIPN4base11PendingTaskEE8allocateEmPKv
5889 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE15_M_allocate_mapEm
5890 fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE17_M_reallocate_mapEmb
5891 ...
5892 fun:_ZN4base8internal17IncomingTaskQueue15PostPendingTaskEPNS_11PendingTaskE
5893 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_obj ects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
5894 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8Callba ckIFvvEEE
5895 }
5896 {
5897 bug_272596
5898 Memcheck:Leak
5899 ...
5900 fun:nssPKIObjectCollection_AddInstanceAsObject
5901 fun:nssToken_TraverseCertificates
5902 fun:NSSTrustDomain_TraverseCertificates
5903 fun:PK11_ListCerts
5904 fun:_ZN3net15NSSCertDatabase9ListCertsEPSt6vectorI13scoped_refptrINS_15X509Ce rtificateEESaIS4_EE
5905 fun:_ZN8chromeos12_GLOBAL__N_119LoadNSSCertificatesEPSt6vectorI13scoped_refpt rIN3net15X509CertificateEESaIS5_EE
5906 }
5907 {
5908 bug_273398
5909 Memcheck:Leak
5910 ...
5911 fun:_ZN6Pickle6ResizeEm
5912 fun:_ZN6PickleC1Ev
5913 fun:_ZN7content14ZygoteHostImpl20GetTerminationStatusEibPi
5914 fun:_ZN7content20ChildProcessLauncher25GetChildTerminationStatusEbPi
5915 }
5916 {
5917 bug_274193 4195 bug_274193
5918 Memcheck:Leak 4196 Memcheck:Leak
5919 ... 4197 ...
5920 fun:_mesa_glsl_compile_shader 4198 fun:_mesa_glsl_compile_shader
5921 fun:compile_shader 4199 fun:compile_shader
5922 fun:_mesa_CompileShaderARB 4200 fun:_mesa_CompileShaderARB
5923 fun:shared_dispatch_stub_529 4201 fun:shared_dispatch_stub_529
5924 fun:_ZN3gfx9GLApiBase17glCompileShaderFnEj 4202 fun:_ZN3gfx9GLApiBase17glCompileShaderFnEj
5925 fun:_ZN3gpu5gles214ProgramManager15DoCompileShaderEPNS0_6ShaderEPNS0_16Shader TranslatorEPNS0_11FeatureInfoE 4203 fun:_ZN3gpu5gles214ProgramManager15DoCompileShaderEPNS0_6ShaderEPNS0_16Shader TranslatorEPNS0_11FeatureInfoE
5926 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj 4204 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
5927 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_4cmds13Compil eShaderE 4205 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_4cmds13Compil eShaderE
5928 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 4206 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5929 fun:_ZN3gpu13CommandParser14ProcessCommandEv 4207 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5930 } 4208 }
5931 { 4209 {
5932 bug_288787 4210 bug_288787
5933 Memcheck:Leak 4211 Memcheck:Leak
5934 fun:_Znw* 4212 fun:_Znw*
5935 fun:_ZN10extensions22ManagedValueStoreCache16ExtensionTracker7ObserveEiRKN7co ntent18NotificationSourceERKNS2_19NotificationDetailsE 4213 fun:_ZN10extensions22ManagedValueStoreCache16ExtensionTracker7ObserveEiRKN7co ntent18NotificationSourceERKNS2_19NotificationDetailsE
5936 fun:_ZN7content23NotificationServiceImpl6NotifyEiRKNS_18NotificationSourceERK NS_19NotificationDetailsE 4214 fun:_ZN7content23NotificationServiceImpl6NotifyEiRKNS_18NotificationSourceERK NS_19NotificationDetailsE
5937 fun:_ZN16ExtensionService23NotifyExtensionUnloadedEPKN10extensions9ExtensionE N14extension_misc23UnloadedExtensionReasonE 4215 fun:_ZN16ExtensionService23NotifyExtensionUnloadedEPKN10extensions9ExtensionE N14extension_misc23UnloadedExtensionReasonE
5938 fun:_ZN16ExtensionService16DisableExtensionERKSsN10extensions9Extension13Disa bleReasonE 4216 fun:_ZN16ExtensionService16DisableExtensionERKSsN10extensions9Extension13Disa bleReasonE
5939 fun:_ZN22theme_service_internal40ThemeServiceTest_DisableUnusedTheme_Test8Tes tBodyEv 4217 fun:_ZN22theme_service_internal40ThemeServiceTest_DisableUnusedTheme_Test8Tes tBodyEv
5940 } 4218 }
5941 { 4219 {
5942 bug_288804
5943 Memcheck:Leak
5944 fun:_Znw*
5945 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net12HostPortPa irESt3mapINS3_15SpdySettingsIdsES2_INS3_17SpdySettingsFlagsEjESt4lessIS7_ESaIS2_ IKS7_S9_EEEEEE8allocateEmPKv
5946 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE _ES8_IS1_ESaISE_EE11_M_get_nodeEv
5947 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE _ES8_IS1_ESaISE_EE14_M_create_nodeERKSE_
5948 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE _ES8_IS1_ESaISE_EE13_M_clone_nodeEPKSt13_Rb_tree_nodeISE_E
5949 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE _ES8_IS1_ESaISE_EE7_M_copyEPKSt13_Rb_tree_nodeISE_EPSL_
5950 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE _ES8_IS1_ESaISE_EEaSERKSJ_
5951 fun:_ZNSt3mapIN3net12HostPortPairES_INS0_15SpdySettingsIdsESt4pairINS0_17Spdy SettingsFlagsEjESt4lessIS2_ESaIS3_IKS2_S5_EEES6_IS1_ESaIS3_IKS1_SB_EEEaSERKSG_
5952 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCach eOnIOERKN4base8CallbackIFvvEEE
5953 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCach eOnIOEv
5954 }
5955 {
5956 bug_290364 4220 bug_290364
5957 Memcheck:Leak 4221 Memcheck:Leak
5958 fun:_Znw* 4222 fun:_Znw*
5959 fun:_ZN4base13WaitableEventC1Ebb 4223 fun:_ZN4base13WaitableEventC1Ebb
5960 fun:_ZN4base12_GLOBAL__N_112ThreadParamsC1Ev 4224 fun:_ZN4base12_GLOBAL__N_112ThreadParamsC1Ev
5961 fun:_ZN4base12_GLOBAL__N_112CreateThreadEmbPNS_14PlatformThread8DelegateEPNS_ 20PlatformThreadHandleENS_14ThreadPriorityE 4225 fun:_ZN4base12_GLOBAL__N_112CreateThreadEmbPNS_14PlatformThread8DelegateEPNS_ 20PlatformThreadHandleENS_14ThreadPriorityE
5962 fun:_ZN4base14PlatformThread6CreateEmPNS0_8DelegateEPNS_20PlatformThreadHandl eE 4226 fun:_ZN4base14PlatformThread6CreateEmPNS0_8DelegateEPNS_20PlatformThreadHandl eE
5963 fun:_ZN4base12SimpleThread5StartEv 4227 fun:_ZN4base12SimpleThread5StartEv
5964 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs 4228 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
5965 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi 4229 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
6031 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE 4295 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE
6032 fun:_ZN7content16WebKitTestRunner11CaptureDumpEv 4296 fun:_ZN7content16WebKitTestRunner11CaptureDumpEv
6033 fun:_ZN7content16WebKitTestRunner12testFinishedEv 4297 fun:_ZN7content16WebKitTestRunner12testFinishedEv
6034 fun:_ZN13WebTestRunner10TestRunner18completeNotifyDoneEv 4298 fun:_ZN13WebTestRunner10TestRunner18completeNotifyDoneEv
6035 fun:_ZN13WebTestRunner10TestRunner10notifyDoneERKSt6vectorINS_10CppVariantESa IS2_EEPS2_ 4299 fun:_ZN13WebTestRunner10TestRunner10notifyDoneERKSt6vectorINS_10CppVariantESa IS2_EEPS2_
6036 fun:_ZN13WebTestRunner13CppBoundClass14MemberCallbackINS_10TestRunnerEE3runER KSt6vectorINS_10CppVariantESaIS5_EEPS5_ 4300 fun:_ZN13WebTestRunner13CppBoundClass14MemberCallbackINS_10TestRunnerEE3runER KSt6vectorINS_10CppVariantESaIS5_EEPS5_
6037 fun:_ZN13WebTestRunner13CppBoundClass6invokeEPvPK10_NPVariantmPS2_ 4301 fun:_ZN13WebTestRunner13CppBoundClass6invokeEPvPK10_NPVariantmPS2_
6038 fun:_ZN13WebTestRunner11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS4_ 4302 fun:_ZN13WebTestRunner11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS4_
6039 } 4303 }
6040 { 4304 {
6041 bug_290559a
6042 Memcheck:Leak
6043 fun:_Znw*
6044 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
6045 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateEN5blink22 WebFileSystemCallbacksE
6046 ...
6047 fun:_ZN2v88internal25FunctionCallbackArguments4Call*
6048 }
6049 {
6050 bug_290559b
6051 Memcheck:Leak
6052 fun:_Znw*
6053 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
6054 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateEN5blink22 WebFileSystemCallbacksE
6055 ...
6056 fun:_ZN7WebCore*SyncV8Internal*FunctionCallbackInfo*
6057 }
6058 {
6059 bug_293024_b 4305 bug_293024_b
6060 Memcheck:Leak 4306 Memcheck:Leak
6061 fun:malloc 4307 fun:malloc
6062 fun:_ZN3WTF10fastMallocEm 4308 fun:_ZN3WTF10fastMallocEm
6063 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm 4309 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
6064 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7WebCor e17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE 4310 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7WebCor e17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE
6065 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem* 4311 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem*
6066 ... 4312 ...
6067 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE 4313 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
6068 } 4314 }
(...skipping 16 matching lines...) Expand all
6085 } 4331 }
6086 { 4332 {
6087 bug_293058_a 4333 bug_293058_a
6088 Memcheck:Leak 4334 Memcheck:Leak
6089 fun:_Znw* 4335 fun:_Znw*
6090 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev 4336 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
6091 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink 22WebFileSystemCallbacksE 4337 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink 22WebFileSystemCallbacksE
6092 fun:_ZN7content17WebFileSystemImpl* 4338 fun:_ZN7content17WebFileSystemImpl*
6093 } 4339 }
6094 { 4340 {
6095 bug_293058_b
6096 Memcheck:Leak
6097 fun:_Znw*
6098 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
6099 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink 22WebFileSystemCallbacksE
6100 fun:_ZN7content17WebFileSystemImpl16createFileWriterERKN5blink6WebURLEPNS1_19 WebFileWriterClientENS1_22WebFileSystemCallbacksE
6101 fun:_ZN7WebCore17DOMFileSystemSync12createWriterEPKNS_13FileEntrySyncERNS_14E xceptionStateE
6102 fun:_ZN7WebCore13FileEntrySync12createWriterERNS_14ExceptionStateE
6103 }
6104 {
6105 bug_293088 4341 bug_293088
6106 Memcheck:Unaddressable 4342 Memcheck:Unaddressable
6107 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv 4343 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv
6108 fun:_ZNK7WebCore8Document7decoderEv 4344 fun:_ZNK7WebCore8Document7decoderEv
6109 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEv 4345 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEv
6110 fun:_ZN7WebCore14DocumentWriter3endEv 4346 fun:_ZN7WebCore14DocumentWriter3endEv
6111 fun:_ZN7WebCore14DocumentLoader10endWritingEPNS_14DocumentWriterE 4347 fun:_ZN7WebCore14DocumentLoader10endWritingEPNS_14DocumentWriterE
6112 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd 4348 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd
6113 fun:_ZN7WebCore14DocumentLoader14notifyFinishedEPNS_8ResourceE 4349 fun:_ZN7WebCore14DocumentLoader14notifyFinishedEPNS_8ResourceE
6114 fun:_ZN7WebCore8Resource11checkNotifyEv 4350 fun:_ZN7WebCore8Resource11checkNotifyEv
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
6179 fun:_ZN7WebCore12getImageDataILNS_8MultiplyE1EEEN3WTF10PassRefPtrINS2_17Uint8 ClampedArrayEEERKNS_7IntRectEPNS_15GraphicsContextERKNS_7IntSizeE 4415 fun:_ZN7WebCore12getImageDataILNS_8MultiplyE1EEEN3WTF10PassRefPtrINS2_17Uint8 ClampedArrayEEERKNS_7IntRectEPNS_15GraphicsContextERKNS_7IntSizeE
6180 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataERKNS_7IntRectENS0_16C oordinateSystemE 4416 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataERKNS_7IntRectENS0_16C oordinateSystemE
6181 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataENS_11ImageBuffer16Co ordinateSystemEffffRNS_14ExceptionStateE 4417 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataENS_11ImageBuffer16Co ordinateSystemEffffRNS_14ExceptionStateE
6182 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataEffffRNS_14ExceptionS tateE 4418 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataEffffRNS_14ExceptionS tateE
6183 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2 v820FunctionCallbackInfoINS1_5ValueEEE 4419 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2 v820FunctionCallbackInfoINS1_5ValueEEE
6184 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallb ackERKN2v820FunctionCallbackInfoINS1_5ValueEEE 4420 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallb ackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6185 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE 4421 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
6186 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 4422 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6187 } 4423 }
6188 { 4424 {
6189 bug_301900
6190 Memcheck:Unaddressable
6191 fun:_Z7GrCrashPKc
6192 fun:_ZN19GrInOrderDrawBuffer6onDrawERKN12GrDrawTarget8DrawInfoE
6193 fun:_ZN12GrDrawTarget20drawIndexedInstancesE15GrPrimitiveTypeiiiPK6SkRect
6194 fun:_ZN19GrInOrderDrawBuffer10onDrawRectERK6SkRectPK8SkMatrixPS1_S5_
6195 fun:_ZN12GrDrawTarget8drawRectERK6SkRectPK8SkMatrixPS1_S5_
6196 ...
6197 fun:_ZN13SkGPipeReader8playbackEPKvmjPm
6198 fun:_ZN22DeferredPipeController8playbackEb
6199 fun:_ZN14DeferredDevice20flushPendingCommandsE12PlaybackMode
6200 fun:_ZN14DeferredDevice14onAccessBitmapEv
6201 fun:_ZN12SkBaseDevice12accessBitmapEb
6202 fun:_ZN12SkBaseDevice10readPixelsEP8SkBitmapiiN8SkCanvas10Config8888E
6203 fun:_ZN8SkCanvas10readPixelsEP8SkBitmapiiNS_10Config8888E
6204 fun:_ZN7WebCore15GraphicsContext10readPixelsEP8SkBitmapiiN8SkCanvas10Config88 88E
6205 }
6206 {
6207 bug_309468 4425 bug_309468
6208 Memcheck:Leak 4426 Memcheck:Leak
6209 fun:_Znw* 4427 fun:_Znw*
6210 fun:_ZN19TranslateBubbleView25CreateViewBeforeTranslateEv 4428 fun:_ZN19TranslateBubbleView25CreateViewBeforeTranslateEv
6211 fun:_ZN19TranslateBubbleView4InitEv 4429 fun:_ZN19TranslateBubbleView4InitEv
6212 fun:_ZN5views18BubbleDelegateView12CreateBubbleEPS0_ 4430 fun:_ZN5views18BubbleDelegateView12CreateBubbleEPS0_
6213 fun:_ZN23TranslateBubbleViewTest5SetUpEv 4431 fun:_ZN23TranslateBubbleViewTest5SetUpEv
6214 } 4432 }
6215 { 4433 {
6216 bug_309477 4434 bug_309477
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
6301 fun:_ZNK3net24NSSProfileFilterChromeOS33CertNotAllowedForProfilePredicateclER K13scoped_refptrINS_15X509CertificateEE 4519 fun:_ZNK3net24NSSProfileFilterChromeOS33CertNotAllowedForProfilePredicateclER K13scoped_refptrINS_15X509CertificateEE
6302 } 4520 }
6303 { 4521 {
6304 bug_329339 4522 bug_329339
6305 Memcheck:Uninitialized 4523 Memcheck:Uninitialized
6306 ... 4524 ...
6307 fun:_ZN3net18ProxyScriptDecider* 4525 fun:_ZN3net18ProxyScriptDecider*
6308 fun:_ZN3net18ProxyScriptDecider6DoLoopEi 4526 fun:_ZN3net18ProxyScriptDecider6DoLoopEi
6309 fun:_ZN3net18ProxyScriptDecider* 4527 fun:_ZN3net18ProxyScriptDecider*
6310 } 4528 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698