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

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

Issue 396413002: [MemSheriff] WebCore is now blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem-394558
Patch Set: Created 6 years, 5 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 fun:*StringAppendV* 309 fun:*StringAppendV*
310 ... 310 ...
311 fun:_ZN4base12StringPrintfEPKcz 311 fun:_ZN4base12StringPrintfEPKcz
312 } 312 }
313 { 313 {
314 # According to dglazkov, these are one-time leaks and intentional. 314 # According to dglazkov, these are one-time leaks and intentional.
315 # They may go away if the change to move these off the heap lands. 315 # They may go away if the change to move these off the heap lands.
316 bug_17996 (Intentional) 316 bug_17996 (Intentional)
317 Memcheck:Leak 317 Memcheck:Leak
318 ... 318 ...
319 fun:_ZN7WebCore8SVGNames4initEv 319 fun:_ZN5blink8SVGNames4initEv
320 } 320 }
321 { 321 {
322 # This is an on demand initialization which is done and then intentionally 322 # This is an on demand initialization which is done and then intentionally
323 # kept around (not freed) while the process is running. 323 # kept around (not freed) while the process is running.
324 intentional_WebCore_XMLNames_init_leak 324 intentional_WebCore_XMLNames_init_leak
325 Memcheck:Leak 325 Memcheck:Leak
326 ... 326 ...
327 fun:_ZN7WebCore8XMLNames4initEv 327 fun:_ZN5blink8XMLNames4initEv
328 } 328 }
329 { 329 {
330 # Intentionally leaking NSS to prevent shutdown crashes 330 # Intentionally leaking NSS to prevent shutdown crashes
331 bug_61585a (Intentional) 331 bug_61585a (Intentional)
332 Memcheck:Leak 332 Memcheck:Leak
333 fun:calloc 333 fun:calloc
334 ... 334 ...
335 fun:error_get_my_stack 335 fun:error_get_my_stack
336 } 336 }
337 { 337 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 fun:_Znw* 385 fun:_Znw*
386 ... 386 ...
387 fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv 387 fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv
388 } 388 }
389 { 389 {
390 # According to dglazkov, UA style sheets are intentionally leaked. 390 # According to dglazkov, UA style sheets are intentionally leaked.
391 # As such, treat any leaks originating from parseUASheet as intentional. 391 # As such, treat any leaks originating from parseUASheet as intentional.
392 bug_121729 (Intentional) 392 bug_121729 (Intentional)
393 Memcheck:Leak 393 Memcheck:Leak
394 ... 394 ...
395 fun:_ZN7WebCoreL12parseUASheetEPKcj 395 fun:_ZN5blinkL12parseUASheetEPKcj
396 } 396 }
397 { 397 {
398 bug_121729_b (Intentional) 398 bug_121729_b (Intentional)
399 Memcheck:Leak 399 Memcheck:Leak
400 ... 400 ...
401 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE 401 fun:_ZN5blinkL12parseUASheetERKN3WTF6StringE
402 } 402 }
403 { 403 {
404 intentional_see_bug_156466 404 intentional_see_bug_156466
405 Memcheck:Leak 405 Memcheck:Leak
406 fun:_Znw* 406 fun:_Znw*
407 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE 407 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE
408 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE 408 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
409 } 409 }
410 410
411 # http://crbug.com/269278 causes really widespread, flaky leaks in 411 # http://crbug.com/269278 causes really widespread, flaky leaks in
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ... 527 ...
528 fun:_ZN7content11ChildThread4InitEv 528 fun:_ZN7content11ChildThread4InitEv
529 } 529 }
530 { 530 {
531 bug_16326 531 bug_16326
532 Memcheck:Leak 532 Memcheck:Leak
533 fun:_Znw* 533 fun:_Znw*
534 ... 534 ...
535 fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev 535 fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev
536 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv 536 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv
537 fun:_ZN7WebCore22ResourceHandleInternal5startEv 537 fun:_ZN5blink22ResourceHandleInternal5startEv
538 } 538 }
539 { 539 {
540 bug_17291 540 bug_17291
541 Memcheck:Leak 541 Memcheck:Leak
542 fun:malloc 542 fun:malloc
543 fun:_ZN3WTF10fastMallocE* 543 fun:_ZN3WTF10fastMallocE*
544 ... 544 ...
545 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6Stri ngES3_PS1_ 545 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6Stri ngES3_PS1_
546 } 546 }
547 { 547 {
(...skipping 16 matching lines...) Expand all
564 ... 564 ...
565 fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv 565 fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv
566 fun:_ZN3IPC7Channel7ConnectEv 566 fun:_ZN3IPC7Channel7ConnectEv
567 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv 567 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
568 } 568 }
569 { 569 {
570 bug_19196 570 bug_19196
571 Memcheck:Leak 571 Memcheck:Leak
572 fun:_Znw* 572 fun:_Znw*
573 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE 573 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
574 fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE 574 fun:_ZN5blink7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE
575 fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi 575 fun:_ZN5blink7V8Proxy17registerExtensionEPN2v89ExtensionEi
576 fun:_ZN5blink17registerExtensionEPN2v89ExtensionEi 576 fun:_ZN5blink17registerExtensionEPN2v89ExtensionEi
577 fun:_ZN12RenderThread23EnsureWebKitInitializedEv 577 fun:_ZN12RenderThread23EnsureWebKitInitializedEv
578 } 578 }
579 { 579 {
580 bug_19371 580 bug_19371
581 Memcheck:Leak 581 Memcheck:Leak
582 fun:_Znw* 582 fun:_Znw*
583 ... 583 ...
584 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE 584 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
585 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE 585 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 fun:_ZN13WorkerService12CreateWorker* 702 fun:_ZN13WorkerService12CreateWorker*
703 fun:_ZN19RenderMessageFilter14OnCreateWorker* 703 fun:_ZN19RenderMessageFilter14OnCreateWorker*
704 } 704 }
705 { 705 {
706 bug_27665 706 bug_27665
707 Memcheck:Leak 707 Memcheck:Leak
708 fun:_Znw* 708 fun:_Znw*
709 fun:_ZN10SkXfermode6CreateENS_4ModeE 709 fun:_ZN10SkXfermode6CreateENS_4ModeE
710 fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE 710 fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE
711 fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint 711 fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint
712 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceE 712 fun:_ZN5blink15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Colo rSpaceE
713 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceENS_17CompositeOperatorE 713 fun:_ZN5blink15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Colo rSpaceENS_17CompositeOperatorE
714 } 714 }
715 # The following three suppressions are related to the workers code. 715 # The following three suppressions are related to the workers code.
716 { 716 {
717 bug_27837 717 bug_27837
718 Memcheck:Leak 718 Memcheck:Leak
719 fun:_Znw* 719 fun:_Znw*
720 fun:_ZN19WebSharedWorkerStub9OnConnectEii 720 fun:_ZN19WebSharedWorkerStub9OnConnectEii
721 } 721 }
722 { 722 {
723 bug_29675 723 bug_29675
(...skipping 16 matching lines...) Expand all
740 fun:_ZN13TCMallocGuardC1Ev 740 fun:_ZN13TCMallocGuardC1Ev
741 fun:_Z41__static_initialization_and_destruction_0ii 741 fun:_Z41__static_initialization_and_destruction_0ii
742 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_ins tead43FLAGS_tcmalloc_large_alloc_report_thresholdE 742 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_ins tead43FLAGS_tcmalloc_large_alloc_report_thresholdE
743 } 743 }
744 { 744 {
745 bug_30346b 745 bug_30346b
746 Memcheck:Unaddressable 746 Memcheck:Unaddressable
747 ... 747 ...
748 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_ 748 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_
749 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_ 749 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_
750 fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv 750 fun:_ZN5blink11RenderLayer17updateZOrderListsEv
751 fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv 751 fun:_ZN5blink11RenderLayer24updateLayerListsIfNeededEv
752 fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv 752 fun:_ZN5blink11RenderLayer38updateCompositingAndLayerListsIfNeededEv
753 } 753 }
754 { 754 {
755 bug_30703a 755 bug_30703a
756 Memcheck:Param 756 Memcheck:Param
757 write(buf) 757 write(buf)
758 ... 758 ...
759 fun:zipCloseFileInZipRaw 759 fun:zipCloseFileInZipRaw
760 fun:zipCloseFileInZip 760 fun:zipCloseFileInZip
761 fun:_Z*13AddEntryToZip* 761 fun:_Z*13AddEntryToZip*
762 } 762 }
(...skipping 25 matching lines...) Expand all
788 Memcheck:Param 788 Memcheck:Param
789 write(buf) 789 write(buf)
790 ... 790 ...
791 fun:_ZNK16BrowserThemePack11WriteToDiskE* 791 fun:_ZNK16BrowserThemePack11WriteToDiskE*
792 } 792 }
793 { 793 {
794 bug_30704d 794 bug_30704d
795 Memcheck:Uninitialized 795 Memcheck:Uninitialized
796 ... 796 ...
797 fun:png_process_data 797 fun:png_process_data
798 fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb 798 fun:_ZN5blink14PNGImageReader6decodeERKNS_12SharedBufferEb
799 fun:_ZN7WebCore15PNGImageDecoder6decodeEb 799 fun:_ZN5blink15PNGImageDecoder6decodeEb
800 fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm 800 fun:_ZN5blink15PNGImageDecoder18frameBufferAtIndexEm
801 } 801 }
802 { 802 {
803 bug_30704e 803 bug_30704e
804 Memcheck:Uninitialized 804 Memcheck:Uninitialized
805 obj:*/libpng* 805 obj:*/libpng*
806 fun:png_write_row 806 fun:png_write_row
807 } 807 }
808 { 808 {
809 bug_30704f 809 bug_30704f
810 Memcheck:Uninitialized 810 Memcheck:Uninitialized
811 ... 811 ...
812 fun:wk_png_write_find_filter 812 fun:wk_png_write_find_filter
813 fun:wk_png_write_row 813 fun:wk_png_write_row
814 } 814 }
815 { 815 {
816 bug_30704g 816 bug_30704g
817 Memcheck:Param 817 Memcheck:Param
818 write(buf) 818 write(buf)
819 obj:*libpthread* 819 obj:*libpthread*
820 fun:_ZN9file_util19WriteFileDescriptorE* 820 fun:_ZN9file_util19WriteFileDescriptorE*
821 fun:_ZN9file_util9WriteFileE* 821 fun:_ZN9file_util9WriteFileE*
822 fun:*SaveScreenshotInternalE*4base8Callback* 822 fun:*SaveScreenshotInternalE*4base8Callback*
823 fun:*SaveScreenshotE*4base8Callback* 823 fun:*SaveScreenshotE*4base8Callback*
824 } 824 }
825 { 825 {
826 bug_87232 826 bug_87232
827 Memcheck:Uninitialized 827 Memcheck:Uninitialized
828 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb 828 fun:_ZN5blink12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb
829 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b 829 fun:_ZN5blink12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b
830 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_* 830 fun:_ZN5blink*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_*
831 } 831 }
832 { 832 {
833 bug_31985 833 bug_31985
834 Memcheck:Leak 834 Memcheck:Leak
835 fun:_Znw* 835 fun:_Znw*
836 ... 836 ...
837 fun:_ZN3net16HttpNetworkLayer10GetSessionEv 837 fun:_ZN3net16HttpNetworkLayer10GetSessionEv
838 fun:_ZN3net16HttpNetworkLayer17CreateTransactionEP10scoped_ptrINS_15HttpTrans actionEE 838 fun:_ZN3net16HttpNetworkLayer17CreateTransactionEP10scoped_ptrINS_15HttpTrans actionEE
839 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv 839 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
840 fun:_ZN3net9HttpCache11Transaction6DoLoopEi 840 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv 945 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
946 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv 946 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
947 fun:_ZN16ExtensionService4InitEv 947 fun:_ZN16ExtensionService4InitEv
948 } 948 }
949 { 949 {
950 bug_42842 950 bug_42842
951 Memcheck:Leak 951 Memcheck:Leak
952 fun:_Znw* 952 fun:_Znw*
953 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorker ClientE 953 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorker ClientE
954 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE 954 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE
955 fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE 955 fun:_ZN5blink18WorkerContextProxy6createEPNS_6WorkerE
956 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 956 fun:_ZN5blink6WorkerC1EPNS_22ScriptExecutionContextE
957 fun:_ZN7WebCore6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi 957 fun:_ZN5blink6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
958 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 958 fun:_ZN5blink8V8Worker19constructorCallbackERKN2v89ArgumentsE
959 } 959 }
960 { 960 {
961 bug_42942_a 961 bug_42942_a
962 Memcheck:Leak 962 Memcheck:Leak
963 fun:_Znw* 963 fun:_Znw*
964 ... 964 ...
965 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc 965 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
966 fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc 966 fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc
967 fun:_ZN3sql9MetaTable8GetValueEPKcPi 967 fun:_ZN3sql9MetaTable8GetValueEPKcPi
968 fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv 968 fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv
(...skipping 11 matching lines...) Expand all
980 fun:_ZN3sql9MetaTable16SetVersionNumberEi 980 fun:_ZN3sql9MetaTable16SetVersionNumberEi
981 ... 981 ...
982 fun:_ZN3net13CookieMonster9InitStoreEv 982 fun:_ZN3net13CookieMonster9InitStoreEv
983 } 983 }
984 { 984 {
985 bug_42958_a 985 bug_42958_a
986 Memcheck:Leak 986 Memcheck:Leak
987 fun:malloc 987 fun:malloc
988 ... 988 ...
989 fun:_NPN_RegisterObject 989 fun:_NPN_RegisterObject
990 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv 990 fun:_ZN5blink16ScriptController20windowScriptNPObjectEv
991 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv 991 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
992 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv 992 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
993 fun:NPN_GetValue 993 fun:NPN_GetValue
994 } 994 }
995 { 995 {
996 bug_42958_b 996 bug_42958_b
997 Memcheck:Leak 997 Memcheck:Leak
998 fun:malloc 998 fun:malloc
999 ... 999 ...
1000 fun:_NPN_RegisterObject 1000 fun:_NPN_RegisterObject
1001 fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_ 1001 fun:_ZN5blink25createV8ObjectForNPObjectEP8NPObjectS1_
1002 fun:_ZN7WebCore16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6Stri ngEP8NPObject 1002 fun:_ZN5blink16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6String EP8NPObject
1003 fun:_ZN5blink12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject 1003 fun:_ZN5blink12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject
1004 fun:_ZN13CppBoundClass16bindToJavascriptEPN5blink8WebFrameERKNS0_9WebStringE 1004 fun:_ZN13CppBoundClass16bindToJavascriptEPN5blink8WebFrameERKNS0_9WebStringE
1005 } 1005 }
1006 { 1006 {
1007 bug_42958_c 1007 bug_42958_c
1008 Memcheck:Leak 1008 Memcheck:Leak
1009 fun:malloc 1009 fun:malloc
1010 ... 1010 ...
1011 fun:_NPN_RegisterObject 1011 fun:_NPN_RegisterObject
1012 fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_ 1012 fun:_ZN5blink25createV8ObjectForNPObjectEP8NPObjectS1_
1013 fun:_ZN7WebCore16ScriptController29createScriptInstanceForWidgetEPNS_6WidgetE 1013 fun:_ZN5blink16ScriptController29createScriptInstanceForWidgetEPNS_6WidgetE
1014 fun:_ZN*7WebCore17HTMLPlugInElement11getInstanceEv 1014 fun:_ZN*7WebCore17HTMLPlugInElement11getInstanceEv
1015 } 1015 }
1016 { 1016 {
1017 bug_43471 1017 bug_43471
1018 Memcheck:Leak 1018 Memcheck:Leak
1019 fun:_Znw* 1019 fun:_Znw*
1020 fun:_ZN9__gnu_cxx13new_allocatorIPN4base11MessageLoop19DestructionObserverEE8 allocateE* 1020 fun:_ZN9__gnu_cxx13new_allocatorIPN4base11MessageLoop19DestructionObserverEE8 allocateE*
1021 fun:_ZNSt12_Vector_baseIPN4base11MessageLoop19DestructionObserverESaIS* 1021 fun:_ZNSt12_Vector_baseIPN4base11MessageLoop19DestructionObserverESaIS*
1022 fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS* 1022 fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS*
1023 fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS* 1023 fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS*
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 ... 1130 ...
1131 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3 1131 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3
1132 ... 1132 ...
1133 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK jiiiii 1133 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK jiiiii
1134 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK jiiii 1134 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK jiiii
1135 } 1135 }
1136 { 1136 {
1137 bug_51590a 1137 bug_51590a
1138 Memcheck:Unaddressable 1138 Memcheck:Unaddressable
1139 ... 1139 ...
1140 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv 1140 fun:_ZN5blink13TextRunWalker13nextScriptRunEv
1141 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv 1141 fun:_ZN5blink13TextRunWalker14widthOfFullRunEv
1142 } 1142 }
1143 { 1143 {
1144 bug_51590b 1144 bug_51590b
1145 Memcheck:Unaddressable 1145 Memcheck:Unaddressable
1146 ... 1146 ...
1147 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv 1147 fun:_ZN5blink13TextRunWalker13nextScriptRunEv
1148 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv 1148 fun:_ZN5blink13TextRunWalker14widthOfFullRunEv
1149 } 1149 }
1150 { 1150 {
1151 bug_51590c 1151 bug_51590c
1152 Memcheck:Unaddressable 1152 Memcheck:Unaddressable
1153 ... 1153 ...
1154 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv 1154 fun:_ZN5blink13TextRunWalker13nextScriptRunEv
1155 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv 1155 fun:_ZN5blink13TextRunWalker14widthOfFullRunEv
1156 } 1156 }
1157 { 1157 {
1158 bug_51679 1158 bug_51679
1159 Memcheck:Leak 1159 Memcheck:Leak
1160 fun:_Znw* 1160 fun:_Znw*
1161 ... 1161 ...
1162 fun:_ZN14MessageService16AddEventListenerERKSsi 1162 fun:_ZN14MessageService16AddEventListenerERKSsi
1163 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs 1163 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
1164 } 1164 }
1165 { 1165 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate* 1217 fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate*
1218 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copy IN9__gnu_cxx17__normal_iteratorIPKS2* 1218 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copy IN9__gnu_cxx17__normal_iteratorIPKS2*
1219 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_ 1219 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_
1220 fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy 5EntryESaIS3_EEb 1220 fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy 5EntryESaIS3_EEb
1221 fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileEr rorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE 1221 fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileEr rorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE
1222 } 1222 }
1223 { 1223 {
1224 bug_58321 1224 bug_58321
1225 Memcheck:Unaddressable 1225 Memcheck:Unaddressable
1226 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv 1226 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
1227 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS _16ResourceResponseE 1227 fun:_ZN5blink14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_1 6ResourceResponseE
1228 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLL oaderERKNS1_14WebURLResponseE 1228 fun:_ZN5blink22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLLoa derERKNS1_14WebURLResponseE
1229 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceLoaderBridge12ResponseInfoEb 1229 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceLoaderBridge12ResponseInfoEb
1230 fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_ 00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoade rBridge12ResponseInfoEb 1230 fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_ 00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoade rBridge12ResponseInfoEb
1231 } 1231 }
1232 { 1232 {
1233 bug_58340 1233 bug_58340
1234 Memcheck:Unaddressable 1234 Memcheck:Unaddressable
1235 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv 1235 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
1236 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS _16ResourceResponseE 1236 fun:_ZN5blink14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_1 6ResourceResponseE
1237 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLL oaderERKNS1_14WebURLResponseE 1237 fun:_ZN5blink22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLLoa derERKNS1_14WebURLResponseE
1238 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceResponseInfoEb 1238 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceResponseInfoEb
1239 } 1239 }
1240 { 1240 {
1241 bug_58546 1241 bug_58546
1242 Memcheck:Leak 1242 Memcheck:Leak
1243 fun:_Znw* 1243 fun:_Znw*
1244 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile 1244 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
1245 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile 1245 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
1246 fun:_ZN11ProfileImplC1E* 1246 fun:_ZN11ProfileImplC1E*
1247 fun:_ZN7Profile13CreateProfileE* 1247 fun:_ZN7Profile13CreateProfileE*
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 Memcheck:Unaddressable 1342 Memcheck:Unaddressable
1343 ... 1343 ...
1344 fun:sqlite3_step 1344 fun:sqlite3_step
1345 fun:_ZN3sql9Statement4StepEv 1345 fun:_ZN3sql9Statement4StepEv
1346 fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE 1346 fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE
1347 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11Visit SourceE 1347 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11Visit SourceE
1348 } 1348 }
1349 { 1349 {
1350 bug_60654 1350 bug_60654
1351 Memcheck:Uninitialized 1351 Memcheck:Uninitialized
1352 fun:_ZN7WebCore25GraphicsContext3DInternal7reshapeEii 1352 fun:_ZN5blink25GraphicsContext3DInternal7reshapeEii
1353 fun:_ZN7WebCore17GraphicsContext3D7reshapeEii 1353 fun:_ZN5blink17GraphicsContext3D7reshapeEii
1354 fun:_ZN7WebCore21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassR efPtrINS_17GraphicsContext3DEEE 1354 fun:_ZN5blink21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassRef PtrINS_17GraphicsContext3DEEE
1355 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22W ebGLContextAttributesE 1355 fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22Web GLContextAttributesE
1356 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasCon textAttributesE 1356 fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasConte xtAttributesE
1357 ... 1357 ...
1358 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEE EiPPPS4_Pb 1358 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEE EiPPPS4_Pb
1359 } 1359 }
1360 { 1360 {
1361 bug_60667c 1361 bug_60667c
1362 Memcheck:Leak 1362 Memcheck:Leak
1363 ... 1363 ...
1364 obj:* 1364 obj:*
1365 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj 1365 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
1366 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShad erE 1366 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShad erE
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 Memcheck:Leak 1596 Memcheck:Leak
1597 fun:_Znw* 1597 fun:_Znw*
1598 fun:*DownloadFileTest5SetUpEv 1598 fun:*DownloadFileTest5SetUpEv
1599 } 1599 }
1600 { 1600 {
1601 bug_72544 1601 bug_72544
1602 Memcheck:Leak 1602 Memcheck:Leak
1603 fun:malloc 1603 fun:malloc
1604 fun:_ZN3WTF10fastMallocEj 1604 fun:_ZN3WTF10fastMallocEj
1605 fun:_ZN3WTF10RefCountedIN7WebCore14StyleSheetListEEnwEj 1605 fun:_ZN3WTF10RefCountedIN7WebCore14StyleSheetListEEnwEj
1606 fun:_ZN7WebCore14StyleSheetList6createEPNS_8DocumentE 1606 fun:_ZN5blink14StyleSheetList6createEPNS_8DocumentE
1607 fun:_ZN7WebCore8DocumentC2EPNS_5FrameERKNS_4KURLEbbS5_ 1607 fun:_ZN5blink8DocumentC2EPNS_5FrameERKNS_4KURLEbbS5_
1608 fun:_ZN7WebCore12HTMLDocumentC1EPNS_5FrameERKNS_4KURLES5_ 1608 fun:_ZN5blink12HTMLDocumentC1EPNS_5FrameERKNS_4KURLES5_
1609 fun:_ZN7WebCore12HTMLDocument6createEPNS_5FrameERKNS_4KURLES5_ 1609 fun:_ZN5blink12HTMLDocument6createEPNS_5FrameERKNS_4KURLES5_
1610 fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringEPNS_5FrameE RKNS_4KURLEb 1610 fun:_ZN5blink17DOMImplementation14createDocumentERKN3WTF6StringEPNS_5FrameERK NS_4KURLEb
1611 fun:_ZN7WebCore14DocumentWriter14createDocumentERKNS_4KURLE 1611 fun:_ZN5blink14DocumentWriter14createDocumentERKNS_4KURLE
1612 fun:_ZN7WebCore14DocumentWriter5beginERKNS_4KURLEbPNS_14SecurityOriginE 1612 fun:_ZN5blink14DocumentWriter5beginERKNS_4KURLEbPNS_14SecurityOriginE
1613 fun:_ZN7WebCore11FrameLoader4initEv 1613 fun:_ZN5blink11FrameLoader4initEv
1614 fun:_ZN7WebCore5Frame4initEv 1614 fun:_ZN5blink5Frame4initEv
1615 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE 1615 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE
1616 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE 1616 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
1617 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPref erencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE 1617 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPref erencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
1618 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE 1618 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
1619 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params 1619 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
1620 } 1620 }
1621 { 1621 {
1622 bug_72698_a 1622 bug_72698_a
1623 Memcheck:Leak 1623 Memcheck:Leak
1624 fun:_Znw* 1624 fun:_Znw*
1625 ... 1625 ...
1626 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile 1626 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
1627 } 1627 }
1628 { 1628 {
1629 bug_73415 1629 bug_73415
1630 Memcheck:Unaddressable 1630 Memcheck:Unaddressable
1631 fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv 1631 fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
1632 fun:_ZN11WebViewHost29postAccessibilityNotificationERKN5blink22WebAccessibili tyObjectENS0_28WebAccessibilityNotificationE 1632 fun:_ZN11WebViewHost29postAccessibilityNotificationERKN5blink22WebAccessibili tyObjectENS0_28WebAccessibilityNotificationE
1633 fun:_ZN5blink16ChromeClientImpl29postAccessibilityNotificationEPN7WebCore19Ac cessibilityObjectENS1_13AXObjectCache14AXNotificationE 1633 fun:_ZN5blink16ChromeClientImpl29postAccessibilityNotificationEPN7WebCore19Ac cessibilityObjectENS1_13AXObjectCache14AXNotificationE
1634 fun:_ZN7WebCore13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityO bjectENS0_14AXNotificationE 1634 fun:_ZN5blink13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityObj ectENS0_14AXNotificationE
1635 } 1635 }
1636 { 1636 {
1637 bug_73675 1637 bug_73675
1638 Memcheck:Leak 1638 Memcheck:Leak
1639 fun:_Znw* 1639 fun:_Znw*
1640 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EE EPS2_ 1640 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EE EPS2_
1641 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6Ve ctorI10CppVariantLj0EEEPS5_ 1641 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6Ve ctorI10CppVariantLj0EEEPS5_
1642 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_ 1642 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
1643 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_ 1643 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
1644 fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE 1644 fun:_ZN5blink18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
1645 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE 1645 fun:_ZN5blink21npObjectMethodHandlerERKN2v89ArgumentsE
1646 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOB AL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE 1646 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOB AL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
1647 obj:* 1647 obj:*
1648 } 1648 }
1649 { 1649 {
1650 bug_75019 1650 bug_75019
1651 Memcheck:Leak 1651 Memcheck:Leak
1652 fun:_Znw* 1652 fun:_Znw*
1653 ... 1653 ...
1654 fun:_ZN14GpuDataManagerC1Ev 1654 fun:_ZN14GpuDataManagerC1Ev
1655 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv 1655 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 fun:_ZN3sql10Connection7ExecuteEPKc 1724 fun:_ZN3sql10Connection7ExecuteEPKc
1725 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv 1725 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
1726 fun:_ZN7history16InMemoryDatabase12InitFromDiskE* 1726 fun:_ZN7history16InMemoryDatabase12InitFromDiskE*
1727 fun:_ZN7history22InMemoryHistoryBackend4InitE* 1727 fun:_ZN7history22InMemoryHistoryBackend4InitE*
1728 } 1728 }
1729 { 1729 {
1730 bug_77766 1730 bug_77766
1731 Memcheck:Leak 1731 Memcheck:Leak
1732 fun:malloc 1732 fun:malloc
1733 fun:_ZN3WTF10fastMallocEm 1733 fun:_ZN3WTF10fastMallocEm
1734 fun:_ZN7WebCore18PerformTaskContextnwEm 1734 fun:_ZN5blink18PerformTaskContextnwEm
1735 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionConte xt4TaskEEE 1735 fun:_ZN5blink8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionContext 4TaskEEE
1736 fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv 1736 fun:_ZN5blink20WorkerMessagingProxy22workerContextDestroyedEv
1737 fun:_ZN5blink19WebWorkerClientImpl22workerContextDestroyedEv 1737 fun:_ZN5blink19WebWorkerClientImpl22workerContextDestroyedEv
1738 fun:_ZN7WebCore13WorkerContextD2Ev 1738 fun:_ZN5blink13WorkerContextD2Ev
1739 fun:_ZN7WebCore22DedicatedWorkerContextD0Ev 1739 fun:_ZN5blink22DedicatedWorkerContextD0Ev
1740 fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv 1740 fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv
1741 fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_ 1741 fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
1742 fun:_ZN7WebCore12WorkerThread12workerThreadEv 1742 fun:_ZN5blink12WorkerThread12workerThreadEv
1743 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 1743 fun:_ZN5blink12WorkerThread17workerThreadStartEPv
1744 fun:_ZN3WTFL16threadEntryPointEPv 1744 fun:_ZN3WTFL16threadEntryPointEPv
1745 fun:_ZN3WTFL19wtfThreadEntryPointEPv 1745 fun:_ZN3WTFL19wtfThreadEntryPointEPv
1746 } 1746 }
1747 { 1747 {
1748 bug_78201 1748 bug_78201
1749 Memcheck:Leak 1749 Memcheck:Leak
1750 fun:_Znw* 1750 fun:_Znw*
1751 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv 1751 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1752 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv 1752 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1753 fun:_ZN16ExtensionService4InitEv 1753 fun:_ZN16ExtensionService4InitEv
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 ... 1840 ...
1841 fun:_ZN21TestURLRequestContext4InitEv 1841 fun:_ZN21TestURLRequestContext4InitEv
1842 ... 1842 ...
1843 fun:_ZN21TestURLRequestContextC1Ev 1843 fun:_ZN21TestURLRequestContextC1Ev
1844 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv 1844 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
1845 } 1845 }
1846 { 1846 {
1847 bug_80462_a 1847 bug_80462_a
1848 Memcheck:Leak 1848 Memcheck:Leak
1849 fun:malloc 1849 fun:malloc
1850 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass 1850 fun:_ZN5blinkL15allocV8NPObjectEP4_NPPP7NPClass
1851 fun:_NPN_CreateObject 1851 fun:_NPN_CreateObject
1852 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9 DOMWindowE 1852 fun:_ZN5blink22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DO MWindowE
1853 fun:_ZN5blinkL16makeIntArrayImplERKNS_9WebVectorIiEE 1853 fun:_ZN5blinkL16makeIntArrayImplERKNS_9WebVectorIiEE
1854 fun:_ZN5blink11WebBindings12makeIntArrayERKNS_9WebVectorIiEE 1854 fun:_ZN5blink11WebBindings12makeIntArrayERKNS_9WebVectorIiEE
1855 } 1855 }
1856 { 1856 {
1857 bug_80462_b 1857 bug_80462_b
1858 Memcheck:Leak 1858 Memcheck:Leak
1859 fun:malloc 1859 fun:malloc
1860 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass 1860 fun:_ZN5blinkL15allocV8NPObjectEP4_NPPP7NPClass
1861 fun:_NPN_CreateObject 1861 fun:_NPN_CreateObject
1862 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9 DOMWindowE 1862 fun:_ZN5blink22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DO MWindowE
1863 fun:_ZN5blinkL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE 1863 fun:_ZN5blinkL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE
1864 fun:_ZN5blink11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE 1864 fun:_ZN5blink11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE
1865 } 1865 }
1866 { 1866 {
1867 bug_80551 1867 bug_80551
1868 Memcheck:Leak 1868 Memcheck:Leak
1869 fun:_Znw* 1869 fun:_Znw*
1870 fun:_Z11BrowserMainRK18MainFunctionParams 1870 fun:_Z11BrowserMainRK18MainFunctionParams
1871 fun:_ZN20InProcessBrowserTest5SetUpEv 1871 fun:_ZN20InProcessBrowserTest5SetUpEv
1872 } 1872 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 fun:_Znw* 1944 fun:_Znw*
1945 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE 1945 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
1946 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE 1946 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
1947 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17Aut hChallengeInfoE 1947 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17Aut hChallengeInfoE
1948 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 1948 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
1949 } 1949 }
1950 { 1950 {
1951 bug_84770_a 1951 bug_84770_a
1952 Memcheck:Unaddressable 1952 Memcheck:Unaddressable
1953 fun:_ZN5blink21FrameLoaderClientImpl12allowPluginsEb 1953 fun:_ZN5blink21FrameLoaderClientImpl12allowPluginsEb
1954 fun:_ZN7WebCore14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPlugi nsE 1954 fun:_ZN5blink14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPlugins E
1955 } 1955 }
1956 { 1956 {
1957 bug_84770_b 1957 bug_84770_b
1958 Memcheck:Unaddressable 1958 Memcheck:Unaddressable
1959 fun:_ZN5blink21FrameLoaderClientImpl15allowJavaScriptEb 1959 fun:_ZN5blink21FrameLoaderClientImpl15allowJavaScriptEb
1960 fun:_ZN7WebCore16ScriptController17canExecuteScriptsENS_33ReasonForCallingCan ExecuteScriptsE 1960 fun:_ZN5blink16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanEx ecuteScriptsE
1961 } 1961 }
1962 { 1962 {
1963 bug_84770_c 1963 bug_84770_c
1964 Memcheck:Unaddressable 1964 Memcheck:Unaddressable
1965 fun:_ZN5blink21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi 1965 fun:_ZN5blink21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
1966 fun:_ZN7WebCore16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEE Ei 1966 fun:_ZN5blink16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEEEi
1967 } 1967 }
1968 { 1968 {
1969 bug_86481 1969 bug_86481
1970 Memcheck:Leak 1970 Memcheck:Leak
1971 fun:_Znw* 1971 fun:_Znw*
1972 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate* 1972 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
1973 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map* 1973 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map*
1974 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map* 1974 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map*
1975 fun:_ZNSt11_Deque_baseI*FilePath* 1975 fun:_ZNSt11_Deque_baseI*FilePath*
1976 fun:_ZNSt5dequeI*FilePath* 1976 fun:_ZNSt5dequeI*FilePath*
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8Callback IFvvEEE 2385 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8Callback IFvvEEE
2386 } 2386 }
2387 { 2387 {
2388 bug_96568a 2388 bug_96568a
2389 Memcheck:Leak 2389 Memcheck:Leak
2390 fun:*alloc 2390 fun:*alloc
2391 ... 2391 ...
2392 fun:HB_OpenType* 2392 fun:HB_OpenType*
2393 ... 2393 ...
2394 fun:HB_ShapeItem 2394 fun:HB_ShapeItem
2395 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv 2395 fun:_ZN5blink21ComplexTextController11shapeGlyphsEv
2396 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv 2396 fun:_ZN5blink21ComplexTextController13nextScriptRunEv
2397 } 2397 }
2398 { 2398 {
2399 bug_96568b 2399 bug_96568b
2400 Memcheck:Leak 2400 Memcheck:Leak
2401 ... 2401 ...
2402 fun:HB_NewFace 2402 fun:HB_NewFace
2403 fun:_ZN7WebCoreL21getCachedHarfbuzzFaceEPNS_16FontPlatformDataE 2403 fun:_ZN5blinkL21getCachedHarfbuzzFaceEPNS_16FontPlatformDataE
2404 fun:_ZN7WebCore12HarfbuzzFaceC1EPNS_16FontPlatformDataE 2404 fun:_ZN5blink12HarfbuzzFaceC1EPNS_16FontPlatformDataE
2405 fun:_ZN7WebCore12HarfbuzzFace6createEPNS_16FontPlatformDataE 2405 fun:_ZN5blink12HarfbuzzFace6createEPNS_16FontPlatformDataE
2406 fun:_ZNK7WebCore16FontPlatformData12harfbuzzFaceEv 2406 fun:_ZNK7WebCore16FontPlatformData12harfbuzzFaceEv
2407 fun:_ZN7WebCore21ComplexTextController21setupFontForScriptRunEv 2407 fun:_ZN5blink21ComplexTextController21setupFontForScriptRunEv
2408 } 2408 }
2409 { 2409 {
2410 bug_98568 2410 bug_98568
2411 Memcheck:Leak 2411 Memcheck:Leak
2412 ... 2412 ...
2413 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv 2413 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv
2414 } 2414 }
2415 { 2415 {
2416 bug_98867 2416 bug_98867
2417 Memcheck:Jump 2417 Memcheck:Jump
(...skipping 22 matching lines...) Expand all
2440 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap 2440 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap
2441 fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap 2441 fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap
2442 } 2442 }
2443 { 2443 {
2444 bug_99308 2444 bug_99308
2445 Memcheck:Leak 2445 Memcheck:Leak
2446 fun:malloc 2446 fun:malloc
2447 fun:_ZL9toCStringRK9_NPString 2447 fun:_ZL9toCStringRK9_NPString
2448 fun:_ZL15testPostURLFileP12PluginObjectPK10_NPVariantjPS1_ 2448 fun:_ZL15testPostURLFileP12PluginObjectPK10_NPVariantjPS1_
2449 fun:_ZL12pluginInvokeP8NPObjectPvPK10_NPVariantjPS2_ 2449 fun:_ZL12pluginInvokeP8NPObjectPvPK10_NPVariantjPS2_
2450 fun:_ZN7WebCoreL18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionType E 2450 fun:_ZN5blinkL18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
2451 } 2451 }
2452 { 2452 {
2453 bug_99321 2453 bug_99321
2454 Memcheck:Leak 2454 Memcheck:Leak
2455 fun:_Znw* 2455 fun:_Znw*
2456 fun:_ZN5blink12CCThreadImpl6createEPNS_9WebThreadE 2456 fun:_ZN5blink12CCThreadImpl6createEPNS_9WebThreadE
2457 fun:_ZN5blink13WebCompositor9setThreadEPNS_9WebThreadE 2457 fun:_ZN5blink13WebCompositor9setThreadEPNS_9WebThreadE
2458 fun:_ZN11WebViewHostC1EP9TestShell 2458 fun:_ZN11WebViewHostC1EP9TestShell
2459 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgent 2459 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgent
2460 } 2460 }
(...skipping 29 matching lines...) Expand all
2490 } 2490 }
2491 { 2491 {
2492 bug_101125b 2492 bug_101125b
2493 Memcheck:Uninitialized 2493 Memcheck:Uninitialized
2494 ... 2494 ...
2495 fun:_ZN6SkScan12AntiFillRectERK6SkRectPK8SkRegionP9SkBlitter 2495 fun:_ZN6SkScan12AntiFillRectERK6SkRectPK8SkRegionP9SkBlitter
2496 fun:_ZN6SkScan12AntiFillRectERK6SkRectRK12SkRasterClipP9SkBlitter 2496 fun:_ZN6SkScan12AntiFillRectERK6SkRectRK12SkRasterClipP9SkBlitter
2497 fun:_ZNK6SkDraw8drawRectERK6SkRectRK7SkPaint 2497 fun:_ZNK6SkDraw8drawRectERK6SkRectRK7SkPaint
2498 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint 2498 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
2499 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint 2499 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
2500 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Co lorSpaceE 2500 fun:_ZN5blink15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10Colo rSpaceE
2501 fun:_ZN7WebCore15GraphicsContext20drawHighlightForTextERKNS_4FontERKNS_7TextR unERKNS_10FloatPointEiRKNS_5ColorENS_10ColorSpaceEii 2501 fun:_ZN5blink15GraphicsContext20drawHighlightForTextERKNS_4FontERKNS_7TextRun ERKNS_10FloatPointEiRKNS_5ColorENS_10ColorSpaceEii
2502 } 2502 }
2503 { 2503 {
2504 bug_101125c 2504 bug_101125c
2505 Memcheck:Uninitialized 2505 Memcheck:Uninitialized
2506 ... 2506 ...
2507 fun:_ZL11morphpointsP7SkPointPKS_iR13SkPathMeasureRK8SkMatrix 2507 fun:_ZL11morphpointsP7SkPointPKS_iR13SkPathMeasureRK8SkMatrix
2508 fun:_ZL9morphpathP6SkPathRKS_R13SkPathMeasureRK8SkMatrix 2508 fun:_ZL9morphpathP6SkPathRKS_R13SkPathMeasureRK8SkMatrix
2509 fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint 2509 fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
2510 fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint 2510 fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
2511 fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint 2511 fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
2512 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData ERKNS_11GlyphBufferEiiRKNS_10FloatPointE 2512 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData ERKNS_11GlyphBufferEiiRKNS_10FloatPointE
2513 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK NS_11GlyphBufferERKNS_10FloatPointE 2513 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK NS_11GlyphBufferERKNS_10FloatPointE
2514 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii 2514 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii
2515 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii 2515 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii
2516 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Flo atPointEii 2516 fun:_ZN5blink15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Float PointEii
2517 } 2517 }
2518 { 2518 {
2519 bug_100133 2519 bug_100133
2520 Memcheck:Leak 2520 Memcheck:Leak
2521 fun:_Znw* 2521 fun:_Znw*
2522 fun:_Z22RecoveryRegisterHelperP22ComponentUpdateServiceP11PrefService 2522 fun:_Z22RecoveryRegisterHelperP22ComponentUpdateServiceP11PrefService
2523 } 2523 }
2524 { 2524 {
2525 bug_100330 2525 bug_100330
2526 Memcheck:Leak 2526 Memcheck:Leak
(...skipping 16 matching lines...) Expand all
2543 fun:_Znw* 2543 fun:_Znw*
2544 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN7content18URLFetcherDelegateEPT_PT0_ 2544 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN7content18URLFetcherDelegateEPT_PT0_
2545 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 2545 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
2546 } 2546 }
2547 { 2547 {
2548 bug_100916 2548 bug_100916
2549 Memcheck:Leak 2549 Memcheck:Leak
2550 fun:_Znw* 2550 fun:_Znw*
2551 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE 2551 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Worke rE
2552 ... 2552 ...
2553 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 2553 fun:_ZN5blink6WorkerC1EPNS_22ScriptExecutionContextE
2554 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 2554 fun:_ZN5blink6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
2555 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 2555 fun:_ZN5blink8V8Worker19constructorCallbackERKN2v89ArgumentsE
2556 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 2556 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
2557 } 2557 }
2558 { 2558 {
2559 bug_100982 2559 bug_100982
2560 Memcheck:Leak 2560 Memcheck:Leak
2561 fun:_Znw* 2561 fun:_Znw*
2562 fun:_ZN7WebCore12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib 2562 fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
2563 fun:_ZNK7WebCore9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Ren derBoxRegionInfoFlagsE 2563 fun:_ZNK7WebCore9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Ren derBoxRegionInfoFlagsE
2564 ... 2564 ...
2565 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 2565 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
2566 } 2566 }
2567 { 2567 {
2568 bug_101145b 2568 bug_101145b
2569 Memcheck:Leak 2569 Memcheck:Leak
2570 fun:_Znw* 2570 fun:_Znw*
2571 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 2571 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6Stri ngEEENS_12ExternalModeE
2572 fun:_ZN*WebCore16V8StringResourceILNS_20V8StringResourceMode* 2572 fun:_ZN*WebCore16V8StringResourceILNS_20V8StringResourceMode*
2573 } 2573 }
2574 { 2574 {
2575 bug_101145c 2575 bug_101145c
2576 Memcheck:Leak 2576 Memcheck:Leak
2577 fun:_Znw* 2577 fun:_Znw*
2578 fun:_ZN7WebCore*makeExternalString* 2578 fun:_ZN5blink*makeExternalString*
2579 ... 2579 ...
2580 fun:_ZN7WebCore11StringCache20v8ExternalStringSlow* 2580 fun:_ZN5blink11StringCache20v8ExternalStringSlow*
2581 fun:_ZN7WebCore11StringCache16v8ExternalStringEPN* 2581 fun:_ZN5blink11StringCache16v8ExternalStringEPN*
2582 } 2582 }
2583 { 2583 {
2584 bug_101145d 2584 bug_101145d
2585 Memcheck:Leak 2585 Memcheck:Leak
2586 fun:_Znw* 2586 fun:_Znw*
2587 fun:_ZN7WebCore*makeExternalString* 2587 fun:_ZN5blink*makeExternalString*
2588 ... 2588 ...
2589 fun:_ZN7WebCore11StringCache28setReturnValueFromStringSlow* 2589 fun:_ZN5blink11StringCache28setReturnValueFromStringSlow*
2590 fun:_ZN7WebCore11StringCache24setReturnValueFromString* 2590 fun:_ZN5blink11StringCache24setReturnValueFromString*
2591 } 2591 }
2592 { 2592 {
2593 bug_101146d 2593 bug_101146d
2594 Memcheck:Leak 2594 Memcheck:Leak
2595 fun:_Znw* 2595 fun:_Znw*
2596 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE 2596 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
2597 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv 2597 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
2598 } 2598 }
2599 { 2599 {
2600 bug_101151 2600 bug_101151
2601 Memcheck:Leak 2601 Memcheck:Leak
2602 fun:_Znw* 2602 fun:_Znw*
2603 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF*StringEEET_* 2603 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF*StringEEET_*
2604 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF*StringEEET_* 2604 fun:_ZN5blink15V8ParameterBase8toStringIN3WTF*StringEEET_*
2605 fun:_ZN7WebCore15V8ParameterBasecvN3WTF*StringEEv 2605 fun:_ZN5blink15V8ParameterBasecvN3WTF*StringEEv
2606 ... 2606 ...
2607 fun:_ZN2v88internalL*HandleApiCall* 2607 fun:_ZN2v88internalL*HandleApiCall*
2608 obj:* 2608 obj:*
2609 } 2609 }
2610 { 2610 {
2611 bug_101159 2611 bug_101159
2612 Memcheck:Leak 2612 Memcheck:Leak
2613 fun:_Znw* 2613 fun:_Znw*
2614 fun:_ZN7WebCore15NPObjectWrapper10NPAllocateEP4_NPPP7NPClass 2614 fun:_ZN5blink15NPObjectWrapper10NPAllocateEP4_NPPP7NPClass
2615 fun:_NPN_CreateObject 2615 fun:_NPN_CreateObject
2616 fun:_ZN7WebCore15NPObjectWrapper6createEP8NPObject 2616 fun:_ZN5blink15NPObjectWrapper6createEP8NPObject
2617 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv 2617 fun:_ZN5blink16ScriptController20windowScriptNPObjectEv
2618 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv 2618 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
2619 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv 2619 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
2620 fun:NPN_GetValue 2620 fun:NPN_GetValue
2621 } 2621 }
2622 { 2622 {
2623 bug_101345 2623 bug_101345
2624 Memcheck:Leak 2624 Memcheck:Leak
2625 fun:_Znw* 2625 fun:_Znw*
2626 fun:_ZN22WebPluginDelegateProxy20CreateResourceClientEmRK4GURLi 2626 fun:_ZN22WebPluginDelegateProxy20CreateResourceClientEmRK4GURLi
2627 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jib NS1_8ReferrerEbb 2627 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jib NS1_8ReferrerEbb
2628 } 2628 }
2629 { 2629 {
2630 bug_101347 2630 bug_101347
2631 Memcheck:Leak 2631 Memcheck:Leak
2632 fun:_Znw* 2632 fun:_Znw*
2633 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_ 2633 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
2634 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_ 2634 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_
2635 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_ 2635 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_
2636 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_ 2636 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
2637 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy10OnMsgFlushERKNS_12HostResourceE 2637 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy10OnMsgFlushERKNS_12HostResourceE
2638 } 2638 }
2639 { 2639 {
2640 bug_101750 2640 bug_101750
2641 Memcheck:Leak 2641 Memcheck:Leak
2642 fun:malloc 2642 fun:malloc
2643 fun:_ZN3WTF10fastMallocEj 2643 fun:_ZN3WTF10fastMallocEj
2644 fun:_ZN3WTF7HashSetIPN7WebCore16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTr aitsIS3_EEEnwEj 2644 fun:_ZN3WTF7HashSetIPN7WebCore16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTr aitsIS3_EEEnwEj
2645 fun:_ZN7WebCore21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStr ingEPNS_16SVGStyledElementE 2645 fun:_ZN5blink21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStrin gEPNS_16SVGStyledElementE
2646 } 2646 }
2647 { 2647 {
2648 bug_101751 2648 bug_101751
2649 Memcheck:Leak 2649 Memcheck:Leak
2650 fun:_Znw* 2650 fun:_Znw*
2651 fun:_ZN7WebCore14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE 2651 fun:_ZN5blink14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE
2652 fun:_ZN7WebCoreL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb 2652 fun:_ZN5blinkL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb
2653 fun:_ZN7WebCore17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS _8DocumentEb 2653 fun:_ZN5blink17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS_8 DocumentEb
2654 fun:_ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb 2654 fun:_ZN5blink8Document13createElementERKNS_13QualifiedNameEb
2655 } 2655 }
2656 { 2656 {
2657 bug_101781 2657 bug_101781
2658 Memcheck:Uninitialized 2658 Memcheck:Uninitialized
2659 fun:encode_one_block 2659 fun:encode_one_block
2660 fun:encode_mcu_huff 2660 fun:encode_mcu_huff
2661 fun:compress_data 2661 fun:compress_data
2662 fun:process_data_simple_main 2662 fun:process_data_simple_main
2663 fun:chromium_jpeg_write_scanlines 2663 fun:chromium_jpeg_write_scanlines
2664 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE 2664 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2733 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv 2733 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
2734 } 2734 }
2735 { 2735 {
2736 bug_104447 2736 bug_104447
2737 Memcheck:Leak 2737 Memcheck:Leak
2738 ... 2738 ...
2739 fun:HB_OpenTypeShape 2739 fun:HB_OpenTypeShape
2740 fun:arabicSyriacOpenTypeShape 2740 fun:arabicSyriacOpenTypeShape
2741 fun:HB_ArabicShape 2741 fun:HB_ArabicShape
2742 fun:HB_ShapeItem 2742 fun:HB_ShapeItem
2743 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv 2743 fun:_ZN5blink21ComplexTextController11shapeGlyphsEv
2744 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv 2744 fun:_ZN5blink21ComplexTextController13nextScriptRunEv
2745 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv 2745 fun:_ZN5blink21ComplexTextController14widthOfFullRunEv
2746 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetI PKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverf lowE 2746 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetI PKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverf lowE
2747 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE 2747 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE
2748 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE 2748 fun:_ZN5blink14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
2749 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineT extEjj 2749 fun:_ZN5blink14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTex tEjj
2750 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt 2750 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
2751 } 2751 }
2752 { 2752 {
2753 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it 2753 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
2754 # leaks on shutdown instead of getting deleted. The destructor doesn't do 2754 # leaks on shutdown instead of getting deleted. The destructor doesn't do
2755 # anything important, so this shouldn't be a big deal. 2755 # anything important, so this shouldn't be a big deal.
2756 bug_104578 2756 bug_104578
2757 Memcheck:Leak 2757 Memcheck:Leak
2758 fun:_Znw* 2758 fun:_Znw*
2759 fun:_ZN16ProcessSingletonC1E* 2759 fun:_ZN16ProcessSingletonC1E*
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
2821 bug_105907 2821 bug_105907
2822 Memcheck:Uninitialized 2822 Memcheck:Uninitialized
2823 ... 2823 ...
2824 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb 2824 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
2825 fun:_ZN4skia15ImageOperations11ResizeBasicE* 2825 fun:_ZN4skia15ImageOperations11ResizeBasicE*
2826 fun:_ZN4skia15ImageOperations6ResizeE* 2826 fun:_ZN4skia15ImageOperations6ResizeE*
2827 } 2827 }
2828 { 2828 {
2829 bug_106183a 2829 bug_106183a
2830 Memcheck:Uninitialized 2830 Memcheck:Uninitialized
2831 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv 2831 fun:_ZN5blink13RenderMarquee18updateMarqueeStyleEv
2832 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11Render StyleE 2832 fun:_ZN5blink11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderSt yleE
2833 fun:_ZN7WebCore20RenderBoxModelObject14styleDidChangeENS_15StyleDifferenceEPK NS_11RenderStyleE 2833 fun:_ZN5blink20RenderBoxModelObject14styleDidChangeENS_15StyleDifferenceEPKNS _11RenderStyleE
2834 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE 2834 fun:_ZN5blink9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderSty leE
2835 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE 2835 fun:_ZN5blink11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Render StyleE
2836 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE 2836 fun:_ZN5blink12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
2837 } 2837 }
2838 { 2838 {
2839 bug_106183b 2839 bug_106183b
2840 Memcheck:Uninitialized 2840 Memcheck:Uninitialized
2841 fun:_ZN7WebCore21ComplexTextController* 2841 fun:_ZN5blink21ComplexTextController*
2842 ... 2842 ...
2843 fun:_ZNK7WebCore4Font27selectionRectForComplexTextERKNS_7TextRunERKNS_10Float PointEiii 2843 fun:_ZNK7WebCore4Font27selectionRectForComplexTextERKNS_7TextRunERKNS_10Float PointEiii
2844 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEi ii 2844 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEi ii
2845 fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi 2845 fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi
2846 fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi 2846 fun:_ZN5blink10RenderText14localCaretRectEPNS_9InlineBoxEiPi
2847 fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE 2847 fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
2848 fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositi onE 2848 fun:_ZN5blink9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePosition E
2849 fun:_ZN7WebCore14FrameSelection14localCaretRectEv 2849 fun:_ZN5blink14FrameSelection14localCaretRectEv
2850 fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv 2850 fun:_ZN5blink14FrameSelection18recomputeCaretRectEv
2851 fun:_ZN7WebCore14FrameSelection16updateAppearanceEv 2851 fun:_ZN5blink14FrameSelection16updateAppearanceEv
2852 } 2852 }
2853 { 2853 {
2854 bug_106183c 2854 bug_106183c
2855 Memcheck:Uninitialized 2855 Memcheck:Uninitialized
2856 fun:_ZN7WebCore21ComplexTextController* 2856 fun:_ZN5blink21ComplexTextController*
2857 ... 2857 ...
2858 fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERK NS_10FloatPointEii 2858 fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERK NS_10FloatPointEii
2859 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii 2859 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii
2860 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Flo atPointEii 2860 fun:_ZN5blink15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Float PointEii
2861 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_ 7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shad owDataEbb 2861 fun:_ZN5blinkL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7T extRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shadow DataEbb
2862 ... 2862 ...
2863 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai ntInfoERKNS_8IntPointE 2863 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai ntInfoERKNS_8IntPointE
2864 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE 2864 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
2865 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE 2865 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
2866 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 2866 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
2867 } 2867 }
2868 { 2868 {
2869 bug_106402 2869 bug_106402
2870 Memcheck:Leak 2870 Memcheck:Leak
2871 fun:_Znw* 2871 fun:_Znw*
2872 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_ 2872 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
2873 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_ 2873 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_
2874 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_ 2874 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_
2875 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_ 2875 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
2876 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E 2876 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E
(...skipping 19 matching lines...) Expand all
2896 bug_106912 2896 bug_106912
2897 Memcheck:Leak 2897 Memcheck:Leak
2898 ... 2898 ...
2899 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 2899 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
2900 fun:_ZN4base14PlatformThread7SetNameEPKc 2900 fun:_ZN4base14PlatformThread7SetNameEPKc
2901 } 2901 }
2902 { 2902 {
2903 bug_107696 2903 bug_107696
2904 Memcheck:Leak 2904 Memcheck:Leak
2905 fun:_Znw* 2905 fun:_Znw*
2906 fun:_ZN7WebCore11iBeamCursorEv 2906 fun:_ZN5blink11iBeamCursorEv
2907 fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResul tsEPNS_9ScrollbarE 2907 fun:_ZN5blink12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResults EPNS_9ScrollbarE
2908 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb 2908 fun:_ZN5blink12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEP NS_13HitTestResultEb
2909 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb 2909 fun:_ZN5blink12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
2910 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE 2910 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
2911 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE 2911 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
2912 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE 2912 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
2913 } 2913 }
2914 { 2914 {
2915 bug_108146a 2915 bug_108146a
2916 Memcheck:Leak 2916 Memcheck:Leak
2917 fun:_Znw* 2917 fun:_Znw*
2918 ... 2918 ...
2919 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_ 24SerializedVarReturnValueE 2919 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_ 24SerializedVarReturnValueE
(...skipping 16 matching lines...) Expand all
2936 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint 2936 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
2937 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint 2937 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
2938 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData ERKNS_11GlyphBufferEiiRKNS_10FloatPointE 2938 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData ERKNS_11GlyphBufferEiiRKNS_10FloatPointE
2939 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK NS_11GlyphBufferERKNS_10FloatPointE 2939 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK NS_11GlyphBufferERKNS_10FloatPointE
2940 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii 2940 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii
2941 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii 2941 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii
2942 } 2942 }
2943 { 2943 {
2944 bug_108620 2944 bug_108620
2945 Memcheck:Uninitialized 2945 Memcheck:Uninitialized
2946 fun:_ZN7WebCore13PlatformEventC2ENS0_4TypeEbbbbd 2946 fun:_ZN5blink13PlatformEventC2ENS0_4TypeEbbbbd
2947 fun:_ZN7WebCore18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_1 3PlatformEvent4TypeEibbbbd 2947 fun:_ZN5blink18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_13P latformEvent4TypeEibbbbd
2948 fun:_ZN7WebCore12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE 2948 fun:_ZN5blink12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE
2949 fun:_ZN7WebCore5TimerINS_12EventHandlerEE5firedEv 2949 fun:_ZN5blink5TimerINS_12EventHandlerEE5firedEv
2950 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 2950 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2951 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 2951 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2952 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv 2952 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2953 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerT ask3RunEv 2953 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerT ask3RunEv
2954 } 2954 }
2955 { 2955 {
2956 bug_108621 2956 bug_108621
2957 Memcheck:Leak 2957 Memcheck:Leak
2958 fun:malloc 2958 fun:malloc
2959 fun:_ZN3WTF10fastMallocEm 2959 fun:_ZN3WTF10fastMallocEm
2960 fun:_ZN3WTF10RefCountedIN7WebCore5EventEEnwEm 2960 fun:_ZN3WTF10RefCountedIN7WebCore5EventEEnwEm
2961 fun:_ZN7WebCore12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPt rINS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS1 _6StringESE_NS9_INS_9DOMWindowEEE 2961 fun:_ZN5blink12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPtrI NS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS1_6 StringESE_NS9_INS_9DOMWindowEEE
2962 fun:_ZN7WebCore16PostMessageTimer5eventEPNS_22ScriptExecutionContextE 2962 fun:_ZN5blink16PostMessageTimer5eventEPNS_22ScriptExecutionContextE
2963 fun:_ZN7WebCore9DOMWindow21postMessageTimerFiredEN3WTF10PassOwnPtrINS_16PostM essageTimerEEE 2963 fun:_ZN5blink9DOMWindow21postMessageTimerFiredEN3WTF10PassOwnPtrINS_16PostMes sageTimerEEE
2964 fun:_ZN7WebCore16PostMessageTimer5firedEv 2964 fun:_ZN5blink16PostMessageTimer5firedEv
2965 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 2965 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2966 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 2966 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2967 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv 2967 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2968 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerT ask3RunEv 2968 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerT ask3RunEv
2969 } 2969 }
2970 { 2970 {
2971 bug_108622 2971 bug_108622
2972 Memcheck:Leak 2972 Memcheck:Leak
2973 fun:_Zna* 2973 fun:_Zna*
2974 fun:_ZN2v88internal8NewArrayIhEEPT* 2974 fun:_ZN2v88internal8NewArrayIhEEPT*
2975 fun:_ZN2v88internal11RegExpStack14EnsureCapacityEm 2975 fun:_ZN2v88internal11RegExpStack14EnsureCapacityEm
2976 fun:_ZN2v88internal16RegExpStackScopeC1EPNS0_7IsolateE 2976 fun:_ZN2v88internal16RegExpStackScopeC1EPNS0_7IsolateE
2977 fun:_ZN2v88internal26NativeRegExpMacroAssembler7ExecuteEPNS0_4CodeEPNS0_6Stri ng* 2977 fun:_ZN2v88internal26NativeRegExpMacroAssembler7ExecuteEPNS0_4CodeEPNS0_6Stri ng*
2978 fun:_ZN2v88internal26NativeRegExpMacroAssembler5MatchENS0_6HandleINS0_4CodeEE ENS2_INS0_6StringEEEPiiiPNS0_7IsolateE 2978 fun:_ZN2v88internal26NativeRegExpMacroAssembler5MatchENS0_6HandleINS0_4CodeEE ENS2_INS0_6StringEEEPiiiPNS0_7IsolateE
2979 fun:_ZN2v88internal10RegExpImpl*IrregexpExec*ENS0_6HandleINS0_8JSRegExpEEENS2 _INS0_6StringEEEiPii 2979 fun:_ZN2v88internal10RegExpImpl*IrregexpExec*ENS0_6HandleINS0_8JSRegExpEEENS2 _INS0_6StringEEEiPii
2980 } 2980 }
2981 { 2981 {
2982 bug_108624 2982 bug_108624
2983 Memcheck:Leak 2983 Memcheck:Leak
2984 fun:_Znw* 2984 fun:_Znw*
2985 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 2985 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6Stri ngEEENS_12ExternalModeE
2986 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v 2986 fun:_ZN5blink15V8ParameterBase8toStringIN3WTF6StringEEET_v
2987 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv 2987 fun:_ZN5blink15V8ParameterBasecvN3WTF6StringEEv
2988 ... 2988 ...
2989 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb 2989 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
2990 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 2990 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2991 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE 2991 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
2992 fun:_ZN7WebCore28V8WorkerContextEventListener20callListenerFunctionEPNS_22Scr iptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE 2992 fun:_ZN5blink28V8WorkerContextEventListener20callListenerFunctionEPNS_22Scrip tExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
2993 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE 2993 fun:_ZN5blink23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecut ionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
2994 fun:_ZN7WebCore28V8WorkerContextEventListener11handleEventEPNS_22ScriptExecut ionContextEPNS_5EventE 2994 fun:_ZN5blink28V8WorkerContextEventListener11handleEventEPNS_22ScriptExecutio nContextEPNS_5EventE
2995 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE 2995 fun:_ZN5blink11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDa taERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
2996 } 2996 }
2997 { 2997 {
2998 bug_108624a 2998 bug_108624a
2999 Memcheck:Leak 2999 Memcheck:Leak
3000 fun:_Znw* 3000 fun:_Znw*
3001 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 3001 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6Stri ngEEENS_12ExternalModeE
3002 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v 3002 fun:_ZN5blink15V8ParameterBase8toStringIN3WTF6StringEEET_v
3003 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv 3003 fun:_ZN5blink15V8ParameterBasecvN3WTF6StringEEv
3004 fun:_ZN7WebCore25WebKitBlobBuilderInternal* 3004 fun:_ZN5blink25WebKitBlobBuilderInternal*
3005 } 3005 }
3006 { 3006 {
3007 bug_108628 3007 bug_108628
3008 Memcheck:Leak 3008 Memcheck:Leak
3009 fun:_Znw* 3009 fun:_Znw*
3010 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE 3010 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS 4_6StringEEENS_12ExternalModeE
3011 fun:_ZN*7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EE8toStringIN3 WTF12AtomicStringEEET_v 3011 fun:_ZN*7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EE8toStringIN3 WTF12AtomicStringEEET_v
3012 fun:_ZN*7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EEcvN3WTF12Ato micStringEEv 3012 fun:_ZN*7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EEcvN3WTF12Ato micStringEEv
3013 ... 3013 ...
3014 fun:_ZN7WebCore24XMLHttpRequestV8Internal* 3014 fun:_ZN5blink24XMLHttpRequestV8Internal*
3015 ... 3015 ...
3016 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3016 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3017 } 3017 }
3018 # OOM in layout test: crash/array-splice.html 3018 # OOM in layout test: crash/array-splice.html
3019 { 3019 {
3020 bug_108832 3020 bug_108832
3021 Memcheck:Unaddressable 3021 Memcheck:Unaddressable
3022 fun:_ZN7WebCoreL28reportFatalErrorInMainThreadEPKcS1_ 3022 fun:_ZN5blinkL28reportFatalErrorInMainThreadEPKcS1_
3023 fun:_ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb 3023 fun:_ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb
3024 ... 3024 ...
3025 fun:_ZN7WebCore12ScriptLoader13executeScriptERKNS_16ScriptSourceCodeE 3025 fun:_ZN5blink12ScriptLoader13executeScriptERKNS_16ScriptSourceCodeE
3026 } 3026 }
3027 { 3027 {
3028 bug_109495e 3028 bug_109495e
3029 Memcheck:Leak 3029 Memcheck:Leak
3030 fun:_Znw* 3030 fun:_Znw*
3031 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribMan ager16VertexAttribInfoEEE8allocateEmPKv 3031 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribMan ager16VertexAttribInfoEEE8allocateEmPKv
3032 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaI S4_EE11_M_get_nodeEv 3032 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaI S4_EE11_M_get_nodeEv
3033 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14 _M_create_nodeERKS4_ 3033 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14 _M_create_nodeERKS4_
3034 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6i nsertESt14_List_iteratorIS4_ERKS4_ 3034 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6i nsertESt14_List_iteratorIS4_ERKS4_
3035 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2 _SaIS4_EE 3035 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2 _SaIS4_EE
3036 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj 3036 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
3037 fun:_ZN3gpu5gles216GLES2DecoderImpl10Initialize* 3037 fun:_ZN3gpu5gles216GLES2DecoderImpl10Initialize*
3038 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE 3038 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE
3039 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE 3039 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
3040 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ 3040 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
3041 } 3041 }
3042 { 3042 {
3043 bug_109495f 3043 bug_109495f
3044 Memcheck:Leak 3044 Memcheck:Leak
3045 fun:_Znw* 3045 fun:_Znw*
3046 ... 3046 ...
3047 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE 3047 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
3048 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ 3048 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
3049 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blin k20WebGraphicsContext3D10AttributesE 3049 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blin k20WebGraphicsContext3D10AttributesE
3050 fun:_ZN7WebCore17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowEN S0_11RenderStyleE 3050 fun:_ZN5blink17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0 _11RenderStyleE
3051 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22W ebGLContextAttributesE 3051 fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22Web GLContextAttributesE
3052 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasCon textAttributesE 3052 fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasConte xtAttributesE
3053 fun:_ZN7WebCore19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE 3053 fun:_ZN5blink19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE
3054 } 3054 }
3055 { 3055 {
3056 bug_109496 3056 bug_109496
3057 Memcheck:Uninitialized 3057 Memcheck:Uninitialized
3058 ... 3058 ...
3059 fun:_ZN7WebCore11ImageBuffer27platformTransformColorSpaceERKN3WTF6VectorIiLm0 EEE 3059 fun:_ZN5blink11ImageBuffer27platformTransformColorSpaceERKN3WTF6VectorIiLm0EE E
3060 fun:_ZN7WebCore11ImageBuffer19transformColorSpaceENS_10ColorSpaceES1_ 3060 fun:_ZN5blink11ImageBuffer19transformColorSpaceENS_10ColorSpaceES1_
3061 fun:_ZN7WebCore23RenderSVGResourceFilter17postApplyResourceEPNS_12RenderObjec tERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE 3061 fun:_ZN5blink23RenderSVGResourceFilter17postApplyResourceEPNS_12RenderObjectE RPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
3062 ... 3062 ...
3063 fun:_ZN7WebCore14RenderSVGShape5paintERNS_9PaintInfoERKNS_* 3063 fun:_ZN5blink14RenderSVGShape5paintERNS_9PaintInfoERKNS_*
3064 ... 3064 ...
3065 fun:_ZN7WebCore13RenderSVGRoot*paint*PaintInfoERKNS_* 3065 fun:_ZN5blink13RenderSVGRoot*paint*PaintInfoERKNS_*
3066 } 3066 }
3067 { 3067 {
3068 bug_109872 3068 bug_109872
3069 Memcheck:Leak 3069 Memcheck:Leak
3070 fun:_Znw* 3070 fun:_Znw*
3071 fun:_ZN18BrowserProcessImpl29ResourceDispatcherHostCreatedEv 3071 fun:_ZN18BrowserProcessImpl29ResourceDispatcherHostCreatedEv
3072 fun:_ZN6chrome26ChromeContentBrowserClient29ResourceDispatcherHostCreatedEv 3072 fun:_ZN6chrome26ChromeContentBrowserClient29ResourceDispatcherHostCreatedEv
3073 fun:_ZN22ResourceDispatcherHost* 3073 fun:_ZN22ResourceDispatcherHost*
3074 ... 3074 ...
3075 fun:_ZN7content15BrowserMainLoop21BrowserThreadsStartedEv 3075 fun:_ZN7content15BrowserMainLoop21BrowserThreadsStartedEv
(...skipping 20 matching lines...) Expand all
3096 fun:_ZN17LeveldbValueStore9WriteToDbEPN7leveldb10WriteBatchE 3096 fun:_ZN17LeveldbValueStore9WriteToDbEPN7leveldb10WriteBatchE
3097 fun:_ZN17LeveldbValueStore3SetEiRKSsRKN4base5ValueE 3097 fun:_ZN17LeveldbValueStore3SetEiRKSsRKN4base5ValueE
3098 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetEiRKSsRKN4base5ValueE 3098 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetEiRKSsRKN4base5ValueE
3099 fun:_ZN10extensions23SyncableSettingsStorage3SetEiRKSsRKN4base5ValueE 3099 fun:_ZN10extensions23SyncableSettingsStorage3SetEiRKSsRKN4base5ValueE
3100 } 3100 }
3101 { 3101 {
3102 bug_111341 3102 bug_111341
3103 Memcheck:Leak 3103 Memcheck:Leak
3104 fun:malloc 3104 fun:malloc
3105 fun:_ZN3WTF10fastMallocEm 3105 fun:_ZN3WTF10fastMallocEm
3106 fun:_ZN7WebCore17ClipboardChromiumnwEm 3106 fun:_ZN5blink17ClipboardChromiumnwEm
3107 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE 3107 fun:_ZN5blink17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF10P assRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
3108 } 3108 }
3109 { 3109 {
3110 bug_111669 3110 bug_111669
3111 Memcheck:Leak 3111 Memcheck:Leak
3112 fun:_Znw* 3112 fun:_Znw*
3113 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi 3113 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
3114 } 3114 }
3115 { 3115 {
3116 bug_112278 3116 bug_112278
3117 Memcheck:Uninitialized 3117 Memcheck:Uninitialized
(...skipping 28 matching lines...) Expand all
3146 fun:_ZN2v88internal21HeapSnapshotGenerator16GenerateSnapshotEv 3146 fun:_ZN2v88internal21HeapSnapshotGenerator16GenerateSnapshotEv
3147 fun:_ZN2v88internal12HeapProfiler16TakeSnapshotImplEPKciPNS_15ActivityControl E 3147 fun:_ZN2v88internal12HeapProfiler16TakeSnapshotImplEPKciPNS_15ActivityControl E
3148 ... 3148 ...
3149 fun:_ZN2v88internal12HeapProfiler12TakeSnapshotEPNS0_6StringEiPNS_15ActivityC ontrolE 3149 fun:_ZN2v88internal12HeapProfiler12TakeSnapshotEPNS0_6StringEiPNS_15ActivityC ontrolE
3150 fun:_ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnaps hot4TypeEPNS_15ActivityControlE 3150 fun:_ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnaps hot4TypeEPNS_15ActivityControlE
3151 fun:_ZL13GetNumObjectsPKc 3151 fun:_ZL13GetNumObjectsPKc
3152 } 3152 }
3153 { 3153 {
3154 bug_112450_b 3154 bug_112450_b
3155 Memcheck:Unaddressable 3155 Memcheck:Unaddressable
3156 fun:_ZN7WebCore15PlatformSupport25loadPlatformAudioResourceEPKcd 3156 fun:_ZN5blink15PlatformSupport25loadPlatformAudioResourceEPKcd
3157 fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf 3157 fun:_ZN5blink8AudioBus20loadPlatformResourceEPKcf
3158 fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WT F6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_ 3158 fun:_ZN5blink13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6 StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
3159 fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif 3159 fun:_ZN5blink13HRTFElevation16createForSubjectERKN3WTF6StringEif
3160 fun:_ZN7WebCore12HRTFDatabaseC1Ef 3160 fun:_ZN5blink12HRTFDatabaseC1Ef
3161 fun:_ZN7WebCore12HRTFDatabase6createEf 3161 fun:_ZN5blink12HRTFDatabase6createEf
3162 fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv 3162 fun:_ZN5blink18HRTFDatabaseLoader4loadEv
3163 fun:_ZN7WebCoreL19databaseLoaderEntryEPv 3163 fun:_ZN5blinkL19databaseLoaderEntryEPv
3164 fun:_ZN3WTFL16threadEntryPointEPv 3164 fun:_ZN3WTFL16threadEntryPointEPv
3165 } 3165 }
3166 { 3166 {
3167 bug_112594_a 3167 bug_112594_a
3168 Memcheck:Leak 3168 Memcheck:Leak
3169 ... 3169 ...
3170 fun:NPP_New 3170 fun:NPP_New
3171 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_ 3171 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
3172 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib 3172 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
3173 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISs SaISsEES9_PNS0_9WebPluginEb 3173 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISs SaISsEES9_PNS0_9WebPluginEb
3174 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE 3174 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE
3175 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b 3175 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3176 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS _4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b 3176 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4 KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3177 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementER KNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b 3177 fun:_ZN5blink14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKN S_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3178 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementER KN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_ 3178 fun:_ZN5blink14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN 3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
3179 } 3179 }
3180 { 3180 {
3181 bug_112594_b 3181 bug_112594_b
3182 Memcheck:Unaddressable 3182 Memcheck:Unaddressable
3183 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jib NS1_8ReferrerEbb 3183 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jib NS1_8ReferrerEbb
3184 fun:_ZN6webkit5npapi13WebPluginImpl16HandleURLRequestEPKcS3_S3_S3_jibb 3184 fun:_ZN6webkit5npapi13WebPluginImpl16HandleURLRequestEPKcS3_S3_S3_jibb
3185 fun:_ZN6webkit5npapi14PluginInstance10RequestURLEPKcS3_S3_S3_jbPv 3185 fun:_ZN6webkit5npapi14PluginInstance10RequestURLEPKcS3_S3_S3_jbPv
3186 fun:GetURLNotify 3186 fun:GetURLNotify
3187 fun:NPN_GetURLNotify 3187 fun:NPN_GetURLNotify
3188 fun:_ZN10PluginTest16NPN_GetURLNotifyEPKcS1_Pv 3188 fun:_ZN10PluginTest16NPN_GetURLNotifyEPKcS1_Pv
3189 fun:_ZN34GetURLNotifyWithURLThatFailsToLoad7NPP_NewEPctsPS0_S1_P12_NPSavedDat a 3189 fun:_ZN34GetURLNotifyWithURLThatFailsToLoad7NPP_NewEPctsPS0_S1_P12_NPSavedDat a
3190 fun:NPP_New 3190 fun:NPP_New
3191 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_ 3191 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
3192 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib 3192 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
3193 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISs SaISsEES9_PNS0_9WebPluginEb 3193 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISs SaISsEES9_PNS0_9WebPluginEb
3194 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE 3194 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE
3195 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b 3195 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3196 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS _4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b 3196 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4 KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3197 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementER KNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b 3197 fun:_ZN5blink14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKN S_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3198 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementER KN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_ 3198 fun:_ZN5blink14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN 3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
3199 } 3199 }
3200 { 3200 {
3201 bug_112594_c 3201 bug_112594_c
3202 Memcheck:Unaddressable 3202 Memcheck:Unaddressable
3203 fun:_ZN27DocumentOpenInDestroyStream17NPP_DestroyStreamEP9_NPStreams 3203 fun:_ZN27DocumentOpenInDestroyStream17NPP_DestroyStreamEP9_NPStreams
3204 fun:NPP_DestroyStream 3204 fun:NPP_DestroyStream
3205 fun:_ZN6webkit5npapi14PluginInstance17NPP_DestroyStreamEP9_NPStreams 3205 fun:_ZN6webkit5npapi14PluginInstance17NPP_DestroyStreamEP9_NPStreams
3206 fun:_ZN6webkit5npapi12PluginStream5CloseEs 3206 fun:_ZN6webkit5npapi12PluginStream5CloseEs
3207 fun:_ZN6webkit5npapi15PluginStreamUrl5CloseEs 3207 fun:_ZN6webkit5npapi15PluginStreamUrl5CloseEs
3208 fun:_ZN6webkit5npapi15PluginStreamUrl16DidFinishLoadingEv 3208 fun:_ZN6webkit5npapi15PluginStreamUrl16DidFinishLoadingEv
3209 fun:_ZN6webkit5npapi13WebPluginImpl16didFinishLoadingEPN5blink12WebURLLoaderE d 3209 fun:_ZN6webkit5npapi13WebPluginImpl16didFinishLoadingEPN5blink12WebURLLoaderE d
3210 } 3210 }
3211 { 3211 {
3212 bug_112594_d 3212 bug_112594_d
3213 Memcheck:Leak 3213 Memcheck:Leak
3214 fun:malloc 3214 fun:malloc
3215 fun:NPN_MemAlloc 3215 fun:NPN_MemAlloc
3216 fun:*Enumerate*ObjectPPPvPj 3216 fun:*Enumerate*ObjectPPPvPj
3217 fun:_ZN7WebCore26npObjectPropertyEnumerator*Info* 3217 fun:_ZN5blink26npObjectPropertyEnumerator*Info*
3218 ... 3218 ...
3219 fun:_ZN2v88internal28Runtime_GetPropertyNamesFast*IsolateE 3219 fun:_ZN2v88internal28Runtime_GetPropertyNamesFast*IsolateE
3220 } 3220 }
3221 { 3221 {
3222 bug_112573 3222 bug_112573
3223 Memcheck:Leak 3223 Memcheck:Leak
3224 fun:_Znw* 3224 fun:_Znw*
3225 fun:_ZN2v88internal2OS15CreateSemaphoreEi 3225 fun:_ZN2v88internal2OS15CreateSemaphoreEi
3226 fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE 3226 fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE
3227 fun:_ZN2v88internal6Logger5SetUpEv 3227 fun:_ZN2v88internal6Logger5SetUpEv
3228 fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE 3228 fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE
3229 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE 3229 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE
3230 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi 3230 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi
3231 fun:_ZN2v88internal8Snapshot10InitializeEPKc 3231 fun:_ZN2v88internal8Snapshot10InitializeEPKc
3232 fun:_ZN2v8L16InitializeHelperEv 3232 fun:_ZN2v8L16InitializeHelperEv
3233 fun:_ZN2v8L27EnsureInitializedForIsolateEPNS_8internal7IsolateEPKc 3233 fun:_ZN2v8L27EnsureInitializedForIsolateEPNS_8internal7IsolateEPKc
3234 fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueE EEES5_ 3234 fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueE EEES5_
3235 fun:_ZN7WebCore27WorkerContextExecutionProxy19initContextIfNeededEv 3235 fun:_ZN5blink27WorkerContextExecutionProxy19initContextIfNeededEv
3236 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1 _12TextPositionEPNS_27WorkerContextExecutionStateE 3236 fun:_ZN5blink27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1_1 2TextPositionEPNS_27WorkerContextExecutionStateE
3237 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_ 11ScriptValueE 3237 fun:_ZN5blink22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_11 ScriptValueE
3238 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE 3238 fun:_ZN5blink22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE
3239 fun:_ZN7WebCore12WorkerThread12workerThreadEv 3239 fun:_ZN5blink12WorkerThread12workerThreadEv
3240 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 3240 fun:_ZN5blink12WorkerThread17workerThreadStartEPv
3241 fun:_ZN3WTFL16threadEntryPointEPv 3241 fun:_ZN3WTFL16threadEntryPointEPv
3242 } 3242 }
3243 { 3243 {
3244 bug_112835 3244 bug_112835
3245 Memcheck:Unaddressable 3245 Memcheck:Unaddressable
3246 ... 3246 ...
3247 fun:_ZN5blink31WorkerFileSystemCallbacksBridge4stopEv 3247 fun:_ZN5blink31WorkerFileSystemCallbacksBridge4stopEv
3248 fun:_ZN5blink31WorkerFileSystemContextObserver10notifyStopEv 3248 fun:_ZN5blink31WorkerFileSystemContextObserver10notifyStopEv
3249 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv 3249 fun:_ZN5blink13WorkerContext21notifyObserversOfStopEv
3250 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecu tionContextE 3250 fun:_ZN5blink29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecuti onContextE
3251 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 3251 fun:_ZN5blink13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCont extE
3252 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE 3252 fun:_ZN5blink13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
3253 } 3253 }
3254 { 3254 {
3255 bug_115294 3255 bug_115294
3256 Memcheck:Leak 3256 Memcheck:Leak
3257 fun:_Znw* 3257 fun:_Znw*
3258 ... 3258 ...
3259 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters 3259 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters
3260 } 3260 }
3261 { 3261 {
3262 bug_116475 3262 bug_116475
3263 Memcheck:Uninitialized 3263 Memcheck:Uninitialized
3264 ... 3264 ...
3265 fun:_ZNK4base9Histogram11BucketIndexEi 3265 fun:_ZNK4base9Histogram11BucketIndexEi
3266 fun:_ZN4base9Histogram3AddEi 3266 fun:_ZN4base9Histogram3AddEi
3267 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciii i 3267 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciii i
3268 fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii 3268 fun:_ZN5blink15PlatformSupport21histogramCustomCountsEPKciiii
3269 fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPasses* 3269 fun:_ZN5blink19CCLayerTreeHostImpl20optimizeRenderPasses*
3270 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv 3270 fun:_ZN5blink19CCLayerTreeHostImpl10drawLayersEv
3271 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv 3271 fun:_ZN5blink19CCSingleThreadProxy11doCompositeEv
3272 } 3272 }
3273 { 3273 {
3274 bug_118890_a 3274 bug_118890_a
3275 Memcheck:Leak 3275 Memcheck:Leak
3276 ... 3276 ...
3277 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE 3277 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
3278 fun:_ZN8notifier5Login15StartConnectionEv 3278 fun:_ZN8notifier5Login15StartConnectionEv
3279 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 3279 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
3280 } 3280 }
3281 { 3281 {
3282 bug_118890_b 3282 bug_118890_b
3283 Memcheck:Leak 3283 Memcheck:Leak
3284 fun:_Znw* 3284 fun:_Znw*
3285 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv 3285 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
3286 } 3286 }
3287 { 3287 {
3288 bug_122189 3288 bug_122189
3289 Memcheck:Leak 3289 Memcheck:Leak
3290 fun:_Znw* 3290 fun:_Znw*
3291 fun:_ZN5blink16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserC lientERKNS1_5ColorE 3291 fun:_ZN5blink16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserC lientERKNS1_5ColorE
3292 fun:_ZN7WebCore6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5Col orE 3292 fun:_ZN5blink6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5Color E
3293 fun:_ZN7WebCore14ColorInputType22handleDOMActivateEventEPNS_5EventE 3293 fun:_ZN5blink14ColorInputType22handleDOMActivateEventEPNS_5EventE
3294 fun:_ZN7WebCore16HTMLInputElement19defaultEventHandlerEPNS_5EventE 3294 fun:_ZN5blink16HTMLInputElement19defaultEventHandlerEPNS_5EventE
3295 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEE E 3295 fun:_ZN5blink15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE
3296 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE 3296 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE
3297 } 3297 }
3298 { 3298 {
3299 bug_122192 3299 bug_122192
3300 Memcheck:Leak 3300 Memcheck:Leak
3301 fun:_Znw* 3301 fun:_Znw*
3302 ... 3302 ...
3303 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE 3303 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
3304 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ 3304 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
3305 fun:_ZN14webkit_support23CreateGraphicsContext3DERKN5blink20WebGraphicsContex t3D10AttributesEPNS0_7WebViewEb 3305 fun:_ZN14webkit_support23CreateGraphicsContext3DERKN5blink20WebGraphicsContex t3D10AttributesEPNS0_7WebViewEb
(...skipping 19 matching lines...) Expand all
3325 fun:_ZN12SkGlyphCache17getGlyphIDMetricsEt 3325 fun:_ZN12SkGlyphCache17getGlyphIDMetricsEt
3326 fun:_ZL22sk_getMetrics_glyph_00P12SkGlyphCachePPKcii 3326 fun:_ZL22sk_getMetrics_glyph_00P12SkGlyphCachePPKcii
3327 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint 3327 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
3328 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint 3328 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
3329 fun:_ZN11SkGpuDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint 3329 fun:_ZN11SkGpuDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
3330 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint 3330 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
3331 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData ERKNS_11GlyphBufferEiiRKNS_10FloatPointE 3331 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData ERKNS_11GlyphBufferEiiRKNS_10FloatPointE
3332 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK NS_11GlyphBufferERKNS_10FloatPointE 3332 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK NS_11GlyphBufferERKNS_10FloatPointE
3333 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii 3333 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii
3334 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii 3334 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo atPointEii
3335 fun:_ZN7WebCore15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_ 10FloatPointE 3335 fun:_ZN5blink15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_10 FloatPointE
3336 fun:_ZN7WebCore24CanvasRenderingContext2D16drawTextInternalERKN3WTF6StringEff bfb 3336 fun:_ZN5blink24CanvasRenderingContext2D16drawTextInternalERKN3WTF6StringEffbf b
3337 fun:_ZN7WebCore24CanvasRenderingContext2D10strokeTextERKN3WTF6StringEfff 3337 fun:_ZN5blink24CanvasRenderingContext2D10strokeTextERKN3WTF6StringEfff
3338 fun:_ZN7WebCore32CanvasRenderingContext2DInternalL18strokeTextCallbackERKN2v8 9ArgumentsE 3338 fun:_ZN5blink32CanvasRenderingContext2DInternalL18strokeTextCallbackERKN2v89A rgumentsE
3339 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3339 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3340 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3340 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3341 } 3341 }
3342 { 3342 {
3343 bug_122429 3343 bug_122429
3344 Memcheck:Leak 3344 Memcheck:Leak
3345 fun:_Znw* 3345 fun:_Znw*
3346 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE 3346 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
3347 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ 3347 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
3348 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blin k20WebGraphicsContext3D10AttributesE 3348 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blin k20WebGraphicsContext3D10AttributesE
3349 fun:_ZN13TestWebPlugin10initializeEPN5blink18WebPluginContainerE 3349 fun:_ZN13TestWebPlugin10initializeEPN5blink18WebPluginContainerE
3350 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b 3350 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3351 } 3351 }
3352 { 3352 {
3353 bug_122431 3353 bug_122431
3354 Memcheck:Leak 3354 Memcheck:Leak
3355 fun:_Znw* 3355 fun:_Znw*
3356 fun:_ZN11WebViewHost12createPluginEPN5blink8WebFrameERKNS0_15WebPluginParamsE 3356 fun:_ZN11WebViewHost12createPluginEPN5blink8WebFrameERKNS0_15WebPluginParamsE
3357 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b 3357 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3358 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS _4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b 3358 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4 KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3359 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementER KNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b 3359 fun:_ZN5blink14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKN S_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3360 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementER KN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_ 3360 fun:_ZN5blink14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN 3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
3361 fun:_ZN7WebCore16HTMLEmbedElement12updateWidgetENS_20PluginCreationOptionE 3361 fun:_ZN5blink16HTMLEmbedElement12updateWidgetENS_20PluginCreationOptionE
3362 } 3362 }
3363 { 3363 {
3364 bug_122435a 3364 bug_122435a
3365 Memcheck:Leak 3365 Memcheck:Leak
3366 fun:_Zna* 3366 fun:_Zna*
3367 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj 3367 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
3368 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContext*SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiE E 3368 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContext*SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiE E
3369 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE 3369 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE
3370 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE 3370 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
3371 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ 3371 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
(...skipping 24 matching lines...) Expand all
3396 fun:_ZN3gpu13CommonDecoder12CreateBucketEj 3396 fun:_ZN3gpu13CommonDecoder12CreateBucketEj
3397 } 3397 }
3398 { 3398 {
3399 bug_122437 3399 bug_122437
3400 Memcheck:Leak 3400 Memcheck:Leak
3401 fun:_Znw* 3401 fun:_Znw*
3402 ... 3402 ...
3403 fun:_ZN3gpu19MappedMemoryManager5Alloc* 3403 fun:_ZN3gpu19MappedMemoryManager5Alloc*
3404 fun:_ZN3gpu5gles219GLES2Implementation24MapTexSubImage2DCHROMIUM* 3404 fun:_ZN3gpu5gles219GLES2Implementation24MapTexSubImage2DCHROMIUM*
3405 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl24mapTexSub Image2DCHROMIUM* 3405 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl24mapTexSub Image2DCHROMIUM*
3406 fun:_ZN7WebCore24GraphicsContext3DPrivate24mapTexSubImage2DCHROMIUM* 3406 fun:_ZN5blink24GraphicsContext3DPrivate24mapTexSubImage2DCHROMIUM*
3407 fun:_ZN7WebCore20Extensions3DChromium24mapTexSubImage2DCHROMIUM* 3407 fun:_ZN5blink20Extensions3DChromium24mapTexSubImage2DCHROMIUM*
3408 fun:_ZN7WebCore20LayerTextureSubImage24uploadWithMapTexSubImageEPKhRKNS_7IntR ectES5_S5_jPNS_17GraphicsContext3DE 3408 fun:_ZN5blink20LayerTextureSubImage24uploadWithMapTexSubImageEPKhRKNS_7IntRec tES5_S5_jPNS_17GraphicsContext3DE
3409 fun:_ZN7WebCore20LayerTextureSubImage6uploadEPKhRKNS_7IntRectES5_S5_jPNS_17Gr aphicsContext3DE 3409 fun:_ZN5blink20LayerTextureSubImage6uploadEPKhRKNS_7IntRectES5_S5_jPNS_17Grap hicsContext3DE
3410 fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater17updateTextureRectEPNS_17Gra phicsContext3DEPNS_16TextureAllocatorEPNS_14ManagedTextureERKNS_7IntRectES9_ 3410 fun:_ZN5blink31BitmapCanvasLayerTextureUpdater17updateTextureRectEPNS_17Graph icsContext3DEPNS_16TextureAllocatorEPNS_14ManagedTextureERKNS_7IntRectES9_
3411 fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater7Texture10updateRectEPNS_17Gr aphicsContext3DEPNS_16TextureAllocatorERKNS_7IntRectES8_ 3411 fun:_ZN5blink31BitmapCanvasLayerTextureUpdater7Texture10updateRectEPNS_17Grap hicsContext3DEPNS_16TextureAllocatorERKNS_7IntRectES8_
3412 } 3412 }
3413 { 3413 {
3414 bug_122454 3414 bug_122454
3415 Memcheck:Leak 3415 Memcheck:Leak
3416 fun:_Znw* 3416 fun:_Znw*
3417 fun:_ZN11GrGLTexture4initEP7GrGpuGLRKNS_4DescEPKN16GrGLRenderTarget4DescE 3417 fun:_ZN11GrGLTexture4initEP7GrGpuGLRKNS_4DescEPKN16GrGLRenderTarget4DescE
3418 fun:_ZN11GrGLTextureC1EP7GrGpuGLRKNS_4DescE 3418 fun:_ZN11GrGLTextureC1EP7GrGpuGLRKNS_4DescE
3419 fun:_ZN7GrGpuGL15onCreateTextureERK13GrTextureDescPKvm 3419 fun:_ZN7GrGpuGL15onCreateTextureERK13GrTextureDescPKvm
3420 fun:_ZN5GrGpu13createTextureERK13GrTextureDescPKvm 3420 fun:_ZN5GrGpu13createTextureERK13GrTextureDescPKvm
3421 fun:_ZN9GrContext20createAndLockTextureEmPK14GrSamplerStateRK13GrTextureDescP vm 3421 fun:_ZN9GrContext20createAndLockTextureEmPK14GrSamplerStateRK13GrTextureDescP vm
3422 fun:_Z27sk_gr_create_bitmap_textureP9GrContextmPK14GrSamplerStateRK8SkBitmap 3422 fun:_Z27sk_gr_create_bitmap_textureP9GrContextmPK14GrSamplerStateRK8SkBitmap
3423 fun:_ZN11SkGpuDevice17lockCachedTextureERK8SkBitmapPK14GrSamplerState 3423 fun:_ZN11SkGpuDevice17lockCachedTextureERK8SkBitmapPK14GrSamplerState
3424 } 3424 }
3425 { 3425 {
3426 bug_122455 3426 bug_122455
3427 Memcheck:Leak 3427 Memcheck:Leak
3428 fun:_Znw* 3428 fun:_Znw*
3429 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8allocateEmPKv 3429 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8allocateEmPKv
3430 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE11_M_get_nodeEv 3430 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE11_M_get_nodeEv
3431 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE14_M_create_nodeERKS s 3431 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE14_M_create_nodeERKS s
3432 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE10_M_insert_EPKSt18_ Rb_tree_node_baseS8_RKSs 3432 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE10_M_insert_EPKSt18_ Rb_tree_node_baseS8_RKSs
3433 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueER KSs 3433 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueER KSs
3434 fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs 3434 fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs
3435 fun:_ZN3gpu5gles219GLES2Implementation32GetRequestableExtensionsCHROMIUMEv 3435 fun:_ZN3gpu5gles219GLES2Implementation32GetRequestableExtensionsCHROMIUMEv
3436 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl32getReques tableExtensionsCHROMIUMEv 3436 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl32getReques tableExtensionsCHROMIUMEv
3437 fun:_ZN7WebCore24GraphicsContext3DPrivate20initializeExtensionsEv 3437 fun:_ZN5blink24GraphicsContext3DPrivate20initializeExtensionsEv
3438 fun:_ZN7WebCore24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE 3438 fun:_ZN5blink24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE
3439 } 3439 }
3440 { 3440 {
3441 bug_122457 3441 bug_122457
3442 Memcheck:Leak 3442 Memcheck:Leak
3443 fun:malloc 3443 fun:malloc
3444 fun:_ZN3WTF10fastMallocEm 3444 fun:_ZN3WTF10fastMallocEm
3445 fun:_ZN3WTF10RefCountedIN7WebCore7ArchiveEEnwEm 3445 fun:_ZN3WTF10RefCountedIN7WebCore7ArchiveEEnwEm
3446 fun:_ZN7WebCore12MHTMLArchive6createEv 3446 fun:_ZN5blink12MHTMLArchive6createEv
3447 ... 3447 ...
3448 fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE 3448 fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
3449 fun:_ZN7WebCore11MHTMLParser12parseArchiveEv 3449 fun:_ZN5blink11MHTMLParser12parseArchiveEv
3450 fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE 3450 fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
3451 fun:_ZN7WebCoreL20archiveFactoryCreateINS_12MHTMLArchiveEEEN3WTF10PassRefPtrI NS_7ArchiveEEERKNS_4KURLEPNS_12SharedBufferE 3451 fun:_ZN5blinkL20archiveFactoryCreateINS_12MHTMLArchiveEEEN3WTF10PassRefPtrINS _7ArchiveEEERKNS_4KURLEPNS_12SharedBufferE
3452 fun:_ZN7WebCore14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6 StringE 3452 fun:_ZN5blink14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6St ringE
3453 ... 3453 ...
3454 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv 3454 fun:_ZN5blink14DocumentLoader15finishedLoadingEv
3455 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd 3455 fun:_ZN5blink18MainResourceLoader16didFinishLoadingEd
3456 } 3456 }
3457 { 3457 {
3458 bug_122670 3458 bug_122670
3459 Memcheck:Leak 3459 Memcheck:Leak
3460 fun:_Znw* 3460 fun:_Znw*
3461 fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1E v 3461 fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1E v
3462 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai ntInfoERKNS* 3462 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai ntInfoERKNS*
3463 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS* 3463 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS*
3464 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS* 3464 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS*
3465 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS* 3465 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS*
3466 } 3466 }
3467 { 3467 {
3468 bug_122716 3468 bug_122716
3469 Memcheck:Leak 3469 Memcheck:Leak
3470 fun:_Znw* 3470 fun:_Znw*
3471 fun:_ZN9__gnu_cxx13new_allocatorISsE8allocate* 3471 fun:_ZN9__gnu_cxx13new_allocatorISsE8allocate*
3472 fun:_ZNSt12_Vector_baseISsSaISsEE11_M_allocate* 3472 fun:_ZNSt12_Vector_baseISsSaISsEE11_M_allocate*
3473 fun:_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS 1_EERKSs 3473 fun:_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS 1_EERKSs
3474 fun:_ZNSt6vectorISsSaISsEE9push_backERKSs 3474 fun:_ZNSt6vectorISsSaISsEE9push_backERKSs
3475 fun:_ZN4baseL12SplitStringTISsEEvRKT_NS1_10value_typeEbPSt6vectorIS1_SaIS1_EE 3475 fun:_ZN4baseL12SplitStringTISsEEvRKT_NS1_10value_typeEbPSt6vectorIS1_SaIS1_EE
(...skipping 12 matching lines...) Expand all
3488 Memcheck:Leak 3488 Memcheck:Leak
3489 fun:_Znw* 3489 fun:_Znw*
3490 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 3490 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
3491 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 3491 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
3492 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_ 3492 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_
3493 } 3493 }
3494 { 3494 {
3495 bug_122752a 3495 bug_122752a
3496 Memcheck:Unaddressable 3496 Memcheck:Unaddressable
3497 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Tas kEEE 3497 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Tas kEEE
3498 fun:_ZN7WebCore13CCThreadProxy18finishAllRenderingEv 3498 fun:_ZN5blink13CCThreadProxy18finishAllRenderingEv
3499 fun:_ZN7WebCore15CCLayerTreeHost18finishAllRenderingEv 3499 fun:_ZN5blink15CCLayerTreeHost18finishAllRenderingEv
3500 fun:_ZN5blink16WebLayerTreeView18finishAllRenderingEv 3500 fun:_ZN5blink16WebLayerTreeView18finishAllRenderingEv
3501 fun:_ZN5blink11WebViewImpl33setIsAcceleratedCompositingActiveEb 3501 fun:_ZN5blink11WebViewImpl33setIsAcceleratedCompositingActiveEb
3502 fun:_ZN5blink11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE 3502 fun:_ZN5blink11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
3503 } 3503 }
3504 { 3504 {
3505 bug_122752b 3505 bug_122752b
3506 Memcheck:Unaddressable 3506 Memcheck:Unaddressable
3507 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Tas kEEE 3507 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Tas kEEE
3508 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv 3508 fun:_ZN5blink13CCThreadProxy14setNeedsCommitEv
3509 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv 3509 fun:_ZN5blink15CCLayerTreeHost14setNeedsCommitEv
3510 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv 3510 fun:_ZN5blink13LayerChromium14setNeedsCommitEv
3511 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_ 3511 fun:_ZN5blink13LayerChromium11removeChildEPS0_
3512 fun:_ZN7WebCore13LayerChromium16removeFromParentEv 3512 fun:_ZN5blink13LayerChromium16removeFromParentEv
3513 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv 3513 fun:_ZN5blink21GraphicsLayerChromium16removeFromParentEv
3514 } 3514 }
3515 { 3515 {
3516 bug_123307 3516 bug_123307
3517 Memcheck:Leak 3517 Memcheck:Leak
3518 fun:malloc 3518 fun:malloc
3519 fun:_ZN3WTF10fastMallocEm 3519 fun:_ZN3WTF10fastMallocEm
3520 fun:_ZN3WTF16fastZeroedMallocEm 3520 fun:_ZN3WTF16fastZeroedMallocEm
3521 ... 3521 ...
3522 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS 3_EERKj 3522 fun:_ZN5blink12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS3_ EERKj
3523 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6Obje ctEEE 3523 fun:_ZN5blink12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6Object EEE
3524 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE 3524 fun:_ZN5blink12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5ValueEE EPNS1_9StateBaseE
3525 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE 3525 fun:_ZN5blink12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
3526 fun:_ZN7WebCore21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6Vect orINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb 3526 fun:_ZN5blink21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6Vector INS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
3527 fun:_ZN7WebCore21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF 6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1E EERb 3527 fun:_ZN5blink21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF6V ectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEE Rb
3528 fun:_ZN7WebCoreL25handlePostMessageCallbackERKN2v89ArgumentsEb 3528 fun:_ZN5blinkL25handlePostMessageCallbackERKN2v89ArgumentsEb
3529 fun:_ZN7WebCore11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE 3529 fun:_ZN5blink11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
3530 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3530 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3531 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3531 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3532 } 3532 }
3533 { 3533 {
3534 bug_124156 3534 bug_124156
3535 Memcheck:Leak 3535 Memcheck:Leak
3536 fun:_Znw* 3536 fun:_Znw*
3537 ... 3537 ...
3538 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE 3538 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE
3539 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE 3539 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv 3600 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
3601 fun:_ZN12invalidation22InvalidationClientImpl5StartEv 3601 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
3602 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9 ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24Inv alidationStateTrackerEEEPNS0_8ListenerE 3602 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9 ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24Inv alidationStateTrackerEEEPNS0_8ListenerE
3603 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_ 3603 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
3604 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS 3_ 3604 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS 3_
3605 } 3605 }
3606 { 3606 {
3607 bug_130619 3607 bug_130619
3608 Memcheck:Leak 3608 Memcheck:Leak
3609 fun:_Znw* 3609 fun:_Znw*
3610 fun:_ZN7WebCore9ClipRects6createERKS0_ 3610 fun:_ZN5blink9ClipRects6createERKS0_
3611 fun:_ZN7WebCore11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13Cl ipRectsTypeENS_29OverlayScrollbarSizeRelevancyE 3611 fun:_ZN5blink11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13Clip RectsTypeENS_29OverlayScrollbarSizeRelevancyE
3612 ... 3612 ...
3613 fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13C lipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE 3613 fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13C lipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE
3614 fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_ 13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE 3614 fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_ 13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
3615 } 3615 }
3616 { 3616 {
3617 bug_138058 3617 bug_138058
3618 Memcheck:Uninitialized 3618 Memcheck:Uninitialized
3619 ... 3619 ...
3620 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE 3620 fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
3621 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE 3621 fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6String E
3622 fun:_ZN7WebCore12TextTrackCue12getCueAsHTMLEv 3622 fun:_ZN5blink12TextTrackCue12getCueAsHTMLEv
3623 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf 3623 fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
3624 fun:_ZN7WebCore16HTMLMediaElement25updateActiveTextTrackCuesEf 3624 fun:_ZN5blink16HTMLMediaElement25updateActiveTextTrackCuesEf
3625 } 3625 }
3626 { 3626 {
3627 bug_138060 3627 bug_138060
3628 Memcheck:Uninitialized 3628 Memcheck:Uninitialized
3629 fun:_NPN_EvaluateHelper 3629 fun:_NPN_EvaluateHelper
3630 fun:_NPN_Evaluate 3630 fun:_NPN_Evaluate
3631 fun:_ZN5blink11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant 3631 fun:_ZN5blink11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant
3632 fun:_ZL13executeScriptPK12PluginObjectPKc 3632 fun:_ZL13executeScriptPK12PluginObjectPKc
3633 fun:NPP_Destroy 3633 fun:NPP_Destroy
3634 fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv 3634 fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv
3635 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv 3635 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv
3636 fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev 3636 fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev
3637 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv 3637 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv
3638 fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN5blink12WebURLL oaderE 3638 fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN5blink12WebURLL oaderE
3639 fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN5blink18WebPluginContaine rE 3639 fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN5blink18WebPluginContaine rE
3640 fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv 3640 fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv
3641 fun:_ZN5blink22WebPluginContainerImplD0Ev 3641 fun:_ZN5blink22WebPluginContainerImplD0Ev
3642 fun:_ZN3WTF10RefCountedIN7WebCore6WidgetEE5derefEv 3642 fun:_ZN3WTF10RefCountedIN7WebCore6WidgetEE5derefEv
3643 fun:_ZNSt4pairIN3WTF6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewEED1Ev 3643 fun:_ZNSt4pairIN3WTF6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewEED1Ev
3644 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameVie wEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTr aitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i 3644 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameVie wEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTr aitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i
3645 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameVie wEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTr aitsIS4_EENSE_IS7_EEEESF_ED1Ev 3645 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameVie wEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTr aitsIS4_EENSE_IS7_EEEESF_ED1Ev
3646 fun:_ZN3WTF7HashMapINS_6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewENS_7PtrHash IS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev 3646 fun:_ZN3WTF7HashMapINS_6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewENS_7PtrHash IS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev
3647 fun:_ZN7WebCore12RenderWidget28resumeWidgetHierarchyUpdatesEv 3647 fun:_ZN5blink12RenderWidget28resumeWidgetHierarchyUpdatesEv
3648 fun:_ZN7WebCore7Element6detachEv 3648 fun:_ZN5blink7Element6detachEv
3649 fun:_ZN7WebCore13ContainerNode14detachChildrenEv 3649 fun:_ZN5blink13ContainerNode14detachChildrenEv
3650 fun:_ZN7WebCore13ContainerNode6detachEv 3650 fun:_ZN5blink13ContainerNode6detachEv
3651 } 3651 }
3652 { 3652 {
3653 bug_138220_a 3653 bug_138220_a
3654 Memcheck:Uninitialized 3654 Memcheck:Uninitialized
3655 fun:_ZNK7WebCore16HTMLInputElement8dataListEv 3655 fun:_ZNK7WebCore16HTMLInputElement8dataListEv
3656 fun:_ZNK7WebCore16HTMLInputElement4listEv 3656 fun:_ZNK7WebCore16HTMLInputElement4listEv
3657 fun:_ZN7WebCore21RenderSliderContainer6layoutEv 3657 fun:_ZN5blink21RenderSliderContainer6layoutEv
3658 fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginIn foERNS_20FractionalLayoutUnitES6_ 3658 fun:_ZN5blink11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginInfo ERNS_20FractionalLayoutUnitES6_
3659 fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnit E 3659 fun:_ZN5blink11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnitE
3660 fun:_ZN7WebCore11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE 3660 fun:_ZN5blink11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE
3661 fun:_ZN7WebCore11RenderBlock6layoutEv 3661 fun:_ZN5blink11RenderBlock6layoutEv
3662 fun:_ZN7WebCore12RenderSlider6layoutEv 3662 fun:_ZN5blink12RenderSlider6layoutEv
3663 } 3663 }
3664 { 3664 {
3665 bug_138220_b 3665 bug_138220_b
3666 Memcheck:Uninitialized 3666 Memcheck:Uninitialized
3667 fun:_ZNK7WebCore16HTMLInputElement8dataListEv 3667 fun:_ZNK7WebCore16HTMLInputElement8dataListEv
3668 fun:_ZNK7WebCore16HTMLInputElement4listEv 3668 fun:_ZNK7WebCore16HTMLInputElement4listEv
3669 fun:_ZN7WebCore11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9Paint InfoERKNS_7IntRectE 3669 fun:_ZN5blink11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9PaintIn foERKNS_7IntRectE
3670 fun:_ZN7WebCore24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjec tERKNS_9PaintInfoERKNS_7IntRectE 3670 fun:_ZN5blink24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjectE RKNS_9PaintInfoERKNS_7IntRectE
3671 fun:_ZN7WebCore11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7I ntRectE 3671 fun:_ZN5blink11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7Int RectE
3672 fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21Fraction alLayoutPointE 3672 fun:_ZN5blink9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21Fractional LayoutPointE
3673 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLay outPointE 3673 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLayou tPointE
3674 } 3674 }
3675 { 3675 {
3676 bug_138233_a 3676 bug_138233_a
3677 Memcheck:Leak 3677 Memcheck:Leak
3678 fun:malloc 3678 fun:malloc
3679 fun:_ZN3WTF10fastMallocEm 3679 fun:_ZN3WTF10fastMallocEm
3680 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm 3680 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
3681 fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE 3681 fun:_ZN5blink17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
3682 fun:_ZNK7WebCore13ScriptProfile4headEv 3682 fun:_ZNK7WebCore13ScriptProfile4headEv
3683 fun:_ZN7WebCore23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6Str ingEEERKNS1_12AccessorInfoE 3683 fun:_ZN5blink23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6Strin gEEERKNS1_12AccessorInfoE
3684 fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6S tringE 3684 fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6S tringE
3685 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringE P18PropertyAttributes 3685 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringE P18PropertyAttributes
3686 fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6Objec tEEENS3_INS0_6StringEEE 3686 fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6Objec tEEENS3_INS0_6StringEEE
3687 fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE 3687 fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE
3688 } 3688 }
3689 { 3689 {
3690 bug_138233_b 3690 bug_138233_b
3691 Memcheck:Leak 3691 Memcheck:Leak
3692 fun:malloc 3692 fun:malloc
3693 fun:_ZN3WTF10fastMallocEm 3693 fun:_ZN3WTF10fastMallocEm
3694 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm 3694 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
3695 fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE 3695 fun:_ZN5blink17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
3696 fun:_ZNK7WebCore17ScriptProfileNode8childrenEv 3696 fun:_ZNK7WebCore17ScriptProfileNode8childrenEv
3697 fun:_ZN7WebCore27ScriptProfileNodeV8InternalL16childrenCallbackERKN2v89Argume ntsE 3697 fun:_ZN5blink27ScriptProfileNodeV8InternalL16childrenCallbackERKN2v89Argument sE
3698 } 3698 }
3699 { 3699 {
3700 bug_138522 3700 bug_138522
3701 Memcheck:Leak 3701 Memcheck:Leak
3702 fun:_Znw* 3702 fun:_Znw*
3703 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE 3703 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS 4_6StringEEENS_12ExternalModeE
3704 fun:_ZN*WebCore*V8StringResourceILNS_20V8StringResourceMode* 3704 fun:_ZN*WebCore*V8StringResourceILNS_20V8StringResourceMode*
3705 ... 3705 ...
3706 fun:_ZN7WebCore21EventTargetV8InternalL22addEventListenerMethodERKN2v820Funct ionCallbackInfoINS1_5ValueEEE 3706 fun:_ZN5blink21EventTargetV8InternalL22addEventListenerMethodERKN2v820Functio nCallbackInfoINS1_5ValueEEE
3707 } 3707 }
3708 { 3708 {
3709 bug_138712 3709 bug_138712
3710 Memcheck:Uninitialized 3710 Memcheck:Uninitialized
3711 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _ 3711 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _
3712 fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv 3712 fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv
3713 } 3713 }
3714 { 3714 {
3715 bug_139467 3715 bug_139467
3716 Memcheck:Uninitialized 3716 Memcheck:Uninitialized
3717 fun:_ZNK7WebCore18AccessibilityTable9roleValueEv 3717 fun:_ZNK7WebCore18AccessibilityTable9roleValueEv
3718 fun:_ZNK7WebCore25AccessibilityRenderObject20ariaLiveRegionStatusEv 3718 fun:_ZNK7WebCore25AccessibilityRenderObject20ariaLiveRegionStatusEv
3719 fun:_ZNK7WebCore19AccessibilityObject22supportsARIALiveRegionEv 3719 fun:_ZNK7WebCore19AccessibilityObject22supportsARIALiveRegionEv
3720 fun:_ZNK7WebCore19AccessibilityObject22supportsARIAAttributesEv 3720 fun:_ZNK7WebCore19AccessibilityObject22supportsARIAAttributesEv
3721 fun:_ZN7WebCore25AccessibilityRenderObject26determineAccessibilityRoleEv 3721 fun:_ZN5blink25AccessibilityRenderObject26determineAccessibilityRoleEv
3722 fun:_ZN7WebCore23AccessibilityNodeObject4initEv 3722 fun:_ZN5blink23AccessibilityNodeObject4initEv
3723 fun:_ZN7WebCore25AccessibilityRenderObject4initEv 3723 fun:_ZN5blink25AccessibilityRenderObject4initEv
3724 fun:_ZN7WebCore18AccessibilityTable4initEv 3724 fun:_ZN5blink18AccessibilityTable4initEv
3725 } 3725 }
3726 { 3726 {
3727 bug_139470 3727 bug_139470
3728 Memcheck:Leak 3728 Memcheck:Leak
3729 fun:_Znw* 3729 fun:_Znw*
3730 fun:_ZN7WebCore22ThreadableBlobRegistry17unregisterBlobURLERKNS_4KURLE 3730 fun:_ZN5blink22ThreadableBlobRegistry17unregisterBlobURLERKNS_4KURLE
3731 ... 3731 ...
3732 fun:_ZN7WebCore15WrapperTypeInfo11derefObjectEPv 3732 fun:_ZN5blink15WrapperTypeInfo11derefObjectEPv
3733 fun:_ZN7WebCore7DOMData11derefObjectEPNS_15WrapperTypeInfoEPv 3733 fun:_ZN5blink7DOMData11derefObjectEPNS_15WrapperTypeInfoEPv
3734 fun:_ZN7WebCore7DOMData23WrapperMapObjectRemoverIvE15visitDOMWrapperEPNS_12DO MDataStoreEPvN2v810PersistentINS6_6ObjectEEE 3734 fun:_ZN5blink7DOMData23WrapperMapObjectRemoverIvE15visitDOMWrapperEPNS_12DOMD ataStoreEPvN2v810PersistentINS6_6ObjectEEE
3735 fun:_ZN7WebCore16WeakReferenceMapIvN2v86ObjectEE5visitEPNS_12DOMDataStoreEPNS _24AbstractWeakReferenceMapIvS2_E7VisitorE 3735 fun:_ZN5blink16WeakReferenceMapIvN2v86ObjectEE5visitEPNS_12DOMDataStoreEPNS_2 4AbstractWeakReferenceMapIvS2_E7VisitorE
3736 fun:_ZN7WebCore7DOMData27removeObjectsFromWrapperMapIvEEvPNS_12DOMDataStoreER NS_24AbstractWeakReferenceMapIT_N2v86ObjectEEE 3736 fun:_ZN5blink7DOMData27removeObjectsFromWrapperMapIvEEvPNS_12DOMDataStoreERNS _24AbstractWeakReferenceMapIT_N2v86ObjectEEE
3737 fun:_ZN7WebCore19removeAllDOMObjectsEv 3737 fun:_ZN5blink19removeAllDOMObjectsEv
3738 fun:_ZN7WebCore22WorkerScriptControllerD1Ev 3738 fun:_ZN5blink22WorkerScriptControllerD1Ev
3739 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_ 3739 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_
3740 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv 3740 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
3741 fun:_ZN7WebCore13WorkerContext11clearScriptEv 3741 fun:_ZN5blink13WorkerContext11clearScriptEv
3742 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE 3742 fun:_ZN5blink30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExecut ionContextE
3743 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 3743 fun:_ZN5blink13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCont extE
3744 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateENS0_8WaitModeE 3744 fun:_ZN5blink13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredica teENS0_8WaitModeE
3745 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 3745 fun:_ZN5blink13WorkerRunLoop3runEPNS_13WorkerContextE
3746 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 3746 fun:_ZN5blink12WorkerThread12runEventLoopEv
3747 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 3747 fun:_ZN5blink21DedicatedWorkerThread12runEventLoopEv
3748 } 3748 }
3749 { 3749 {
3750 bug_139853 3750 bug_139853
3751 Memcheck:Unaddressable 3751 Memcheck:Unaddressable
3752 fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture 3752 fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture
3753 fun:_ZN7WebCoreL23createAcceleratedCanvas* 3753 fun:_ZN5blinkL23createAcceleratedCanvas*
3754 fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater17* 3754 fun:_ZN5blink45FrameBufferSkPictureCanvasLayerTextureUpdater17*
3755 fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updat eRectEPNS_18CCResourceProviderERKNS_7IntRectES6_ 3755 fun:_ZN5blink45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updateR ectEPNS_18CCResourceProviderERKNS_7IntRectES6_
3756 fun:_ZN7WebCore12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_ 19LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_ 3756 fun:_ZN5blink12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_19 LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_
3757 fun:_ZN7WebCore16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13Textu reCopierEPNS_15TextureUploaderEm 3757 fun:_ZN5blink16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13Texture CopierEPNS_15TextureUploaderEm
3758 fun:_ZN7WebCore19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE 3758 fun:_ZN5blink19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE
3759 fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv 3759 fun:_ZN5blink19CCSingleThreadProxy18commitAndCompositeEv
3760 fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE 3760 fun:_ZN5blink19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
3761 fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE 3761 fun:_ZN5blink15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
3762 fun:_ZN5blink16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE 3762 fun:_ZN5blink16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
3763 fun:_ZN5blink11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7Int RectE 3763 fun:_ZN5blink11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7Int RectE
3764 fun:_ZN5blink11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE 3764 fun:_ZN5blink11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
3765 fun:_ZN11WebViewHost9paintRectERKN5blink7WebRectE 3765 fun:_ZN11WebViewHost9paintRectERKN5blink7WebRectE
3766 fun:_ZN11WebViewHost22paintInvalidatedRegionEv 3766 fun:_ZN11WebViewHost22paintInvalidatedRegionEv
3767 } 3767 }
3768 { 3768 {
3769 bug_139996 3769 bug_139996
3770 Memcheck:Leak 3770 Memcheck:Leak
3771 fun:_Znw* 3771 fun:_Znw*
3772 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 3772 fun:_ZN5blink23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6Stri ngEEENS_12ExternalModeE
3773 fun:_ZN7WebCore15toWebCoreStringEN2v86HandleINS0_5ValueEEE 3773 fun:_ZN5blink15toWebCoreStringEN2v86HandleINS0_5ValueEEE
3774 fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE 3774 fun:_ZN5blink6V8Blob19constructorCallbackERKN2v89ArgumentsE
3775 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3775 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3776 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116Buil tinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 3776 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116Buil tinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3777 } 3777 }
3778 { 3778 {
3779 bug_140196 3779 bug_140196
3780 Memcheck:Uninitialized 3780 Memcheck:Uninitialized
3781 fun:_ZNK12SkDescriptor6equalsERKS_ 3781 fun:_ZNK12SkDescriptor6equalsERKS_
3782 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_ 3782 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
3783 ... 3783 ...
3784 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 3784 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 } 3848 }
3849 { 3849 {
3850 bug_144930_b 3850 bug_144930_b
3851 Memcheck:Leak 3851 Memcheck:Leak
3852 fun:_Znw* 3852 fun:_Znw*
3853 fun:_ZL21cachedDeviceLuminancef 3853 fun:_ZL21cachedDeviceLuminancef
3854 } 3854 }
3855 { 3855 {
3856 bug_145244 3856 bug_145244
3857 Memcheck:Uninitialized 3857 Memcheck:Uninitialized
3858 fun:_ZN7WebCore15StyleRuleImport17requestStyleSheetEPNS_13CSSStyleSheetERKNS_ 16CSSParserContextE 3858 fun:_ZN5blink15StyleRuleImport17requestStyleSheetEPNS_13CSSStyleSheetERKNS_16 CSSParserContextE
3859 fun:_ZN7WebCore18StyleSheetContents26requestImportedStyleSheetsEPNS_13CSSStyl eSheetE 3859 fun:_ZN5blink18StyleSheetContents26requestImportedStyleSheetsEPNS_13CSSStyleS heetE
3860 } 3860 }
3861 { 3861 {
3862 bug_145645 3862 bug_145645
3863 Memcheck:Leak 3863 Memcheck:Leak
3864 fun:malloc 3864 fun:malloc
3865 fun:_ZN3WTF10fastMallocEm 3865 fun:_ZN3WTF10fastMallocEm
3866 fun:_ZN3WTF10RefCountedIN7WebCore18InjectedScriptHostEEnwEm 3866 fun:_ZN3WTF10RefCountedIN7WebCore18InjectedScriptHostEEnwEm
3867 fun:_ZN7WebCore18InjectedScriptHost6createEv 3867 fun:_ZN5blink18InjectedScriptHost6createEv
3868 fun:_ZN7WebCore21InjectedScriptManagerC1EPFbPNS_11ScriptStateEE 3868 fun:_ZN5blink21InjectedScriptManagerC1EPFbPNS_11ScriptStateEE
3869 fun:_ZN7WebCore21InjectedScriptManager15createForWorkerEv 3869 fun:_ZN5blink21InjectedScriptManager15createForWorkerEv
3870 fun:_ZN7WebCore25WorkerInspectorControllerC1EPNS_13WorkerContextE 3870 fun:_ZN5blink25WorkerInspectorControllerC1EPNS_13WorkerContextE
3871 } 3871 }
3872 { 3872 {
3873 bug_145650a 3873 bug_145650a
3874 Memcheck:Leak 3874 Memcheck:Leak
3875 fun:_Znw* 3875 fun:_Znw*
3876 ... 3876 ...
3877 fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData 3877 fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData
3878 fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb 3878 fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb
3879 } 3879 }
3880 { 3880 {
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
3998 fun:_ZN22AttachDebuggerFunction7RunImplEv 3998 fun:_ZN22AttachDebuggerFunction7RunImplEv
3999 fun:_ZN17ExtensionFunction3RunEv 3999 fun:_ZN17ExtensionFunction3RunEv
4000 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE 4000 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE
4001 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams 4001 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams
4002 } 4002 }
4003 { 4003 {
4004 bug_145712 4004 bug_145712
4005 Memcheck:Leak 4005 Memcheck:Leak
4006 fun:_Znw* 4006 fun:_Znw*
4007 fun:_ZN5blink25NotificationPresenterImpl17requestPermissionEPN7WebCore22Scrip tExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE 4007 fun:_ZN5blink25NotificationPresenterImpl17requestPermissionEPN7WebCore22Scrip tExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
4008 fun:_ZN7WebCore18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_1 2VoidCallbackEEE 4008 fun:_ZN5blink18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_12V oidCallbackEEE
4009 fun:_ZN7WebCore20V8NotificationCenter25requestPermissionCallbackERKN2v89Argum entsE 4009 fun:_ZN5blink20V8NotificationCenter25requestPermissionCallbackERKN2v89Argumen tsE
4010 } 4010 }
4011 { 4011 {
4012 bug_145723 4012 bug_145723
4013 Memcheck:Leak 4013 Memcheck:Leak
4014 fun:_Znw* 4014 fun:_Znw*
4015 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v 4015 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v
4016 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs 4016 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
4017 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi 4017 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
4018 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE 4018 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE
4019 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams 4019 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv 4051 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
4052 } 4052 }
4053 { 4053 {
4054 bug_149734a 4054 bug_149734a
4055 Memcheck:Leak 4055 Memcheck:Leak
4056 fun:malloc 4056 fun:malloc
4057 fun:_ZN3WTF10fastMallocEm 4057 fun:_ZN3WTF10fastMallocEm
4058 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm 4058 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
4059 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm 4059 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
4060 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm 4060 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm
4061 fun:_ZN7WebCore20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_ 4061 fun:_ZN5blink20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_
4062 } 4062 }
4063 { 4063 {
4064 bug_149734b 4064 bug_149734b
4065 Memcheck:Leak 4065 Memcheck:Leak
4066 fun:malloc 4066 fun:malloc
4067 fun:_ZN3WTF10fastMallocEm 4067 fun:_ZN3WTF10fastMallocEm
4068 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm 4068 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
4069 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm 4069 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
4070 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE15reserveCapacityEm 4070 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE15reserveCapacityEm
4071 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEm 4071 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEm
4072 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEmPKS2_ 4072 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEmPKS2_
4073 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14appendSlowCaseIS2_EEvRKT_ 4073 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14appendSlowCaseIS2_EEvRKT_
4074 fun:_ZN7WebCore20ElementAttributeData12addAttributeERKNS_9AttributeEPNS_7Elem entENS_30SynchronizationOfLazyAttributeE 4074 fun:_ZN5blink20ElementAttributeData12addAttributeERKNS_9AttributeEPNS_7Elemen tENS_30SynchronizationOfLazyAttributeE
4075 } 4075 }
4076 { 4076 {
4077 bug_150995 4077 bug_150995
4078 Memcheck:Leak 4078 Memcheck:Leak
4079 fun:_Zna* 4079 fun:_Zna*
4080 fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWrite* 4080 fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWrite*
4081 fun:_ZN14webkit_support26EncodeWithCompressionLevel* 4081 fun:_ZN14webkit_support26EncodeWithCompressionLevel*
4082 fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormat* 4082 fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormat*
4083 fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksum* 4083 fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksum*
4084 fun:_ZNK9TestShell9dumpImageEP8SkCanvas 4084 fun:_ZNK9TestShell9dumpImageEP8SkCanvas
4085 fun:_ZN9TestShell4dumpEv 4085 fun:_ZN9TestShell4dumpEv
4086 fun:_ZN9TestShell12testFinishedEP11WebViewHost 4086 fun:_ZN9TestShell12testFinishedEP11WebViewHost
4087 fun:_ZN11WebViewHost12testFinishedEv 4087 fun:_ZN11WebViewHost12testFinishedEv
4088 fun:_ZN13WebTestRunner10TestRunner9WorkQueue15processWorkSoonEv 4088 fun:_ZN13WebTestRunner10TestRunner9WorkQueue15processWorkSoonEv
4089 } 4089 }
4090 { 4090 {
4091 bug_151006 4091 bug_151006
4092 Memcheck:Leak 4092 Memcheck:Leak
4093 fun:malloc 4093 fun:malloc
4094 fun:uprv_malloc_46 4094 fun:uprv_malloc_46
4095 fun:_ZN6icu_467UMemorynwEm 4095 fun:_ZN6icu_467UMemorynwEm
4096 fun:_ZN6icu_4610DateFormat6createENS0_6EStyleES1_RKNS_6LocaleE 4096 fun:_ZN6icu_4610DateFormat6createENS0_6EStyleES1_RKNS_6LocaleE
4097 fun:_ZN6icu_4610DateFormat22createDateTimeInstanceENS0_6EStyleES1_RKNS_6Local eE 4097 fun:_ZN6icu_4610DateFormat22createDateTimeInstanceENS0_6EStyleES1_RKNS_6Local eE
4098 fun:udat_open_46 4098 fun:udat_open_46
4099 fun:_ZNK7WebCore9LocaleICU14openDateFormatE16UDateFormatStyleS1_ 4099 fun:_ZNK7WebCore9LocaleICU14openDateFormatE16UDateFormatStyleS1_
4100 fun:_ZN7WebCore9LocaleICU24initializeDateTimeFormatEv 4100 fun:_ZN5blink9LocaleICU24initializeDateTimeFormatEv
4101 fun:_ZN7WebCore9LocaleICU15shortTimeFormatEv 4101 fun:_ZN5blink9LocaleICU15shortTimeFormatEv
4102 fun:_ZN7WebCore19DateTimeEditElement6layoutERKNS_9StepRangeERKNS_14DateCompon entsERNS_9LocalizerE 4102 fun:_ZN5blink19DateTimeEditElement6layoutERKNS_9StepRangeERKNS_14DateComponen tsERNS_9LocalizerE
4103 fun:_ZN7WebCore19DateTimeEditElement13setEmptyValueERKNS_9StepRangeERKNS_14Da teComponentsERNS_9LocalizerE 4103 fun:_ZN5blink19DateTimeEditElement13setEmptyValueERKNS_9StepRangeERKNS_14Date ComponentsERNS_9LocalizerE
4104 fun:_ZN7WebCore13TimeInputType20updateInnerTextValueEv 4104 fun:_ZN5blink13TimeInputType20updateInnerTextValueEv
4105 fun:_ZN7WebCore13TimeInputType19createShadowSubtreeEv 4105 fun:_ZN5blink13TimeInputType19createShadowSubtreeEv
4106 fun:_ZN7WebCore16HTMLInputElement10updateTypeEv 4106 fun:_ZN5blink16HTMLInputElement10updateTypeEv
4107 fun:_ZN7WebCore16HTMLInputElement14parseAttributeERKNS_9AttributeE 4107 fun:_ZN5blink16HTMLInputElement14parseAttributeERKNS_9AttributeE
4108 fun:_ZN7WebCore7Element16attributeChangedERKNS_9AttributeE 4108 fun:_ZN5blink7Element16attributeChangedERKNS_9AttributeE
4109 fun:_ZN7WebCore13StyledElement16attributeChangedERKNS_9AttributeE 4109 fun:_ZN5blink13StyledElement16attributeChangedERKNS_9AttributeE
4110 fun:_ZN7WebCore7Element19parserSetAttributesERKN3WTF6VectorINS_9AttributeELm0 EEENS_27FragmentScriptingPermissionE 4110 fun:_ZN5blink7Element19parserSetAttributesERKN3WTF6VectorINS_9AttributeELm0EE ENS_27FragmentScriptingPermissionE
4111 fun:_ZN7WebCore20HTMLConstructionSite17createHTMLElementEPNS_15AtomicHTMLToke nE 4111 fun:_ZN5blink20HTMLConstructionSite17createHTMLElementEPNS_15AtomicHTMLTokenE
4112 fun:_ZN7WebCore20HTMLConstructionSite28insertSelfClosingHTMLElementEPNS_15Ato micHTMLTokenE 4112 fun:_ZN5blink20HTMLConstructionSite28insertSelfClosingHTMLElementEPNS_15Atomi cHTMLTokenE
4113 fun:_ZN7WebCore15HTMLTreeBuilder24processStartTagForInBodyEPNS_15AtomicHTMLTo kenE 4113 fun:_ZN5blink15HTMLTreeBuilder24processStartTagForInBodyEPNS_15AtomicHTMLToke nE
4114 fun:_ZN7WebCore15HTMLTreeBuilder15processStartTagEPNS_15AtomicHTMLTokenE 4114 fun:_ZN5blink15HTMLTreeBuilder15processStartTagEPNS_15AtomicHTMLTokenE
4115 } 4115 }
4116 { 4116 {
4117 bug_151007 4117 bug_151007
4118 Memcheck:Leak 4118 Memcheck:Leak
4119 fun:malloc 4119 fun:malloc
4120 fun:_ZN3WTF10fastMallocEm 4120 fun:_ZN3WTF10fastMallocEm
4121 fun:_ZN3WTF10RefCountedIN7WebCore15AtomicHTMLTokenEEnwEm 4121 fun:_ZN3WTF10RefCountedIN7WebCore15AtomicHTMLTokenEEnwEm
4122 fun:_ZN7WebCore15AtomicHTMLToken6createERNS_9HTMLTokenE 4122 fun:_ZN5blink15AtomicHTMLToken6createERNS_9HTMLTokenE
4123 fun:_ZN7WebCore15HTMLTreeBuilder22constructTreeFromTokenERNS_9HTMLTokenE 4123 fun:_ZN5blink15HTMLTreeBuilder22constructTreeFromTokenERNS_9HTMLTokenE
4124 fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE 4124 fun:_ZN5blink18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
4125 fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15Synchronou sModeE 4125 fun:_ZN5blink18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15SynchronousM odeE
4126 fun:_ZN7WebCore18HTMLDocumentParser6insertERKNS_15SegmentedStringE 4126 fun:_ZN5blink18HTMLDocumentParser6insertERKNS_15SegmentedStringE
4127 fun:_ZN7WebCore18HTMLDocumentParser21parseDocumentFragmentERKN3WTF6StringEPNS _16DocumentFragmentEPNS_7ElementENS_27FragmentScriptingPermissionE 4127 fun:_ZN5blink18HTMLDocumentParser21parseDocumentFragmentERKN3WTF6StringEPNS_1 6DocumentFragmentEPNS_7ElementENS_27FragmentScriptingPermissionE
4128 fun:_ZN7WebCore16DocumentFragment9parseHTMLERKN3WTF6StringEPNS_7ElementENS_27 FragmentScriptingPermissionE 4128 fun:_ZN5blink16DocumentFragment9parseHTMLERKN3WTF6StringEPNS_7ElementENS_27Fr agmentScriptingPermissionE
4129 fun:_ZN7WebCore31createFragmentForInnerOuterHTMLERKN3WTF6StringEPNS_7ElementE NS_27FragmentScriptingPermissionERi 4129 fun:_ZN5blink31createFragmentForInnerOuterHTMLERKN3WTF6StringEPNS_7ElementENS _27FragmentScriptingPermissionERi
4130 fun:_ZN7WebCore11HTMLElement12setInnerHTMLERKN3WTF6StringERi 4130 fun:_ZN5blink11HTMLElement12setInnerHTMLERKN3WTF6StringERi
4131 fun:_ZN7WebCore21HTMLElementV8InternalL19innerHTMLAttrSetterEN2v85LocalINS1_6 StringEEENS2_INS1_5ValueEEERKNS1_12AccessorInfoE 4131 fun:_ZN5blink21HTMLElementV8InternalL19innerHTMLAttrSetterEN2v85LocalINS1_6St ringEEENS2_INS1_5ValueEEERKNS1_12AccessorInfoE
4132 fun:_ZN2v88internal21StoreCallbackPropertyENS0_9ArgumentsEPNS0_7IsolateE 4132 fun:_ZN2v88internal21StoreCallbackPropertyENS0_9ArgumentsEPNS0_7IsolateE
4133 ... 4133 ...
4134 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb 4134 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
4135 } 4135 }
4136 { 4136 {
4137 bug_151908 4137 bug_151908
4138 Memcheck:Leak 4138 Memcheck:Leak
4139 fun:_Znw* 4139 fun:_Znw*
4140 ... 4140 ...
4141 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE 4141 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
(...skipping 20 matching lines...) Expand all
4162 Memcheck:Uninitialized 4162 Memcheck:Uninitialized
4163 ... 4163 ...
4164 fun:_ZN2v88internal16ProfileGenerator16RecordTickSampleERKNS0_10TickSampleE 4164 fun:_ZN2v88internal16ProfileGenerator16RecordTickSampleERKNS0_10TickSampleE
4165 fun:_ZN2v88internal23ProfilerEventsProcessor12ProcessTicksEj 4165 fun:_ZN2v88internal23ProfilerEventsProcessor12ProcessTicksEj
4166 fun:_ZN2v88internal23ProfilerEventsProcessor3RunEv 4166 fun:_ZN2v88internal23ProfilerEventsProcessor3RunEv
4167 fun:_ZN2v88internalL11ThreadEntryEPv 4167 fun:_ZN2v88internalL11ThreadEntryEPv
4168 } 4168 }
4169 { 4169 {
4170 bug_159005 4170 bug_159005
4171 Memcheck:Uninitialized 4171 Memcheck:Uninitialized
4172 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv 4172 fun:_ZN5blink13RenderMarquee18updateMarqueeStyleEv
4173 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11Render StyleE 4173 fun:_ZN5blink11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderSt yleE
4174 fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceE PKNS_11RenderStyleE 4174 fun:_ZN5blink22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPK NS_11RenderStyleE
4175 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE 4175 fun:_ZN5blink9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderSty leE
4176 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE 4176 fun:_ZN5blink11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Render StyleE
4177 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE 4177 fun:_ZN5blink12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4178 } 4178 }
4179 { 4179 {
4180 bug_160877 4180 bug_160877
4181 Memcheck:Leak 4181 Memcheck:Leak
4182 fun:_Znw* 4182 fun:_Znw*
4183 ... 4183 ...
4184 fun:_ZN7content*DummyListenSocketC1Ev 4184 fun:_ZN7content*DummyListenSocketC1Ev
4185 fun:_ZNK7content*DummyListenSocketFactory15CreateAndListenEPN3net18StreamList enSocket8DelegateE 4185 fun:_ZNK7content*DummyListenSocketFactory15CreateAndListenEPN3net18StreamList enSocket8DelegateE
4186 ... 4186 ...
4187 fun:_ZN3net10HttpServerC1ERKNS_25StreamListenSocketFactoryEPNS0_8DelegateE 4187 fun:_ZN3net10HttpServerC1ERKNS_25StreamListenSocketFactoryEPNS0_8DelegateE
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
4259 bug_164179 4259 bug_164179
4260 Memcheck:Leak 4260 Memcheck:Leak
4261 fun:_Znw* 4261 fun:_Znw*
4262 ... 4262 ...
4263 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDeleg ateE 4263 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDeleg ateE
4264 fun:_ZN18WebResourceService10StartFetchEv 4264 fun:_ZN18WebResourceService10StartFetchEv
4265 } 4265 }
4266 { 4266 {
4267 bug_164198 4267 bug_164198
4268 Memcheck:Uninitialized 4268 Memcheck:Uninitialized
4269 fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9 FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperator EPNS_12RenderObjectE 4269 fun:_ZN5blink9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9Fi llLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperatorEP NS_12RenderObjectE
4270 ... 4270 ...
4271 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE 4271 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
4272 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE 4272 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
4273 fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_ 17LayerPaintingInfoEj 4273 fun:_ZN5blink11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17 LayerPaintingInfoEj
4274 fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsC ontextERKNS0_17LayerPaintingInfoEj 4274 fun:_ZN5blink11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsCon textERKNS0_17LayerPaintingInfoEj
4275 fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerP aintingInfoEj 4275 fun:_ZN5blink11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPai ntingInfoEj
4276 fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15Graphics ContextERKNS0_17LayerPaintingInfoEj 4276 fun:_ZN5blink11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15GraphicsCo ntextERKNS0_17LayerPaintingInfoEj
4277 fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_ 17LayerPaintingInfoEj 4277 fun:_ZN5blink11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17 LayerPaintingInfoEj
4278 fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsC ontextERKNS0_17LayerPaintingInfoEj 4278 fun:_ZN5blink11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsCon textERKNS0_17LayerPaintingInfoEj
4279 fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerP aintingInfoEj 4279 fun:_ZN5blink11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPai ntingInfoEj
4280 } 4280 }
4281 { 4281 {
4282 bug_166470 4282 bug_166470
4283 Memcheck:Leak 4283 Memcheck:Leak
4284 fun:_Znw* 4284 fun:_Znw*
4285 fun:_ZN4base4BindIMN11dom_storage17DomStorageContextEFvRK4GURLE13scoped_refpt rIS2_ES3_EENS_8CallbackINS_8internal9BindStateINSB_13FunctorTraitsIT_E12Runnable TypeENSF_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeENSI_IT1_E11Stora geTypeEEE14UnboundRunTypeEEESE_RKSJ_RKSM_ 4285 fun:_ZN4base4BindIMN11dom_storage17DomStorageContextEFvRK4GURLE13scoped_refpt rIS2_ES3_EENS_8CallbackINS_8internal9BindStateINSB_13FunctorTraitsIT_E12Runnable TypeENSF_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeENSI_IT1_E11Stora geTypeEEE14UnboundRunTypeEEESE_RKSJ_RKSM_
4286 fun:_ZN7content21DOMStorageContextImpl18DeleteLocalStorageERK4GURL 4286 fun:_ZN7content21DOMStorageContextImpl18DeleteLocalStorageERK4GURL
4287 ... 4287 ...
4288 fun:_ZN10extensions11DataDeleter13StartDeletingEP7ProfileRKSsRK4GURL 4288 fun:_ZN10extensions11DataDeleter13StartDeletingEP7ProfileRKSsRK4GURL
4289 fun:_ZN16ExtensionService18UninstallExtensionESsbPSbItN4base20string16_char_t raitsESaItEE 4289 fun:_ZN16ExtensionService18UninstallExtensionESsbPSbItN4base20string16_char_t raitsESaItEE
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
4424 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk 4424 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk
4425 fun:_ZN16BrowserWindowGtk11InitWidgetsEv 4425 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4426 fun:_ZN16BrowserWindowGtk4InitEv 4426 fun:_ZN16BrowserWindowGtk4InitEv
4427 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser 4427 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4428 } 4428 }
4429 { 4429 {
4430 bug_170340 4430 bug_170340
4431 Memcheck:Uninitialized 4431 Memcheck:Uninitialized
4432 fun:_ZN3WTF12AtomicString3addEPKt 4432 fun:_ZN3WTF12AtomicString3addEPKt
4433 fun:_ZN3WTF12AtomicStringC1EPKt 4433 fun:_ZN3WTF12AtomicStringC1EPKt
4434 fun:_ZN7WebCore18HTMLPreloadScanner12processTokenEv 4434 fun:_ZN5blink18HTMLPreloadScanner12processTokenEv
4435 fun:_ZN7WebCore18HTMLPreloadScanner4scanEv 4435 fun:_ZN5blink18HTMLPreloadScanner4scanEv
4436 fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE 4436 fun:_ZN5blink18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
4437 fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15Synchronou sModeE 4437 fun:_ZN5blink18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15SynchronousM odeE
4438 fun:_ZN7WebCore18HTMLDocumentParser6appendERKNS_15SegmentedStringE 4438 fun:_ZN5blink18HTMLDocumentParser6appendERKNS_15SegmentedStringE
4439 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE 4439 fun:_ZN5blink25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE
4440 fun:_ZN7WebCore14DocumentWriter3endEv 4440 fun:_ZN5blink14DocumentWriter3endEv
4441 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv 4441 fun:_ZN5blink14DocumentLoader15finishedLoadingEv
4442 } 4442 }
4443 { 4443 {
4444 bug_171722 4444 bug_171722
4445 Memcheck:Leak 4445 Memcheck:Leak
4446 fun:_Znw* 4446 fun:_Znw*
4447 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm 4447 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm
4448 } 4448 }
4449 { 4449 {
4450 bug_172005 4450 bug_172005
4451 Memcheck:Leak 4451 Memcheck:Leak
(...skipping 14 matching lines...) Expand all
4466 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE 4466 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
4467 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb 4467 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
4468 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3ma pISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE 4468 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3ma pISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
4469 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequence ERKSt3setISsSt4lessISsESaISsEES7_ 4469 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequence ERKSt3setISsSt4lessISsESaISsEES7_
4470 } 4470 }
4471 { 4471 {
4472 bug_172025 4472 bug_172025
4473 Memcheck:Uninitialized 4473 Memcheck:Uninitialized
4474 fun:_ZN11WebViewHost19didCreateDataSourceEPN5blink8WebFrameEPNS0_13WebDataSou rceE 4474 fun:_ZN11WebViewHost19didCreateDataSourceEPN5blink8WebFrameEPNS0_13WebDataSou rceE
4475 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Resou rceRequestERKNS1_14SubstituteDataE 4475 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Resou rceRequestERKNS1_14SubstituteDataE
4476 fun:_ZN7WebCore11FrameLoader4initEv 4476 fun:_ZN5blink11FrameLoader4initEv
4477 fun:_ZN7WebCore5Frame4initEv 4477 fun:_ZN5blink5Frame4initEv
4478 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE 4478 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
4479 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE 4479 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
4480 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13We bTestRunner17WebTestInterfacesE 4480 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13We bTestRunner17WebTestInterfacesE
4481 fun:_ZN9TestShell16createMainWindowEv 4481 fun:_ZN9TestShell16createMainWindowEv
4482 fun:_ZN9TestShell10initializeEv 4482 fun:_ZN9TestShell10initializeEv
4483 } 4483 }
4484 { 4484 {
4485 bug_173096 4485 bug_173096
4486 Memcheck:Uninitialized 4486 Memcheck:Uninitialized
4487 fun:bcmp 4487 fun:bcmp
4488 fun:_ZN2cc19LayerTreeDebugState5equalERKS0_S2_ 4488 fun:_ZN2cc19LayerTreeDebugState5equalERKS0_S2_
4489 fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE 4489 fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE
4490 fun:_ZN5blink20WebLayerTreeViewImpl*set* 4490 fun:_ZN5blink20WebLayerTreeViewImpl*set*
4491 fun:_ZN5blink11WebViewImpl33setIsAcceleratedCompositingActiveEb 4491 fun:_ZN5blink11WebViewImpl33setIsAcceleratedCompositingActiveEb
4492 fun:_ZN5blink11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE 4492 fun:_ZN5blink11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
4493 fun:_ZN5blink16ChromeClientImpl23attachRootGraphicsLayerEPN7WebCore5FrameEPNS 1_13GraphicsLayerE 4493 fun:_ZN5blink16ChromeClientImpl23attachRootGraphicsLayerEPN7WebCore5FrameEPNS 1_13GraphicsLayerE
4494 fun:_ZN7WebCore21RenderLayerCompositor15attachRootLayerENS0_19RootLayerAttach mentE 4494 fun:_ZN5blink21RenderLayerCompositor15attachRootLayerENS0_19RootLayerAttachme ntE
4495 fun:_ZN7WebCore21RenderLayerCompositor15ensureRootLayerEv 4495 fun:_ZN5blink21RenderLayerCompositor15ensureRootLayerEv
4496 fun:_ZN7WebCore21RenderLayerCompositor21enableCompositingModeEb 4496 fun:_ZN5blink21RenderLayerCompositor21enableCompositingModeEb
4497 fun:_ZN7WebCore21RenderLayerCompositor13updateBackingEPNS_11RenderLayerENS0_2 4CompositingChangeRepaintE 4497 fun:_ZN5blink21RenderLayerCompositor13updateBackingEPNS_11RenderLayerENS0_24C ompositingChangeRepaintE
4498 fun:_ZN7WebCore21RenderLayerCompositor27updateLayerCompositingStateEPNS_11Ren derLayerENS0_24CompositingChangeRepaintE 4498 fun:_ZN5blink21RenderLayerCompositor27updateLayerCompositingStateEPNS_11Rende rLayerENS0_24CompositingChangeRepaintE
4499 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11Render StyleE 4499 fun:_ZN5blink11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderSt yleE
4500 fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceE PKNS_11RenderStyleE 4500 fun:_ZN5blink22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPK NS_11RenderStyleE
4501 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE 4501 fun:_ZN5blink9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderSty leE
4502 } 4502 }
4503 { 4503 {
4504 bug_175100 4504 bug_175100
4505 Memcheck:Leak 4505 Memcheck:Leak
4506 ... 4506 ...
4507 fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE 4507 fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE
4508 fun:_ZN*OneClickSigninHelperTest* 4508 fun:_ZN*OneClickSigninHelperTest*
4509 } 4509 }
4510 { 4510 {
4511 bug_175823 4511 bug_175823
(...skipping 12 matching lines...) Expand all
4524 bug_176270 4524 bug_176270
4525 Memcheck:Uninitialized 4525 Memcheck:Uninitialized
4526 fun:_ZNK2cc19LayerTreeDebugState20recordRenderingStatsEv 4526 fun:_ZNK2cc19LayerTreeDebugState20recordRenderingStatsEv
4527 } 4527 }
4528 { 4528 {
4529 bug_176616_a 4529 bug_176616_a
4530 Memcheck:Uninitialized 4530 Memcheck:Uninitialized
4531 fun:_ZN13WebTestRunner16WebTestProxyBase19didCreateDataSourceEPN5blink8WebFra meEPNS1_13WebDataSourceE 4531 fun:_ZN13WebTestRunner16WebTestProxyBase19didCreateDataSourceEPN5blink8WebFra meEPNS1_13WebDataSourceE
4532 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE19didCreateData SourceEPN5blink8WebFrameEPNS5_13WebDataSourceE 4532 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE19didCreateData SourceEPN5blink8WebFrameEPNS5_13WebDataSourceE
4533 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Resou rceRequestERKNS1_14SubstituteDataE 4533 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Resou rceRequestERKNS1_14SubstituteDataE
4534 fun:_ZN7WebCore11FrameLoader4initEv 4534 fun:_ZN5blink11FrameLoader4initEv
4535 fun:_ZN7WebCore5Frame4initEv 4535 fun:_ZN5blink5Frame4initEv
4536 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE 4536 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
4537 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE 4537 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
4538 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13We bTestRunner17WebTestInterfacesE 4538 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13We bTestRunner17WebTestInterfacesE
4539 fun:_ZN9TestShell16createMainWindowEv 4539 fun:_ZN9TestShell16createMainWindowEv
4540 fun:_ZN9TestShell10initializeEP25MockWebKitPlatformSupport 4540 fun:_ZN9TestShell10initializeEP25MockWebKitPlatformSupport
4541 } 4541 }
4542 { 4542 {
4543 bug_176616_b 4543 bug_176616_b
4544 Memcheck:Uninitialized 4544 Memcheck:Uninitialized
4545 fun:_ZN13WebTestRunner10TestRunner5resetEv 4545 fun:_ZN13WebTestRunner10TestRunner5resetEv
4546 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv 4546 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
4547 fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv 4547 fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv
4548 fun:_ZN9TestShell19resetTestControllerEv 4548 fun:_ZN9TestShell19resetTestControllerEv
4549 fun:_ZL7runTestR9TestShellR10TestParamsRKSsb 4549 fun:_ZL7runTestR9TestShellR10TestParamsRKSsb
4550 } 4550 }
4551 { 4551 {
4552 bug_176619_a 4552 bug_176619_a
4553 Memcheck:Uninitialized 4553 Memcheck:Uninitialized
4554 fun:_ZN3WTF6StringC1EPKt 4554 fun:_ZN3WTF6StringC1EPKt
4555 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE 4555 fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4556 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE 4556 fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6String E
4557 fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv 4557 fun:_ZN5blink12TextTrackCue20createWebVTTNodeTreeEv
4558 fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv 4558 fun:_ZN5blink12TextTrackCue22createCueRenderingTreeEv
4559 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf 4559 fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
4560 } 4560 }
4561 { 4561 {
4562 bug_176619_b 4562 bug_176619_b
4563 Memcheck:Uninitialized 4563 Memcheck:Uninitialized
4564 fun:_ZN7WebCore12WebVTTParser13collectDigitsERKN3WTF6StringEPj 4564 fun:_ZN5blink12WebVTTParser13collectDigitsERKN3WTF6StringEPj
4565 fun:_ZN7WebCore12WebVTTParser16collectTimeStampERKN3WTF6StringEPj 4565 fun:_ZN5blink12WebVTTParser16collectTimeStampERKN3WTF6StringEPj
4566 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE 4566 fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4567 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6Stri ngE 4567 fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6String E
4568 fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv 4568 fun:_ZN5blink12TextTrackCue20createWebVTTNodeTreeEv
4569 fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv 4569 fun:_ZN5blink12TextTrackCue22createCueRenderingTreeEv
4570 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf 4570 fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
4571 } 4571 }
4572 { 4572 {
4573 bug_176621 4573 bug_176621
4574 Memcheck:Leak 4574 Memcheck:Leak
4575 fun:_Znw* 4575 fun:_Znw*
4576 fun:_ZN13WebTestRunner10TestPlugin6createEPN5blink8WebFrameERKNS1_15WebPlugin ParamsEPNS_15WebTestDelegateE 4576 fun:_ZN13WebTestRunner10TestPlugin6createEPN5blink8WebFrameERKNS1_15WebPlugin ParamsEPNS_15WebTestDelegateE
4577 fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN5blink8WebFrameERKNS 1_15WebPluginParamsE 4577 fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN5blink8WebFrameERKNS 1_15WebPluginParamsE
4578 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginE PN5blink8WebFrameERKNS5_15WebPluginParamsE 4578 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginE PN5blink8WebFrameERKNS5_15WebPluginParamsE
4579 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String* 4579 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_1 7HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String*
4580 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS _4KURLERKN3WTF6StringERKNS6_6VectorIS7* 4580 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4 KURLERKN3WTF6StringERKNS6_6VectorIS7*
4581 } 4581 }
4582 { 4582 {
4583 bug_176891a 4583 bug_176891a
4584 Memcheck:Leak 4584 Memcheck:Leak
4585 fun:calloc 4585 fun:calloc
4586 fun:nss_ZAlloc 4586 fun:nss_ZAlloc
4587 fun:nssCryptokiObject_Create 4587 fun:nssCryptokiObject_Create
4588 fun:create_objects_from_handles 4588 fun:create_objects_from_handles
4589 fun:find_objects 4589 fun:find_objects
4590 fun:find_objects_by_template 4590 fun:find_objects_by_template
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
4629 fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePat hE 4629 fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePat hE
4630 fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv 4630 fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv
4631 fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv 4631 fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv
4632 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL 4632 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
4633 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL 4633 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
4634 } 4634 }
4635 { 4635 {
4636 bug_181680b 4636 bug_181680b
4637 Memcheck:Leak 4637 Memcheck:Leak
4638 fun:_Znw* 4638 fun:_Znw*
4639 fun:_ZN7WebCore11ScriptState10forContextEN2v86HandleINS1_7ContextEEE 4639 fun:_ZN5blink11ScriptState10forContextEN2v86HandleINS1_7ContextEEE
4640 fun:_ZN7WebCore17ScriptDebugServer18handleProgramBreakEN2v86HandleINS1_6Objec tEEENS2_INS1_5ValueEEENS2_INS1_5ArrayEEE 4640 fun:_ZN5blink17ScriptDebugServer18handleProgramBreakEN2v86HandleINS1_6ObjectE EENS2_INS1_5ValueEEENS2_INS1_5ArrayEEE
4641 } 4641 }
4642 { 4642 {
4643 bug_184264 4643 bug_184264
4644 Memcheck:Leak 4644 Memcheck:Leak
4645 fun:_Znw* 4645 fun:_Znw*
4646 fun:_ZN7WebCore24createDragImageFromImageEPNS_5ImageENS_27RespectImageOrienta tionEnumE 4646 fun:_ZN5blink24createDragImageFromImageEPNS_5ImageENS_27RespectImageOrientati onEnumE
4647 fun:_ZN7WebCore5Frame21dragImageForSelectionEv 4647 fun:_ZN5blink5Frame21dragImageForSelectionEv
4648 fun:_ZN7WebCore27createDragImageForSelectionEPNS_5FrameE 4648 fun:_ZN5blink27createDragImageForSelectionEPNS_5FrameE
4649 fun:_ZN7WebCore14DragController9startDragEPNS_5FrameERKNS_9DragStateENS_13Dra gOperationERKNS_18PlatformMouseEventERKNS_8IntPointE 4649 fun:_ZN5blink14DragController9startDragEPNS_5FrameERKNS_9DragStateENS_13DragO perationERKNS_18PlatformMouseEventERKNS_8IntPointE
4650 fun:_ZN7WebCore12EventHandler10handleDragERKNS_28MouseEventWithHitTestResults ENS_19CheckDragHysteresisE 4650 fun:_ZN5blink12EventHandler10handleDragERKNS_28MouseEventWithHitTestResultsEN S_19CheckDragHysteresisE
4651 fun:_ZN7WebCore12EventHandler23handleMouseDraggedEventERKNS_28MouseEventWithH itTestResultsE 4651 fun:_ZN5blink12EventHandler23handleMouseDraggedEventERKNS_28MouseEventWithHit TestResultsE
4652 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb 4652 fun:_ZN5blink12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEP NS_13HitTestResultEb
4653 fun:_ZN7WebCore12EventHandler28passMouseMoveEventToSubframeERNS_28MouseEventW ithHitTestResultsEPNS_5FrameEPNS_13HitTestResultE 4653 fun:_ZN5blink12EventHandler28passMouseMoveEventToSubframeERNS_28MouseEventWit hHitTestResultsEPNS_5FrameEPNS_13HitTestResultE
4654 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb 4654 fun:_ZN5blink12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEP NS_13HitTestResultEb
4655 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventE 4655 fun:_ZN5blink12EventHandler10mouseMovedERKNS_18PlatformMouseEventE
4656 } 4656 }
4657 { 4657 {
4658 bug_195160_a 4658 bug_195160_a
4659 Memcheck:Leak 4659 Memcheck:Leak
4660 fun:_Znw* 4660 fun:_Znw*
4661 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv 4661 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv
4662 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv 4662 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv
4663 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_create_nodeERKi 4663 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_create_nodeERKi
4664 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_M_insert_EPKSt18_Rb_tr ee_node_baseS8_RKi 4664 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_M_insert_EPKSt18_Rb_tr ee_node_baseS8_RKi
4665 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueERKi 4665 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueERKi
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
4725 } 4725 }
4726 { 4726 {
4727 bug_222898 4727 bug_222898
4728 Memcheck:Leak 4728 Memcheck:Leak
4729 fun:malloc 4729 fun:malloc
4730 ... 4730 ...
4731 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 4731 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
4732 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 4732 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
4733 fun:_ZN3WTF9BitVector10ensureSizeEm 4733 fun:_ZN3WTF9BitVector10ensureSizeEm
4734 fun:_ZN3WTF9BitVectorC1Em 4734 fun:_ZN3WTF9BitVectorC1Em
4735 fun:_ZN7WebCore10UseCounter10didObserveENS0_7FeatureE 4735 fun:_ZN5blink10UseCounter10didObserveENS0_7FeatureE
4736 fun:_ZN7WebCore10UseCounter7observeEPNS_8DocumentENS0_7FeatureE 4736 fun:_ZN5blink10UseCounter7observeEPNS_8DocumentENS0_7FeatureE
4737 } 4737 }
4738 { 4738 {
4739 bug_224747 4739 bug_224747
4740 Memcheck:Leak 4740 Memcheck:Leak
4741 fun:_Znw* 4741 fun:_Znw*
4742 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 4742 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
4743 ... 4743 ...
4744 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8Tes tBodyEv 4744 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8Tes tBodyEv
4745 } 4745 }
4746 { 4746 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
4881 } 4881 }
4882 { 4882 {
4883 bug_239141 4883 bug_239141
4884 Memcheck:Leak 4884 Memcheck:Leak
4885 fun:malloc 4885 fun:malloc
4886 ... 4886 ...
4887 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 4887 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
4888 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 4888 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
4889 fun:_ZN3WTF9BitVector10ensureSizeEm 4889 fun:_ZN3WTF9BitVector10ensureSizeEm
4890 fun:_ZN3WTF9BitVectorC1Em 4890 fun:_ZN3WTF9BitVectorC1Em
4891 fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE 4891 fun:_ZN5blink10UseCounter17recordMeasurementENS0_7FeatureE
4892 } 4892 }
4893 { 4893 {
4894 bug_241044 4894 bug_241044
4895 Memcheck:Uninitialized 4895 Memcheck:Uninitialized
4896 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb 4896 fun:_ZN5blink8Settings29setOpenGLMultisamplingEnabledEb
4897 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb 4897 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
4898 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE 4898 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE
4899 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences 4899 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences
4900 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences 4900 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences
4901 } 4901 }
4902 { 4902 {
4903 bug_242672 4903 bug_242672
4904 Memcheck:Leak 4904 Memcheck:Leak
4905 fun:malloc 4905 fun:malloc
4906 ... 4906 ...
4907 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 4907 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
4908 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 4908 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
4909 fun:_ZN3WTF9BitVector10ensureSizeEm 4909 fun:_ZN3WTF9BitVector10ensureSizeEm
4910 fun:_ZN7WebCore10UseCounterC1Ev 4910 fun:_ZN5blink10UseCounterC1Ev
4911 fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE 4911 fun:_ZN5blink4PageC1ERNS0_11PageClientsE
4912 } 4912 }
4913 { 4913 {
4914 bug_243132 4914 bug_243132
4915 Memcheck:Leak 4915 Memcheck:Leak
4916 fun:malloc 4916 fun:malloc
4917 fun:_ZN3WTF10fastMallocEm 4917 fun:_ZN3WTF10fastMallocEm
4918 fun:_ZN3WTF10StringImpl19createUninitializedEjRPh 4918 fun:_ZN3WTF10StringImpl19createUninitializedEjRPh
4919 ... 4919 ...
4920 fun:_ZN7WebCoreL24valueForGridTrackBreadthERKNS_10GridLengthEPKNS_11RenderSty leEPNS_10RenderViewE 4920 fun:_ZN5blinkL24valueForGridTrackBreadthERKNS_10GridLengthEPKNS_11RenderStyle EPNS_10RenderViewE
4921 fun:_ZN7WebCoreL21valueForGridTrackSizeERKNS_13GridTrackSizeEPKNS_11RenderSty leEPNS_10RenderViewE 4921 fun:_ZN5blinkL21valueForGridTrackSizeERKNS_13GridTrackSizeEPKNS_11RenderStyle EPNS_10RenderViewE
4922 fun:_ZN7WebCoreL21valueForGridTrackListERKN3WTF6VectorINS_13GridTrackSizeELm0 EEERKNS0_7HashMap* 4922 fun:_ZN5blinkL21valueForGridTrackListERKN3WTF6VectorINS_13GridTrackSizeELm0EE ERKNS0_7HashMap*
4923 fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPr opertyIDENS_13EUpdateLayoutE 4923 fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPr opertyIDENS_13EUpdateLayoutE
4924 fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPr opertyIDE 4924 fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPr opertyIDE
4925 fun:_ZNK7WebCore27CSSComputedStyleDeclaration16getPropertyValueENS_13CSSPrope rtyIDE 4925 fun:_ZNK7WebCore27CSSComputedStyleDeclaration16getPropertyValueENS_13CSSPrope rtyIDE
4926 fun:_ZN7WebCore27CSSComputedStyleDeclaration16getPropertyValueERKN3WTF6String E 4926 fun:_ZN5blink27CSSComputedStyleDeclaration16getPropertyValueERKN3WTF6StringE
4927 } 4927 }
4928 { 4928 {
4929 bug_243753 4929 bug_243753
4930 Memcheck:Leak 4930 Memcheck:Leak
4931 fun:_Znw* 4931 fun:_Znw*
4932 fun:_ZN7fileapi28SandboxFileSystemBackendTest11GetRootPathERK4GURLNS_14FileSy stemTypeEbPN4base8FilePathE 4932 fun:_ZN7fileapi28SandboxFileSystemBackendTest11GetRootPathERK4GURLNS_14FileSy stemTypeEbPN4base8FilePathE
4933 } 4933 }
4934 { 4934 {
4935 bug_245714 4935 bug_245714
4936 Memcheck:Leak 4936 Memcheck:Leak
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
5007 fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22Render ViewHostDelegateEPNS_24RenderWidgetHostDelegateEiibPNS_23SessionStorageNamespace E 5007 fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22Render ViewHostDelegateEPNS_24RenderWidgetHostDelegateEiibPNS_23SessionStorageNamespace E
5008 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteI nstanceEii 5008 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteI nstanceEii
5009 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE 5009 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
5010 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstan ceE 5010 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstan ceE
5011 fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContex tEPNS_12SiteInstanceE 5011 fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContex tEPNS_12SiteInstanceE
5012 fun:_ZN8autofill12_GLOBAL__N_128AutofillDialogControllerTest5SetUpEv 5012 fun:_ZN8autofill12_GLOBAL__N_128AutofillDialogControllerTest5SetUpEv
5013 } 5013 }
5014 { 5014 {
5015 bug_246153 5015 bug_246153
5016 Memcheck:Uninitialized 5016 Memcheck:Uninitialized
5017 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb 5017 fun:_ZN5blink8Settings29setOpenGLMultisamplingEnabledEb
5018 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb 5018 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
5019 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE 5019 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE
5020 ... 5020 ...
5021 fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE 5021 fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
5022 fun:_ZN7content14RenderViewImpl6CreateE* 5022 fun:_ZN7content14RenderViewImpl6CreateE*
5023 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params 5023 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
5024 } 5024 }
5025 { 5025 {
5026 bug_247525a 5026 bug_247525a
5027 Memcheck:Leak 5027 Memcheck:Leak
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
5131 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBu iltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27Glsl BuiltInFunctionBehaviorE 5131 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBu iltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27Glsl BuiltInFunctionBehaviorE
5132 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShSha derSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementation TypeENS7_27GlslBuiltInFunctionBehaviorE 5132 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShSha derSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementation TypeENS7_27GlslBuiltInFunctionBehaviorE
5133 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv 5133 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
5134 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vect orIiSaIiEE 5134 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vect orIiSaIiEE
5135 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKc RKSt6vectorIiSaIiEENS1_13GpuPreferenceE 5135 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKc RKSt6vectorIiSaIiEENS1_13GpuPreferenceE
5136 } 5136 }
5137 { 5137 {
5138 bug_252054 5138 bug_252054
5139 Memcheck:Unaddressable 5139 Memcheck:Unaddressable
5140 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv 5140 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv
5141 fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32Pl atformSpeechSynthesisUtteranceEEE 5141 fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32Plat formSpeechSynthesisUtteranceEEE
5142 fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS 0_EE 5142 fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_ EE
5143 fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv 5143 fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
5144 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 5144 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
5145 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 5145 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
5146 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv 5146 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
5147 } 5147 }
5148 { 5148 {
5149 bug_252036 5149 bug_252036
5150 Memcheck:Uninitialized 5150 Memcheck:Uninitialized
5151 fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv 5151 fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv
5152 fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv 5152 fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv
5153 } 5153 }
5154 { 5154 {
5155 bug_252209 5155 bug_252209
5156 Memcheck:Leak 5156 Memcheck:Leak
5157 fun:_Znw* 5157 fun:_Znw*
5158 fun:_ZN7content18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE 5158 fun:_ZN7content18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE
5159 fun:_ZN7content11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBr idge11RequestInfoE 5159 fun:_ZN7content11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBr idge11RequestInfoE
5160 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_ glue20ResourceLoaderBridge11RequestInfoE 5160 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_ glue20ResourceLoaderBridge11RequestInfoE
5161 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE 5161 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
5162 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE 5162 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE
5163 fun:_ZN7WebCore22ResourceHandleInternal5startENS_17StoredCredentialsE 5163 fun:_ZN5blink22ResourceHandleInternal5startENS_17StoredCredentialsE
5164 fun:_ZN7WebCore14ResourceHandle5startENS_17StoredCredentialsE 5164 fun:_ZN5blink14ResourceHandle5startENS_17StoredCredentialsE
5165 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEbbNS_17StoredCredentialsE 5165 fun:_ZN5blink14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceHan dleClientEbbNS_17StoredCredentialsE
5166 } 5166 }
5167 { 5167 {
5168 bug_252228 5168 bug_252228
5169 Memcheck:Leak 5169 Memcheck:Leak
5170 fun:_Znw* 5170 fun:_Znw*
5171 fun:_ZN12_GLOBAL__N_125WorkerGlobalScopeObserver6createEPN7WebCore17WorkerGlo balScopeEN3WTF10PassRefPtrIN5blink31WorkerAllowMainThreadBridgeBaseEEE 5171 fun:_ZN12_GLOBAL__N_125WorkerGlobalScopeObserver6createEPN7WebCore17WorkerGlo balScopeEN3WTF10PassRefPtrIN5blink31WorkerAllowMainThreadBridgeBaseEEE
5172 fun:_ZN5blink31WorkerAllowMainThreadBridgeBaseC1EPN7WebCore17WorkerGlobalScop eEPNS_13WebWorkerBaseE 5172 fun:_ZN5blink31WorkerAllowMainThreadBridgeBaseC1EPN7WebCore17WorkerGlobalScop eEPNS_13WebWorkerBaseE
5173 fun:*Allow*MainThreadBridge* 5173 fun:*Allow*MainThreadBridge*
5174 } 5174 }
5175 { 5175 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
5231 bug_258132b 5231 bug_258132b
5232 Memcheck:Leak 5232 Memcheck:Leak
5233 fun:_Znw* 5233 fun:_Znw*
5234 fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv 5234 fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv
5235 fun:_ZN5ppapi*ThreadAwareCallback*Test_* 5235 fun:_ZN5ppapi*ThreadAwareCallback*Test_*
5236 } 5236 }
5237 { 5237 {
5238 bug_259188 5238 bug_259188
5239 Memcheck:Leak 5239 Memcheck:Leak
5240 fun:_Znw* 5240 fun:_Znw*
5241 fun:_ZN7WebCore16V8PerIsolateData6createEPN2v87IsolateE 5241 fun:_ZN5blink16V8PerIsolateData6createEPN2v87IsolateE
5242 fun:_ZN7WebCore16V8PerIsolateData17ensureInitializedEPN2v87IsolateE 5242 fun:_ZN5blink16V8PerIsolateData17ensureInitializedEPN2v87IsolateE
5243 fun:_ZN5blink10initializeEPNS_8PlatformE 5243 fun:_ZN5blink10initializeEPNS_8PlatformE
5244 } 5244 }
5245 { 5245 {
5246 bug_259303 5246 bug_259303
5247 Memcheck:Leak 5247 Memcheck:Leak
5248 fun:_Znw* 5248 fun:_Znw*
5249 fun:_ZN3IPC7Message23EnsureFileDescriptorSetEv 5249 fun:_ZN3IPC7Message23EnsureFileDescriptorSetEv
5250 fun:_ZN3IPC7Message19file_descriptor_setEv 5250 fun:_ZN3IPC7Message19file_descriptor_setEv
5251 fun:_ZN3IPC7Channel11ChannelImpl24WillDispatchInputMessageEPNS_7MessageE 5251 fun:_ZN3IPC7Channel11ChannelImpl24WillDispatchInputMessageEPNS_7MessageE
5252 fun:_ZN3IPC8internal13ChannelReader17DispatchInputDataEPKci 5252 fun:_ZN3IPC8internal13ChannelReader17DispatchInputDataEPKci
(...skipping 25 matching lines...) Expand all
5278 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv 5278 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
5279 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10Invo keWithERKNSt3tr15tupleIIjjS6_EEE 5279 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10Invo keWithERKNSt3tr15tupleIIjjS6_EEE
5280 fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjj S6_ 5280 fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjj S6_
5281 fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv 5281 fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv
5282 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5282 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5283 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5283 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5284 } 5284 }
5285 { 5285 {
5286 bug_259789 5286 bug_259789
5287 Memcheck:Uninitialized 5287 Memcheck:Uninitialized
5288 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Att ributesEPNS_8SettingsE 5288 fun:_ZN5blink12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Attri butesEPNS_8SettingsE
5289 fun:_ZN7WebCore21WebGLRenderingContext19maybeRestoreContextEPNS_5TimerIS0_EE 5289 fun:_ZN5blink21WebGLRenderingContext19maybeRestoreContextEPNS_5TimerIS0_EE
5290 fun:_ZN7WebCore5TimerINS_21WebGLRenderingContextEE5firedEv 5290 fun:_ZN5blink5TimerINS_21WebGLRenderingContextEE5firedEv
5291 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 5291 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
5292 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 5292 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
5293 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv 5293 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
5294 } 5294 }
5295 { 5295 {
5296 bug_259789b 5296 bug_259789b
5297 Memcheck:Uninitialized 5297 Memcheck:Uninitialized
5298 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Att ributesEPNS_8SettingsE 5298 fun:_ZN5blink12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10Attri butesEPNS_8SettingsE
5299 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22W ebGLContextAttributesE 5299 fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22Web GLContextAttributesE
5300 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasCon textAttributesE 5300 fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasConte xtAttributesE
5301 } 5301 }
5302 { 5302 {
5303 bug_259799 5303 bug_259799
5304 Memcheck:Leak 5304 Memcheck:Leak
5305 fun:_Znw* 5305 fun:_Znw*
5306 fun:_ZN5blink16EditorClientImpl23requestCheckingOfStringEN3WTF10PassRefPtrIN7 WebCore19TextCheckingRequestEEE 5306 fun:_ZN5blink16EditorClientImpl23requestCheckingOfStringEN3WTF10PassRefPtrIN7 WebCore19TextCheckingRequestEEE
5307 fun:_ZN7WebCore12SpellChecker13invokeRequestEN3WTF10PassRefPtrINS_17SpellChec kRequestEEE 5307 fun:_ZN5blink12SpellChecker13invokeRequestEN3WTF10PassRefPtrINS_17SpellCheckR equestEEE
5308 fun:_ZN7WebCore12SpellChecker18requestCheckingForEN3WTF10PassRefPtrINS_17Spel lCheckRequestEEE 5308 fun:_ZN5blink12SpellChecker18requestCheckingForEN3WTF10PassRefPtrINS_17SpellC heckRequestEEE
5309 fun:_ZN7WebCore6Editor40markAllMisspellingsAndBadGrammarInRangesEjPNS_5RangeE S2_ 5309 fun:_ZN5blink6Editor40markAllMisspellingsAndBadGrammarInRangesEjPNS_5RangeES2 _
5310 fun:_ZN7WebCore6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePosit ionERKNS_16VisibleSelectionE 5310 fun:_ZN5blink6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePositio nERKNS_16VisibleSelectionE
5311 fun:_ZN7WebCore13TypingCommand27markMisspellingsAfterTypingENS0_14ETypingComm andE 5311 fun:_ZN5blink13TypingCommand27markMisspellingsAfterTypingENS0_14ETypingComman dE
5312 fun:_ZN7WebCore13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommand E 5312 fun:_ZN5blink13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommandE
5313 fun:_ZN7WebCore13TypingCommand28insertTextRunWithoutNewlinesERKN3WTF6StringEb 5313 fun:_ZN5blink13TypingCommand28insertTextRunWithoutNewlinesERKN3WTF6StringEb
5314 fun:_ZNK7WebCore26TypingCommandLineOperationclEmmb 5314 fun:_ZNK7WebCore26TypingCommandLineOperationclEmmb
5315 } 5315 }
5316 { 5316 {
5317 bug_262875 5317 bug_262875
5318 Memcheck:Leak 5318 Memcheck:Leak
5319 fun:_Znw* 5319 fun:_Znw*
5320 ... 5320 ...
5321 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc 5321 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
5322 ... 5322 ...
5323 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv 5323 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv
(...skipping 11 matching lines...) Expand all
5335 fun:_ZN5GrGpu6onDrawERKN12GrDrawTarget8DrawInfoE 5335 fun:_ZN5GrGpu6onDrawERKN12GrDrawTarget8DrawInfoE
5336 ... 5336 ...
5337 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfi gPvmj 5337 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfi gPvmj
5338 } 5338 }
5339 { 5339 {
5340 bug_268258 5340 bug_268258
5341 Memcheck:Leak 5341 Memcheck:Leak
5342 fun:malloc 5342 fun:malloc
5343 fun:_ZN3WTF10fastMallocEm 5343 fun:_ZN3WTF10fastMallocEm
5344 fun:_ZN3WTF10StringImpl12createStaticEPKcjj 5344 fun:_ZN3WTF10StringImpl12createStaticEPKcjj
5345 fun:_ZN7WebCore*Names*init* 5345 fun:_ZN5blink*Names*init*
5346 } 5346 }
5347 { 5347 {
5348 bug_269201 5348 bug_269201
5349 Memcheck:Unaddressable 5349 Memcheck:Unaddressable
5350 ... 5350 ...
5351 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_obj ects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb 5351 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_obj ects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
5352 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8Callba ckIFvvEEE 5352 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8Callba ckIFvvEEE
5353 fun:_ZN8printing8PrintJob21UpdatePrintedDocumentEPNS_15PrintedDocumentE 5353 fun:_ZN8printing8PrintJob21UpdatePrintedDocumentEPNS_15PrintedDocumentE
5354 fun:_ZN8printing8PrintJob4StopEv 5354 fun:_ZN8printing8PrintJob4StopEv
5355 } 5355 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
5397 fun:shared_dispatch_stub_939 5397 fun:shared_dispatch_stub_939
5398 fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj 5398 fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj
5399 fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj 5399 fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj
5400 fun:_ZN3gpu5gles216GLES2DecoderImpl22HandleBindRenderbufferEjRKNS0_4cmds16Bin dRenderbufferE 5400 fun:_ZN3gpu5gles216GLES2DecoderImpl22HandleBindRenderbufferEjRKNS0_4cmds16Bin dRenderbufferE
5401 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 5401 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5402 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5402 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5403 } 5403 }
5404 { 5404 {
5405 bug_290435 5405 bug_290435
5406 Memcheck:Uninitialized 5406 Memcheck:Uninitialized
5407 fun:_ZN7WebCore12AudioContext20scheduleNodeDeletionEv 5407 fun:_ZN5blink12AudioContext20scheduleNodeDeletionEv
5408 fun:_ZN7WebCore12AudioContext21handlePostRenderTasksEv 5408 fun:_ZN5blink12AudioContext21handlePostRenderTasksEv
5409 fun:_ZN7WebCore20AudioDestinationNode6renderEPNS_8AudioBusES2_m 5409 fun:_ZN5blink20AudioDestinationNode6renderEPNS_8AudioBusES2_m
5410 fun:_ZN7WebCore27OfflineAudioDestinationNode13offlineRenderEv 5410 fun:_ZN5blink27OfflineAudioDestinationNode13offlineRenderEv
5411 } 5411 }
5412 { 5412 {
5413 bug_293024_b 5413 bug_293024_b
5414 Memcheck:Leak 5414 Memcheck:Leak
5415 fun:malloc 5415 fun:malloc
5416 fun:_ZN3WTF10fastMallocEm 5416 fun:_ZN3WTF10fastMallocEm
5417 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm 5417 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
5418 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7WebCor e17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE 5418 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7WebCor e17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE
5419 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem* 5419 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem*
5420 ... 5420 ...
5421 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE 5421 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
5422 } 5422 }
5423 { 5423 {
5424 bug_293088 5424 bug_293088
5425 Memcheck:Unaddressable 5425 Memcheck:Unaddressable
5426 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv 5426 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv
5427 fun:_ZNK7WebCore8Document7decoderEv 5427 fun:_ZNK7WebCore8Document7decoderEv
5428 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEv 5428 fun:_ZN5blink25DecodedDataDocumentParser5flushEv
5429 fun:_ZN7WebCore14DocumentWriter3endEv 5429 fun:_ZN5blink14DocumentWriter3endEv
5430 fun:_ZN7WebCore14DocumentLoader10endWritingEPNS_14DocumentWriterE 5430 fun:_ZN5blink14DocumentLoader10endWritingEPNS_14DocumentWriterE
5431 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd 5431 fun:_ZN5blink14DocumentLoader15finishedLoadingEd
5432 fun:_ZN7WebCore14DocumentLoader14notifyFinishedEPNS_8ResourceE 5432 fun:_ZN5blink14DocumentLoader14notifyFinishedEPNS_8ResourceE
5433 fun:_ZN7WebCore8Resource11checkNotifyEv 5433 fun:_ZN5blink8Resource11checkNotifyEv
5434 fun:_ZN7WebCore8Resource13finishOnePartEv 5434 fun:_ZN5blink8Resource13finishOnePartEv
5435 fun:_ZN7WebCore8Resource6finishEd 5435 fun:_ZN5blink8Resource6finishEd
5436 fun:_ZN7WebCore14ResourceLoader16didFinishLoadingEPN5blink12WebURLLoaderEd 5436 fun:_ZN5blink14ResourceLoader16didFinishLoadingEPN5blink12WebURLLoaderEd
5437 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE 5437 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
5438 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiibRKSsRKN4base9TimeTi cksE 5438 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiibRKSsRKN4base9TimeTi cksE
5439 } 5439 }
5440 { 5440 {
5441 bug_298143 5441 bug_298143
5442 Memcheck:Uninitialized 5442 Memcheck:Uninitialized
5443 ... 5443 ...
5444 fun:_ZN7WebCore25TypeConversionsV8Internal*AttributeGetterE* 5444 fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE*
5445 } 5445 }
5446 { 5446 {
5447 bug_298788 5447 bug_298788
5448 Memcheck:Leak 5448 Memcheck:Leak
5449 fun:_Znw* 5449 fun:_Znw*
5450 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL ineRKN4base8FilePathEb 5450 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL ineRKN4base8FilePathEb
5451 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv 5451 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv
5452 } 5452 }
5453 { 5453 {
5454 bug_298887 5454 bug_298887
5455 Memcheck:Leak 5455 Memcheck:Leak
5456 ... 5456 ...
5457 fun:_ZN2ui25KeyboardCodeFromXKeyEventEP7_XEvent 5457 fun:_ZN2ui25KeyboardCodeFromXKeyEventEP7_XEvent
5458 fun:_ZN2ui22KeyboardCodeFromNativeERKP7_XEvent 5458 fun:_ZN2ui22KeyboardCodeFromNativeERKP7_XEvent
5459 fun:_ZN12_GLOBAL__N_121XModifierStateWatcher20UpdateStateFromEventERKP7_XEven t 5459 fun:_ZN12_GLOBAL__N_121XModifierStateWatcher20UpdateStateFromEventERKP7_XEven t
5460 fun:_ZN2ui20EventFlagsFromNativeERKP7_XEvent 5460 fun:_ZN2ui20EventFlagsFromNativeERKP7_XEvent
5461 fun:_ZN2ui8KeyEventC1ERKP7_XEventb 5461 fun:_ZN2ui8KeyEventC1ERKP7_XEventb
5462 fun:_ZN8chromeos31KeyboardDrivenEventRewriterTest25GetRewrittenEventAsStringE N2ui12KeyboardCodeEiNS1_9EventTypeEhj 5462 fun:_ZN8chromeos31KeyboardDrivenEventRewriterTest25GetRewrittenEventAsStringE N2ui12KeyboardCodeEiNS1_9EventTypeEhj
5463 fun:_ZN8chromeos48KeyboardDrivenEventRewriterTest_PassThrough_Test8TestBodyEv 5463 fun:_ZN8chromeos48KeyboardDrivenEventRewriterTest_PassThrough_Test8TestBodyEv
5464 } 5464 }
5465 { 5465 {
5466 bug_299647 5466 bug_299647
5467 Memcheck:Unaddressable 5467 Memcheck:Unaddressable
5468 fun:_ZNK3WTF6OwnPtrIN7WebCore19AnimationControllerEE3getEv 5468 fun:_ZNK3WTF6OwnPtrIN7WebCore19AnimationControllerEE3getEv
5469 fun:_ZNK7WebCore5Frame9animationEv 5469 fun:_ZNK7WebCore5Frame9animationEv
5470 fun:_ZNK7WebCore12RenderObject9animationEv 5470 fun:_ZNK7WebCore12RenderObject9animationEv
5471 fun:_ZN7WebCore12RenderObject15willBeDestroyedEv 5471 fun:_ZN5blink12RenderObject15willBeDestroyedEv
5472 fun:_ZN7WebCore22RenderLayerModelObject15willBeDestroyedEv 5472 fun:_ZN5blink22RenderLayerModelObject15willBeDestroyedEv
5473 fun:_ZN7WebCore20RenderBoxModelObject15willBeDestroyedEv 5473 fun:_ZN5blink20RenderBoxModelObject15willBeDestroyedEv
5474 fun:_ZN7WebCore9RenderBox15willBeDestroyedEv 5474 fun:_ZN5blink9RenderBox15willBeDestroyedEv
5475 fun:_ZN7WebCore11RenderBlock15willBeDestroyedEv 5475 fun:_ZN5blink11RenderBlock15willBeDestroyedEv
5476 fun:_ZN7WebCore16RenderFullScreen15willBeDestroyedEv 5476 fun:_ZN5blink16RenderFullScreen15willBeDestroyedEv
5477 fun:_ZN7WebCore12RenderObject7destroyEv 5477 fun:_ZN5blink12RenderObject7destroyEv
5478 fun:_ZN7WebCore22FullscreenElementStack21setFullScreenRendererEPNS_16RenderFu llScreenE 5478 fun:_ZN5blink22FullscreenElementStack21setFullScreenRendererEPNS_16RenderFull ScreenE
5479 fun:_ZN7WebCore22FullscreenElementStack19documentWasDetachedEv 5479 fun:_ZN5blink22FullscreenElementStack19documentWasDetachedEv
5480 fun:_ZN7WebCore25DocumentLifecycleNotifier25notifyDocumentWasDetachedEv 5480 fun:_ZN5blink25DocumentLifecycleNotifier25notifyDocumentWasDetachedEv
5481 fun:_ZN7WebCore8Document6detachERKNS_4Node13AttachContextE 5481 fun:_ZN5blink8Document6detachERKNS_4Node13AttachContextE
5482 fun:_ZN7WebCore8Document21prepareForDestructionEv 5482 fun:_ZN5blink8Document21prepareForDestructionEv
5483 fun:_ZN7WebCore5Frame7setViewEN3WTF10PassRefPtrINS_9FrameViewEEE 5483 fun:_ZN5blink5Frame7setViewEN3WTF10PassRefPtrINS_9FrameViewEEE
5484 fun:_ZN7WebCore5Frame10createViewERKNS_7IntSizeERKNS_5ColorEbS3_bNS_13Scrollb arModeEbS7_b 5484 fun:_ZN5blink5Frame10createViewERKNS_7IntSizeERKNS_5ColorEbS3_bNS_13Scrollbar ModeEbS7_b
5485 fun:_ZN5blink12WebFrameImpl15createFrameViewEv 5485 fun:_ZN5blink12WebFrameImpl15createFrameViewEv
5486 fun:_ZN5blink21FrameLoaderClientImpl31transitionToCommittedForNewPageEv 5486 fun:_ZN5blink21FrameLoaderClientImpl31transitionToCommittedForNewPageEv
5487 fun:_ZN7WebCore11FrameLoader21commitProvisionalLoadEv 5487 fun:_ZN5blink11FrameLoader21commitProvisionalLoadEv
5488 fun:_ZN7WebCore14DocumentLoader13commitIfReadyEv 5488 fun:_ZN5blink14DocumentLoader13commitIfReadyEv
5489 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd 5489 fun:_ZN5blink14DocumentLoader15finishedLoadingEd
5490 } 5490 }
5491 { 5491 {
5492 bug_299804 5492 bug_299804
5493 Memcheck:Uninitialized 5493 Memcheck:Uninitialized
5494 fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContext PNS_12PMConversionES3_ 5494 fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContext PNS_12PMConversionES3_
5495 fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_ 5495 fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_
5496 fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix 5496 fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix
5497 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfi gPvmj 5497 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfi gPvmj
5498 fun:_ZN11SkGpuDevice12onReadPixelsE* 5498 fun:_ZN11SkGpuDevice12onReadPixelsE*
5499 fun:_ZN12SkBaseDevice10readPixelsE* 5499 fun:_ZN12SkBaseDevice10readPixelsE*
5500 fun:_ZN8SkCanvas10readPixelsE* 5500 fun:_ZN8SkCanvas10readPixelsE*
5501 fun:_ZN*DeferredDevice12onReadPixelsE* 5501 fun:_ZN*DeferredDevice12onReadPixelsE*
5502 fun:_ZN12SkBaseDevice10readPixelsE* 5502 fun:_ZN12SkBaseDevice10readPixelsE*
5503 fun:_ZN8SkCanvas10readPixelsE* 5503 fun:_ZN8SkCanvas10readPixelsE*
5504 fun:_ZN7WebCore15GraphicsContext10readPixelsE* 5504 fun:_ZN5blink15GraphicsContext10readPixelsE*
5505 fun:_ZN7WebCore12getImageDataILNS_8MultiplyE* 5505 fun:_ZN5blink12getImageDataILNS_8MultiplyE*
5506 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataE* 5506 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataE*
5507 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataE* 5507 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataE*
5508 ... 5508 ...
5509 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2 v820FunctionCallbackInfoINS1_5ValueEEE 5509 fun:_ZN5blink34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v8 20FunctionCallbackInfoINS1_5ValueEEE
5510 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallb ackERKN2v820FunctionCallbackInfoINS1_5ValueEEE 5510 fun:_ZN5blink34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbac kERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5511 } 5511 }
5512 { 5512 {
5513 bug_309477 5513 bug_309477
5514 Memcheck:Uninitialized 5514 Memcheck:Uninitialized
5515 fun:_ZN13WebTestRunner11EventSender5resetEv 5515 fun:_ZN13WebTestRunner11EventSender5resetEv
5516 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv 5516 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv
5517 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv 5517 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
5518 ... 5518 ...
5519 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv 5519 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv
5520 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv 5520 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv
5521 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params 5521 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
5522 } 5522 }
5523 { 5523 {
5524 bug_310351 5524 bug_310351
5525 Memcheck:Leak 5525 Memcheck:Leak
5526 ... 5526 ...
5527 fun:_ZN3WTF12PthreadStatenwEm 5527 fun:_ZN3WTF12PthreadStatenwEm
5528 fun:_ZN3WTFL35establishIdentifierForPthreadHandleERK* 5528 fun:_ZN3WTFL35establishIdentifierForPthreadHandleERK*
5529 fun:_ZN3WTF13currentThreadEv 5529 fun:_ZN3WTF13currentThreadEv
5530 fun:_ZN3WTF20initializeMainThreadEPFvPFvPvES0_E 5530 fun:_ZN3WTF20initializeMainThreadEPFvPFvPvES0_E
5531 } 5531 }
5532 { 5532 {
5533 bug_312332 5533 bug_312332
5534 Memcheck:Uninitialized 5534 Memcheck:Uninitialized
5535 ... 5535 ...
5536 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layo utUnitES2_ 5536 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layo utUnitES2_
5537 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv 5537 fun:_ZN5blink17RenderTextControl29computePreferredLogicalWidthsEv
5538 ... 5538 ...
5539 fun:_ZN7WebCore11RenderBlock6layoutEv 5539 fun:_ZN5blink11RenderBlock6layoutEv
5540 } 5540 }
5541 { 5541 {
5542 bug_317166 5542 bug_317166
5543 Memcheck:Leak 5543 Memcheck:Leak
5544 fun:malloc 5544 fun:malloc
5545 fun:_dl_close_worker 5545 fun:_dl_close_worker
5546 fun:_dl_close 5546 fun:_dl_close
5547 fun:_dl_catch_error 5547 fun:_dl_catch_error
5548 fun:_dlerror_run 5548 fun:_dlerror_run
5549 fun:dlclose 5549 fun:dlclose
(...skipping 18 matching lines...) Expand all
5568 bug_321976 5568 bug_321976
5569 Memcheck:Leak 5569 Memcheck:Leak
5570 ... 5570 ...
5571 fun:nssList_Create 5571 fun:nssList_Create
5572 fun:nssTrustDomain_UpdateCachedTokenCerts 5572 fun:nssTrustDomain_UpdateCachedTokenCerts
5573 } 5573 }
5574 { 5574 {
5575 bug_327672 5575 bug_327672
5576 Memcheck:Uninitialized 5576 Memcheck:Uninitialized
5577 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv 5577 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv
5578 fun:_ZN7WebCore9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS _21CSSStyleSheetResourceE 5578 fun:_ZN5blink9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS_2 1CSSStyleSheetResourceE
5579 fun:_ZN7WebCore21CSSStyleSheetResource11checkNotifyEv 5579 fun:_ZN5blink21CSSStyleSheetResource11checkNotifyEv
5580 ... 5580 ...
5581 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE 5581 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
5582 } 5582 }
5583 { 5583 {
5584 bug_329960 5584 bug_329960
5585 Memcheck:Leak 5585 Memcheck:Leak
5586 fun:_Znw* 5586 fun:_Znw*
5587 fun:_ZN7WebCore22V8PerContextDataHolder7installE* 5587 fun:_ZN5blink22V8PerContextDataHolder7installE*
5588 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv 5588 fun:_ZN5blink22WorkerScriptController25initializeContextIfNeededEv
5589 ... 5589 ...
5590 fun:_ZN7WebCore12WorkerThread12workerThreadEv 5590 fun:_ZN5blink12WorkerThread12workerThreadEv
5591 } 5591 }
5592 { 5592 {
5593 bug_331061 5593 bug_331061
5594 Memcheck:Unaddressable 5594 Memcheck:Unaddressable
5595 fun:_ZNK3WTF6RefPtrIN7WebCore14SecurityOriginEE3getEv 5595 fun:_ZNK3WTF6RefPtrIN7WebCore14SecurityOriginEE3getEv
5596 fun:_ZNK7WebCore15SecurityContext14securityOriginEv 5596 fun:_ZNK7WebCore15SecurityContext14securityOriginEv
5597 fun:_ZN7WebCore13V8WindowShell16setSecurityTokenEv 5597 fun:_ZN5blink13V8WindowShell16setSecurityTokenEv
5598 fun:_ZN7WebCore13V8WindowShell20updateSecurityOriginEv 5598 fun:_ZN5blink13V8WindowShell20updateSecurityOriginEv
5599 fun:_ZN7WebCore16ScriptController20updateSecurityOriginEv 5599 fun:_ZN5blink16ScriptController20updateSecurityOriginEv
5600 fun:_ZN7WebCore8Document23didUpdateSecurityOriginEv 5600 fun:_ZN5blink8Document23didUpdateSecurityOriginEv
5601 fun:_ZN7WebCore8Document15setIsViewSourceEb 5601 fun:_ZN5blink8Document15setIsViewSourceEb
5602 fun:_ZN7WebCore22HTMLViewSourceDocumentC1ERKNS_12DocumentInitERKN3WTF6StringE 5602 fun:_ZN5blink22HTMLViewSourceDocumentC1ERKNS_12DocumentInitERKN3WTF6StringE
5603 fun:_ZN7WebCore22HTMLViewSourceDocument6createERKNS_12DocumentInitERKN3WTF6St ringE 5603 fun:_ZN5blink22HTMLViewSourceDocument6createERKNS_12DocumentInitERKN3WTF6Stri ngE
5604 fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringERKNS_12Docu mentInitEb 5604 fun:_ZN5blink17DOMImplementation14createDocumentERKN3WTF6StringERKNS_12Docume ntInitEb
5605 fun:_ZN7WebCore9DOMWindow14createDocumentERKN3WTF6StringERKNS_12DocumentInitE b 5605 fun:_ZN5blink9DOMWindow14createDocumentERKN3WTF6StringERKNS_12DocumentInitEb
5606 fun:_ZN7WebCore9DOMWindow18installNewDocumentERKN3WTF6StringERKNS_12DocumentI nitEb 5606 fun:_ZN5blink9DOMWindow18installNewDocumentERKN3WTF6StringERKNS_12DocumentIni tEb
5607 fun:_ZN7WebCore14DocumentLoader15createWriterForEPNS_5FrameEPKNS_8DocumentERK NS_4KURLERKN3WTF12AtomicStringESC_bb 5607 fun:_ZN5blink14DocumentLoader15createWriterForEPNS_5FrameEPKNS_8DocumentERKNS _4KURLERKN3WTF12AtomicStringESC_bb
5608 fun:_ZN7WebCore14DocumentLoader12ensureWriterERKN3WTF12AtomicStringERKNS_4KUR LE 5608 fun:_ZN5blink14DocumentLoader12ensureWriterERKN3WTF12AtomicStringERKNS_4KURLE
5609 fun:_ZN7WebCore14DocumentLoader12ensureWriterEv 5609 fun:_ZN5blink14DocumentLoader12ensureWriterEv
5610 fun:_ZN7WebCore14DocumentLoader10commitDataEPKcm 5610 fun:_ZN5blink14DocumentLoader10commitDataEPKcm
5611 fun:_ZN7WebCore14DocumentLoader12dataReceivedEPNS_8ResourceEPKci 5611 fun:_ZN5blink14DocumentLoader12dataReceivedEPNS_8ResourceEPKci
5612 fun:_ZN7WebCore11RawResource10appendDataEPKci 5612 fun:_ZN5blink11RawResource10appendDataEPKci
5613 fun:_ZN7WebCore14ResourceLoader14didReceiveDataEPN5blink12WebURLLoaderEPKcii 5613 fun:_ZN5blink14ResourceLoader14didReceiveDataEPN5blink12WebURLLoaderEPKcii
5614 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context14OnReceivedDataEPKcii 5614 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context14OnReceivedDataEPKcii
5615 fun:_ZN7content18ResourceDispatcher14OnReceivedDataEiiii 5615 fun:_ZN7content18ResourceDispatcher14OnReceivedDataEiiii
5616 } 5616 }
5617 { 5617 {
5618 bug_331063 5618 bug_331063
5619 Memcheck:Uninitialized 5619 Memcheck:Uninitialized
5620 ... 5620 ...
5621 fun:_ZN7WebCore11RenderImage12imageChangedEPvPKNS_7IntRectE 5621 fun:_ZN5blink11RenderImage12imageChangedEPvPKNS_7IntRectE
5622 fun:_ZN7WebCore12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRect E 5622 fun:_ZN5blink12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRectE
5623 fun:_ZN7WebCore13ImageResource12didAddClientEPNS_14ResourceClientE 5623 fun:_ZN5blink13ImageResource12didAddClientEPNS_14ResourceClientE
5624 fun:_ZN7WebCore8Resource9addClientEPNS_14ResourceClientE 5624 fun:_ZN5blink8Resource9addClientEPNS_14ResourceClientE
5625 fun:_ZN7WebCore19RenderImageResource16setImageResourceEPNS_13ImageResourceE 5625 fun:_ZN5blink19RenderImageResource16setImageResourceEPNS_13ImageResourceE
5626 fun:_ZN7WebCore30PasswordGeneratorButtonElement11updateImageEv 5626 fun:_ZN5blink30PasswordGeneratorButtonElement11updateImageEv
5627 fun:_ZN7WebCore30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachCont extE 5627 fun:_ZN5blink30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachContex tE
5628 fun:_ZN7WebCore13ContainerNode14attachChildrenERKNS_4Node13AttachContextE 5628 fun:_ZN5blink13ContainerNode14attachChildrenERKNS_4Node13AttachContextE
5629 } 5629 }
5630 { 5630 {
5631 bug_331925 5631 bug_331925
5632 Memcheck:Leak 5632 Memcheck:Leak
5633 ... 5633 ...
5634 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv 5634 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
5635 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv 5635 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
5636 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi 5636 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
5637 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv 5637 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
5638 } 5638 }
5639 { 5639 {
5640 bug_332328 5640 bug_332328
5641 Memcheck:Leak 5641 Memcheck:Leak
5642 fun:malloc 5642 fun:malloc
5643 fun:_ZN3WTF10fastMallocEm 5643 fun:_ZN3WTF10fastMallocEm
5644 fun:_ZN7WebCore14XMLHttpRequestnwEm 5644 fun:_ZN5blink14XMLHttpRequestnwEm
5645 fun:_ZN7WebCore14XMLHttpRequest6createEPNS_16ExecutionContextEN3WTF10PassRefP trINS_14SecurityOriginEEE 5645 fun:_ZN5blink14XMLHttpRequest6createEPNS_16ExecutionContextEN3WTF10PassRefPtr INS_14SecurityOriginEEE
5646 fun:_ZN7WebCore16V8XMLHttpRequest17constructorCustomERKN2v820FunctionCallback InfoINS1_5ValueEEE 5646 fun:_ZN5blink16V8XMLHttpRequest17constructorCustomERKN2v820FunctionCallbackIn foINS1_5ValueEEE
5647 fun:_ZN7WebCore16V8XMLHttpRequest19constructorCallbackERKN2v820FunctionCallba ckInfoINS1_5ValueEEE 5647 fun:_ZN5blink16V8XMLHttpRequest19constructorCallbackERKN2v820FunctionCallback InfoINS1_5ValueEEE
5648 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE 5648 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
5649 } 5649 }
5650 { 5650 {
5651 bug_332330 5651 bug_332330
5652 Memcheck:Leak 5652 Memcheck:Leak
5653 fun:malloc 5653 fun:malloc
5654 fun:_ZN3WTF10fastMallocEm 5654 fun:_ZN3WTF10fastMallocEm
5655 fun:_ZN7WebCore8ResourcenwEm 5655 fun:_ZN5blink8ResourcenwEm
5656 fun:_ZN7WebCoreL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN 3WTF6StringE 5656 fun:_ZN5blinkL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3W TF6StringE
5657 fun:_ZN7WebCore15ResourceFetcher12loadResourceENS_8Resource4TypeERNS_12FetchR equestERKN3WTF6StringE 5657 fun:_ZN5blink15ResourceFetcher12loadResourceENS_8Resource4TypeERNS_12FetchReq uestERKN3WTF6StringE
5658 fun:_ZN7WebCore15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12Fet chRequestE 5658 fun:_ZN5blink15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12Fetch RequestE
5659 fun:_ZN7WebCore15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE 5659 fun:_ZN5blink15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE
5660 fun:_ZN7WebCore24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequest ENS_19SecurityCheckPolicyE 5660 fun:_ZN5blink24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestEN S_19SecurityCheckPolicyE
5661 } 5661 }
5662 { 5662 {
5663 bug_332335 5663 bug_332335
5664 Memcheck:Param 5664 Memcheck:Param
5665 sendmsg(msg.msg_iov[0]) 5665 sendmsg(msg.msg_iov[0])
5666 fun:sys_sendmsg 5666 fun:sys_sendmsg
5667 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm 5667 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm
5668 fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE 5668 fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE
5669 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv 5669 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
5670 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv 5670 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
5671 } 5671 }
5672 { 5672 {
5673 bug_333992 5673 bug_333992
5674 Memcheck:Leak 5674 Memcheck:Leak
5675 fun:_Znw* 5675 fun:_Znw*
5676 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi 5676 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi
5677 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi 5677 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi
5678 } 5678 }
5679 { 5679 {
5680 bug_340952 5680 bug_340952
5681 Memcheck:Leak 5681 Memcheck:Leak
5682 fun:_Znw* 5682 fun:_Znw*
5683 fun:_ZN7WebCore15DOMWrapperWorldC2Eii 5683 fun:_ZN5blink15DOMWrapperWorldC2Eii
5684 fun:_ZN7WebCore15DOMWrapperWorldC1Eii 5684 fun:_ZN5blink15DOMWrapperWorldC1Eii
5685 fun:_ZN7WebCore15DOMWrapperWorld6createEii 5685 fun:_ZN5blink15DOMWrapperWorld6createEii
5686 fun:_ZN7WebCore15DOMWrapperWorld9mainWorldEv 5686 fun:_ZN5blink15DOMWrapperWorld9mainWorldEv
5687 ... 5687 ...
5688 fun:_ZN7content22BufferedDataSourceTestC2Ev 5688 fun:_ZN7content22BufferedDataSourceTestC2Ev
5689 } 5689 }
5690 { 5690 {
5691 bug_340752 5691 bug_340752
5692 Memcheck:Uninitialized 5692 Memcheck:Uninitialized
5693 ... 5693 ...
5694 fun:_ZN7WebCore4Heap19checkAndMarkPointerEPNS_7VisitorEPh 5694 fun:_ZN5blink4Heap19checkAndMarkPointerEPNS_7VisitorEPh
5695 fun:_ZN7WebCore11ThreadState10visitStackEPNS_7VisitorE 5695 fun:_ZN5blink11ThreadState10visitStackEPNS_7VisitorE
5696 fun:_ZN7WebCore11ThreadState5traceEPNS_7VisitorE 5696 fun:_ZN5blink11ThreadState5traceEPNS_7VisitorE
5697 fun:_ZN7WebCore11ThreadState10visitRootsEPNS_7VisitorE 5697 fun:_ZN5blink11ThreadState10visitRootsEPNS_7VisitorE
5698 fun:_ZN7WebCore4Heap14collectGarbageENS_11ThreadState10StackState* 5698 fun:_ZN5blink4Heap14collectGarbageENS_11ThreadState10StackState*
5699 } 5699 }
5700 { 5700 {
5701 bug_342591 5701 bug_342591
5702 Memcheck:Param 5702 Memcheck:Param
5703 write(buf) 5703 write(buf)
5704 obj:*libpthread* 5704 obj:*libpthread*
5705 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv 5705 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
5706 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE 5706 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
5707 fun:_ZN3IPC7Channel4SendEPNS_7MessageE 5707 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
5708 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4b ase14DefaultDeleterIS3_EEE 5708 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4b ase14DefaultDeleterIS3_EEE
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
5755 fun:shared_dispatch_stub_* 5755 fun:shared_dispatch_stub_*
5756 ... 5756 ...
5757 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 5757 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5758 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5758 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5759 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5759 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5760 } 5760 }
5761 { 5761 {
5762 bug_348863 5762 bug_348863
5763 Memcheck:Unaddressable 5763 Memcheck:Unaddressable
5764 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv 5764 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv
5765 fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32Pl atformSpeechSynthesisUtteranceEEE 5765 fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32Plat formSpeechSynthesisUtteranceEEE
5766 fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS 0_EE 5766 fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_ EE
5767 fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv 5767 fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
5768 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv 5768 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
5769 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv 5769 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
5770 fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv 5770 fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
5771 } 5771 }
5772 { 5772 {
5773 bug_350809 5773 bug_350809
5774 Memcheck:Uninitialized 5774 Memcheck:Uninitialized
5775 fun:_ZN7WebCore23ReplaceSelectionCommand7doApplyEv 5775 fun:_ZN5blink23ReplaceSelectionCommand7doApplyEv
5776 fun:_ZN7WebCore20CompositeEditCommand5applyEv 5776 fun:_ZN5blink20CompositeEditCommand5applyEv
5777 fun:_ZN7WebCore6Editor28replaceSelectionWithFragmentEN3WTF10PassRefPtrINS_16D ocumentFragmentEEEbbb 5777 fun:_ZN5blink6Editor28replaceSelectionWithFragmentEN3WTF10PassRefPtrINS_16Doc umentFragmentEEEbbb
5778 fun:_ZN7WebCore6Editor24replaceSelectionWithTextERKN3WTF6StringEbb 5778 fun:_ZN5blink6Editor24replaceSelectionWithTextERKN3WTF6StringEbb
5779 } 5779 }
5780 { 5780 {
5781 bug_361594 5781 bug_361594
5782 Memcheck:Uninitialized 5782 Memcheck:Uninitialized
5783 ... 5783 ...
5784 fun:*SkA8_Shader_Blitter*blitH* 5784 fun:*SkA8_Shader_Blitter*blitH*
5785 ... 5785 ...
5786 fun:*content*ScreenshotData*EncodeOnWorker* 5786 fun:*content*ScreenshotData*EncodeOnWorker*
5787 } 5787 }
5788 { 5788 {
5789 bug_363819 5789 bug_363819
5790 Memcheck:Uninitialized 5790 Memcheck:Uninitialized
5791 fun:strlen 5791 fun:strlen
5792 fun:* 5792 fun:*
5793 fun:_ZN3net12_GLOBAL__N_114TestHttpClient4ReadEPSs 5793 fun:_ZN3net12_GLOBAL__N_114TestHttpClient4ReadEPSs
5794 fun:_ZN3net*HttpServerTest* 5794 fun:_ZN3net*HttpServerTest*
5795 } 5795 }
5796 { 5796 {
5797 bug_364274 5797 bug_364274
5798 Memcheck:Uninitialized 5798 Memcheck:Uninitialized
5799 fun:_ZN7WebCore21RenderLayerCompositor14updateIfNeededEv 5799 fun:_ZN5blink21RenderLayerCompositor14updateIfNeededEv
5800 } 5800 }
5801 { 5801 {
5802 bug_364724 5802 bug_364724
5803 Memcheck:Param 5803 Memcheck:Param
5804 write(buf) 5804 write(buf)
5805 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so 5805 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
5806 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv 5806 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
5807 fun:_ZN3IPC12ChannelPosix29OnFileCanWriteWithoutBlockingEi 5807 fun:_ZN3IPC12ChannelPosix29OnFileCanWriteWithoutBlockingEi
5808 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWitho utBlockingEiPS0_ 5808 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWitho utBlockingEiPS0_
5809 ... 5809 ...
(...skipping 14 matching lines...) Expand all
5824 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv 5824 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
5825 fun:_ZN3IPC12ChannelPosix4SendEPNS_7MessageE 5825 fun:_ZN3IPC12ChannelPosix4SendEPNS_7MessageE
5826 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4b ase14DefaultDeleterIS3_EEE 5826 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4b ase14DefaultDeleterIS3_EEE
5827 } 5827 }
5828 { 5828 {
5829 bug_364821 5829 bug_364821
5830 Memcheck:Leak 5830 Memcheck:Leak
5831 fun:malloc 5831 fun:malloc
5832 fun:_ZN3WTF10fastMallocEm 5832 fun:_ZN3WTF10fastMallocEm
5833 fun:_ZN3WTF10RefCountedIN7WebCore11ScriptStateEEnwEm 5833 fun:_ZN3WTF10RefCountedIN7WebCore11ScriptStateEEnwEm
5834 fun:_ZN7WebCore11ScriptState6createEN2v86HandleINS1_7ContextEEEN3WTF10PassRef PtrINS_15DOMWrapperWorldEEE 5834 fun:_ZN5blink11ScriptState6createEN2v86HandleINS1_7ContextEEEN3WTF10PassRefPt rINS_15DOMWrapperWorldEEE
5835 ... 5835 ...
5836 fun:_ZN7WebCore12WorkerThread12workerThreadEv 5836 fun:_ZN5blink12WorkerThread12workerThreadEv
5837 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 5837 fun:_ZN5blink12WorkerThread17workerThreadStartEPv
5838 fun:_ZN3WTFL16threadEntryPointEPv 5838 fun:_ZN3WTFL16threadEntryPointEPv
5839 fun:_ZN3WTFL19wtfThreadEntryPointEPv 5839 fun:_ZN3WTFL19wtfThreadEntryPointEPv
5840 } 5840 }
5841 { 5841 {
5842 bug_365258 5842 bug_365258
5843 Memcheck:Leak 5843 Memcheck:Leak
5844 fun:malloc 5844 fun:malloc
5845 fun:_ZN3WTF10fastMallocEm 5845 fun:_ZN3WTF10fastMallocEm
5846 fun:_ZN7WebCore8ResourcenwEm 5846 fun:_ZN5blink8ResourcenwEm
5847 fun:_ZN7WebCoreL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN 3WTF6StringE 5847 fun:_ZN5blinkL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3W TF6StringE
5848 fun:_ZN7WebCore15ResourceFetcher18revalidateResourceERKNS_12FetchRequestEPNS_ 8ResourceE 5848 fun:_ZN5blink15ResourceFetcher18revalidateResourceERKNS_12FetchRequestEPNS_8R esourceE
5849 fun:_ZN7WebCore15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12Fet chRequestE 5849 fun:_ZN5blink15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12Fetch RequestE
5850 fun:_ZN7WebCore15ResourceFetcher11fetchScriptERNS_12FetchRequestE 5850 fun:_ZN5blink15ResourceFetcher11fetchScriptERNS_12FetchRequestE
5851 fun:_ZN7WebCore12ScriptLoader11fetchScriptERKN3WTF6StringE 5851 fun:_ZN5blink12ScriptLoader11fetchScriptERKN3WTF6StringE
5852 fun:_ZN7WebCore12ScriptLoader13prepareScriptERKN3WTF12TextPositionENS0_17Lega cyTypeSupportE 5852 fun:_ZN5blink12ScriptLoader13prepareScriptERKN3WTF12TextPositionENS0_17Legacy TypeSupportE
5853 fun:_ZN7WebCore16HTMLScriptRunner9runScriptEPNS_7ElementERKN3WTF12TextPositio nE 5853 fun:_ZN5blink16HTMLScriptRunner9runScriptEPNS_7ElementERKN3WTF12TextPositionE
5854 fun:_ZN7WebCore16HTMLScriptRunner7executeEN3WTF10PassRefPtrINS_7ElementEEERKN S1_12TextPositionE 5854 fun:_ZN5blink16HTMLScriptRunner7executeEN3WTF10PassRefPtrINS_7ElementEEERKNS1 _12TextPositionE
5855 fun:_ZN7WebCore18HTMLDocumentParser30runScriptsForPausedTreeBuilderEv 5855 fun:_ZN5blink18HTMLDocumentParser30runScriptsForPausedTreeBuilderEv
5856 fun:_ZN7WebCore18HTMLDocumentParser38processParsedChunkFromBackgroundParserEN 3WTF10PassOwnPtrINS0_11ParsedChunkEEE 5856 fun:_ZN5blink18HTMLDocumentParser38processParsedChunkFromBackgroundParserEN3W TF10PassOwnPtrINS0_11ParsedChunkEEE
5857 fun:_ZN7WebCore18HTMLDocumentParser23pumpPendingSpeculationsEv 5857 fun:_ZN5blink18HTMLDocumentParser23pumpPendingSpeculationsEv
5858 fun:_ZN7WebCore18HTMLDocumentParser41didReceiveParsedChunkFromBackgroundParse rEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE 5858 fun:_ZN5blink18HTMLDocumentParser41didReceiveParsedChunkFromBackgroundParserE N3WTF10PassOwnPtrINS0_11ParsedChunkEEE
5859 fun:_ZN3WTF15FunctionWrapperIMN7WebCore18HTMLDocumentParserEFvNS_10PassOwnPtr INS2_11ParsedChunkEEEEEclERKNS_7WeakPtrIS2_EES5_ 5859 fun:_ZN3WTF15FunctionWrapperIMN7WebCore18HTMLDocumentParserEFvNS_10PassOwnPtr INS2_11ParsedChunkEEEEEclERKNS_7WeakPtrIS2_EES5_
5860 fun:_ZN3WTF17BoundFunctionImplINS_15FunctionWrapperIMN7WebCore18HTMLDocumentP arserEFvNS_10PassOwnPtrINS3_11ParsedChunkEEEEEEFvNS_7WeakPtrIS3_EES6_EEclEv 5860 fun:_ZN3WTF17BoundFunctionImplINS_15FunctionWrapperIMN7WebCore18HTMLDocumentP arserEFvNS_10PassOwnPtrINS3_11ParsedChunkEEEEEEFvNS_7WeakPtrIS3_EES6_EEclEv
5861 fun:_ZNK3WTF8FunctionIFvvEEclEv 5861 fun:_ZNK3WTF8FunctionIFvvEEclEv
5862 fun:_ZN3WTFL18callFunctionObjectEPv 5862 fun:_ZN3WTFL18callFunctionObjectEPv
5863 } 5863 }
5864 { 5864 {
5865 bug_365259 5865 bug_365259
5866 Memcheck:Leak 5866 Memcheck:Leak
5867 fun:malloc 5867 fun:malloc
5868 fun:_ZN3WTF10fastMallocEm 5868 fun:_ZN3WTF10fastMallocEm
5869 fun:_ZN3WTF10RefCountedIN7WebCore20IDBDatabaseCallbacksEEnwEm 5869 fun:_ZN3WTF10RefCountedIN7WebCore20IDBDatabaseCallbacksEEnwEm
5870 fun:_ZN7WebCore20IDBDatabaseCallbacks6createEv 5870 fun:_ZN5blink20IDBDatabaseCallbacks6createEv
5871 fun:_ZN7WebCore10IDBFactory12openInternalEPNS_16ExecutionContextERKN3WTF6Stri ngElRNS_14ExceptionStateE 5871 fun:_ZN5blink10IDBFactory12openInternalEPNS_16ExecutionContextERKN3WTF6String ElRNS_14ExceptionStateE
5872 fun:_ZN7WebCore10IDBFactory4openEPNS_16ExecutionContextERKN3WTF6StringERNS_14 ExceptionStateE 5872 fun:_ZN5blink10IDBFactory4openEPNS_16ExecutionContextERKN3WTF6StringERNS_14Ex ceptionStateE
5873 fun:_ZN7WebCore20IDBFactoryV8InternalL10openMethodERKN2v820FunctionCallbackIn foINS1_5ValueEEE 5873 fun:_ZN5blink20IDBFactoryV8InternalL10openMethodERKN2v820FunctionCallbackInfo INS1_5ValueEEE
5874 fun:_ZN7WebCore20IDBFactoryV8InternalL18openMethodCallbackERKN2v820FunctionCa llbackInfoINS1_5ValueEEE 5874 fun:_ZN5blink20IDBFactoryV8InternalL18openMethodCallbackERKN2v820FunctionCall backInfoINS1_5ValueEEE
5875 } 5875 }
5876 { 5876 {
5877 bug_367809_a 5877 bug_367809_a
5878 Memcheck:Leak 5878 Memcheck:Leak
5879 fun:_Znw* 5879 fun:_Znw*
5880 fun:_ZN4mojo6common13HandleWatcher5StartERKNS_6HandleEjmRKN4base8CallbackIFvi EEE 5880 fun:_ZN4mojo6common13HandleWatcher5StartERKNS_6HandleEjmRKN4base8CallbackIFvi EEE
5881 fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_ 5881 fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
5882 fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv 5882 fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
5883 fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandl eEEEP15MojoAsyncWaiter 5883 fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandl eEEEP15MojoAsyncWaiter
5884 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEE EP15MojoAsyncWaiter 5884 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEE EP15MojoAsyncWaiter
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
5931 fun:malloc 5931 fun:malloc
5932 fun:_ZN3WTF16DefaultAllocator15backingAllocateEm 5932 fun:_ZN3WTF16DefaultAllocator15backingAllocateEm
5933 fun:_ZN3WTF16DefaultAllocator13backingMallocIPN7WebCore14InlineIteratorEvEET_ m 5933 fun:_ZN3WTF16DefaultAllocator13backingMallocIPN7WebCore14InlineIteratorEvEET_ m
5934 ... 5934 ...
5935 fun:_ZN3WTF17HashMapTranslatorINS_18HashMapValueTraitsINS_10HashTraitsIPN7Web Core7BidiRun* 5935 fun:_ZN3WTF17HashMapTranslatorINS_18HashMapValueTraitsINS_10HashTraitsIPN7Web Core7BidiRun*
5936 } 5936 }
5937 { 5937 {
5938 bug_370210 5938 bug_370210
5939 Memcheck:Leak 5939 Memcheck:Leak
5940 fun:_Znw* 5940 fun:_Znw*
5941 fun:_ZN7WebCore20InternalsGeolocation24setGeolocationClientMockERNS_9Internal sEPNS_8DocumentE 5941 fun:_ZN5blink20InternalsGeolocation24setGeolocationClientMockERNS_9InternalsE PNS_8DocumentE
5942 fun:_ZN7WebCore19InternalsV8InternalL30setGeolocationClientMockMethodERKN2v82 0FunctionCallbackInfoINS1_5ValueEEE 5942 fun:_ZN5blink19InternalsV8InternalL30setGeolocationClientMockMethodERKN2v820F unctionCallbackInfoINS1_5ValueEEE
5943 fun:_ZN7WebCore19InternalsV8InternalL38setGeolocationClientMockMethodCallback ERKN2v820FunctionCallbackInfoINS1_5ValueEEE 5943 fun:_ZN5blink19InternalsV8InternalL38setGeolocationClientMockMethodCallbackER KN2v820FunctionCallbackInfoINS1_5ValueEEE
5944 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE 5944 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
5945 } 5945 }
5946 { 5946 {
5947 bug_371844 5947 bug_371844
5948 Memcheck:Uninitialized 5948 Memcheck:Uninitialized
5949 fun:bcmp 5949 fun:bcmp
5950 fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE 5950 fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE
5951 fun:_ZN7content15GamepadProvider6DoPollEv 5951 fun:_ZN7content15GamepadProvider6DoPollEv
5952 } 5952 }
5953 { 5953 {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
6053 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE 6053 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE
6054 ... 6054 ...
6055 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv 6055 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
6056 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE 6056 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
6057 } 6057 }
6058 { 6058 {
6059 bug_381065 6059 bug_381065
6060 Memcheck:Leak 6060 Memcheck:Leak
6061 fun:_Znw* 6061 fun:_Znw*
6062 ... 6062 ...
6063 fun:_ZN7WebCore18ModulesInitializer20registerEventFactoryEv 6063 fun:_ZN5blink18ModulesInitializer20registerEventFactoryEv
6064 fun:_ZN7WebCore15CoreInitializer4initEv 6064 fun:_ZN5blink15CoreInitializer4initEv
6065 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE 6065 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
6066 fun:_ZN5blink10initializeEPNS_8PlatformE 6066 fun:_ZN5blink10initializeEPNS_8PlatformE
6067 fun:_ZN7content25TestWebKitPlatformSupportC2Ev 6067 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
6068 fun:_ZN7content25TestWebKitPlatformSupportC1Ev 6068 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
6069 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE 6069 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
6070 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE 6070 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
6071 } 6071 }
6072 { 6072 {
6073 bug_381156 6073 bug_381156
6074 Memcheck:Uninitialized 6074 Memcheck:Uninitialized
6075 ... 6075 ...
6076 fun:_ZN*14SkTDynamicHashI10SkFlatData* 6076 fun:_ZN*14SkTDynamicHashI10SkFlatData*
6077 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE24findAndReturnMuta bleFlatERKS0_ 6077 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE24findAndReturnMuta bleFlatERKS0_
6078 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE17findAndReturnFlat ERKS0_ 6078 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE17findAndReturnFlat ERKS0_
6079 fun:_ZN15SkPictureRecord16getFlatPaintDataERK7SkPaint 6079 fun:_ZN15SkPictureRecord16getFlatPaintDataERK7SkPaint
6080 fun:_ZN15SkPictureRecord11addPaintPtrEPK7SkPaint 6080 fun:_ZN15SkPictureRecord11addPaintPtrEPK7SkPaint
6081 fun:_ZN15SkPictureRecord8addPaintERK7SkPaint 6081 fun:_ZN15SkPictureRecord8addPaintERK7SkPaint
6082 fun:_ZN15SkPictureRecord8drawPathERK6SkPathRK7SkPaint 6082 fun:_ZN15SkPictureRecord8drawPathERK6SkPathRK7SkPaint
6083 fun:_ZN12SkBBoxRecord8drawPathERK6SkPathRK7SkPaint 6083 fun:_ZN12SkBBoxRecord8drawPathERK6SkPathRK7SkPaint
6084 fun:_ZN7WebCore15GraphicsContext8drawPathERK6SkPathRK7SkPaint 6084 fun:_ZN5blink15GraphicsContext8drawPathERK6SkPathRK7SkPaint
6085 fun:_ZN7WebCore15GraphicsContext10strokePathERKNS_4PathE 6085 fun:_ZN5blink15GraphicsContext10strokePathERKNS_4PathE
6086 fun:_ZNK7WebCore14RenderSVGShape11strokeShapeEPNS_15GraphicsContextE 6086 fun:_ZNK7WebCore14RenderSVGShape11strokeShapeEPNS_15GraphicsContextE
6087 fun:_ZNK7WebCore13RenderSVGPath11strokeShapeEPNS_15GraphicsContextE 6087 fun:_ZNK7WebCore13RenderSVGPath11strokeShapeEPNS_15GraphicsContextE
6088 fun:_ZN7WebCore27RenderSVGResourceSolidColor17postApplyResourceEPNS_12RenderO bjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE 6088 fun:_ZN5blink27RenderSVGResourceSolidColor17postApplyResourceEPNS_12RenderObj ectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
6089 fun:_ZN7WebCore14RenderSVGShape11strokeShapeEPNS_11RenderStyleEPNS_15Graphics ContextE 6089 fun:_ZN5blink14RenderSVGShape11strokeShapeEPNS_11RenderStyleEPNS_15GraphicsCo ntextE
6090 fun:_ZN7WebCore14RenderSVGShape5paintERNS_9PaintInfoERKNS_11LayoutPointE 6090 fun:_ZN5blink14RenderSVGShape5paintERNS_9PaintInfoERKNS_11LayoutPointE
6091 fun:_ZN7WebCore9RenderBox5paintERNS_9PaintInfoERKNS_11LayoutPointE 6091 fun:_ZN5blink9RenderBox5paintERNS_9PaintInfoERKNS_11LayoutPointE
6092 fun:_ZN7WebCore13RenderSVGRoot13paintReplacedERNS_9PaintInfoERKNS_11LayoutPoi ntE 6092 fun:_ZN5blink13RenderSVGRoot13paintReplacedERNS_9PaintInfoERKNS_11LayoutPoint E
6093 fun:_ZN7WebCore14RenderReplaced5paintERNS_9PaintInfoERKNS_11LayoutPointE 6093 fun:_ZN5blink14RenderReplaced5paintERNS_9PaintInfoERKNS_11LayoutPointE
6094 fun:_ZN7WebCore11RenderBlock18paintAsInlineBlockEPNS_12RenderObjectERNS_9Pain tInfoERKNS_11LayoutPointE 6094 fun:_ZN5blink11RenderBlock18paintAsInlineBlockEPNS_12RenderObjectERNS_9PaintI nfoERKNS_11LayoutPointE
6095 } 6095 }
6096 { 6096 {
6097 bug_381584 6097 bug_381584
6098 Memcheck:Leak 6098 Memcheck:Leak
6099 fun:_Znw* 6099 fun:_Znw*
6100 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 6100 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
6101 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 6101 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
6102 fun:_ZN4base26PostTaskAndReplyWithResultI13scoped_refptrIN8chromeos*KeyEES4_E EbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSB_IFv T0_EEE 6102 fun:_ZN4base26PostTaskAndReplyWithResultI13scoped_refptrIN8chromeos*KeyEES4_E EbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSB_IFv T0_EEE
6103 fun:_ZN8chromeos23SessionManagerOperation*Ensure*KeyERKN4base8CallbackIFvvEEE 6103 fun:_ZN8chromeos23SessionManagerOperation*Ensure*KeyERKN4base8CallbackIFvvEEE
6104 fun:_ZN8chromeos23SessionManagerOperation12StartLoadingEv 6104 fun:_ZN8chromeos23SessionManagerOperation12StartLoadingEv
6105 fun:_ZN8chromeos21LoadSettingsOperation3RunEv 6105 fun:_ZN8chromeos21LoadSettingsOperation3RunEv
6106 fun:_ZN8chromeos23SessionManagerOperation5StartEPNS_20SessionManagerClientE13 scoped_refptrINS_12OwnerKeyUtilEES3_INS_*KeyEE 6106 fun:_ZN8chromeos23SessionManagerOperation5StartEPNS_20SessionManagerClientE13 scoped_refptrINS_12OwnerKeyUtilEES3_INS_*KeyEE
6107 fun:_ZN8chromeos21DeviceSettingsService18StartNextOperationEv 6107 fun:_ZN8chromeos21DeviceSettingsService18StartNextOperationEv
6108 fun:_ZN8chromeos21DeviceSettingsService7EnqueueEPNS_23SessionManagerOperation E 6108 fun:_ZN8chromeos21DeviceSettingsService7EnqueueEPNS_23SessionManagerOperation E
6109 fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb 6109 fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb
6110 fun:_ZN8chromeos21DeviceSettingsService4LoadEv 6110 fun:_ZN8chromeos21DeviceSettingsService4LoadEv
6111 } 6111 }
6112 { 6112 {
6113 bug_385381 6113 bug_385381
6114 Memcheck:Unaddressable 6114 Memcheck:Unaddressable
6115 fun:_ZN7WebCore23FrameLoaderStateMachine9advanceToENS0_5StateE 6115 fun:_ZN5blink23FrameLoaderStateMachine9advanceToENS0_5StateE
6116 fun:_ZN7WebCore11FrameLoader4initEv 6116 fun:_ZN5blink11FrameLoader4initEv
6117 fun:_ZN7WebCore10LocalFrame4initEv 6117 fun:_ZN5blink10LocalFrame4initEv
6118 fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7WebCore9FrameHost EPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_ 6118 fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7WebCore9FrameHost EPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_
6119 fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7WebCore16FrameLoadRequ estEPNS1_21HTMLFrameOwnerElementE 6119 fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7WebCore16FrameLoadRequ estEPNS1_21HTMLFrameOwnerElementE
6120 } 6120 }
6121 { 6121 {
6122 bug_385396a 6122 bug_385396a
6123 Memcheck:Uninitialized 6123 Memcheck:Uninitialized
6124 ... 6124 ...
6125 fun:_ZN7WebCore11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLoca tionERNS_13HitTestResultE 6125 fun:_ZN5blink11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocati onERNS_13HitTestResultE
6126 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocat ionERNS_13HitTestResultE 6126 fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocatio nERNS_13HitTestResultE
6127 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResult E 6127 fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
6128 fun:_ZN7WebCore8Document17prepareMouseEventERKNS_14HitTestRequestERKNS_11Layo utPointERKNS_18PlatformMouseEventE 6128 fun:_ZN5blink8Document17prepareMouseEventERKNS_14HitTestRequestERKNS_11Layout PointERKNS_18PlatformMouseEventE
6129 fun:_ZN7WebCore12EventHandler17prepareMouseEventERKNS_14HitTestRequestERKNS_1 8PlatformMouseEventE 6129 fun:_ZN5blink12EventHandler17prepareMouseEventERKNS_14HitTestRequestERKNS_18P latformMouseEventE
6130 fun:_ZN7WebCore12EventHandler26getSubFrameForGestureEventERKNS_8IntPointERKNS _20PlatformGestureEventE 6130 fun:_ZN5blink12EventHandler26getSubFrameForGestureEventERKNS_8IntPointERKNS_2 0PlatformGestureEventE
6131 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEvent E 6131 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6132 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE 6132 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6133 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE 6133 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE
6134 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE 6134 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
6135 } 6135 }
6136 { 6136 {
6137 bug_385396b 6137 bug_385396b
6138 Memcheck:Uninitialized 6138 Memcheck:Uninitialized
6139 fun:_ZN7WebCore10LayoutUnit8setValueEi 6139 fun:_ZN5blink10LayoutUnit8setValueEi
6140 fun:_ZN7WebCore10LayoutUnitC1Ei 6140 fun:_ZN5blink10LayoutUnitC1Ei
6141 fun:_ZN7WebCore11LayoutPointC1ERKNS_8IntPointE 6141 fun:_ZN5blink11LayoutPointC1ERKNS_8IntPointE
6142 ... 6142 ...
6143 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEvent E 6143 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6144 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE 6144 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6145 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE 6145 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE
6146 } 6146 }
6147 { 6147 {
6148 bug_385396c 6148 bug_385396c
6149 Memcheck:Uninitialized 6149 Memcheck:Uninitialized
6150 fun:_ZNK7WebCore7IntRect8containsEii 6150 fun:_ZNK7WebCore7IntRect8containsEii
6151 ... 6151 ...
6152 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEvent E 6152 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6153 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE 6153 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6154 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE 6154 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE
6155 } 6155 }
6156 { 6156 {
6157 bug_385396d 6157 bug_385396d
6158 Memcheck:Uninitialized 6158 Memcheck:Uninitialized
6159 fun:_ZNK7WebCore10LayoutUnit5floorEv 6159 fun:_ZNK7WebCore10LayoutUnit5floorEv
6160 ... 6160 ...
6161 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEvent E 6161 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6162 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE 6162 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6163 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE 6163 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22Pag eWidgetEventHandlerERKNS_13WebInputEventE
6164 } 6164 }
6165 { 6165 {
6166 bug_387435 6166 bug_387435
6167 Memcheck:Leak 6167 Memcheck:Leak
6168 fun:_Znw* 6168 fun:_Znw*
6169 fun:_ZN7content16WebURLLoaderImplC1Ev 6169 fun:_ZN7content16WebURLLoaderImplC1Ev
6170 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv 6170 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
6171 fun:_ZN7WebCore10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18F etchInitiatorInfoENS_17StoredCredentialsE 6171 fun:_ZN5blink10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18Fet chInitiatorInfoENS_17StoredCredentialsE
6172 fun:_ZN7WebCore10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS _18FetchInitiatorInfoENS_17StoredCredentialsE 6172 fun:_ZN5blink10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS_1 8FetchInitiatorInfoENS_17StoredCredentialsE
6173 fun:_ZN7WebCore10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE 6173 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
6174 fun:_ZN7WebCore15ResourceFetcher10fetchImageERNS_12FetchRequestE 6174 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE
6175 fun:_ZN7WebCore11ImageLoader19doUpdateFromElementEb 6175 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb
6176 fun:_ZN7WebCore11ImageLoader4Task3runEv 6176 fun:_ZN5blink11ImageLoader4Task3runEv
6177 } 6177 }
6178 { 6178 {
6179 bug_386418 6179 bug_386418
6180 Memcheck:Leak 6180 Memcheck:Leak
6181 fun:_Znw* 6181 fun:_Znw*
6182 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 6182 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
6183 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b 6183 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b
6184 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC1ERKN4base7WeakPtrIS0_EE 6184 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC1ERKN4base7WeakPtrIS0_EE
6185 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE 6185 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE
6186 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13* 6186 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13*
6187 } 6187 }
6188 { 6188 {
6189 bug_387993 6189 bug_387993
6190 Memcheck:Uninitialized 6190 Memcheck:Uninitialized
6191 fun:_ZN11SkBaseMutex7acquireEv 6191 fun:_ZN11SkBaseMutex7acquireEv
6192 fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex 6192 fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex
6193 fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex 6193 fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex
6194 fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_ 6194 fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_
6195 fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor 6195 fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor
6196 fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv 6196 fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv
6197 fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTyp efacePK12SkDescriptorPvESB_b 6197 fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTyp efacePK12SkDescriptorPvESB_b
6198 fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb 6198 fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb
6199 fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix 6199 fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
6200 fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix 6200 fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
6201 } 6201 }
6202 { 6202 {
6203 bug_388013 6203 bug_388013
6204 Memcheck:Leak 6204 Memcheck:Leak
6205 fun:_Znw* 6205 fun:_Znw*
6206 fun:_ZN7WebCoreL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostE PN2v87IsolateE 6206 fun:_ZN5blinkL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostEPN 2v87IsolateE
6207 fun:_ZN7WebCore21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEP NS_11ScriptStateEi 6207 fun:_ZN5blink21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEPNS _11ScriptStateEi
6208 fun:_ZN7WebCore21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE 6208 fun:_ZN5blink21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE
6209 fun:_ZN7WebCore22InspectorDebuggerAgent17currentCallFramesEv 6209 fun:_ZN5blink22InspectorDebuggerAgent17currentCallFramesEv
6210 fun:_ZN7WebCore22InspectorDebuggerAgent8didPauseEPNS_11ScriptStateERKNS_11Scr iptValueES5_RKN3WTF6VectorINS6_6StringELm0ENS6_16DefaultAllocatorEEE 6210 fun:_ZN5blink22InspectorDebuggerAgent8didPauseEPNS_11ScriptStateERKNS_11Scrip tValueES5_RKN3WTF6VectorINS6_6StringELm0ENS6_16DefaultAllocatorEEE
6211 fun:_ZN7WebCore17ScriptDebugServer18handleProgramBreakEPNS_11ScriptStateEN2v8 6HandleINS3_6ObjectEEENS4_INS3_5ValueEEENS4_INS3_5ArrayEEE 6211 fun:_ZN5blink17ScriptDebugServer18handleProgramBreakEPNS_11ScriptStateEN2v86H andleINS3_6ObjectEEENS4_INS3_5ValueEEENS4_INS3_5ArrayEEE
6212 fun:_ZN7WebCore17ScriptDebugServer18handleV8DebugEventERKN2v85Debug12EventDet ailsE 6212 fun:_ZN5blink17ScriptDebugServer18handleV8DebugEventERKN2v85Debug12EventDetai lsE
6213 fun:_ZN7WebCore17ScriptDebugServer20v8DebugEventCallbackERKN2v85Debug12EventD etailsE 6213 fun:_ZN5blink17ScriptDebugServer20v8DebugEventCallbackERKN2v85Debug12EventDet ailsE
6214 fun:_ZN2v88internal5Debug17CallEventCallbackENS_10DebugEventENS0_6HandleINS0_ 6ObjectEEES5_PNS_5Debug10ClientDataE 6214 fun:_ZN2v88internal5Debug17CallEventCallbackENS_10DebugEventENS0_6HandleINS0_ 6ObjectEEES5_PNS_5Debug10ClientDataE
6215 fun:_ZN2v88internal5Debug17ProcessDebugEventENS_10DebugEventENS0_6HandleINS0_ 8JSObjectEEEb 6215 fun:_ZN2v88internal5Debug17ProcessDebugEventENS_10DebugEventENS0_6HandleINS0_ 8JSObjectEEEb
6216 fun:_ZN2v88internal5Debug12OnDebugBreakENS0_6HandleINS0_6ObjectEEEb 6216 fun:_ZN2v88internal5Debug12OnDebugBreakENS0_6HandleINS0_6ObjectEEEb
6217 } 6217 }
6218 { 6218 {
6219 bug_388668 6219 bug_388668
6220 Memcheck:Leak 6220 Memcheck:Leak
6221 fun:_Znw* 6221 fun:_Znw*
6222 fun:_ZN20data_reduction_proxy69DataReductionProxyUsageStatsTest_isDataReducti onProxyUnreachable_Test8TestBodyEv 6222 fun:_ZN20data_reduction_proxy69DataReductionProxyUsageStatsTest_isDataReducti onProxyUnreachable_Test8TestBodyEv
6223 } 6223 }
(...skipping 19 matching lines...) Expand all
6243 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13scoped_refptrIN4base16MessageL oopProxyEEPNS_19NetworkStateHandlerERKN3net12HostResolver7OptionsEPNS7_6NetLogE 6243 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13scoped_refptrIN4base16MessageL oopProxyEEPNS_19NetworkStateHandlerERKN3net12HostResolver7OptionsEPNS7_6NetLogE
6244 fun:_ZN8chromeos24HostResolverImplChromeOS25CreateHostResolverForTestE13scope d_refptrIN4base16MessageLoopProxyEEPNS_19NetworkStateHandlerE 6244 fun:_ZN8chromeos24HostResolverImplChromeOS25CreateHostResolverForTestE13scope d_refptrIN4base16MessageLoopProxyEEPNS_19NetworkStateHandlerE
6245 fun:_ZN28HostResolverImplChromeOSTest22InitializeHostResolverEv 6245 fun:_ZN28HostResolverImplChromeOSTest22InitializeHostResolverEv
6246 } 6246 }
6247 { 6247 {
6248 bug_394558 6248 bug_394558
6249 Memcheck:Leak 6249 Memcheck:Leak
6250 fun:_Znw* 6250 fun:_Znw*
6251 fun:_ZN32ProfileSyncComponentsFactoryMockC1Ev 6251 fun:_ZN32ProfileSyncComponentsFactoryMockC1Ev
6252 } 6252 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698