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

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

Issue 605553002: Valgrind: Remove another set of obsolete suppressions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 fun:_Znw* 741 fun:_Znw*
742 ... 742 ...
743 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc 743 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
744 fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc 744 fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc
745 fun:_ZN3sql9MetaTable8SetValueEPKci 745 fun:_ZN3sql9MetaTable8SetValueEPKci
746 fun:_ZN3sql9MetaTable16SetVersionNumberEi 746 fun:_ZN3sql9MetaTable16SetVersionNumberEi
747 ... 747 ...
748 fun:_ZN3net13CookieMonster9InitStoreEv 748 fun:_ZN3net13CookieMonster9InitStoreEv
749 } 749 }
750 { 750 {
751 bug_42958_a
752 Memcheck:Leak
753 fun:malloc
754 ...
755 fun:_NPN_RegisterObject
756 fun:_ZN5blink16ScriptController20windowScriptNPObjectEv
757 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
758 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
759 fun:NPN_GetValue
760 }
761 {
762 bug_42958_b
763 Memcheck:Leak
764 fun:malloc
765 ...
766 fun:_NPN_RegisterObject
767 fun:_ZN5blink25createV8ObjectForNPObjectEP8NPObjectS1_
768 fun:_ZN5blink16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6String EP8NPObject
769 fun:_ZN5blink12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject
770 fun:_ZN13CppBoundClass16bindToJavascriptEPN5blink8WebFrameERKNS0_9WebStringE
771 }
772 {
773 bug_42958_c
774 Memcheck:Leak
775 fun:malloc
776 ...
777 fun:_NPN_RegisterObject
778 fun:_ZN5blink25createV8ObjectForNPObjectEP8NPObjectS1_
779 fun:_ZN5blink16ScriptController29createScriptInstanceForWidgetEPNS_6WidgetE
780 fun:_ZN*7blink17HTMLPlugInElement11getInstanceEv
781 }
782 {
783 bug_47950
784 Memcheck:Leak
785 fun:_Znw*
786 ...
787 fun:*CreateSpdyHeadersFromHttpRequestERKN3net15HttpRequestInfoEPSt3mapISsSsSt 4lessISsESaISt4pairIKSsSsEEE
788 }
789 {
790 bug_49279_a
791 Memcheck:Leak
792 fun:_Znw*
793 fun:*ChromeCookieMonsterDelegateC1EP7Profile
794 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
795 }
796 {
797 bug_49279_b
798 Memcheck:Leak
799 fun:_Znw*
800 ...
801 fun:_ZN29ChromeURLRequestContextGetter28CreateRequestContextForMediaE*
802 fun:_ZN29ChromeURLRequestContextGetter22CreateOriginalForMediaE*
803 fun:_ZN11ProfileImpl25GetRequestContextForMediaEv
804 }
805 {
806 bug_49279_c
807 Memcheck:Leak
808 fun:_Znw*
809 fun:*ChromeCookieMonsterDelegateC2EP7Profile
810 fun:*ChromeCookieMonsterDelegateC1EP7Profile
811 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
812 }
813 {
814 bug_56359_a
815 Memcheck:Leak
816 fun:_Znw*
817 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE
818 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv
819 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
820 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRu nnerI6Tuple1IiEERKNS_11BoundNetLogE
821 fun:_ZN17URLRequestHttpJob16StartTransactionEv
822 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi
823 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv
824 fun:_ZN17URLRequestHttpJob5StartEv
825 fun:_ZN10URLRequest8StartJobEP13URLRequestJob
826 fun:_ZN10URLRequest5StartEv
827 fun:_ZN10URLFetcher4Core15StartURLRequestEv
828 }
829 {
830 bug_51379
831 Memcheck:Leak
832 fun:malloc
833 ...
834 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3
835 ...
836 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK jiiiii
837 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK jiiii
838 }
839 {
840 bug_51590a
841 Memcheck:Unaddressable
842 ...
843 fun:_ZN5blink13TextRunWalker13nextScriptRunEv
844 fun:_ZN5blink13TextRunWalker14widthOfFullRunEv
845 }
846 {
847 bug_51590b
848 Memcheck:Unaddressable
849 ...
850 fun:_ZN5blink13TextRunWalker13nextScriptRunEv
851 fun:_ZN5blink13TextRunWalker14widthOfFullRunEv
852 }
853 {
854 bug_51590c
855 Memcheck:Unaddressable
856 ...
857 fun:_ZN5blink13TextRunWalker13nextScriptRunEv
858 fun:_ZN5blink13TextRunWalker14widthOfFullRunEv
859 }
860 {
861 bug_51679
862 Memcheck:Leak
863 fun:_Znw*
864 ...
865 fun:_ZN14MessageService16AddEventListenerERKSsi
866 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
867 }
868 {
869 bug_52837
870 Memcheck:Leak
871 fun:_Znw*
872 ...
873 fun:_ZNSt3map*FilePath*insert*
874 fun:_ZNSt3map*FilePath*ix*
875 fun:_ZN16ExtensionService15UnloadExtensionERKSs
876 fun:_ZN16ExtensionService18UninstallExtensionERKSsb
877 fun:_ZN18AutomationProvider18UninstallExtensionEiPb
878 }
879 {
880 bug_52957
881 Memcheck:Unaddressable
882 fun:glGetString
883 fun:_ZN18gpu_info_collector19CollectGraphicsInfoER7GPUInfo
884 fun:_ZN9GpuThread18OnEstablishChannelEi
885 }
886 {
887 bug_54308
888 Memcheck:Leak
889 fun:_Znw*
890 ...
891 fun:_ZNK8chromeos25CrosSettingsProviderProxy3GetERKSsPP5Value
892 fun:_ZNK8chromeos12CrosSettings3GetERKSsPP5Value
893 fun:_ZN8chromeos26CoreChromeOSOptionsHandler9FetchPrefERKSs
894 fun:_ZN18CoreOptionsHandler16HandleFetchPrefsEPK9ListValue
895 }
896 {
897 bug_55533
898 Memcheck:Leak
899 fun:_Znw*
900 ...
901 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics*
902 fun:_ZN17RenderProcessHost*Profile
903 fun:_ZN21MockRenderProcessHost*Profile
904 }
905 {
906 bug_56676
907 Memcheck:Leak
908 fun:_Znw*
909 fun:_ZN9__gnu_cxx13new_allocatorIN4base15file_util_proxy5EntryEE8allocate*
910 fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate*
911 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copy IN9__gnu_cxx17__normal_iteratorIPKS2*
912 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_
913 fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy 5EntryESaIS3_EEb
914 fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileEr rorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE
915 }
916 {
917 bug_58321
918 Memcheck:Unaddressable
919 fun:_ZNK3WTF6RefPtrIN7blink5FrameEE3getEv
920 fun:_ZN5blink14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_1 6ResourceResponseE
921 fun:_ZN5blink22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLLoa derERKNS1_14WebURLResponseE
922 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceLoaderBridge12ResponseInfoEb
923 fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_ 00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoade rBridge12ResponseInfoEb
924 }
925 {
926 bug_58340
927 Memcheck:Unaddressable
928 fun:_ZNK3WTF6RefPtrIN7blink5FrameEE3getEv
929 fun:_ZN5blink14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_1 6ResourceResponseE
930 fun:_ZN5blink22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLLoa derERKNS1_14WebURLResponseE
931 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceResponseInfoEb
932 }
933 {
934 bug_58546
935 Memcheck:Leak
936 fun:_Znw*
937 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
938 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
939 fun:_ZN11ProfileImplC1E*
940 fun:_ZN7Profile13CreateProfileE*
941 fun:_ZN14ProfileManager13CreateProfileE*
942 fun:_ZN14ProfileManager10GetProfileE*
943 fun:_ZN14ProfileManager17GetDefaultProfileE*
944 fun:_ZN14ProfileManager17GetDefaultProfileEv
945 }
946 {
947 bug_60556a
948 Memcheck:Unaddressable
949 ...
950 fun:sqlite3_exec
951 fun:_ZN3sql10Connection7ExecuteEPKc
952 fun:_ZN11WebDatabase*
953 }
954 {
955 bug_60556b
956 Memcheck:Unaddressable
957 ...
958 fun:sqlite3_exec
959 fun:_ZN3sql10Connection7ExecuteEPKc
960 fun:_ZN11WebDatabase*
961 }
962 {
963 bug_60556c
964 Memcheck:Unaddressable
965 ...
966 fun:sqlite3_step
967 fun:_ZN3sql9Statement3RunEv
968 fun:_ZN3sql10Connection17CommitTransactionEv
969 fun:_ZN3sql11Transaction6CommitEv
970 fun:_ZN11WebDatabase*
971 }
972 {
973 bug_60556d
974 Memcheck:Unaddressable
975 ...
976 fun:sqlite3_step
977 fun:_ZN3sql9Statement3RunEv
978 fun:_ZN3sql10Connection17CommitTransactionEv
979 fun:_ZN3sql11Transaction6CommitEv
980 fun:_ZN11WebDatabase*
981 }
982 {
983 bug_60556e
984 Memcheck:Param
985 read(buf)
986 ...
987 fun:sqlite3_exec
988 fun:_ZN3sql10Connection7ExecuteEPKc
989 fun:_ZN11WebDatabase*
990 }
991 {
992 bug_60556f
993 Memcheck:Unaddressable
994 ...
995 fun:sqlite3_close
996 fun:_ZN3sql10Connection5CloseEv
997 fun:_ZN3sql10ConnectionD2Ev
998 fun:_ZN3sql10ConnectionD1Ev
999 fun:_ZN11WebDatabase*
1000 }
1001 {
1002 bug_60556g
1003 Memcheck:Unaddressable
1004 ...
1005 fun:sqlite3_step
1006 fun:_ZN3sql9Statement4StepEv
1007 fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE
1008 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11Visit SourceE
1009 }
1010 {
1011 bug_60654
1012 Memcheck:Uninitialized
1013 fun:_ZN5blink25GraphicsContext3DInternal7reshapeEii
1014 fun:_ZN5blink17GraphicsContext3D7reshapeEii
1015 fun:_ZN5blink21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassRef PtrINS_17GraphicsContext3DEEE
1016 fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22Web GLContextAttributesE
1017 fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasConte xtAttributesE
1018 ...
1019 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEE EiPPPS4_Pb
1020 }
1021 {
1022 bug_64887_a 751 bug_64887_a
1023 Memcheck:Uninitialized 752 Memcheck:Uninitialized
1024 ... 753 ...
1025 fun:*vfprintf 754 fun:*vfprintf
1026 ... 755 ...
1027 fun:_ZN7testing*PrintByteSegmentInObjectTo* 756 fun:_ZN7testing*PrintByteSegmentInObjectTo*
1028 ... 757 ...
1029 fun:_ZN7testing*PrintBytesInObjectTo* 758 fun:_ZN7testing*PrintBytesInObjectTo*
1030 fun:_ZN7testing9internal220PrintBytesInObjectToEPKh* 759 fun:_ZN7testing9internal220PrintBytesInObjectToEPKh*
1031 fun:_ZN7testing9internal220TypeWithoutFormatter* 760 fun:_ZN7testing9internal220TypeWithoutFormatter*
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 ... 1044 ...
1316 fun:*RenderWidgetHost* 1045 fun:*RenderWidgetHost*
1317 ... 1046 ...
1318 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_ 1047 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1319 fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationD etailsE 1048 fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationD etailsE
1320 fun:_ZN23NotificationServiceImpl* 1049 fun:_ZN23NotificationServiceImpl*
1321 fun:_ZN15WebContentsImpl12SetIsLoading* 1050 fun:_ZN15WebContentsImpl12SetIsLoading*
1322 fun:_ZN15WebContentsImpl14RenderViewGone* 1051 fun:_ZN15WebContentsImpl14RenderViewGone*
1323 } 1052 }
1324 { 1053 {
1325 bug_80462_a
1326 Memcheck:Leak
1327 fun:malloc
1328 fun:_ZN5blinkL15allocV8NPObjectEP4_NPPP7NPClass
1329 fun:_NPN_CreateObject
1330 fun:_ZN5blink22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DO MWindowE
1331 fun:_ZN5blinkL16makeIntArrayImplERKNS_9WebVectorIiEE
1332 fun:_ZN5blink11WebBindings12makeIntArrayERKNS_9WebVectorIiEE
1333 }
1334 {
1335 bug_80462_b
1336 Memcheck:Leak
1337 fun:malloc
1338 fun:_ZN5blinkL15allocV8NPObjectEP4_NPPP7NPClass
1339 fun:_NPN_CreateObject
1340 fun:_ZN5blink22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DO MWindowE
1341 fun:_ZN5blinkL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE
1342 fun:_ZN5blink11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE
1343 }
1344 {
1345 bug_80551
1346 Memcheck:Leak
1347 fun:_Znw*
1348 fun:_Z11BrowserMainRK18MainFunctionParams
1349 fun:_ZN20InProcessBrowserTest5SetUpEv
1350 }
1351 {
1352 bug_80550_a
1353 Memcheck:Leak
1354 fun:_Znw*
1355 fun:_ZN16RenderWidgetHost11WasRestoredEv
1356 }
1357 {
1358 bug_80550_b
1359 Memcheck:Leak
1360 fun:_Znw*
1361 fun:_ZN16RenderWidgetHost9WasHiddenEv
1362 }
1363 {
1364 bug_84224_a
1365 Memcheck:Leak
1366 fun:_Znw*
1367 fun:_ZN9__gnu_cxx13new_allocator*PendingTaskEE8allocate*
1368 fun:_ZN*_Deque_baseIN*PendingTaskESaIS1_*_M_allocate_*
1369 ...
1370 fun:_ZNSt5dequeIN*PendingTaskESaIS1_EE*push_back*
1371 fun:_ZNSt5queueIN4*PendingTask*deque*push*
1372 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPN*PendingTaskE*
1373 }
1374 {
1375 bug_84224_b
1376 Memcheck:Unaddressable
1377 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC2ERKS3_
1378 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC1ERKS3_
1379 fun:_ZN4base8internal12CallbackBaseC2ERKS1_
1380 fun:_ZN4base8CallbackIFvvEEC2ERKS2_
1381 fun:_ZN4base8CallbackIFvvEEC1ERKS2_
1382 fun:_ZN4base11MessageLoop11PendingTaskC2ERKS0_
1383 fun:_ZN4base11MessageLoop11PendingTaskC1ERKS0_
1384 fun:_ZN9__gnu_cxx13new_allocatorIN11MessageLoop11PendingTaskEE9constructEPS2_ RKS2_
1385 fun:_ZNSt5dequeIN11MessageLoop11PendingTaskESaIS1_EE9push_backERKS1_
1386 fun:_ZNSt5queueIN11MessageLoop11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
1387 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPNS_11PendingTaskE
1388 }
1389 {
1390 bug_84265 1054 bug_84265
1391 Memcheck:Leak 1055 Memcheck:Leak
1392 fun:_Znw* 1056 fun:_Znw*
1393 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE 1057 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
1394 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE 1058 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
1395 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17Aut hChallengeInfoE 1059 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17Aut hChallengeInfoE
1396 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 1060 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
1397 } 1061 }
1398 { 1062 {
1399 bug_84770_a 1063 bug_84770_a
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 fun:_ZN4skia15ImageOperations6ResizeE* 1355 fun:_ZN4skia15ImageOperations6ResizeE*
1692 } 1356 }
1693 { 1357 {
1694 bug_106912 1358 bug_106912
1695 Memcheck:Leak 1359 Memcheck:Leak
1696 ... 1360 ...
1697 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 1361 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
1698 fun:_ZN4base14PlatformThread7SetNameEPKc 1362 fun:_ZN4base14PlatformThread7SetNameEPKc
1699 } 1363 }
1700 { 1364 {
1701 bug_107696
1702 Memcheck:Leak
1703 fun:_Znw*
1704 fun:_ZN5blink11iBeamCursorEv
1705 fun:_ZN5blink12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResults EPNS_9ScrollbarE
1706 fun:_ZN5blink12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEP NS_13HitTestResultEb
1707 fun:_ZN5blink12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
1708 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
1709 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
1710 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
1711 }
1712 {
1713 bug_111669 1365 bug_111669
1714 Memcheck:Leak 1366 Memcheck:Leak
1715 fun:_Znw* 1367 fun:_Znw*
1716 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi 1368 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
1717 } 1369 }
1718 { 1370 {
1719 bug_112278
1720 Memcheck:Uninitialized
1721 fun:fetch_texel_2d_f_rgba8888
1722 ...
1723 fun:sample_nearest_2d
1724 fun:fetch_texel_lod
1725 fun:fetch_texel
1726 fun:_mesa_execute_program
1727 fun:run_program*
1728 fun:_swrast_exec_fragment_program
1729 fun:shade_texture_span
1730 fun:_swrast_write_rgba_span
1731 fun:general_triangle
1732 ...
1733 fun:_swrast_Triangle
1734 fun:triangle_rgba
1735 ...
1736 fun:run_render
1737 fun:_tnl_run_pipeline
1738 fun:_tnl_draw_prims
1739 fun:_tnl_vbo_draw_prims
1740 }
1741 {
1742 bug_112450_b
1743 Memcheck:Unaddressable
1744 fun:_ZN5blink15PlatformSupport25loadPlatformAudioResourceEPKcd
1745 fun:_ZN5blink8AudioBus20loadPlatformResourceEPKcf
1746 fun:_ZN5blink13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6 StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
1747 fun:_ZN5blink13HRTFElevation16createForSubjectERKN3WTF6StringEif
1748 fun:_ZN5blink12HRTFDatabaseC1Ef
1749 fun:_ZN5blink12HRTFDatabase6createEf
1750 fun:_ZN5blink18HRTFDatabaseLoader4loadEv
1751 fun:_ZN5blinkL19databaseLoaderEntryEPv
1752 fun:_ZN3WTFL16threadEntryPointEPv
1753 }
1754 {
1755 bug_112594_a
1756 Memcheck:Leak
1757 ...
1758 fun:NPP_New
1759 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
1760 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
1761 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISs SaISsEES9_PNS0_9WebPluginEb
1762 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE
1763 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7blink7IntSizeEPNS1_17H TMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
1764 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4 KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
1765 fun:_ZN5blink14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKN S_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
1766 fun:_ZN5blink14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN 3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
1767 }
1768 {
1769 bug_112594_b
1770 Memcheck:Unaddressable
1771 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jib NS1_8ReferrerEbb
1772 fun:_ZN6webkit5npapi13WebPluginImpl16HandleURLRequestEPKcS3_S3_S3_jibb
1773 fun:_ZN6webkit5npapi14PluginInstance10RequestURLEPKcS3_S3_S3_jbPv
1774 fun:GetURLNotify
1775 fun:NPN_GetURLNotify
1776 fun:_ZN10PluginTest16NPN_GetURLNotifyEPKcS1_Pv
1777 fun:_ZN34GetURLNotifyWithURLThatFailsToLoad7NPP_NewEPctsPS0_S1_P12_NPSavedDat a
1778 fun:NPP_New
1779 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
1780 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
1781 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISs SaISsEES9_PNS0_9WebPluginEb
1782 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE
1783 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7blink7IntSizeEPNS1_17H TMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
1784 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4 KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
1785 fun:_ZN5blink14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKN S_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
1786 fun:_ZN5blink14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN 3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
1787 }
1788 {
1789 bug_112594_c
1790 Memcheck:Unaddressable
1791 fun:_ZN27DocumentOpenInDestroyStream17NPP_DestroyStreamEP9_NPStreams
1792 fun:NPP_DestroyStream
1793 fun:_ZN6webkit5npapi14PluginInstance17NPP_DestroyStreamEP9_NPStreams
1794 fun:_ZN6webkit5npapi12PluginStream5CloseEs
1795 fun:_ZN6webkit5npapi15PluginStreamUrl5CloseEs
1796 fun:_ZN6webkit5npapi15PluginStreamUrl16DidFinishLoadingEv
1797 fun:_ZN6webkit5npapi13WebPluginImpl16didFinishLoadingEPN5blink12WebURLLoaderE d
1798 }
1799 {
1800 bug_112594_d
1801 Memcheck:Leak
1802 fun:malloc
1803 fun:NPN_MemAlloc
1804 fun:*Enumerate*ObjectPPPvPj
1805 fun:_ZN5blink26npObjectPropertyEnumerator*Info*
1806 ...
1807 fun:_ZN2v88internal28Runtime_GetPropertyNamesFast*IsolateE
1808 }
1809 {
1810 bug_118890_a
1811 Memcheck:Leak
1812 ...
1813 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
1814 fun:_ZN8notifier5Login15StartConnectionEv
1815 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
1816 }
1817 {
1818 bug_118890_b
1819 Memcheck:Leak
1820 fun:_Znw*
1821 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
1822 }
1823 {
1824 bug_122457 1371 bug_122457
1825 Memcheck:Leak 1372 Memcheck:Leak
1826 fun:malloc 1373 fun:malloc
1827 fun:_ZN3WTF10fastMallocEm 1374 fun:_ZN3WTF10fastMallocEm
1828 fun:_ZN3WTF10RefCountedIN5blink12MHTMLArchiveEEnwEm 1375 fun:_ZN3WTF10RefCountedIN5blink12MHTMLArchiveEEnwEm
1829 fun:_ZN5blink12MHTMLArchive6createEv 1376 fun:_ZN5blink12MHTMLArchive6createEv
1830 ... 1377 ...
1831 fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE 1378 fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
1832 fun:_ZN5blink11MHTMLParser12parseArchiveEv 1379 fun:_ZN5blink11MHTMLParser12parseArchiveEv
1833 fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE 1380 fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 bug_417119 3416 bug_417119
3870 Memcheck:Leak 3417 Memcheck:Leak
3871 fun:_Znw* 3418 fun:_Znw*
3872 ... 3419 ...
3873 fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSE RKS3_ 3420 fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSE RKS3_
3874 fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27Task RunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE 3421 fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27Task RunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE
3875 fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperation ContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE 3422 fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperation ContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3876 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13 FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE 3423 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13 FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3877 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst emURLEPN4base4File5ErrorE 3424 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst emURLEPN4base4File5ErrorE
3878 } 3425 }
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