1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over
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
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).
9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions.
12 # 4. issues that happen only on Google workstations.
13 #-----------------------------------------------------------------------
15 # 1. third party stuff we have no control over
17 Uninitialized value in deflate (Third Party)
18 Memcheck:Uninitialized
23 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.org/archives/gtk-devel-list/2004-April/msg00230.html
33 fun:FcConfigParseAndLoad
36 bug_9245_FcConfigAppFontAddFile_leak
39 fun:FcConfigAppFontAddFile
42 # See also http://www.gnome.org/~johan/gtk.suppression
43 # (which has a smattering of similar pango suppressions)
47 fun:FcFontRenderPrepare
49 fun:pango_font_map_load_fontset
52 pango_font_leak_todo_2
57 fun:pango_script_get_sample_language
59 fun:pango_font_get_metrics
62 pango_font_leak_todo_3
65 fun:FcFontRenderPrepare
67 fun:pango_itemize_with_base_dir
70 pango_font_leak_todo_4
73 fun:FcFontRenderPrepare
75 fun:pango_ot_buffer_output
78 pango_font_leak_todo_5
81 fun:FcFontRenderPrepare
83 fun:pango_context_get_metrics
86 pango_font_leak_todo_6
89 fun:FcDefaultSubstitute
91 fun:pango_itemize_with_base_dir
94 # Similar to fontconfig_bug_8428 below. Reported in
95 # https://bugs.freedesktop.org/show_bug.cgi?id=8215
99 fun:FcPatternObjectInsertElt
100 fun:FcPatternObjectAddWithBinding
103 # Fontconfig leak, seen in shard 16 of 20 of ui_tests
104 # See https://bugs.freedesktop.org/show_bug.cgi?id=8428
105 # and http://www.gnome.org/~johan/gtk.suppression
110 fun:FcPatternObjectInsertElt
111 fun:FcPatternObjectAddWithBinding
114 # Another permutation of previous leak.
115 fontconfig_bug_8428_2
119 fun:FcPatternObjectInsertElt
120 fun:FcPatternObjectAdd
123 bug_18590 (Third Party)
134 bug_18590a (Third Party)
138 fun:FcConfigSubstituteWithPat
139 fun:_ZN16FontConfigDirect5MatchEPSsPjbjRKSsPKvmPbS6_
142 bug_46177_a (Third Party)
149 fun:pango_layout_get_pixel_size
152 bug_46177_b (Third Party)
155 fun:FcCharSetFindLeafCreate
161 fun:pango_layout_get_iter
164 bug_46177_c (Third Party)
167 fun:FcCharSetFindLeafCreate
173 fun:pango_layout_line_get_extents
176 bug_46177_d (Third Party)
184 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
185 Memcheck:Uninitialized
187 fun:dlopen@@GLIBC_2.1
188 fun:PR_LoadLibraryWithFlags
191 dlopen leak on error. TODO(timurrrr): file a bug
195 fun:dlopen@@GLIBC_2.1
198 glibc leak. See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
201 fun:_dl_map_object_from_fd
204 Pure NSS leak, does not involve glibc. TODO(dkegel): track down and fix or file bug.
210 Another pure NSS leak, does not involve glibc. TODO(dkegel): track down and fix or file bug. Shows up under --show-reachable=yes.
213 fun:SECMOD_LoadUserModule
216 Pure NSS leak, does not involve glibc.
219 fun:SECMOD_AddNewModule
222 bug_12614 (Third Party)
226 fun:PR_LoadLibraryWithFlags
228 fun:SECMOD_LoadModule
231 libc_dynamiclinker_foo
232 Memcheck:Uninitialized
237 libc_dynamiclinker_bar
238 Memcheck:Unaddressable
243 libc_dynamiclinker_bar_2
249 FIXME epoll uninitialized data 1
256 FIXME epoll uninitialized data 2
263 FIXME epoll uninitialized data 3
270 # "The section of the SQLite library identified works exactly as it should."
271 # http://www.sqlite.org/cvstrac/tktview?tn=536,39
272 # http://www.sqlite.org/cvstrac/tktview?tn=694,39
273 # http://www.sqlite.org/cvstrac/tktview?tn=964,39
274 # This looks like a case where an entire page was allocated, the header and
275 # perhaps some data was written, but the entire buffer was not written to.
276 # The SQLite authors aren't very interested in adding code to clear buffers
277 # for no reason other than pleasing valgrind, but a patch might be accepted
278 # under a macro like SQLITE_SECURE_DELETE which could be construed to apply
279 # to cases like this. (Note that we compile with SQLITE_SECURE_DELETE.)
280 bug_20653a (Third Party)
285 fun:pager_write_pagelist
288 bug_20653b (Third Party)
298 # array of weak references freed but not processed?
302 fun:g_object_weak_ref
303 fun:g_object_add_weak_pointer
306 # Totem plugin leaks when we load it.
307 bug_21326 (Third Party)
310 fun:_ZN56webkit5npapi9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
313 # NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443
314 https://bugzilla.mozilla.org/show_bug.cgi?id=518443
319 fun:PORT_NewArena_Util
320 fun:PK11_ImportAndReturnPrivateKey
323 bug_23314 (Third Party)
324 Memcheck:Unaddressable
325 fun:sqlite3PcacheClearSyncFlags
327 fun:sqlite3PagerCommitPhaseOne
328 fun:sqlite3BtreeCommitPhaseOne
331 bug_23314b (Third Party)
332 Memcheck:Unaddressable
333 fun:sqlite3PcacheClearSyncFlags
335 fun:sqlite3PagerCommitPhaseOne
336 fun:sqlite3BtreeCommitPhaseOne
339 http://sources.redhat.com/bugzilla/show_bug.cgi?id=5171
344 fun:pthread_create@@GLIBC_2.1
347 bug_33394 (Third Party)
353 fun:_PR_ImplicitInitialization
355 fun:_ZN4base14EnsureNSPRInitEv
358 bug_33394_b (Third Party)
364 fun:_PR_ImplicitInitialization
366 fun:_ZN4base14EnsureNSPRInitEv
369 # Looks like a leak in gtk's code when loading the im context module.
370 bug_41231 (Third Party)
376 fun:gtk_im_multicontext_get_slave
377 fun:gtk_im_multicontext_set_client_window
378 fun:gtk_im_context_set_client_window
381 bug_51332a (Third Party)
384 fun:PORT_NewArena_Util
385 fun:sec_pkcs7_create_content_info
386 fun:SEC_PKCS7CreateData
387 fun:sec_pkcs12_encoder_start_context
391 bug_51332b (Third Party)
394 fun:PORT_ArenaZAlloc_Util
395 fun:sec_pkcs7_create_content_info
396 fun:SEC_PKCS7CreateData
397 fun:sec_pkcs12_encoder_start_context
401 bug_51332c (Third Party)
405 fun:PORT_NewArena_Util
406 fun:sec_pkcs7_create_content_info
407 fun:sec_pkcs12_encoder_start_context
411 bug_51330 (Third Party)
416 fun:SEC_PKCS12DecoderUpdate
419 bug_51328a (Third Party)
422 fun:SEC_ASN1DecoderUpdate_Util
424 fun:SEC_ASN1DecoderUpdate_Util
425 fun:SEC_PKCS7DecoderUpdate
427 fun:SEC_ASN1DecoderUpdate_Util
428 fun:SEC_PKCS12DecoderUpdate
431 bug_51328b (Third Party)
434 fun:SEC_PKCS7DecoderStart
436 fun:SEC_ASN1DecoderUpdate_Util
437 fun:SEC_PKCS12DecoderUpdate
440 bug_58730_strlen_addr8 (Third Party)
441 Memcheck:Unaddressable
445 bug_58730_strlen_cond (Third Party)
446 Memcheck:Uninitialized
450 bug_58730_strcmp_addr8 (Third Party)
451 Memcheck:Unaddressable
455 bug_58730_strcmp_cond (Third Party)
456 Memcheck:Uninitialized
460 bug_58730_strcmp_value8 (Third Party)
461 Memcheck:Uninitialized
465 bug_58730_strncmp_value8 (Third Party)
466 Memcheck:Uninitialized
470 bug_58730_memmove_value4 (Third Party)
471 Memcheck:Uninitialized
475 bug_58730_memmove_cond (Third Party)
476 Memcheck:Uninitialized
480 bug_58730_memcpy_value4 (Third Party)
481 Memcheck:Uninitialized
485 bug_58730_memcpy_addr8 (Third Party)
486 Memcheck:Unaddressable
490 bug_58730_memcpy_cond (Third Party)
491 Memcheck:Uninitialized
495 bug_58730_memmove_chk_cond (Third Party)
496 Memcheck:Uninitialized
497 fun:__memmove_chk_ssse3
500 bug_58730_libc.so_addr8 (Third Party)
501 Memcheck:Unaddressable
505 bug_58730_libc.so_cond (Third Party)
506 Memcheck:Uninitialized
510 bug_58730_libc.so_value8 (Third Party)
511 Memcheck:Uninitialized
512 obj:/lib/libc-2.11.1.so
515 # I believe it's a bug in gtk+-2.12.x and should already be fixed in recent gtk.
516 bug_61685 (Third Party)
520 fun:gtk_text_buffer_select_range
521 fun:*OmniboxViewGtk16SetSelectedRange*
524 bug_66941 (Third Party)
527 fun:STAN_ChangeCertTrust
528 fun:CERT_ChangeCertTrust
537 bug_73000_fixed_upstream_in_gtk
538 Memcheck:Uninitialized
539 fun:clipboard_clipboard_buffer_received
541 fun:gtk_text_view_key_press_event
542 fun:_ZN14OmniboxViewGtk14HandleKeyPressEP10_GtkWidgetP12_GdkEventKey
545 bug_76386a (Third Party)
548 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
553 bug_76386b (Third Party)
556 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
557 fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
560 bug_76386c (Third Party)
563 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
564 fun:_ZNSs9_M_mutateEjjj
567 bug_80378_fixed_upstream_for_next_gtk
573 fun:gtk_window_group_list_windows
574 fun:_ZN8gtk_util*AppModal*
577 getpwuid_and_getgrouplist
580 fun:nss_parse_service_list
581 fun:__nss_database_lookup
590 obj:/usr/bin/dbus-launch
593 pulseaudio: pa_set_env_and_record
598 fun:pa_sprintf_malloc
600 fun:pa_set_env_and_record
604 # The following stack suppresses Memcheck false positives on NaCl browser_tests
605 # See https://bugs.kde.org/show_bug.cgi?id=270709#c4 for possible reason
607 bug_101755 valgrind_bitfields_false_positive
608 Memcheck:Uninitialized
610 fun:_ZN7WebCore13WidthIterator*
612 fun:_ZNK7WebCore4Font*
615 # Invalid frees from exit() and accept().
617 bug_108618 (Third party)
624 # XRandRInfo object seems to be leaking inside XRRFindDisplay.
636 obj:/usr/lib/flashplugin-installer/libflashplayer.so
639 Flash Player Unaddressable
640 Memcheck:Unaddressable
642 obj:/usr/lib/flashplugin-installer/libflashplayer.so
645 Flash Player Uninitialized
646 Memcheck:Uninitialized
648 obj:/usr/lib/flashplugin-installer/libflashplayer.so
651 Occasional leak inside setlocale()
655 fun:_nl_make_l10nflist
658 fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl10InitializeEiPPKcPN7content19ContentMainDelegateE
659 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
663 #-----------------------------------------------------------------------
664 # 2. intentional unit test errors, or stuff that is somehow a false positive
665 # in our own code, or stuff that is so trivial it's not worth fixing
667 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
669 Memcheck sanity test 01 (memory leak).
672 fun:_ZN4base31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
675 Memcheck sanity test 02 (malloc/read left).
676 Memcheck:Unaddressable
677 fun:*ReadValueOutOfArrayBoundsLeft*
679 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
682 Memcheck sanity test 03 (malloc/read right).
683 Memcheck:Unaddressable
684 fun:*ReadValueOutOfArrayBoundsRight*
686 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
689 Memcheck sanity test 04 (malloc/write left).
690 Memcheck:Unaddressable
691 fun:*WriteValueOutOfArrayBoundsLeft*
693 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
696 Memcheck sanity test 05 (malloc/write right).
697 Memcheck:Unaddressable
698 fun:*WriteValueOutOfArrayBoundsRight*
700 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
703 Memcheck sanity test 06 (new/read left).
704 Memcheck:Unaddressable
705 fun:*ReadValueOutOfArrayBoundsLeft*
707 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
710 Memcheck sanity test 07 (new/read right).
711 Memcheck:Unaddressable
712 fun:*ReadValueOutOfArrayBoundsRight*
714 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
717 Memcheck sanity test 08 (new/write left).
718 Memcheck:Unaddressable
719 fun:*WriteValueOutOfArrayBoundsLeft*
721 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
724 Memcheck sanity test 09 (new/write right).
725 Memcheck:Unaddressable
726 fun:*WriteValueOutOfArrayBoundsRight*
728 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
731 Memcheck sanity test 10 (write after free).
732 Memcheck:Unaddressable
733 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
736 Memcheck sanity test 11 (write after delete).
737 Memcheck:Unaddressable
738 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
741 Memcheck sanity test 12 (array deleted without []).
744 fun:_ZN4base46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
747 Memcheck sanity test 13 (single element deleted with []).
750 fun:_ZN4base51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
753 Memcheck sanity test 14 (malloc/read uninit).
754 Memcheck:Uninitialized
755 fun:*ReadUninitializedValue*
757 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
760 Memcheck sanity test 15 (new/read uninit).
761 Memcheck:Uninitialized
762 fun:*ReadUninitializedValue*
764 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
767 bug_86301 This test explicitly verifies PostTaskAndReply leaks the task if the originating MessageLoop has been deleted.
770 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
771 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
772 fun:_ZN4base12_GLOBAL__N_169MessageLoopProxyTest_PostTaskAndReply_DeadReplyLoopDoesNotDelete_Test8TestBodyEv
775 logging::InitLogging never frees filename. It would be hard to free properly.
778 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateENS_20OldFileDeletionStateE
781 Linux tests don't bother to undo net::TestServer::LoadTestRootCert().
784 fun:_ZN3net10TestServer16LoadTestRootCertEv
787 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose
789 Memcheck:Unaddressable
790 fun:_ZN12AboutHandler10AboutCrashEv
793 # Non-joinable thread doesn't clean up all state on program exit
794 # very common in ui tests
798 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
799 fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
801 fun:_ZNSs6appendEPKc*
804 fun:_ZN4base12StringPrintfEPKcz
807 # According to dglazkov, these are one-time leaks and intentional.
808 # They may go away if the change to move these off the heap lands.
809 bug_17996 (Intentional)
812 fun:_ZN7WebCore8SVGNames4initEv
815 intentional_BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test_leak
818 fun:*BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBodyEv
821 # This is an on demand initialization which is done and then intentionally
822 # kept around (not freed) while the process is running.
823 intentional_WebCore_XMLNames_init_leak
826 fun:_ZN7WebCore8XMLNames4initEv
829 # This is WebKit wide theading initialization which is intentionally kept
830 # around (not freed) while the process is running.
831 intentional_WTF_ThreadIdentifierData_initialize_leak
834 fun:_ZN3WTF20ThreadIdentifierData10initializeEj
837 # This is WebKit wide theading initialization which is intentionally kept
838 # around (not freed) while the process is running.
839 intentional_WTF_wtfThreadData_leak
842 fun:_ZN3WTF13wtfThreadDataEv
845 # Intentional crash test
846 intentional_RendererCrashTest
847 Memcheck:Unaddressable
848 fun:_Z*33HandleRendererErrorTestParametersRK11CommandLine
849 fun:_Z12RendererMainRKN7content18MainFunctionParams*
852 # PR_GetCurrentThread allocates a PRThread structure and stores it in
853 # thread-specific data. The PRThread structure is freed by the
854 # PR_DetachThread call in CertVerifierWorker::Run or when the thread
855 # terminates. Since we do not shut down worker threads, the PRThread
856 # structure created for a worker thread may be leaked at Chrome shutdown
857 # if the worker thread did not make it to the PR_DetachThread call.
858 bug_32624 (Intentional)
862 fun:PR_GetCurrentThread
864 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
865 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
866 fun:_ZN3net18CertVerifierWorker3RunEv
869 # The InvalidRead error in rc4_wordconv is intentional.
870 # https://bugzilla.mozilla.org/show_bug.cgi?id=341127
871 bug_43113 (Intentional)
872 Memcheck:Unaddressable
877 # Intentionally leaking NSS to prevent shutdown crashes
878 bug_61585a (Intentional)
882 fun:error_get_my_stack
883 fun:nss_ClearErrorStack
887 fun:NSS_InitReadWrite
889 fun:*13EnsureNSSInitEv
892 bug_61585b (Intentional)
899 # Histograms are used on un-joined threads, and can't be deleted atexit.
900 Histograms via FactoryGet including Linear Custom Boolean and Basic
904 fun:_ZN4base*Histogram10FactoryGet*
907 # Histograms are used on un-joined threads, and can't be deleted atexit.
908 Histograms via FactoryGet including Stats for disk_cache
912 fun:_ZN10disk_cache14StatsHistogram10FactoryGet*
915 # See http://code.google.com/p/chromium/issues/detail?id=70062#c8
916 bug_70062 (Intentional)
922 fun:InitSessionCacheLocks
923 fun:initSessionCacheLocksLazily
925 fun:ssl_InitSessionCacheLocks
929 # Intentionally leaking NSS to prevent shutdown crashes
930 bug_77990 (Intentional)
934 fun:error_get_my_stack
935 fun:nss_ClearErrorStack
939 bug_83345 (Needs_Annotation)
942 fun:_ZN4base*23LeakyLazyInstanceTraits*NewEPv
943 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
946 bug_87500_a (Intentional)
949 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
950 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
953 bug_87500_b (Intentional)
956 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
957 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
958 fun:_ZN4base20MessageLoopProxyImpl14PostTaskHelperERKN15tracked_objects8LocationEP4Taskxb
959 fun:_ZN4base20MessageLoopProxyImpl8PostTaskERKN15tracked_objects8LocationEP4Task
960 fun:_ZN10disk_cache10InFlightIO12OnIOCompleteEPNS_12BackgroundIOE
963 bug_87500_c (Intentional)
966 fun:_ZN3net9HttpCache*EntryERKSsPPNS0_11ActiveEntryEPNS0_11TransactionE
967 fun:_ZN3net9HttpCache11Transaction13Do*EntryEv
968 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
969 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
972 Intentional, see http://codereview.chromium.org/7670025
976 fun:mach_override_ptr
977 fun:_ZN4base33EnableTerminationOnHeapCorruptionEv
980 # Intentional - data is stored in thread-local storage for an unjoined
981 # worker thread, and so can occasionally leak. See crbug.com/89553 for
986 fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv
989 # Intentional - atomic strings and hash map in WebCore::nameToPseudoTypeMap() (CSSSelector.cpp) are to be leaked
993 fun:_ZN7WebCoreL19nameToPseudoTypeMapEv
996 #-----------------------------------------------------------------------
997 # 3. Suppressions for real chromium bugs that are not yet fixed.
998 # These should all be in chromium's bug tracking system (but a few aren't yet).
1001 # Chromium flakily leaks tasks at shutdown, see
1002 # http://crbug.com/6532
1003 # http://codereview.chromium.org/20067
1004 # http://codereview.chromium.org/42083
1005 # To reproduce, run ipc tests
1006 # This is the -O0 case
1007 # In Purify, they don't even try to free them anymore.
1008 # For now, in Valgrind, we'll add suppressions to ignore these leaks.
1012 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableTaskPT_T0_
1015 # See http://crbug.com/6532
1016 # This is the -O1 case
1020 fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv
1021 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1024 # webkit leak? See http://crbug.com/9503
1028 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
1031 # See http://crbug.com/11139
1035 fun:_ZN4base23EnsureProcessTerminatedEi
1038 # very common in ui tests
1042 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1044 fun:_ZN3net12HostResolver3Job5StartEv
1047 # ditto, but tweaked to fire on bots, more robust against optimizer changes?
1051 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1053 fun:_ZN18chrome_browser_net9DnsMaster24PreLockedScheduleLookupsEv
1056 # ditto, but tweaked for cat hit by URLFetcherTest.SameThreadsTest on bot
1060 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1062 fun:_ZN3net13TCPConnectJob13DoResolveHostEv
1065 # ditto, but tweak to match the chromeos's stack.
1070 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1072 fun:_ZN3net16HostResolverImpl3Job5StartEv
1075 # ditto, but for IPv6 support (?)
1080 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1082 fun:_ZN3net16HostResolverImpl16ProbeIPv6SupportEv
1085 # ditto, but for filesystem: URLs.
1089 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1091 fun:_ZN7fileapi23FileSystemURLRequestJob11ReadRawDataEPN3net8IOBufferEiPi
1094 # ditto, but for fileapi::FileWriter
1098 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
1100 fun:_ZN7fileapi18FileWriterDelegate5WriteEv
1103 # very common in ui tests
1107 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE
1109 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
1112 # very common in ui tests
1116 fun:_ZN11MessageLoopC1ENS_4TypeE
1117 fun:_ZN4base6Thread10ThreadMainEv
1120 # very common in ui tests
1124 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE17_M_initialize_mapE*
1126 fun:_ZN11MessageLoopC1ENS_4TypeE
1129 # very common in ui tests
1133 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt4lessIS1_EEC1ERKS6_RKS4_
1134 fun:_ZN11MessageLoopC1ENS_4TypeE
1135 fun:_ZN4base6Thread10ThreadMainEv
1138 # very common in ui tests
1145 # very common in ui tests
1149 fun:_ZN11MessageLoop21AddToDelayedWorkQueueERKN*PendingTaskE
1150 fun:_ZN11MessageLoop6DoWorkEv
1153 # Somewhat common in ui tests. See also bug 9245.
1158 fun:FcPatternObjectInsertElt
1159 fun:FcConfigPatternAdd
1160 fun:FcConfigSubstituteWithPat
1161 fun:FcFontRenderPrepare
1168 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEP11MessageLoopbPN4base13WaitableEventE
1170 fun:_ZN11ChildThread4InitEv
1176 fun:gtk_im_context_set_cursor_location
1178 fun:gtk_widget_size_allocate
1185 fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev
1186 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv
1187 fun:_ZN7WebCore22ResourceHandleInternal5startEv
1190 # Webkit leak in WebCore::HTMLNames::init() ?
1194 fun:_ZN7WebCore9HTMLNames4initEv
1202 fun:g_hash_table_new_full
1208 fun:_ZN3WTF10fastMallocE*
1210 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6StringES3_PS1_
1213 # also bug 17979. It's a nest of leaks.
1218 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE
1219 fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb
1220 fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
1222 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelProxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
1228 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
1229 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
1230 fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv
1231 fun:_ZN3IPC7Channel7ConnectEv
1232 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
1235 # Originally filed as http://crbug.com/6547, but that was closed
1236 # Found by running ui tests over and over
1240 fun:_ZN18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoEii
1241 fun:_ZN11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoEii
1243 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE
1249 fun:_ZN7WebCore10XLinkNames4initEv
1255 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
1256 fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE
1257 fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi
1258 fun:_ZN6WebKit17registerExtensionEPN2v89ExtensionEi
1259 fun:_ZN12RenderThread23EnsureWebKitInitializedEv
1266 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1267 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1268 fun:_ZN4base13WaitableEvent4WaitEv
1269 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1272 # slight variant of the above
1277 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1278 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1279 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1287 fun:_ZN4base19MessagePumpLibeventC1Ev
1288 fun:_ZN11MessageLoopC1ENS_4TypeE
1289 fun:_ZN4base6Thread10ThreadMainEv
1295 fun:_ZN4base19MessagePumpLibevent4InitEv
1296 fun:_ZN4base19MessagePumpLibeventC1Ev
1297 fun:_ZN11MessageLoopC1ENS_4TypeE
1304 fun:sqlite3MemMalloc
1312 fun:_ZN3sql10Connection7Execute*
1314 fun:_ZN7history*Database*Create*
1322 fun:_ZN3sql10Connection12OpenInternalERKSs
1328 fun:sqlite3MemMalloc
1331 fun:sqlite3ParserAlloc
1332 fun:sqlite3RunParser
1334 fun:sqlite3LockAndPrepare
1335 fun:sqlite3_prepare*
1342 fun:sqlite3MemMalloc
1352 fun:btreeCreateTable
1353 fun:sqlite3BtreeCreateTable
1359 # IPCing uninitialized data
1363 socketcall.sendmsg(msg.msg_iov[i])
1365 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
1370 socketcall.sendmsg(msg.msg_iov[i])
1371 fun:sendmsg$UNIX2003
1373 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
1375 fun:event_process_active
1382 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
1383 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
1384 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
1385 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
1386 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
1387 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
1388 fun:_ZN3IPC8SendTask3RunEv
1395 fun:_ZN13WorkerService12CreateWorker*
1396 fun:_ZN19RenderMessageFilter14OnCreateWorker*
1402 fun:_ZN10SkXfermode6CreateENS_4ModeE
1403 fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE
1404 fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint
1405 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
1406 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceENS_17CompositeOperatorE
1408 # The following three suppressions are related to the workers code.
1413 fun:_ZN19WebSharedWorkerStub9OnConnectEii
1419 fun:_ZN3WTF10fastMallocEj
1420 fun:_ZN3WTF13FastAllocBasenwEj
1421 fun:_ZN7WebCore18MessagePortChannel6createEN3WTF10PassRefPtrINS_26PlatformMessagePortChannelEEE
1422 fun:_ZN6WebKit19WebSharedWorkerImpl7connectEPNS_21WebMessagePortChannelEPNS_15WebSharedWorker15ConnectListenerE
1423 fun:_ZN19WebSharedWorkerStub9OnConnectEii
1429 fun:_ZN7history20ExpireHistoryBackend28BroadcastDeleteNotificationsEPNS0_18DeleteDependenciesE
1430 fun:_ZN7history20ExpireHistoryBackend21ArchiveSomeOldHistoryEN4base4TimeEPKNS_20ExpiringVisitsReaderEi
1431 fun:_ZN7history20ExpireHistoryBackend18DoArchiveIterationEv
1438 fun:_ZN3WTF10fastMallocEj
1439 fun:_ZN3WTF13FastAllocBasenwEj
1440 fun:_ZN7WebCore18MessagePortChannel6createEN3WTF10PassRefPtrINS_26PlatformMessagePortChannelEEE
1441 fun:_ZN6WebKit19WebSharedWorkerImpl7connectEPNS_21WebMessagePortChannelEPNS_15WebSharedWorker15ConnectListenerE
1442 fun:_ZN19WebSharedWorkerStub9OnConnectEii
1445 # GTK tooltip doesn't always initialize variables.
1446 # https://bugzilla.gnome.org/show_bug.cgi?id=554686
1448 Memcheck:Uninitialized
1449 fun:child_location_foreach
1450 fun:gtk_fixed_forall
1452 fun:find_widget_under_pointer
1453 fun:gtk_tooltip_show_tooltip
1454 fun:tooltip_popup_timeout
1455 fun:gdk_threads_dispatch
1456 fun:g_timeout_dispatch
1469 fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv
1471 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
1479 fun:_ZN13TCMallocGuardC1Ev
1480 fun:_Z41__static_initialization_and_destruction_0ii
1481 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_instead43FLAGS_tcmalloc_large_alloc_report_thresholdE
1485 Memcheck:Unaddressable
1487 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_
1488 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_
1489 fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv
1490 fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv
1491 fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv
1498 fun:zipCloseFileInZipRaw
1499 fun:zipCloseFileInZip
1500 fun:_Z*13AddEntryToZip*
1504 Memcheck:Uninitialized
1507 fun:zipCloseFileInZipRaw
1508 fun:zipCloseFileInZip
1509 fun:_Z*13AddEntryToZip*
1513 Memcheck:Uninitialized
1523 fun:_ZN26SandboxedExtensionUnpacker17RewriteImageFilesEv
1530 fun:_ZNK16BrowserThemePack11WriteToDiskE8FilePath
1534 Memcheck:Uninitialized
1536 fun:png_process_data
1537 fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb
1538 fun:_ZN7WebCore15PNGImageDecoder6decodeEb
1539 fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm
1543 Memcheck:Uninitialized
1549 Memcheck:Uninitialized
1551 fun:wk_png_write_find_filter
1552 fun:wk_png_write_row
1553 fun:_ZN14webkit_support12_*DoLibpngWrite*
1557 Memcheck:Uninitialized
1558 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb
1559 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b
1560 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_*
1566 fun:_ZN7WebCore28createFontCustomPlatformDataEPNS_12SharedBufferE
1567 fun:_ZN7WebCore10CachedFont20ensureCustomFontDataEv
1568 fun:_ZN7WebCore17CSSFontFaceSource11getFontDataERKNS_15FontDescriptionEbbPNS_15CSSFontSelectorE
1569 fun:_ZN7WebCore11CSSFontFace11getFontDataERKNS_15FontDescriptionEbb
1570 fun:_ZN7WebCore20CSSSegmentedFontFace11getFontDataERKNS_15FontDescriptionE
1571 fun:_ZN7WebCore15CSSFontSelector11getFontDataERKNS_15FontDescriptionERKN3WTF12AtomicStringE
1572 fun:_ZN7WebCore9FontCache11getFontDataERKNS_4FontERiPNS_12FontSelectorE
1573 fun:_ZNK7WebCore16FontFallbackList10fontDataAtEPKNS_4FontEj
1574 fun:_ZNK7WebCore16FontFallbackList15primaryFontDataEPKNS_4FontE
1581 fun:_ZN3net16HttpNetworkLayer10GetSessionEv
1582 fun:_ZN3net16HttpNetworkLayer17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
1583 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
1584 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1590 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8allocate*
1591 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
1592 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
1593 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
1594 fun:_ZN7content21NotificationRegistrar3Add*
1600 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
1601 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
1602 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
1603 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
1604 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
1605 fun:_ZN12RenderWidget4SendEPN3IPC7MessageE
1606 fun:_ZN12RenderWidget16DoDeferredUpdateEv
1607 fun:_ZN12RenderWidget20CallDoDeferredUpdateEv
1614 fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE
1615 fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
1621 fun:_ZN3net15X509Certificate16CreateFromHandle*
1622 fun:_ZN3net18SSLClientSocketNSS16UpdateServerCertEv
1623 fun:_ZN3net18SSLClientSocketNSS17HandshakeCallbackEP10PRFileDescPv
1625 fun:ssl3_HandleHandshakeMessage
1626 fun:ssl3_HandleHandshake
1627 fun:ssl3_HandleRecord
1628 fun:ssl3_GatherCompleteHandshake
1629 fun:SSL_ForceHandshake
1630 fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv
1631 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
1639 fun:PKIX_PL_Object_Alloc
1641 fun:PKIX_PL_OID_Create
1643 fun:cert_PKIXMakeOIDList
1644 fun:cert_pkixSetParam
1645 fun:CERT_PKIXVerifyCert
1647 fun:_ZNK3net15X509Certificate8VerifyEVEv
1648 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1674 fun:secmod_ModuleInit
1692 fun:PKIX_PL_NssContext_Create
1693 fun:CERT_PKIXVerifyCert
1694 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1695 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
1696 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1697 fun:_ZN3net18CertVerifierWorker3RunEv
1703 fun:_ZN9__gnu_cxx13new_allocatorI14CERTValInParamE8allocateEjPKv
1704 fun:_ZNSt12_Vector_baseI14CERTValInParamSaIS0_EE11_M_allocateEj
1705 fun:_ZNSt6vectorI14CERTValInParamSaIS0_EE20_M_allocate_and_copyIPS0_EES4_jT_S5_
1706 fun:_ZNSt6vectorI14CERTValInParamSaIS0_EE7reserveEj
1707 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1708 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
1709 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1710 fun:_ZN3net18CertVerifierWorker3RunEv
1716 fun:CERT_PKIXVerifyCert
1717 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1723 fun:CERT_VerifySignedData
1724 fun:cert_VerifyCertChain
1725 fun:CERT_VerifyCertChain
1733 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
1735 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1736 fun:_ZN11MessageLoop11RunInternalEv
1737 fun:_ZN11MessageLoop10RunHandlerEv
1744 fun:_ZN11ProfileImpl17GetRequestContextEv
1745 fun:_ZN19SafeBrowsingService5StartEv
1746 fun:_ZN19SafeBrowsingService10InitializeEv
1747 fun:_ZN22ResourceDispatcherHost10InitializeEv
1748 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1749 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1750 fun:_ZN16ExtensionService4InitEv
1756 fun:_ZN19TestWebViewDelegate12createWorkerEPN6WebKit8WebFrameEPNS0_15WebWorkerClientE
1757 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6WorkerE
1758 fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE
1759 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
1760 fun:_ZN7WebCore6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
1761 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
1768 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
1769 fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc
1770 fun:_ZN3sql9MetaTable8GetValueEPKcPi
1771 fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv
1773 fun:_ZN3net13CookieMonster9InitStoreEv
1780 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
1781 fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc
1782 fun:_ZN3sql9MetaTable8SetValueEPKci
1783 fun:_ZN3sql9MetaTable16SetVersionNumberEi
1785 fun:_ZN3net13CookieMonster9InitStoreEv
1792 fun:_NPN_RegisterObject
1793 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
1794 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
1795 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
1803 fun:_NPN_RegisterObject
1804 fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_
1805 fun:_ZN7WebCore16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6StringEP8NPObject
1806 fun:_ZN6WebKit12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject
1807 fun:_ZN13CppBoundClass16bindToJavascriptEPN6WebKit8WebFrameERKNS0_9WebStringE
1814 fun:_NPN_RegisterObject
1815 fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_
1816 fun:_ZN7WebCore16ScriptController29createScriptInstanceForWidgetEPNS_6WidgetE
1817 fun:_ZN*7WebCore17HTMLPlugInElement11getInstanceEv
1823 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop19DestructionObserverEE8allocateE*
1824 fun:_ZNSt12_Vector_baseIPN11MessageLoop19DestructionObserverESaIS2_EE11_M_allocateE*
1825 fun:_ZNSt6vectorIPN11MessageLoop19DestructionObserverESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
1826 fun:_ZNSt6vectorIPN11MessageLoop19DestructionObserverESaIS2_EE9push_backERKS2_
1827 fun:_ZN16ObserverListBaseIN11MessageLoop19DestructionObserverEE11AddObserverEPS1_
1828 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE
1834 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPKv
1835 fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj
1836 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
1837 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_
1838 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_
1839 fun:_ZN11MessageLoop15AddTaskObserverEPNS_12TaskObserverE
1840 fun:*IOJankObserver21AttachToCurrentThreadEv
1847 fun:*CreateSpdyHeadersFromHttpRequestERKN3net15HttpRequestInfoEPSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE
1853 fun:*ChromeCookieMonsterDelegateC1EP7Profile
1854 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1861 fun:_ZN29ChromeURLRequestContextGetter28CreateRequestContextForMediaEP7ProfileRK8FilePathib
1862 fun:_ZN29ChromeURLRequestContextGetter22CreateOriginalForMediaEP7ProfileRK8FilePathi
1863 fun:_ZN11ProfileImpl25GetRequestContextForMediaEv
1869 fun:*ChromeCookieMonsterDelegateC2EP7Profile
1870 fun:*ChromeCookieMonsterDelegateC1EP7Profile
1871 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1877 fun:_ZN7history14HistoryBackend8InitImpl*
1878 fun:_ZN7history14HistoryBackend4Init*
1885 fun:_ZN23OffTheRecordProfileImpl4InitEv
1886 fun:_ZN7Profile25CreateOffTheRecordProfileEv
1887 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
1893 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1897 Memcheck:Unaddressable
1899 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1903 Memcheck:Uninitialized
1905 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1911 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE
1912 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv
1913 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1914 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
1915 fun:_ZN17URLRequestHttpJob16StartTransactionEv
1916 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi
1917 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv
1918 fun:_ZN17URLRequestHttpJob5StartEv
1919 fun:_ZN10URLRequest8StartJobEP13URLRequestJob
1920 fun:_ZN10URLRequest5StartEv
1921 fun:_ZN10URLFetcher4Core15StartURLRequestEv
1927 fun:_ZN7history14HistoryBackend16GetFaviconForURLE13scoped_refptrI17CancelableRequestI14CallbackRunnerI6Tuple5IibS1_I16RefCountedMemoryEb4GURLEEEERKS7_
1934 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3
1936 fun:_ZN3gfx10Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERKjiiiii
1937 fun:_ZN3gfx10Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERKjiiii
1941 Memcheck:Unaddressable
1943 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1944 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1948 Memcheck:Unaddressable
1950 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1951 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1955 Memcheck:Unaddressable
1957 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1958 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1973 fun:_ZN23ExtensionMessageService16AddEventListenerERKSsi
1974 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
1981 fun:*InotifyReaderTask3RunEv
1983 fun:_ZN11MessageLoop11RunInternalEv
1984 fun:_ZN11MessageLoop10RunHandlerEv
1991 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_iteratorIS5_ERKS5_
1992 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_
1993 fun:_ZN16ExtensionService15UnloadExtensionERKSs
1994 fun:_ZN16ExtensionService18UninstallExtensionERKSsb
1995 fun:_ZN18AutomationProvider18UninstallExtensionEiPb
1999 Memcheck:Unaddressable
2001 fun:_ZN18gpu_info_collector19CollectGraphicsInfoER7GPUInfo
2002 fun:_ZN9GpuThread18OnEstablishChannelEi
2006 Memcheck:Unaddressable
2007 fun:PL_HashTableLookupConst
2008 fun:SECOID_FindOID_Util
2009 fun:SECOID_FindOIDTag_Util
2010 fun:SECOID_GetAlgorithmTag_Util
2011 fun:seckey_ExtractPublicKey
2012 fun:PKIX_PL_Cert_VerifySignature
2013 fun:pkix_SignatureChecker_Check
2015 fun:pkix_Build_ValidateEntireChain
2016 fun:pkix_BuildForwardDepthFirstSearch
2017 fun:pkix_Build_InitiateBuildChain
2019 fun:CERT_PKIXVerifyCert
2021 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
2022 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
2029 fun:_ZNK8chromeos25CrosSettingsProviderProxy3GetERKSsPP5Value
2030 fun:_ZNK8chromeos12CrosSettings3GetERKSsPP5Value
2031 fun:_ZN8chromeos26CoreChromeOSOptionsHandler9FetchPrefERKSs
2032 fun:_ZN18CoreOptionsHandler16HandleFetchPrefsEPK9ListValue
2039 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics*
2040 fun:_ZN17RenderProcessHost*Profile
2041 fun:_ZN21MockRenderProcessHost*Profile
2047 fun:_ZN11ProfileImpl20CreateWebDataServiceEv
2048 fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE
2054 fun:_ZN9__gnu_cxx13new_allocatorIN4base15file_util_proxy5EntryEE8allocate*
2055 fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate*
2056 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS2*
2057 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_
2058 fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy5EntryESaIS3_EEb
2059 fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileErrorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE
2063 Memcheck:Unaddressable
2064 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
2065 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_16ResourceResponseE
2066 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN6WebKit12WebURLLoaderERKNS1_14WebURLResponseE
2067 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20ResourceLoaderBridge12ResponseInfoEb
2068 fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoaderBridge12ResponseInfoEb
2072 Memcheck:Unaddressable
2073 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
2074 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_16ResourceResponseE
2075 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN6WebKit12WebURLLoaderERKNS1_14WebURLResponseE
2076 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20ResourceResponseInfoEb
2083 fun:_ZN11ProfileImpl18GetDownloadManagerEv
2089 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
2090 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
2091 fun:_ZN11ProfileImplC1ERK8FilePath
2092 fun:_ZN7Profile13CreateProfileERK8FilePath
2093 fun:_ZN14ProfileManager13CreateProfileERK8FilePath
2094 fun:_ZN14ProfileManager10GetProfileERK8FilePathb
2095 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
2096 fun:_ZN14ProfileManager17GetDefaultProfileEv
2103 fun:_ZN3net8internal26ClientSocketPoolBaseHelper16GetOrCreateGroupERKSs
2104 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7RequestE
2105 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2106 fun:_ZN3net19TCPClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2107 fun:_ZN3net18ClientSocketHandle4InitINS_15TCPSocketParamsENS_19TCPClientSocketPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1IiEEPT0_RKNS_11BoundNetLogE
2108 fun:_ZN3net17HttpStreamRequest16DoInitConnectionEv
2109 fun:_ZN3net17HttpStreamRequest6DoLoopEi
2117 fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv
2118 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
2119 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
2120 fun:_ZN3net13SSLConnectJob6DoLoopEi
2124 Memcheck:Unaddressable
2126 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEE
2127 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
2131 Memcheck:Unaddressable
2134 fun:_ZN3sql10Connection7ExecuteEPKc
2135 fun:_ZN11WebDatabase*
2139 Memcheck:Unaddressable
2142 fun:_ZN3sql10Connection7ExecuteEPKc
2143 fun:_ZN11WebDatabase*
2147 Memcheck:Unaddressable
2150 fun:_ZN3sql9Statement3RunEv
2151 fun:_ZN3sql10Connection17CommitTransactionEv
2152 fun:_ZN3sql11Transaction6CommitEv
2153 fun:_ZN11WebDatabase*
2157 Memcheck:Unaddressable
2160 fun:_ZN3sql9Statement3RunEv
2161 fun:_ZN3sql10Connection17CommitTransactionEv
2162 fun:_ZN3sql11Transaction6CommitEv
2163 fun:_ZN11WebDatabase*
2171 fun:_ZN3sql10Connection7ExecuteEPKc
2172 fun:_ZN11WebDatabase*
2176 Memcheck:Unaddressable
2179 fun:_ZN3sql10Connection5CloseEv
2180 fun:_ZN3sql10ConnectionD2Ev
2181 fun:_ZN3sql10ConnectionD1Ev
2182 fun:_ZN11WebDatabase*
2186 Memcheck:Unaddressable
2189 fun:_ZN3sql9Statement4StepEv
2190 fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE
2191 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11VisitSourceE
2197 fun:_ZN3net55_*ProxyResolverFactoryForV819CreateProxyResolverEv
2198 fun:_ZN3net26MultiThreadedProxyResolver14AddNewExecutorEv
2199 fun:_ZN3net26MultiThreadedProxyResolver12SetPacScriptERK13scoped_refptrINS_23ProxyResolverScriptDataEEP14CallbackRunnerI6Tuple1IiEE
2200 fun:_ZN3net17InitProxyResolver14DoSetPacScriptEv
2201 fun:_ZN3net17InitProxyResolver6DoLoopEi
2203 fun:_ZN3net10URLRequest15ResponseStartedEv
2207 Memcheck:Uninitialized
2208 fun:_ZN7WebCore25GraphicsContext3DInternal7reshapeEii
2209 fun:_ZN7WebCore17GraphicsContext3D7reshapeEii
2210 fun:_ZN7WebCore21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassRefPtrINS_17GraphicsContext3DEEE
2211 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
2212 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
2214 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPPPS4_Pb
2224 fun:_Z18yy_get_next_bufferv
2225 fun:_Z5yylexP7YYSTYPEPv
2227 fun:_Z14PaParseStringsPKPKcPKiiR13TParseContext
2228 fun:_ZN9TCompiler7compileEPKPKcii
2230 fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl25angleValidateShaderSourceERNS0_17ShaderSourceEntryE
2231 fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl13compileShaderEj
2232 fun:_ZN7WebCore25GraphicsContext3DInternal13compileShaderEi
2233 fun:_ZN7WebCore17GraphicsContext3D13compileShaderEi
2234 fun:_ZN7WebCore21WebGLRenderingContext13compileShaderEPNS_11WebGLShaderERi
2235 fun:_ZN7WebCore29WebGLRenderingContextInternal21compileShaderCallbackERKN2v89ArgumentsE
2236 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_6ObjectENS0_47_GLOBAL__N_v8_src_builtins.cc_00000000_03DBA2A116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
2243 fun:_Z12glslang_scaniPKPKcPKiP13TParseContext
2244 fun:_Z14PaParseStringsiPKPKcPKiP13TParseContext
2245 fun:_ZN9TCompiler7compileEPKPKcii
2252 fun:_ZN14TPoolAllocator8allocateEm
2253 fun:_ZN17TSymbolTableLevelnwEm
2254 fun:_ZN12TSymbolTable4pushEv
2255 fun:_ZN9TCompiler7compileEPKPKcii
2263 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
2264 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShaderE
2265 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
2269 Memcheck:Uninitialized
2271 fun:_swrast_write_rgba_span
2272 fun:general_triangle
2273 fun:_swrast_validate_triangle
2274 fun:_swrast_Triangle
2276 fun:_tnl_render_triangles_verts
2278 fun:_tnl_run_pipeline
2280 fun:_tnl_vbo_draw_prims
2281 fun:vbo_exec_DrawArrays
2282 fun:neutral_DrawArrays
2290 fun:_swrast_write_rgba_span
2291 fun:general_triangle
2292 fun:_swrast_validate_triangle
2293 fun:_swrast_Triangle
2295 fun:_tnl_render_poly_elts
2296 fun:_tnl_RenderClippedPolygon
2298 fun:clip_elt_triangles
2300 fun:_tnl_run_pipeline
2302 fun:_tnl_vbo_draw_prims
2303 fun:vbo_validated_drawrangeelements
2304 fun:vbo_exec_DrawElements
2305 fun:neutral_DrawElements
2307 fun:_ZN3gpu5gles216GLES2DecoderImpl14DoDrawElementsEbjijii
2308 fun:_ZN3gpu5gles216GLES2DecoderImpl18HandleDrawElementsEjRKNS0_12DrawElementsE
2309 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
2315 fun:_swrast_write_rgba_span
2316 fun:general_triangle
2317 fun:_swrast_Triangle
2319 fun:_tnl_render_poly_elts
2320 fun:_tnl_RenderClippedPolygon
2322 fun:clip_render_tri_fan_verts
2324 fun:_tnl_run_pipeline
2326 fun:_tnl_vbo_draw_prims
2327 fun:vbo_exec_DrawArrays
2328 fun:neutral_DrawArrays
2333 Memcheck:Unaddressable
2335 fun:_mesa_swizzle_ubyte_image
2336 fun:_mesa_texstore_rgba8888
2338 fun:_mesa_store_teximage2d
2339 fun:_mesa_TexImage2D
2341 fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10texImage2DEjjjjjjjjPKv
2342 fun:_ZN7WebCore25GraphicsContext3DInternal10texImage2DEjjjjjjjjPv
2343 fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv
2347 Memcheck:Unaddressable
2348 fun:extract_float_rgba
2349 fun:_mesa_unpack_color_span_chan
2350 fun:_mesa_make_temp_chan_image
2351 fun:_mesa_texstore_rgba8888
2353 fun:_mesa_store_teximage2d
2354 fun:_mesa_TexImage2D
2356 fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10texImage2DEjjjjjjjjPKv
2357 fun:_ZN7WebCore25GraphicsContext3DInternal10texImage2DEjjjjjjjjPv
2358 fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv
2366 fun:_Z*26InitLibcLocaltimeFunctionsv
2368 fun:_ZNK4base4Time7ExplodeEbPNS0_8ExplodedE
2369 fun:_ZNK4base4Time12LocalExplodeEPNS0_8ExplodedE
2370 fun:_ZNK4base4Time13LocalMidnightEv
2371 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageEN4base4TimeEiPSt6vectorIP13PageUsageDataSaIS5_EE
2381 fun:find_objects_by_template
2382 fun:nssToken_FindCertificatesBySubject
2383 fun:nssTrustDomain_FindCertificatesBySubject
2384 fun:nssCertificate_BuildChain
2385 fun:NSSCertificate_BuildChain
2391 fun:_ZN13FormStructure18EncodeQueryRequestERK12ScopedVectorIS_EPSt6vectorISsSaISsEEPSs
2392 fun:*FormStructureTest_EncodeQueryRequest_Test8TestBodyEv
2398 fun:_ZN13FormStructure18EncodeQueryRequestERK12ScopedVectorIS_EPSt6vectorISsSaISsEEPSs
2399 fun:_ZN12_GLOBAL__N_141FormStructureTest_EncodeQueryRequest_Test8TestBodyEv
2406 fun:_ZN9file_util9WriteFileERK8FilePathPKci
2407 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE
2408 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv
2415 fun:_ZN9file_util9WriteFileERK8FilePathPKci
2416 fun:_ZN12_GLOBAL__N_110SaveBitmapEPSt6vectorIhSaIhEE*8FilePathPb
2417 fun:_ZN4base8internal15RunnableAdapterIPFvPSt6vectorIhSaIhEE*8FilePathPbEE3Run*
2423 fun:_ZN4base16MessageLoopProxy22currentEv
2425 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE
2426 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE
2430 Memcheck:Uninitialized
2435 fun:_ZN7testing*26PrintByteSegmentInObjectToEPKhmmPSo
2436 fun:_ZN7testing*24PrintBytesInObjectToImplEPKhmPSo
2437 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
2438 fun:_ZN7testing9internal220TypeWithoutFormatterI*
2439 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
2440 fun:_ZN16testing_internal26DefaultPrintNonContainerToI*
2441 fun:_ZN7testing8internal14DefaultPrintToI*
2442 fun:_ZN7testing8internal7PrintToI*
2443 fun:_ZN7testing8internal16UniversalPrinterI*
2444 fun:_ZN7testing8internal14UniversalPrintI*
2445 fun:_ZN7testing8internal19UniversalTersePrintI*
2446 fun:_ZN7testing13PrintToStringI*
2447 fun:_ZN7testing8internal25ParameterizedTestCaseInfoI*E13RegisterTestsEv
2448 fun:_ZN7testing8internal29ParameterizedTestCaseRegistry13RegisterTestsEv
2449 fun:_ZN7testing8internal12UnitTestImpl26RegisterParameterizedTestsEv
2450 fun:_ZN7testing8internal12UnitTestImpl19PostFlagParsingInitEv
2451 fun:_ZN7testing8internal18InitGoogleTestImplIcEEvPiPPT_
2452 fun:_ZN7testing14InitGoogleTestEPiPPc
2456 Memcheck:Uninitialized
2461 fun:_ZN7testing*PrintByteSegmentInObjectTo*
2462 fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
2463 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
2464 fun:_ZN7testing9internal220TypeWithoutFormatter*
2465 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
2466 fun:_ZN16testing_internal26DefaultPrintNonContainerTo*
2467 fun:_ZN7testing8internal14DefaultPrintToI*
2468 fun:_ZN7testing8internal7PrintToI*
2469 fun:_ZN7testing8internal16UniversalPrinterI*
2470 fun:_ZN7testing8internal14UniversalPrintI*
2474 Memcheck:Uninitialized
2479 fun:_ZN7testing*PrintByteSegmentInObjectTo*
2480 fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
2481 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
2482 fun:_ZN7testing9internal220TypeWithoutFormatter*
2483 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
2484 fun:_ZN16testing_internal26DefaultPrintNonContainerTo*
2485 fun:_ZN7testing8internal14DefaultPrintToI*
2486 fun:_ZN7testing8internal7PrintToI*
2487 fun:_ZN7testing8internal16UniversalPrinterI*
2488 fun:_ZN7testing8internal14UniversalPrintI*
2492 Memcheck:Uninitialized
2495 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
2496 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
2497 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
2498 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
2499 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
2500 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
2501 fun:_ZN7testing8internal18TuplePrefixPrinter*
2502 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
2503 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
2504 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
2505 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
2506 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
2507 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
2508 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
2509 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
2510 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
2514 Memcheck:Uninitialized
2517 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
2518 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
2519 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
2520 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
2521 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
2522 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
2523 fun:_ZN7testing8internal18TuplePrefixPrinter*
2524 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
2525 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
2526 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
2527 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
2528 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
2529 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
2530 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
2531 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
2532 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
2538 fun:_ZN11ProfileImpl14GetHostZoomMapEv
2540 fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
2541 fun:_ZN11ProfileImpl17GetRequestContextEv
2542 fun:_ZN19SafeBrowsingService5StartEv
2543 fun:_ZN19SafeBrowsingService10InitializeEv
2544 fun:_ZN22ResourceDispatcherHost10InitializeEv
2545 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
2546 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
2547 fun:_ZN16ExtensionService4InitEv
2548 fun:_ZN11ProfileImpl14InitExtensionsE*
2549 fun:_ZN14ProfileManager10AddProfileEP7Profileb
2555 fun:_ZN16ChildProcessHost13CreateChannelEv
2556 fun:_ZN14GpuProcessHost4InitEv
2563 fun:_ZN3sql10Connection18GetUniqueStatementEPKc
2564 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
2565 fun:_ZN8appcache16AppCacheDatabase22PrepareCachedStatementERKN3sql11StatementIDEPKcPNS1_9StatementE
2572 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
2573 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
2583 fun:_ZN3gfx20GetGLCoreProcAddressEPKc
2584 fun:_ZN3gfx22InitializeGLBindingsGLEv
2585 fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE
2586 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
2592 fun:XextCreateExtension
2595 fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv
2596 fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv
2597 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
2603 fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifierEPNS_9HttpCacheE
2604 fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLConfigE
2605 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv
2606 fun:_ZN3net13SSLConnectJob6DoLoopEi
2607 fun:_ZN3net13SSLConnectJob15ConnectInternalEv
2608 fun:_ZN3net10ConnectJob7ConnectEv
2609 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsPKNS1_7RequestE
2610 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7RequestE
2611 fun:_ZN3net20ClientSocketPoolBaseINS_15SSLSocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2612 fun:_ZN3net19SSLClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2613 fun:_ZN3net18ClientSocketHandle4InitINS_15SSLSocketParamsENS_19SSLClientSocketPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1IiEEPT0_RKNS_11BoundNetLogE
2620 fun:_ZN3gfx15OSMesaGLContext10InitializeEjPNS_9GLContextE
2621 fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_
2622 fun:*InitializeGLContextEv
2628 fun:_ZN13NPObjectProxy10NPAllocateEP4_NPPP7NPClass
2629 fun:_NPN_CreateObject
2630 fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass
2636 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
2637 fun:_ZN3IPC17SyncMessageSchema*
2643 fun:shaper_font_cache_insert
2644 fun:get_shaper_and_font
2645 fun:itemize_state_process_run
2646 fun:pango_itemize_with_base_dir
2647 fun:pango_layout_check_lines
2648 fun:pango_layout_get_extents_internal
2649 fun:pango_layout_get_pixel_extents
2650 fun:pango_layout_get_pixel_size
2651 fun:_ZN3gfx10Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEERKNS_4FontEPiSA_i
2655 Memcheck:Uninitialized
2657 fun:_ZN3WTF14VectorComparerILb1EN7WebCore11CSSPropertyE*
2658 fun:_ZN3WTF20VectorTypeOperationsIN7WebCore11CSSPropertyE*
2659 fun:_ZN3WTFeqIN7WebCore11CSSPropertyE*
2660 fun:_ZNK7WebCore26CSSMutableStyleDeclaration15propertiesEqualEPKS0_
2661 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_
2662 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementE*
2668 fun:_ZN15SyncSetupWizardC1EP18ProfileSyncService
2674 fun:_ZN15SyncSetupWizardC2EP18ProfileSyncService
2675 fun:_ZN15SyncSetupWizardC1EP18ProfileSyncService
2682 fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSessionService26InternalGetCommandsRequestEE
2688 fun:*DownloadFileTest5SetUpEv
2694 fun:_ZN3WTF10fastMallocEj
2695 fun:_ZN3WTF10RefCountedIN7WebCore14StyleSheetListEEnwEj
2696 fun:_ZN7WebCore14StyleSheetList6createEPNS_8DocumentE
2697 fun:_ZN7WebCore8DocumentC2EPNS_5FrameERKNS_4KURLEbbS5_
2698 fun:_ZN7WebCore12HTMLDocumentC1EPNS_5FrameERKNS_4KURLES5_
2699 fun:_ZN7WebCore12HTMLDocument6createEPNS_5FrameERKNS_4KURLES5_
2700 fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringEPNS_5FrameERKNS_4KURLEb
2701 fun:_ZN7WebCore14DocumentWriter14createDocumentERKNS_4KURLE
2702 fun:_ZN7WebCore14DocumentWriter5beginERKNS_4KURLEbPNS_14SecurityOriginE
2703 fun:_ZN7WebCore11FrameLoader4initEv
2704 fun:_ZN7WebCore5Frame4initEv
2705 fun:_ZN6WebKit12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE
2706 fun:_ZN6WebKit11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
2707 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
2708 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
2709 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
2716 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
2723 fun:_ZN21RenderProcessHostImpl20CreateMessageFiltersEv
2724 fun:_ZN21RenderProcessHostImpl4InitEb
2725 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEi
2731 fun:_ZN14TestingProfile30GetRequestContextForExtensionsEv
2733 fun:_ZN20ExtensionDataDeleterC1EP7ProfileRK4GURL
2734 fun:_ZN16ExtensionService18ClearExtensionDataERK4GURL
2735 fun:_ZN16ExtensionService18UninstallExtension*
2736 fun:*BackgroundApplicationListModelTest*
2740 Memcheck:Unaddressable
2741 fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
2742 fun:_ZN11WebViewHost29postAccessibilityNotificationERKN6WebKit22WebAccessibilityObjectENS0_28WebAccessibilityNotificationE
2743 fun:_ZN6WebKit16ChromeClientImpl29postAccessibilityNotificationEPN7WebCore19AccessibilityObjectENS1_13AXObjectCache14AXNotificationE
2744 fun:_ZN7WebCore13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityObjectENS0_14AXNotificationE
2750 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EEEPS2_
2751 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6VectorI10CppVariantLj0EEEPS5_
2752 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
2753 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
2754 fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
2755 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE
2756 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOBAL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
2761 Memcheck:Uninitialized
2762 fun:gtk_widget_set_size_request
2763 fun:_ZN15StatusBubbleGtk22UpdateLabelSizeRequestEv
2764 fun:_ZN15StatusBubbleGtk19AnimationProgressedEPKN2ui9AnimationE
2765 fun:_ZN2ui15LinearAnimation4StepEN4base9TimeTicksE
2766 fun:_ZN2ui18AnimationContainer3RunEv
2770 Memcheck:Uninitialized
2771 fun:gtk_widget_set_usize_internal
2772 fun:_ZN15StatusBubbleGtk22UpdateLabelSizeRequestEv
2774 fun:_ZN2ui18AnimationContainer3RunEv
2781 fun:_ZN14GpuDataManagerC1Ev
2782 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
2783 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
2784 fun:_ZN14GpuDataManager11GetInstanceEv
2785 fun:_Z11BrowserMainRK18MainFunctionParams
2786 fun:_ZN20InProcessBrowserTest5SetUpEv
2793 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEEPPv
2794 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
2795 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
2796 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
2800 Memcheck:Uninitialized
2802 fun:png_process_data
2803 fun:_ZN3gfx8PNGCodec6Decode*
2807 Memcheck:Uninitialized
2809 fun:png_process_data
2810 fun:_ZN3gfx8PNGCodec6Decode*
2814 Memcheck:Uninitialized
2816 fun:png_process_data
2817 fun:_ZN3gfx8PNGCodec6Decode*
2823 fun:_ZN14NewTabObserver7ObserveEiRK18NotificationSourceRK19NotificationDetails
2829 obj:/lib/tls/i686/cmov/libpthread-2.*.so
2830 fun:_ZN3net10FileStream5WriteEPKciP14CallbackRunnerI6Tuple1IiEE
2831 fun:_ZN14SessionBackend20AppendCommandsToFileEPN3net10FileStreamERKSt6vectorIP14SessionCommandSaIS5_EE
2832 fun:_ZN14SessionBackend14AppendCommandsEPSt6vectorIP14SessionCommandSaIS2_EEb
2836 Memcheck:Unaddressable
2839 fun:sqlite3VdbeDelete
2840 fun:sqlite3VdbeFinalize
2841 fun:sqlite3_finalize
2842 fun:_ZN3sql10Connection12StatementRef5CloseEv
2843 fun:_ZN3sql10Connection12StatementRefD2Ev
2844 fun:_ZN3sql10Connection12StatementRefD1Ev
2845 fun:_ZNK4base10RefCountedIN3sql10Connection12StatementRefEE7ReleaseEv
2846 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED2Ev
2847 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED1Ev
2848 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED2Ev
2849 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED1Ev
2850 fun:_ZN9__gnu_cxx13new_allocatorISt4pairIKN3sql11StatementIDE13scoped_refptrINS2_10Connection12StatementRefEEEE7destroyEPS9_
2851 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE12destroy_nodeEPSt13_Rb_tree_nodeIS8_E
2852 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E
2853 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
2854 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
2855 fun:_ZN3sql10Connection5CloseEv
2856 fun:_ZN3sql10ConnectionD2Ev
2857 fun:_ZN3sql10ConnectionD1Ev
2858 fun:_ZN7history16InMemoryDatabaseD0Ev
2862 Memcheck:Unaddressable
2866 fun:_ZN3sql10Connection7ExecuteEPKc
2867 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
2868 fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath
2869 fun:_ZN7history22InMemoryHistoryBackend4InitERK8FilePathS3_PNS_11URLDatabaseERKSs
2875 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs
2876 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv
2877 fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv
2883 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
2884 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
2885 fun:_ZN16ExtensionService4InitEv
2886 fun:_ZN11ProfileImpl14InitExtensionsE*
2892 fun:*35NonBlockingInvalidationNotifierTest5SetUpEv
2898 fun:_ZN14TestingProfile20CreateRequestContextEv
2899 fun:_ZN30ProfileSyncServiceAutofillTest5SetUpEv
2903 Memcheck:Unaddressable
2905 fun:*FilePathWatcherImpl*Watch*Delegate*
2906 fun:*FilePathWatcher*Watch*
2907 fun:_ZN21UserStyleSheetWatcher4InitEv
2913 fun:*FilePathWatcherImpl*Watch*Delegate*
2914 fun:*FilePathWatcher*Watch*
2915 fun:_ZN21UserStyleSheetWatcher4InitEv
2921 fun:_ZN8notifier14XmppConnectionC1ERKN4buzz18XmppClientSettingsERK13scoped_refptrIN3net23URLRequestContextGetterEEPNS0_8DelegateEPNS1_11PreXmppAuthE
2922 fun:_ZN8notifier18SingleLoginAttempt13OnNewSettingsERKNS_18ConnectionSettingsE
2923 fun:_ZN8notifier23XmppConnectionGenerator17UseNextConnectionEv
2924 fun:_ZN8notifier23XmppConnectionGenerator15StartGeneratingEv
2925 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
2926 fun:_ZN8notifier5Login15StartConnectionEv
2927 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
2928 fun:*35InvalidationNotifierTest_Basic_Test8TestBodyEv
2934 fun:_ZN8chromeos14AudioMixerAlsa15ConnectInternalEv
2935 fun:_ZN8chromeos14AudioMixerAlsa7ConnectEv
2942 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
2943 fun:_ZN*9TabLoader12TabIsLoadingEP24NavigationControllerImpl
2944 fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWindowSaIS3_EE
2945 fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_EE
2952 fun:*RenderWidgetHost*
2954 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
2955 fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
2956 fun:_ZN23NotificationServiceImpl*
2957 fun:_ZN15WebContentsImpl12SetIsLoading*
2958 fun:_ZN15WebContentsImpl14RenderViewGone*
2965 fun:_ZN33MalwareDetailsTest_HTTPCache_Test8TestBodyEv
2972 fun:_ZN14TestingProfile20CreateRequestContextEv
2973 fun:_ZN42MalwareDetailsTest_HTTPCacheNoEntries_Test8TestBodyEv
2980 fun:_ZN21TestURLRequestContext4InitEv
2982 fun:_ZN21TestURLRequestContextC1Ev
2983 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
2989 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task
2990 fun:*WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationEP4Taskb
2991 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb
2992 fun:_ZN3net10FileStream12AsyncContext18InitiateAsyncWriteEiPKciP14CallbackRunnerI6Tuple1IiEE
2993 fun:_ZN3net10FileStream5WriteEPKciP14CallbackRunnerI6Tuple1IiEE
2994 fun:_ZN7fileapi18FileWriterDelegate5WriteEv
2995 fun:_ZN7fileapi18FileWriterDelegate14OnDataReceivedEi
3001 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
3002 fun:_NPN_CreateObject
3003 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DOMWindowE
3004 fun:_ZN6WebKitL16makeIntArrayImplERKNS_9WebVectorIiEE
3005 fun:_ZN6WebKit11WebBindings12makeIntArrayERKNS_9WebVectorIiEE
3011 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
3012 fun:_NPN_CreateObject
3013 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DOMWindowE
3014 fun:_ZN6WebKitL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE
3015 fun:_ZN6WebKit11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE
3022 fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEv
3029 fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEPNS_9GLSurfaceE
3035 fun:_Z11BrowserMainRK18MainFunctionParams
3036 fun:_ZN20InProcessBrowserTest5SetUpEv
3042 fun:_ZN16RenderWidgetHost11WasRestoredEv
3048 fun:_ZN16RenderWidgetHost9WasHiddenEv
3055 fun:_ZN8notifier26ProxyResolvingClientSocketC1E*
3056 fun:_ZN8notifier23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
3057 fun:_ZN8notifier17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
3058 fun:_ZN4buzz10XmppClient21ProcessStartXmppLoginEv
3059 fun:_ZN4buzz10XmppClient7ProcessEi
3060 fun:_ZN9talk_base4Task4StepEv
3061 fun:_ZN9talk_base10TaskRunner16InternalRunTasksEb
3062 fun:_ZN9talk_base10TaskRunner8RunTasksEv
3069 fun:_ZN7sigslot7signal0INS_15single_threadedEE7connectIN4buzz10XmppClientEEEvPT_MS6_FvvE
3070 fun:_ZN4buzz10XmppClient12ProcessStartEv
3071 fun:_ZN9talk_base4Task7ProcessEi
3072 fun:_ZN4buzz10XmppClient7ProcessEi
3073 fun:_ZN9talk_base4Task4StepEv
3074 fun:_ZN9talk_base10TaskRunner16InternalRunTasksEb
3075 fun:_ZN9talk_base10TaskRunner8RunTasksEv
3076 fun:_ZN8notifier8TaskPump16CheckAndRunTasksEv
3082 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore10CookieInfoESaIS6_EEEPS2_EENS_8internal20InvokerStorageHolderINSD_15InvokerStorage1IT_T0_EEEESG_RKSH_
3083 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
3084 fun:_ZN3net17URLRequestHttpJob5StartEv
3085 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
3086 fun:_ZN3net10URLRequest5StartEv
3087 fun:_ZN10URLFetcher4Core15StartURLRequestEv
3088 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv
3095 fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7content17RenderProcessHostE
3096 fun:_ZN21RenderProcessHostImpl4InitEb
3098 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP*
3099 fun:_ZN21RenderViewHostManager14InitRenderViewEP*
3101 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
3102 fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS0_20NavigationController10ReloadTypeE
3109 fun:_ZN3net16HostResolverImpl7ResolveERKNS_12HostResolver11RequestInfoEPNS_11AddressListERKN4base8CallbackIFviEEEPPvRKNS_11BoundNetLogE
3110 fun:_ZN3net25SingleRequestHostResolver7ResolveERKNS_12HostResolver11RequestInfoEPNS_11AddressListERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
3111 fun:_ZN3net19TransportConnectJob13DoResolveHostEv
3112 fun:_ZN3net19TransportConnectJob6DoLoopEi
3113 fun:_ZN3net19TransportConnectJob15ConnectInternalEv
3114 fun:_ZN3net10ConnectJob7ConnectEv
3115 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsPKNS1_7RequestE
3121 fun:_ZN4base4BindIMN3net19TransportConnectJob*
3122 fun:_ZN3net19TransportConnectJob13DoResolveHostEv
3123 fun:_ZN3net19TransportConnectJob6DoLoopEi
3124 fun:_ZN3net19TransportConnectJob15ConnectInternalEv
3125 fun:_ZN3net10ConnectJob7ConnectEv
3126 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsPKNS1_7RequestE
3130 Memcheck:Unaddressable
3131 fun:_ZN7WebCore*V8Entr*Callback11handleEvent*
3133 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge21runTaskOnWorkerThreadEPN7WebCore22ScriptExecutionContextEN3WTF10PassRefPtrIS0_EENS4_10PassOwnPtrINS2_4TaskEEE
3134 fun:_ZN7WebCore16CrossThreadTask2IN3WTF10PassRefPtrIN6WebKit31WorkerFileSystemCallbacksBridgeEEES5_NS1_10PassOwnPtrINS_22ScriptExecutionContext4TaskEEES9_E11performTaskEPS7_
3135 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContextE
3136 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredicateE
3137 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
3138 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
3139 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
3140 fun:_ZN7WebCore12WorkerThread12workerThreadEv
3146 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
3147 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
3148 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP4Taskxb
3149 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task
3155 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
3156 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
3162 fun:_ZN9__gnu_cxx13new_allocator*MessageLoop11PendingTaskEE8allocate*
3163 fun:_ZN*_Deque_baseIN11MessageLoop11PendingTaskESaIS1_*_M_allocate_*
3165 fun:_ZNSt5dequeIN11MessageLoop11PendingTaskESaIS1_EE9push_backERKS1_
3166 fun:_ZNSt5queueIN11MessageLoop11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
3167 fun:_ZN11MessageLoop18AddToIncomingQueueEPNS_11PendingTaskE
3171 Memcheck:Unaddressable
3172 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC2ERKS3_
3173 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC1ERKS3_
3174 fun:_ZN4base8internal12CallbackBaseC2ERKS1_
3175 fun:_ZN4base8CallbackIFvvEEC2ERKS2_
3176 fun:_ZN4base8CallbackIFvvEEC1ERKS2_
3177 fun:_ZN11MessageLoop11PendingTaskC2ERKS0_
3178 fun:_ZN11MessageLoop11PendingTaskC1ERKS0_
3179 fun:_ZN9__gnu_cxx13new_allocatorIN11MessageLoop11PendingTaskEE9constructEPS2_RKS2_
3180 fun:_ZNSt5dequeIN11MessageLoop11PendingTaskESaIS1_EE9push_backERKS1_
3181 fun:_ZNSt5queueIN11MessageLoop11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
3182 fun:_ZN11MessageLoop18AddToIncomingQueueEPNS_11PendingTaskE
3188 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
3189 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
3190 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17AuthChallengeInfoE
3191 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3195 Memcheck:Unaddressable
3196 fun:_ZN6WebKit21FrameLoaderClientImpl12allowPluginsEb
3197 fun:_ZN7WebCore14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPluginsE
3201 Memcheck:Unaddressable
3202 fun:_ZN6WebKit21FrameLoaderClientImpl15allowJavaScriptEb
3203 fun:_ZN7WebCore16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanExecuteScriptsE
3207 Memcheck:Unaddressable
3208 fun:_ZN6WebKit21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
3209 fun:_ZN7WebCore16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEEEi
3215 fun:_ZN9__gnu_cxx13new_allocatorIP8FilePathE8allocateEjPKv
3216 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EE15_M_allocate_mapEj
3217 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EE17_M_initialize_mapEj
3218 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EEC2ERKS1_j
3219 fun:_ZNSt5dequeI8FilePathSaIS0_EEC1ERKS2_
3220 fun:_ZNSt5stackI8FilePathSt5dequeIS0_SaIS0_EEEC1ERKS3_
3221 fun:_ZN9file_util14FileEnumeratorC1ERK8FilePathbNS0_9FILE_TYPEERKSs
3222 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
3228 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE
3229 fun:_ZN16TranslateManager36FetchLanguageListFromTranslateServerEP11PrefService
3230 fun:_Z11BrowserMainRK18MainFunctionParams
3231 fun:*RunNamedProcessTypeMainERKSsRK18MainFunctionParams
3235 Memcheck:Uninitialized
3236 fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv
3237 fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi
3238 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3239 fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tuple1IiEE
3240 fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs
3241 fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsProxy_Test8TestBodyEv
3247 fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
3248 fun:_ZN11ProfileImpl11DoFinalInitEv
3249 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
3255 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
3257 fun:_ZN11ProfileImplC*ERK8FilePathPN7Profile8DelegateE
3263 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfilePK13ProfileIOData
3264 fun:_ZN17ProfileImplIOData6Handle4InitERK8FilePathS3_S3_iS3_iS3_S3_PN18chrome_browser_net9PredictorEP11PrefServiceP8IOThread
3265 fun:_ZN11ProfileImpl11DoFinalInitEv
3266 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
3272 fun:_ZN4base16MessageLoopProxy22currentEv
3273 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoopProxyE
3274 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyE
3281 fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
3282 fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
3283 fun:_ZN3net18ClientSocketHandle4Init*
3285 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLRKNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9ProxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEE
3286 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
3293 fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi
3294 fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv
3295 fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi
3301 fun:_ZN10ZygoteHost11ForkRequestERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_EERKSs
3302 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
3308 fun:_ZNSt6vectorISt4pairIjiESaIS1_EE9push_backERKS1_
3309 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
3315 fun:_ZN3net13CookieMonster9InitStoreEv
3316 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
3317 fun:_ZN3net13CookieMonster30GetAllCookiesForURLWithOptionsERK4GURLRKNS_13CookieOptionsE
3318 fun:_ZN3net13CookieMonster19GetAllCookiesForURLERK4GURL
3319 fun:_ZN22ResourceDispatcherHost13CanGetCookiesEPN3net10URLRequestE
3320 fun:_ZN3net10URLRequest13CanGetCookiesEv
3321 fun:_ZN3net13URLRequestJob13CanGetCookiesEv
3322 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
3328 fun:_ZN3net13CookieMonster9InitStoreEv
3329 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
3330 fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptionsE
3331 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOptionsERKN4base8CallbackIFvRKSsEEE
3332 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
3333 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSs
3340 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
3341 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
3342 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
3348 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
3349 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
3355 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
3361 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoopProxyE
3362 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPKN7content15ResourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE
3369 fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
3375 fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv
3376 fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs*
3377 fun:_ZN15WebContentsImpl14GetWebkitPrefsEv
3383 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allocateEjPKv
3384 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
3385 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
3386 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2_ERKS2_
3387 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
3388 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
3389 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
3395 fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii23ResourceHostMsg_RequestEE8DispatchI22ResourceDispatcherHostS6_iRKS2_EEbPKNS_7MessageEPT_PT0_MSC_FvRSA_T1_T2_E
3396 fun:_ZN22ResourceDispatcherHost17OnMessageReceivedERKN3IPC7MessageEP21ResourceMessageFilterPb
3397 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
3398 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
3399 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
3400 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
3401 fun:_ZN3IPC12ChannelProxy7Context17OnMessageReceivedERKNS_7MessageE
3402 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
3403 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
3409 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
3410 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
3411 fun:_ZN3net10URLRequest21NotifyResponseStartedEv
3412 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3418 fun:_ZN20AsyncResourceHandler15OnReadCompletedEiPi
3419 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
3420 fun:_ZN27SafeBrowsingResourceHandler15OnReadCompletedEiPi
3421 fun:_ZN22OfflineResourceHandler15OnReadCompletedEiPi
3422 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
3423 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
3424 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
3425 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
3426 fun:_ZN19URLRequestChromeJob13DataAvailableEP16RefCountedMemory
3427 fun:_ZN27ChromeURLDataManagerBackend13DataAvailableEiP16RefCountedMemory
3428 fun:_ZN20ChromeURLDataManager10DataSource22SendResponseOnIOThreadEi13scoped_refptrI16RefCountedMemoryE
3434 fun:_ZN24CrossSiteResourceHandler14ResumeResponseEv
3435 fun:_ZN22ResourceDispatcherHost12OnSwapOutACKERK22ViewMsg_SwapOut_Params
3436 fun:_ZN18RenderWidgetHelper21OnCrossSiteSwapOutACKERK22ViewMsg_SwapOut_Params
3442 fun:_ZN14SharedIOBuffer4InitEv
3443 fun:_ZN20AsyncResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3444 fun:_ZN24CrossSiteResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3445 fun:_ZN23BufferedResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3446 fun:_ZN27SafeBrowsingResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3447 fun:_ZN22OfflineResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3448 fun:_ZN22ResourceDispatcherHost4ReadEPN3net10URLRequestEPi
3449 fun:_ZN22ResourceDispatcherHost12StartReadingEPN3net10URLRequestE
3455 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS0_11PendingTaskE
3456 fun:_ZN4base22PosixDynamicThreadPool8PostTask*
3457 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTask*
3458 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8Location*
3465 fun:_ZNK3sql9Statement*ColumnString*
3466 fun:_ZN7history11URLDatabase10FillURLRowERN3sql9StatementEPNS_6URLRowE
3467 fun:_ZN7history11URLDatabase13URLEnumerator10GetNextURLEPNS_6URLRowE
3468 fun:_ZN7history14HistoryBackend11IterateURLsEPN14HistoryService13URLEnumeratorE
3474 fun:_ZN18BrowserProcessImpl21gpu_blacklist_updaterEv
3475 fun:_ZN19GpuBlacklistUpdater15SetupOnUIThreadEv
3481 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE
3482 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3483 fun:_ZN19URLRequestChromeJob10StartAsyncEv
3489 fun:_ZN3net11AddressList27CreateByCopyingFirstAddressEPK8addrinfo
3490 fun:_ZNK3net23TCPClientSocketLibevent14GetPeerAddressEPNS_11AddressListE
3492 fun:_ZN3net22HttpNetworkTransaction13DoSendRequestEv
3493 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3494 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
3495 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3496 fun:_ZN3net21HttpStreamFactoryImpl7Request*
3497 fun:_ZN3net21HttpStreamFactoryImpl3Job*
3503 fun:_ZN7history16TopSitesDatabase8CreateDBERK8FilePath
3504 fun:_ZN7history16TopSitesDatabase4InitERK8FilePath
3505 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadERK8FilePath
3511 fun:_ZN4base4BindIPFvPNS_13WaitableEventEPSsRKSsES2_S3_EENS_8internal20InvokerStorageHolderINS8_15InvokerStorage2IT_T0_T1_EEEESB_RKSC_RKSD_
3512 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSs
3513 fun:_Z18DispatchToFunctionIPFvRK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSsES0_S6_SB_SC_EvT_RK6Tuple4IT0_T1_T2_T3_E
3519 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore10CookieInfoESaIS6_EEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSE_15InvokerStorage1IT_T0_EEEESH_RKSI_
3520 fun:_ZN3net17URLRequestHttpJob24CheckCookiePolicyAndLoadERKNS_10CookieListE
3526 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvRKNS1_10CookieListEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSA_15InvokerStorage1IT_T0_EEEESD_RKSE_
3527 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
3528 fun:_ZN3net17URLRequestHttpJob5StartEv
3529 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
3530 fun:_ZN3net10URLRequest5StartEv
3536 fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
3537 fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
3538 fun:_ZN3net18SSLClientSocketNSS11DoWriteLoopEi
3539 fun:_ZN3net18SSLClientSocketNSS5WriteEPNS_8IOBufferEiP14CallbackRunnerI6Tuple1IiEE
3540 fun:_ZN3net11SpdySession11WriteSocketEv
3546 fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
3547 fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
3548 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
3549 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
3550 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
3551 fun:_ZN3net13SSLConnectJob6DoLoopEi
3552 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
3558 fun:_ZN19DownloadManagerTestC2Ev
3559 fun:_ZN*DownloadManagerTest_*
3565 fun:_ZN15DownloadManager4InitEP7Profile
3566 fun:_ZN19DownloadManagerTestC2Ev
3567 fun:_ZN*DownloadManagerTest_*
3573 fun:_ZN23DownloadResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3574 fun:_ZN23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHandler
3575 fun:_ZN23BufferedResourceHandler23CompleteResponseStartedEib
3576 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
3577 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
3578 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
3579 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
3580 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
3581 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
3582 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
3583 fun:_ZN56ResourceDispatcherHostTest_*8TestBodyEv
3590 fun:*SHA1Fingerprint*
3591 fun:_ZN3net16CertVerifyResultaSERKS0_
3592 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16CertVerifyResultE
3593 fun:_ZN3net18CertVerifierWorker7DoReplyEv
3599 fun:_ZN4base4BindIMNS_6subtle18TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
3600 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
3601 fun:_ZN3net18CertVerifierWorker6FinishEv
3602 fun:_ZN3net18CertVerifierWorker3RunEv
3608 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
3609 fun:_Z18ServiceProcessMainRK18MainFunctionParams
3618 fun:_ZN4base13LaunchProcessERKSt6vectorISsSaISsEERKNS_13LaunchOptionsEPi
3619 fun:_ZN4base13LaunchProcessERK11CommandLineRKNS_13LaunchOptionsEPi
3620 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
3626 fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14CancelableTaskPT_T0_
3627 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
3633 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE
3634 fun:_ZN16ServiceIPCServer13CreateChannelEv
3635 fun:_ZN16ServiceIPCServer4InitEv
3636 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
3637 fun:_Z18ServiceProcessMainRK18MainFunctionParams
3646 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE
3652 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
3653 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserverEEE9AsWeakPtrEv
3654 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
3660 fun:_ZN8remoting13ClientSession11UnpressKeysEv
3661 fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
3667 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEEEE8allocateEjPKv
3668 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv
3669 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_
3670 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_
3671 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_
3672 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_tree_iteratorIS7_ERKS7_
3673 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
3674 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
3675 fun:_ZN4base15DictionaryValue3SetERKSsPNS_5ValueE
3676 fun:_ZN4base15DictionaryValue9SetStringERKSsRKSbItNS_20string16_char_traitsESaItEE
3677 fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
3678 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoESaIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
3685 fun:xdg_mime_get_mime_type_from_file_name
3686 fun:*GetFileMimeTypeERK8FilePath
3687 fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs
3688 fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs
3689 fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs
3690 fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileERK8FilePathPSs
3691 fun:_ZN3net19GetMimeTypeFromFileERK8FilePathPSs
3692 fun:_ZNK25SharedResourcesDataSource11GetMimeTypeERKSs
3698 fun:_ZN16UserScriptMaster9StartLoadEv
3699 fun:_ZN16UserScriptMaster7ObserveEiRK18NotificationSourceRK19NotificationDetails
3700 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails
3701 fun:_ZN16ExtensionService27OnLoadedInstalledExtensionsEv
3702 fun:_ZN16ExtensionService17LoadAllExtensionsEv
3703 fun:_ZN16ExtensionService4InitEv
3704 fun:_ZN11ProfileImpl14InitExtensionsEb
3706 fun:_ZN14ProfileManager17GetDefaultProfileEv
3707 fun:_ZN16browser_shutdown8ShutdownEv
3713 fun:_ZL9SerializeRKSt6vectorI10UserScriptSaIS0_EE
3714 fun:_ZN16UserScriptMaster14ScriptReloader7RunLoadERKSt6vectorI10UserScriptSaIS2_EE
3720 fun:_ZN3net9HttpCache13CreateBackendEPPN10disk_cache7BackendEP14CallbackRunnerI6Tuple1IiEE
3721 fun:_ZN3net9HttpCache17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
3723 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8CallbackIFvvEEE
3729 fun:_ZN9__gnu_cxx13new_allocatorIN3net18HttpRequestHeaders18HeaderKeyValuePairEE8allocateEjPKv
3730 fun:_ZNSt12_Vector_baseIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE11_M_allocateEj
3731 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
3732 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE9push_backERKS2_
3733 fun:_ZN3net18HttpRequestHeaders9SetHeaderERKN4base11StringPieceES4_
3734 fun:_ZN3net18HttpRequestHeaders19AddHeaderFromStringERKN4base11StringPieceE
3735 fun:_ZN3net18HttpRequestHeaders20AddHeadersFromStringERKN4base11StringPieceE
3736 fun:_ZN22ResourceDispatcherHost12BeginRequestEiRK23ResourceHostMsg_RequestPN3IPC7MessageEi
3742 fun:_ZN3net16UploadDataStream6CreateEPNS_10UploadDataEPi
3743 fun:_ZN3net22HttpNetworkTransaction14DoBuildRequestEv
3744 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3745 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
3746 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3747 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3748 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
3754 fun:_ZN3net22HttpNetworkTransaction14DoBuildRequestEv
3755 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3756 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
3757 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3758 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3759 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
3765 fun:_ZN9__gnu_cxx13new_allocatorIN3net11ProxyServerEE8allocateEjPKv
3766 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EE11_M_allocateEj
3767 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EEC2EjRKS2_
3768 fun:_ZNSt6vectorIN3net11ProxyServerESaIS1_EEC1ERKS3_
3769 fun:_ZN3net9ProxyListC1ERKS0_
3770 fun:_ZN3net9ProxyInfoC1ERKS0_
3771 fun:_ZN3net21HttpStreamFactoryImpl7Request18OnSpdySessionReadyEPNS0_3JobE13scoped_refptrINS_11SpdySessionEEb
3772 fun:_ZN3net21HttpStreamFactoryImpl3Job26OnSpdySessionReadyCallbackEv
3778 fun:_ZN27PasswordManagerDelegateImpl33AddSavePasswordInfoBarIfPermittedEP19PasswordFormManager
3779 fun:_ZN15PasswordManager23OnPasswordFormsRenderedERKSt6vectorIN6webkit5forms12PasswordFormESaIS3_EE
3788 fun:g_type_create_instance
3789 fun:g_object_constructor
3792 fun:_gdk_window_impl_new
3793 fun:gdk_window_ensure_native
3794 fun:gdk_x11_drawable_get_xid
3795 fun:_ZN20GtkNativeViewManager14GetIdForWidgetEP10_GtkWidget
3796 fun:_ZNK23RenderWidgetHostViewGtk15GetNativeViewIdEv
3805 fun:g_type_create_instance
3806 fun:g_object_constructor
3809 fun:_gdk_window_impl_new
3810 fun:gdk_window_ensure_native
3811 fun:gdk_x11_drawable_get_xid
3812 fun:_gtk_socket_windowing_realize_window
3813 fun:gtk_socket_realize
3815 fun:g_closure_invoke
3816 fun:signal_emit_unlocked_R
3817 fun:g_signal_emit_valist
3819 fun:gtk_widget_realize
3820 fun:gtk_widget_set_parent
3829 fun:g_type_create_instance
3830 fun:g_object_constructor
3833 fun:_gdk_window_impl_new
3834 fun:gdk_window_ensure_native
3835 fun:gdk_x11_drawable_get_xid
3836 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs
3846 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
3847 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
3854 fun:_ZN7WebCoreL21getCachedHarfbuzzFaceEPNS_16FontPlatformDataE
3855 fun:_ZN7WebCore12HarfbuzzFaceC1EPNS_16FontPlatformDataE
3856 fun:_ZN7WebCore12HarfbuzzFace6createEPNS_16FontPlatformDataE
3857 fun:_ZNK7WebCore16FontPlatformData12harfbuzzFaceEv
3858 fun:_ZN7WebCore21ComplexTextController21setupFontForScriptRunEv
3862 Memcheck:Uninitialized
3864 fun:vorbis_decode_frame
3865 fun:avcodec_decode_audio3
3869 Memcheck:Uninitialized
3871 fun:vorbis_decode_frame
3872 fun:avcodec_decode_audio3
3878 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv
3882 Memcheck:Uninitialized
3883 fun:_ZN7SkIRect9intersectEiiii
3884 fun:_ZN7SkIRect9intersectERKS_
3885 fun:_ZN8remoting10DecoderVp812ConvertRectsERKSt6vectorI7SkIRectSaIS2_EEPS4_
3886 fun:_ZN8remoting10DecoderVp812DecodePacketEPKNS_11VideoPacketE
3887 fun:_ZN8remoting13DecoderTester14ReceivedPacketEPNS_11VideoPacketE
3888 fun:_ZN8remoting13EncoderTester13DataAvailableEPNS_11VideoPacketE
3890 fun:_ZN8remotingL17TestEncodingRectsEPNS_7EncoderEPNS_13EncoderTesterEPNS_13DecoderTesterE13scoped_refptrINS_11CaptureDataEEPK7SkIRecti
3891 fun:_ZN8remoting18TestEncoderDecoderEPNS_7EncoderEPNS_7DecoderEb
3892 fun:_ZN8remoting35DecoderVp8Test_EncodeAndDecode_Test8TestBodyEv
3905 fun:_ZN4base5Value17CreateStringValueERKSs
3906 fun:_ZN40V8ValueConverterImplTest_WeirdTypes_Test8TestBodyEv
3912 fun:_ZN4base5Value17CreateDoubleValueEd
3913 fun:_ZN40V8ValueConverterImplTest_WeirdTypes_Test8TestBodyEv
3919 fun:_ZN22AppNotificationStorage6CreateERK8FilePath
3926 fun:_ZN2v88internal10PagedSpace11AllocateRawEi
3927 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi
3928 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
3929 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
3930 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
3931 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
3932 fun:_ZN2v88internal12Deserializer13VisitPointersEPPNS0_6ObjectES4_
3936 Memcheck:Uninitialized
3938 fun:_ZN4base12Base64Encode*
3939 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap
3940 fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap
3946 fun:_ZL9toCStringRK9_NPString
3947 fun:_ZL15testPostURLFileP12PluginObjectPK10_NPVariantjPS1_
3948 fun:_ZL12pluginInvokeP8NPObjectPvPK10_NPVariantjPS2_
3949 fun:_ZN7WebCoreL18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
3955 fun:_ZN6WebKit12CCThreadImpl6createEPNS_9WebThreadE
3956 fun:_ZN6WebKit13WebCompositor9setThreadEPNS_9WebThreadE
3957 fun:_ZN11WebViewHostC1EP9TestShell
3958 fun:_ZN9TestShell15createNewWindowERKN6WebKit6WebURLEP16DRTDevToolsAgent
3964 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3965 fun:_ZN11MessageLoop11RunInternalEv
3966 fun:_ZN11MessageLoop10RunHandlerEv
3973 fun:_ZN8chromeos*OncNetworkParserTest_TestCreateNetworkWifi*_Test8TestBodyEv
3979 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit13WebPluginInfoEE8allocateEjPKv
3981 fun:_ZNSt6vectorIN6webkit13WebPluginInfoESaIS1*
3985 Memcheck:Uninitialized
3987 fun:_ZN6SkScan12AntiFillPathERK6SkPathRK8SkRegionP9SkBlitterb
3988 fun:_ZN6SkScan12AntiFillPathERK6SkPathRK12SkRasterClipP9SkBlitter
3989 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
3990 fun:_ZN8SkDevice8drawPathERK6SkDrawRK6SkPathRK7SkPaintPK8SkMatrixb
3991 fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
3992 fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
3993 fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
3994 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
3995 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
3999 Memcheck:Uninitialized
4001 fun:_ZN6SkScan12AntiFillRectERK6SkRectPK8SkRegionP9SkBlitter
4002 fun:_ZN6SkScan12AntiFillRectERK6SkRectRK12SkRasterClipP9SkBlitter
4003 fun:_ZNK6SkDraw8drawRectERK6SkRectRK7SkPaint
4004 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
4005 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
4006 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
4007 fun:_ZN7WebCore15GraphicsContext20drawHighlightForTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEiRKNS_5ColorENS_10ColorSpaceEii
4011 Memcheck:Uninitialized
4013 fun:_ZL11morphpointsP7SkPointPKS_iR13SkPathMeasureRK8SkMatrix
4014 fun:_ZL9morphpathP6SkPathRKS_R13SkPathMeasureRK8SkMatrix
4015 fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
4016 fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
4017 fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
4018 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
4019 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
4020 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4021 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4022 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
4028 fun:_Z22RecoveryRegisterHelperP22ComponentUpdateServiceP11PrefService
4034 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsCompleteEiRK4GURLiPN3IPC7MessageE
4040 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setISsSt4lessISsESaISsEE
4046 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
4047 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFetcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs
4048 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_
4049 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv
4050 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4056 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateContextEEEPN7content18URLFetcherDelegateEPT_PT0_
4057 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4063 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6WorkerE
4065 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4066 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4067 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
4068 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4072 Memcheck:Uninitialized
4074 fun:_ZN7WebCore27BorderImageQuadParseContext21commitBorderImageQuadEv
4075 fun:_ZN7WebCore9CSSParser20parseBorderImageQuadENS0_5UnitsERN3WTF6RefPtrINS_17CSSPrimitiveValueEEE
4076 fun:_ZN7WebCore9CSSParser21parseBorderImageWidthERN3WTF6RefPtrINS_17CSSPrimitiveValueEEE
4077 fun:_ZN7WebCore9CSSParser16parseBorderImageEiRN3WTF6RefPtrINS_8CSSValueEEE
4078 fun:_ZN7WebCore9CSSParser12parseReflectEib
4079 fun:_ZN7WebCore9CSSParser10parseValueEib
4080 fun:_Z10cssyyparsePv
4086 fun:_ZN7WebCore12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
4087 fun:_ZNK7WebCore9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24RenderBoxRegionInfoFlagsE
4089 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
4095 fun:_ZN2v88internal2OS15CreateSemaphoreEi
4096 fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE
4097 fun:_ZN2v88internal6Logger5SetUpEv
4098 fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE
4100 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1_12TextPositionEPNS_27WorkerContextExecutionStateE
4106 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4107 fun:_ZN7WebCore23v8StringToWebCoreStringEN2v86HandleINS0_6StringEEE
4108 fun:_ZN7WebCore22v8ValueToWebCoreStringEN2v86HandleINS0_5ValueEEE
4109 fun:_ZN7WebCore15toWebCoreStringEN2v86HandleINS0_5ValueEEE
4115 fun:_ZN7WebCoreL18makeExternalStringERKN3WTF6StringE
4116 fun:_ZN7WebCore11StringCache20v8ExternalStringSlowEPN3WTF10StringImplE
4117 fun:_ZN7WebCore11StringCache16v8ExternalStringEPN3WTF10StringImplE
4118 fun:_ZN7WebCore16v8ExternalStringERKN3WTF6StringE
4124 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
4125 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
4126 fun:_ZN7WebCore22ResourceHandleInternal5startEv
4127 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE
4128 fun:_ZN7WebCore14ResourceHandle6createEPNS_17NetworkingContextERKNS_15ResourceRequestEPNS_20ResourceHandleClientEbb
4134 fun:_ZN18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
4135 fun:_ZN11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
4136 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
4137 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLRequestEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
4138 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURLRequestEPNS1_18WebURLLoaderClientE
4139 fun:_ZN7WebCore22ResourceHandleInternal5startEv
4140 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE
4146 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
4147 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
4148 fun:_ZN11webkit_glue15ResourceFetcher5StartEPN6WebKit8WebFrameE
4149 fun:_ZN11webkit_glue15ResourceFetcherC2ERK4GURLPN6WebKit8WebFrameENS4_13WebURLRequest10TargetTypeERKN4base8CallbackIFvRKNS4_14WebURLResponseERKSsEEE
4150 fun:_ZN11webkit_glue26ResourceFetcherWithTimeoutC1ERK4GURLPN6WebKit8WebFrameENS4_13WebURLRequest10TargetTypeEiRKN4base8CallbackIFvRKNS4_14WebURLResponseERKSsEEE
4151 fun:_ZN11webkit_glue27AltErrorPageResourceFetcherC1ERK4GURLPN6WebKit8WebFrameERKNS4_11WebURLError*Callback*
4152 fun:_ZN14RenderViewImpl27MaybeLoadAlternateErrorPageEPN6WebKit8WebFrameERKNS0_11WebURLErrorEb
4153 fun:_ZN14RenderViewImpl22didFailProvisionalLoadEPN6WebKit8WebFrameERKNS0_11WebURLErrorE
4154 fun:_ZN6WebKit12WebFrameImpl7didFailERKN7WebCore13ResourceErrorEb
4160 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
4161 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
4167 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF*StringEEET_*
4168 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF*StringEEET_*
4169 fun:_ZN7WebCore15V8ParameterBasecvN3WTF*StringEEv
4171 fun:_ZN2v88internalL*HandleApiCall*
4178 fun:_ZN7WebCore15NPObjectWrapper10NPAllocateEP4_NPPP7NPClass
4179 fun:_NPN_CreateObject
4180 fun:_ZN7WebCore15NPObjectWrapper6createEP8NPObject
4181 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
4182 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
4183 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
4190 fun:_ZN22WebPluginDelegateProxy20CreateResourceClientEmRK4GURLi
4191 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jibNS1_8ReferrerEbb
4197 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
4198 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
4199 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
4200 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Graphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
4201 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy10OnMsgFlushERKNS_12HostResourceE
4207 obj:/lib/libc-2.11.1.so
4208 fun:_IO_file_write@@GLIBC_2.2.5
4212 fun:_ZNK13safe_browsing9PrefixSet9WriteFileERK8FilePath
4213 fun:_ZN12_GLOBAL__N_113PrefixSetTest16GetPrefixSetFileEP8FilePath
4214 fun:_ZN12_GLOBAL__N_1*PrefixSetTest_*_Test8TestBodyEv
4220 fun:_ZN3WTF10fastMallocEj
4221 fun:_ZN3WTF7HashSetIPN7WebCore16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEEnwEj
4222 fun:_ZN7WebCore21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStringEPNS_16SVGStyledElementE
4228 fun:_ZN7WebCore14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE
4229 fun:_ZN7WebCoreL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb
4230 fun:_ZN7WebCore17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS_8DocumentEb
4231 fun:_ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb
4237 fun:SecAsn1CoderCreate
4238 fun:_ZN12OCSPResponseC2ERK9cssm_datad
4239 fun:tpVerifyCertGroupWithOCSP
4240 fun:_ZN14AppleTPSession15CertGroupVerifyEllRK14cssm_certgroupPK22cssm_tp_verify_contextP29cssm_tp_verify_context_result
4241 fun:_Z*cssm_CertGroupVerifylllPK14cssm_certgroupPK22cssm_tp_verify_contextP29cssm_tp_verify_context_result
4242 fun:CSSM_TP_CertGroupVerify
4243 fun:_ZN8Security10CssmClient6TPImpl15certGroupVerifyERKNS_9CertGroupERKNS_15TPVerifyContextEPNS_14TPVerifyResultE
4244 fun:_ZN8Security12KeychainCore5Trust8evaluateE*
4245 fun:SecTrustEvaluate
4246 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_6CRLSetEPNS_16CertVerifyResultE
4247 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_6CRLSetEPNS_16CertVerifyResultE
4248 fun:_ZN3net44X509CertificateTest_GoogleDigiNotarTest_Test8TestBodyEv
4252 Memcheck:Uninitialized
4253 fun:encode_one_block
4256 fun:process_data_simple_main
4257 fun:chromium_jpeg_write_scanlines
4258 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
4259 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageE?PSt6vectorIhSaIhEE
4260 fun:_ZN7history8TopSites12EncodeBitmapEPN3gfx5ImageEP13scoped_refptrI15RefCountedBytesE
4261 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailScore
4262 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
4263 fun:_ZN7history*ExpireHistoryTest_*
4267 Memcheck:Uninitialized
4268 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
4269 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
4275 fun:_Z15sk_malloc_flags*
4276 fun:_Z15sk_malloc_throw*
4277 fun:_ZN8SkAAClip7RunHead5Alloc*
4278 fun:_ZN8SkAAClip7Builder6finishEPS_
4280 fun:_ZN8SkCanvas8clip*ERK6Sk*N8SkRegion2OpEb
4286 fun:_Z15sk_malloc_flagsjj
4287 fun:_Z15sk_malloc_throwj
4288 fun:_ZN8SkAAClip7RunHead5AllocEij
4289 fun:_ZN8SkAAClip7Builder6finishEPS_
4291 fun:_ZN8SkCanvas19updateDeviceCMCacheEv
4292 fun:_ZN10SkDrawIterC1EP8SkCanvasb
4293 fun:_ZN8SkCanvas8draw*ERK6Sk*RK7SkPaint
4299 fun:_ZN15DownloadService18GetDownloadManagerEv
4300 fun:_ZN29ExtensionDownloadsEventRouterC*
4301 fun:_ZN16ExtensionService16InitEventRoutersEv
4302 fun:_ZN16ExtensionService7ObserveEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
4304 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
4305 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile
4306 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
4313 fun:_ZN15DownloadService18GetDownloadManagerEv
4314 fun:_ZN11DownloadsUIC1EPN7content5WebUIE
4315 fun:_ZN12_GLOBAL__N_18NewWebUII11DownloadsUIEEPN7content15WebUIControllerEPNS2_5WebUIERK4GURL
4316 fun:_ZNK28ChromeWebUIControllerFactory27CreateWebUIControllerForURLEPN7content5WebUIERK4GURL
4317 fun:_ZNK32TestChromeWebUIControllerFactory27CreateWebUIControllerForURLEPN7content5WebUIERK4GURL
4318 fun:_ZN15WebContentsImpl11CreateWebUIERK4GURL
4319 fun:_ZN15WebContentsImpl27CreateWebUIForRenderManagerERK4GURL
4320 fun:_ZN21RenderViewHostManager30UpdateRendererStateForNavigateERKN7content19NavigationEntryImplE
4321 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4323 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4324 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14PageTransitionERKSs
4325 fun:_ZN12_GLOBAL__N_117LoadURLInContentsEPN7content11WebContentsERK4GURLPN7browser14NavigateParamsERKSs
4326 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
4327 fun:_ZN7Browser30ShowSingletonTabOverwritingNTPERKN7browser14NavigateParamsE
4328 fun:_ZN7Browser16ShowDownloadsTabEv
4332 Memcheck:Uninitialized
4334 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
4335 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
4341 fun:_ZN15tracked_objects10ThreadData10InitializeEv
4342 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
4343 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
4349 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_objects6BirthsENS3_9DeathDataEEEE8allocateE*
4351 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
4352 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
4353 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6Births*
4354 fun:_ZN15tracked_objects10ThreadData3?TallyRun*IfTrackingE*
4360 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
4361 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
4364 Intentional leak of stl map during thread cleanup in profiler
4367 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
4373 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Version
4377 Memcheck:Uninitialized
4379 fun:_ZN31InputEventFilterTest_Basic_Test8TestBodyEv
4385 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
4391 fun:_ZN17PluginServiceImpl10GetPluginsERKN4base8CallbackIFvRKSt6vectorIN6webkit13WebPluginInfoESaIS4_EEEEE
4395 Memcheck:Uninitialized
4396 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_
4397 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementE*
4398 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj
4404 fun:HB_OpenTypeShape
4405 fun:arabicSyriacOpenTypeShape
4408 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
4409 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
4410 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv
4411 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflowE
4412 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE
4413 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
4414 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
4415 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
4418 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
4419 # leaks on shutdown instead of getting deleted. The destructor doesn't do
4420 # anything important, so this shouldn't be a big deal.
4424 fun:_ZN16ProcessSingletonC1ERK8FilePath
4425 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv
4432 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
4433 fun:_ZN4base12TrackingInfoC2ERKN15tracked_objects8LocationENS_9TimeTicksE
4440 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
4441 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
4442 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_
4449 fun:_ZN16SiteInstanceImpl10GetProcessEv
4451 fun:_ZN21RenderViewHostFactory6CreateEPN7content12SiteInstanceEPNS0_22RenderViewHostDelegate*SessionStorageNamespace*
4452 fun:_ZN21RenderViewHostManager4InitEPN7content14BrowserContextEPNS0_12SiteInstanceEi
4453 fun:_ZN15WebContentsImplC1EPN7content14BrowserContextEPNS0_12SiteInstance*SessionStorageNamespace*
4454 fun:_ZN7content11WebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstance*SessionStorageNamespace*
4455 fun:_ZN11BalloonHost4InitEv
4461 fun:_ZN20ChildProcessLauncherC1EbRKSt6vectorISt4pairISsSsESaIS2_EEiP11CommandLinePNS_6ClientE
4462 fun:_ZN21RenderProcessHostImpl4InitE*
4464 fun:_ZN21RenderViewHostManager14InitRenderView*
4465 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4466 fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS0_20NavigationController10ReloadTypeE
4467 fun:_ZN15WebContentsImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE
4468 fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE
4469 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4470 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14PageTransitionERKSs
4471 fun:_ZN11BalloonHost4InitEv
4478 fun:_ZN21RenderProcessHostImpl4InitE*
4480 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4481 fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS0_20NavigationController10ReloadTypeE
4482 fun:_ZN15WebContentsImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE
4483 fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE
4484 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4485 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14PageTransitionERKSs
4486 fun:_ZN11BalloonHost4InitEv
4490 Memcheck:Uninitialized
4494 fun:_ZN4base9vsnprintfEPcjPKcS0_
4495 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_
4496 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc
4497 fun:_ZN4base13StringAppendVEPSsPKcPc
4498 fun:_ZN4base13StringAppendFEPSsPKcz
4499 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
4500 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
4501 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
4502 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
4503 fun:_ZN4base10JSONWriter16WriteWithOptionsEPKNS_5ValueEbiPSs
4504 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
4505 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
4506 fun:_ZN18jstemplate_builder12AppendJsonJSEPKN4base15DictionaryValueEPSs
4507 fun:_ZN19OptionsUIHTMLSource16StartDataRequestERKSsbi
4508 fun:_ZN4base8internal15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEE3RunEPS3_S5_RKbRKi
4509 fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEEEFvRKPS4_S6_RKbRKiEE8MakeItSoES9_SC_S6_SE_SG_
4510 fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEEEFvPS5_S7_biEFvSB_SsbiEEESC_E3RunEPNS0_13BindStateBaseE
4511 fun:_ZNK4base8CallbackIFvvEE3RunEv
4518 fun:_ZNSt6vector*9push_back*
4519 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
4520 fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19ConvolutionFilter1DE
4521 fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethodEiiiiRK7SkIRect
4522 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
4523 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
4524 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
4525 fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN6WebKit7WebViewEiiP8SkBitmapP14ThumbnailScore
4526 fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
4527 fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
4531 Memcheck:Uninitialized
4533 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
4534 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
4535 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
4536 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
4537 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_
4539 fun:_ZN7WebCore15GraphicsContext*
4543 Memcheck:Uninitialized
4544 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
4545 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
4546 fun:_ZN7WebCore20RenderBoxModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4547 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4548 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4549 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4553 Memcheck:Uninitialized
4554 fun:_ZN7WebCore21ComplexTextController*
4556 fun:_ZNK7WebCore4Font27selectionRectForComplexTextERKNS_7TextRunERKNS_10FloatPointEiii
4557 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEiii
4558 fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi
4559 fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi
4560 fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
4561 fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositionE
4562 fun:_ZN7WebCore14FrameSelection14localCaretRectEv
4563 fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv
4564 fun:_ZN7WebCore14FrameSelection16updateAppearanceEv
4568 Memcheck:Uninitialized
4569 fun:_ZN7WebCore21ComplexTextController*
4571 fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4572 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4573 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
4574 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDataEbb
4576 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE
4577 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
4578 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
4579 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
4585 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
4586 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
4587 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
4588 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Graphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
4589 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResourceE
4593 Memcheck:Uninitialized
4595 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
4596 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
4597 fun:_ZN13JsonPrefStore13SerializeDataEPSs
4598 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv
4599 fun:_ZN13JsonPrefStore18CommitPendingWriteEv
4600 fun:_ZN13JsonPrefStoreD0Ev
4601 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
4602 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_
4603 fun:_ZN11PrefServiceD0Ev
4604 fun:_ZN10scoped_ptrI11PrefServiceED1Ev
4605 fun:_ZN14TestingProfileD2Ev
4606 fun:_ZN23ExtensionTestingProfileD0Ev
4610 Memcheck:Uninitialized
4612 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderStyleEbbPNS_12RenderRegionE
4613 fun:_ZN7WebCore7Element16styleForRendererEv
4614 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE
4616 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE
4617 fun:_ZN7WebCore8Document11recalcStyleENS_4Node11StyleChangeE
4618 fun:_ZN7WebCore8Document19updateStyleIfNeededEv
4624 fun:_ZN7WebCore11iBeamCursorEv
4625 fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResultsEPNS_9ScrollbarE
4626 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
4627 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
4628 fun:_ZN6WebKit11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
4629 fun:_ZN6WebKit11WebViewImpl16handleInputEventERKNS_13WebInputEventE
4630 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
4637 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashIS9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE
4638 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi
4639 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKN3WTF6StringEb
4640 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
4647 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashIS9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE
4648 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi
4649 fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementEiRKN3WTF6StringE
4650 fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE
4657 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS3_7HashMapIPNS_9StyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashIS9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE
4658 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringE13CSSParserModei
4659 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKN3WTF6StringE13CSSParserMode
4660 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
4666 fun:_ZN3WTF10fastMallocEm
4668 fun:_ZN7WebCore13AnimationBase17ensurePropertyMapEv
4669 fun:_ZN7WebCore13AnimationBase16getNumPropertiesEv
4670 fun:_ZN7WebCore18CompositeAnimation17updateTransitionsEPNS_12RenderObjectEPNS_11RenderStyleES4_
4671 fun:_ZN7WebCore18CompositeAnimation7animateEPNS_12RenderObjectEPNS_11RenderStyleES4_
4672 fun:_ZN7WebCore19AnimationController16updateAnimationsEPNS_12RenderObjectEPNS_11RenderStyleE
4673 fun:_ZN7WebCore12RenderObject18setAnimatableStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4674 fun:_ZN7WebCore4Node14setRenderStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4676 fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE
4677 fun:_ZN7WebCore8Document11recalcStyleENS_4Node11StyleChangeE
4678 fun:_ZN7WebCore8Document19updateStyleIfNeededEv
4679 fun:_ZN7WebCore8Document12updateLayoutEv
4680 fun:_ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv
4687 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
4693 obj:/lib/tls/i686/cmov/libpthread-2.11.1.so
4694 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
4695 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
4696 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
4697 fun:_ZN3IPC18SendCallbackHelper4SendEv
4701 Memcheck:Uninitialized
4703 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
4704 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
4705 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
4706 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
4707 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
4708 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4709 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4713 Memcheck:Uninitialized
4714 fun:_ZN7WebCore13PlatformEventC2ENS0_4TypeEbbbbd
4715 fun:_ZN7WebCore18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_13PlatformEvent4TypeEibbbbd
4716 fun:_ZN7WebCore12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE
4717 fun:_ZN7WebCore5TimerINS_12EventHandlerEE5firedEv
4718 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
4719 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
4720 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
4721 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv
4727 fun:_ZN3WTF10fastMallocEm
4728 fun:_ZN3WTF10RefCountedIN7WebCore5EventEEnwEm
4729 fun:_ZN7WebCore12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPtrINS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS1_6StringESE_NS9_INS_9DOMWindowEEE
4730 fun:_ZN7WebCore16PostMessageTimer5eventEPNS_22ScriptExecutionContextE
4731 fun:_ZN7WebCore9DOMWindow21postMessageTimerFiredEN3WTF10PassOwnPtrINS_16PostMessageTimerEEE
4732 fun:_ZN7WebCore16PostMessageTimer5firedEv
4733 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
4734 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
4735 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
4736 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv
4742 fun:_ZN2v88internal8NewArrayIhEEPT*
4743 fun:_ZN2v88internal11RegExpStack14EnsureCapacityEm
4744 fun:_ZN2v88internal16RegExpStackScopeC1EPNS0_7IsolateE
4745 fun:_ZN2v88internal26NativeRegExpMacroAssembler7ExecuteEPNS0_4CodeEPNS0_6StringEiPKhS7_PiPNS0_7IsolateE
4746 fun:_ZN2v88internal26NativeRegExpMacroAssembler5MatchENS0_6HandleINS0_4CodeEEENS2_INS0_6StringEEEPiiiPNS0_7IsolateE
4747 fun:_ZN2v88internal10RegExpImpl16IrregexpExecOnceENS0_6HandleINS0_8JSRegExpEEENS2_INS0_6StringEEEiNS0_6VectorIiEE
4748 fun:_ZN2v88internal10RegExpImpl12IrregexpExecENS0_6HandleINS0_8JSRegExpEEENS2_INS0_6StringEEEiNS2_INS0_7JSArrayEEE
4754 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4755 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
4756 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
4758 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
4759 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
4760 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
4761 fun:_ZN7WebCore28V8WorkerContextEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
4762 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
4763 fun:_ZN7WebCore28V8WorkerContextEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
4764 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
4770 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4771 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
4772 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
4773 fun:_ZN7WebCore25WebKitBlobBuilderInternal*
4779 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4780 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
4781 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
4787 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4788 fun:_ZN7WebCore23v8StringToWebCoreStringEN2v86HandleINS0_6StringEEE
4789 fun:_ZN7WebCore22v8ValueToWebCoreStringEN2v86HandleINS0_5ValueEEE
4790 fun:_ZN7WebCore28toWebCoreStringWithNullCheckEN2v86HandleINS0_5ValueEEE
4791 fun:_ZN7WebCore16V8XMLHttpRequest12sendCallbackERKN2v89ArgumentsE
4792 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4793 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4799 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8allocateE?PKv
4800 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE11_M_get_nodeEv
4801 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE14_M_create_nodeERKSs
4802 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKSs
4803 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueERKSs
4804 fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs
4805 fun:_ZN19ExtensionDispatcher18OnSetFunctionNamesERKSt6vectorISsSaISsEE
4809 Memcheck:Uninitialized
4811 fun:_ZN7WebCore16CSSStyleSelector31findFromMatchedDeclarationCacheEjRKNS0_11MatchResultE
4812 fun:_ZN7WebCore16CSSStyleSelector24applyMatchedDeclarationsERKNS0_11MatchResultE
4813 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderStyleEbb
4814 fun:_ZN7WebCore7Element16styleForRendererEv
4818 Memcheck:Uninitialized
4820 fun:_ZN7WebCore16CSSStyleSelector24applyMatchedDeclarationsERKNS0_11MatchResultE
4821 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderStyleEbb
4822 fun:_ZN7WebCore7Element16styleForRendererEv
4826 Memcheck:Uninitialized
4828 fun:_ZN3WTF7HashMapIjN7WebCore16CSSStyleSelector32MatchedStyleDeclarationCacheItemENS_7IntHashIjEENS_10HashTraitsIjEENS6_IS3_EEED1Ev
4829 fun:_ZN7WebCore16CSSStyleSelectorD1Ev
4830 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore16CSSStyleSelectorEEEvPT_
4831 fun:_ZN3WTF6OwnPtrIN7WebCore16CSSStyleSelectorEE5clearEv
4833 fun:_ZN7WebCore8Document20styleSelectorChangedENS_23StyleSelectorUpdateFlagE
4839 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribManager16VertexAttribInfoEEE8allocateEmPKv
4840 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE11_M_get_nodeEv
4841 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14_M_create_nodeERKS4_
4842 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6insertESt14_List_iteratorIS4_ERKS4_
4843 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2_SaIS4_EE
4844 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
4845 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
4846 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
4847 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4848 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4849 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
4850 fun:_ZN7WebCore17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0_11RenderStyleE
4851 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
4852 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
4853 fun:_ZN7WebCore19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE
4860 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4861 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4862 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
4863 fun:_ZN7WebCore17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0_11RenderStyleE
4864 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
4865 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
4866 fun:_ZN7WebCore19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE
4872 fun:_ZN9TCompiler22InitBuiltInSymbolTableERK18ShBuiltInResources
4873 fun:_ZN9TCompiler4InitERK18ShBuiltInResources
4874 fun:ShConstructCompiler
4878 Memcheck:Uninitialized
4880 fun:_ZN7WebCore11ImageBuffer27platformTransformColorSpaceERKN3WTF6VectorIiLm0EEE
4881 fun:_ZN7WebCore11ImageBuffer19transformColorSpaceENS_10ColorSpaceES1_
4882 fun:_ZN7WebCore23RenderSVGResourceFilter17postApplyResourceEPNS_12RenderObjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
4884 fun:_ZN7WebCore14RenderSVGShape5paintERNS_9PaintInfoERKNS_8IntPointE
4886 fun:_ZN7WebCore13RenderSVGRoot*paint*PaintInfoERKNS_8IntPointE
4892 fun:_ZN34AutofillProfileSyncableServiceTest5SetUpEv
4898 fun:_ZN18BrowserProcessImpl29ResourceDispatcherHostCreatedEv
4899 fun:_ZN6chrome26ChromeContentBrowserClient29ResourceDispatcherHostCreatedEv
4900 fun:_ZN22ResourceDispatcherHost*
4902 fun:_ZN7content15BrowserMainLoop21BrowserThreadsStartedEv
4903 fun:_ZN7content15BrowserMainLoop*
4905 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
4911 fun:_ZN15StartupTimeBomb3ArmERKN4base9TimeDeltaE
4912 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
4918 fun:_ZN22PpapiPluginProcessHost16CreateBrokerHostERKN7content16PepperPluginInfoE
4919 fun:_ZN17PluginServiceImpl29FindOrStartPpapiBrokerProcessERK8FilePath
4920 fun:_ZN17PluginServiceImpl24OpenChannelToPpapiBrokerERK8FilePathPN22PpapiPluginProcessHost12BrokerClientE
4927 fun:_ZN22PpapiPluginProcessHost16CreatePluginHostERKN7content16PepperPluginInfoEPN3net12HostResolverE
4928 fun:_ZN17PluginServiceImpl29FindOrStartPpapiPluginProcessERK8FilePathPN22PpapiPluginProcessHost12PluginClientE
4929 fun:_ZN17PluginServiceImpl24OpenChannelToPpapiPluginERK8FilePathPN22PpapiPluginProcessHost12PluginClientE
4935 fun:_ZN17PluginServiceImpl29FindOrStartNpapiPluginProcessERK8FilePath
4936 fun:_ZN17PluginServiceImpl25FinishOpenChannelToPluginERK8FilePathPN17PluginProcessHost6ClientE
4942 fun:_ZN20KeyUtilityClientImpl27StartUtilityProcessInternalEv
4948 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnv11StartThreadEPFvPvES2_
4949 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnv8ScheduleEPFvPvES2_
4950 fun:_ZN7leveldb6DBImpl23MaybeScheduleCompactionEv
4951 fun:_ZN7leveldb6DBImpl16MakeRoomForWriteEb
4952 fun:_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE
4953 fun:_ZN10extensions22SettingsLeveldbStorage3SetENS_15SettingsStorage12WriteOptionsERKN4base15DictionaryValueE
4954 fun:_ZN10extensions22SettingsLeveldbStorage3SetENS_15SettingsStorage12WriteOptionsERKSsRKN4base5ValueE
4955 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetENS_15SettingsStorage12WriteOptionsERKSsRKN4base5ValueE
4956 fun:_ZN10extensions23SyncableSettingsStorage3SetENS_15SettingsStorage12WriteOptionsERKSsRKN4base5ValueE
4957 fun:_ZN10extensions28WeakUnlimitedSettingsStorage3SetENS_15SettingsStorage12WriteOptionsERKSsRKN4base5ValueE
4958 fun:_ZN10extensionsL33UnlimitedLocalStorageTestCallbackEPNS_15SettingsStorageE
4966 fun:sec_asn1e_allocate_item
4967 fun:SEC_ASN1EncodeItem_Util
4968 fun:common_EncodeDerSig
4970 fun:_ZN6crypto12_GLOBAL__N_18SignDataEP11PLArenaPoolP10SECItemStrS4_P19SECKEYPrivateKeyStr13HASH_HashType
4971 fun:_ZN6crypto18ECSignatureCreator4SignEPKhiPSt6vectorIhSaIhEE
4972 fun:_ZN37ECSignatureCreatorTest_BasicTest_Test8TestBodyEv
4978 fun:_ZN3WTF10fastMallocEm
4979 fun:_ZN7WebCore17ClipboardChromiumnwEm
4980 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF10PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
4986 fun:_ZN23DownloadResourceHandler17OnResponseStartedEiPN7content16ResourceResponseE
4987 fun:_ZN7content23BufferedResourceHandler33ForwardPendingEventsToNextHandlerEi
4988 fun:_ZN7content23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHandler
4989 fun:_ZN7content23BufferedResourceHandler23CompleteResponseStartedEi
4990 fun:_ZN7content23BufferedResourceHandler15OnReadCompletedEiPi
4991 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
4992 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
4993 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
4994 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
4995 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
4996 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
4997 fun:_ZN56ResourceDispatcherHostTest_*_Test8TestBodyEv
5003 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
5009 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath
5010 fun:_ZN8FirstRun24ProcessMasterPreferencesERK8FilePathPN9first_run11MasterPrefsE
5011 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv
5012 fun:_ZN22ChromeBrowserMainParts16PreCreateThreadsEv
5013 fun:_ZN7content15BrowserMainLoop23RunMainMessageLoopPartsEPb
5014 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
5018 Memcheck:Uninitialized
5019 fun:fetch_texel_2d_f_rgba8888
5020 fun:sample_2d_linear
5021 fun:sample_linear_2d
5024 fun:_mesa_execute_program
5026 fun:_swrast_exec_fragment_program
5027 fun:shade_texture_span
5028 fun:_swrast_write_rgba_span
5029 fun:general_triangle
5030 fun:_swrast_validate_triangle
5031 fun:_swrast_Triangle
5033 fun:_tnl_render_triangles_elts
5035 fun:_tnl_run_pipeline
5037 fun:_tnl_vbo_draw_prims
5038 fun:vbo_validated_drawrangeelements
5039 fun:vbo_exec_DrawElements
5040 fun:neutral_DrawElements
5044 Memcheck:Uninitialized
5045 fun:fetch_texel_2d_f_rgba8888
5046 fun:sample_2d_nearest
5047 fun:sample_nearest_2d
5050 fun:_mesa_execute_program
5052 fun:_swrast_exec_fragment_program
5053 fun:shade_texture_span
5054 fun:_swrast_write_rgba_span
5055 fun:general_triangle
5056 fun:_swrast_validate_triangle
5057 fun:_swrast_Triangle
5059 fun:_tnl_render_tri_fan_verts
5061 fun:_tnl_run_pipeline
5063 fun:_tnl_vbo_draw_prims
5064 fun:vbo_exec_DrawArrays
5065 fun:neutral_DrawArrays
5072 fun:_ZN2v88internal21NativeObjectsExplorer18FindOrAddGroupInfoEPKc
5074 fun:_ZN2v88internal21NativeObjectsExplorer27IterateAndExtractReferencesEPNS0_23SnapshotFillerInterfaceE
5075 fun:_ZN2v88internal21HeapSnapshotGenerator25CountEntriesAndReferencesEv
5076 fun:_ZN2v88internal21HeapSnapshotGenerator16GenerateSnapshotEv
5077 fun:_ZN2v88internal12HeapProfiler16TakeSnapshotImplEPKciPNS_15ActivityControlE
5079 fun:_ZN2v88internal12HeapProfiler12TakeSnapshotEPNS0_6StringEiPNS_15ActivityControlE
5080 fun:_ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeEPNS_15ActivityControlE
5081 fun:_ZL13GetNumObjectsPKc
5085 Memcheck:Unaddressable
5086 fun:_ZN7WebCore15PlatformSupport25loadPlatformAudioResourceEPKcd
5087 fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf
5088 fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
5089 fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif
5090 fun:_ZN7WebCore12HRTFDatabaseC1Ef
5091 fun:_ZN7WebCore12HRTFDatabase6createEf
5092 fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv
5093 fun:_ZN7WebCoreL19databaseLoaderEntryEPv
5094 fun:_ZN3WTFL16threadEntryPointEPv
5101 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
5102 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
5103 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISsSaISsEES9_PNS0_9WebPluginEb
5104 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN6WebKit18WebPluginContainerE
5105 fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
5106 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
5107 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
5108 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
5112 Memcheck:Unaddressable
5113 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jibNS1_8ReferrerEbb
5114 fun:_ZN6webkit5npapi13WebPluginImpl16HandleURLRequestEPKcS3_S3_S3_jibb
5115 fun:_ZN6webkit5npapi14PluginInstance10RequestURLEPKcS3_S3_S3_jbPv
5117 fun:NPN_GetURLNotify
5118 fun:_ZN10PluginTest16NPN_GetURLNotifyEPKcS1_Pv
5119 fun:_ZN34GetURLNotifyWithURLThatFailsToLoad7NPP_NewEPctsPS0_S1_P12_NPSavedData
5121 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
5122 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
5123 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISsSaISsEES9_PNS0_9WebPluginEb
5124 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN6WebKit18WebPluginContainerE
5125 fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
5126 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
5127 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
5128 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
5132 Memcheck:Unaddressable
5133 fun:_ZN27DocumentOpenInDestroyStream17NPP_DestroyStreamEP9_NPStreams
5134 fun:NPP_DestroyStream
5135 fun:_ZN6webkit5npapi14PluginInstance17NPP_DestroyStreamEP9_NPStreams
5136 fun:_ZN6webkit5npapi12PluginStream5CloseEs
5137 fun:_ZN6webkit5npapi15PluginStreamUrl5CloseEs
5138 fun:_ZN6webkit5npapi15PluginStreamUrl16DidFinishLoadingEv
5139 fun:_ZN6webkit5npapi13WebPluginImpl16didFinishLoadingEPN6WebKit12WebURLLoaderEd
5146 fun:_ZL13testEnumerateP8NPObjectPPPvPj
5147 fun:_ZN7WebCore26npObjectPropertyEnumeratorERKN2v812AccessorInfoEb
5149 fun:_ZN2v88internal28Runtime_GetPropertyNamesFastENS0_9ArgumentsEPNS0_7IsolateE
5155 fun:_ZN2v88internal2OS15CreateSemaphoreEi
5156 fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE
5157 fun:_ZN2v88internal6Logger5SetUpEv
5158 fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE
5159 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE
5160 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi
5161 fun:_ZN2v88internal8Snapshot10InitializeEPKc
5162 fun:_ZN2v8L16InitializeHelperEv
5163 fun:_ZN2v8L27EnsureInitializedForIsolateEPNS_8internal7IsolateEPKc
5164 fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_
5165 fun:_ZN7WebCore27WorkerContextExecutionProxy19initContextIfNeededEv
5166 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1_12TextPositionEPNS_27WorkerContextExecutionStateE
5167 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_11ScriptValueE
5168 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE
5169 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5170 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
5171 fun:_ZN3WTFL16threadEntryPointEPv
5175 Memcheck:Unaddressable
5177 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge4stopEv
5178 fun:_ZN6WebKit31WorkerFileSystemContextObserver10notifyStopEv
5179 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
5180 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecutionContextE
5181 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
5182 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
5186 Memcheck:Uninitialized
5187 fun:_ZL19ConvertYUVToRGB32_ChhhPh
5188 fun:LinearScaleYUVToRGB32RowWithRange_C
5189 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
5190 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7SkIRectPhiS5_S8_S8_
5191 fun:_ZN8remoting14YuvToRgbTester7RunTestE7SkTSizeIiERK7SkIRect
5197 fun:_ZN4base12_GLOBAL__N_112CreateThreadEjbPNS_14PlatformThread8DelegateEPm
5198 fun:_ZN4base14PlatformThread17CreateNonJoinableEjPNS0_8DelegateE
5199 fun:_ZN4base23EnsureProcessTerminatedEi
5200 fun:_ZN6Zygote17HandleReapRequestEiRK6PicklePv
5201 fun:_ZN6Zygote24HandleRequestFromBrowserEi
5202 fun:_ZN6Zygote15ProcessRequestsEv
5203 fun:_Z10ZygoteMainRKN7content18MainFunctionParamsEPNS_18ZygoteForkDelegateE
5204 fun:_ZN12_GLOBAL__N_19RunZygoteERKN7content18MainFunctionParamsEPNS0_19ContentMainDelegateE
5205 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionParamsEPNS2_19ContentMainDelegateE
5206 fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv
5207 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5212 Memcheck:Uninitialized
5214 fun:vp8cx_encode_intra_macro_block
5218 Memcheck:Uninitialized
5221 fun:vp8_pack_bitstream
5222 fun:encode_frame_to_data_rate
5223 fun:vp8_get_compressed_data
5225 fun:vpx_codec_encode
5232 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters
5239 fun:_ZN7content20TraceSubscriberStdioC1ERK8FilePath
5240 fun:_ZN48TraceSubscriberStdioTest_CanWriteDataToFile_Test8TestBodyEv
5247 fun:_ZN7content24TraceSubscriberStdioImpl7OnStartEv
5251 Memcheck:Uninitialized
5252 fun:fetch_texel_2d_f_rgba8888
5254 fun:fast_read_rgba_pixels
5255 fun:read_rgba_pixels
5256 fun:_swrast_ReadPixels
5257 fun:_mesa_ReadPixels
5259 fun:_ZN3gpu5gles216GLES2DecoderImpl16HandleReadPixelsEjRKNS0_10ReadPixelsE
5260 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5261 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5262 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5263 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5267 Memcheck:Uninitialized
5268 fun:get_src_arg_mask
5269 fun:_mesa_remove_extra_move_use
5270 fun:_mesa_optimize_program
5271 fun:_Z16get_mesa_programP14__GLcontextRecP17gl_shader_programP9gl_shader
5272 fun:_mesa_ir_link_shader
5273 fun:_mesa_glsl_link_shader
5275 fun:_mesa_LinkProgramARB
5277 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEv
5278 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
5279 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE
5280 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5281 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5282 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5283 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5287 Memcheck:Uninitialized
5289 fun:_ZNK4base9Histogram11BucketIndexEi
5290 fun:_ZN4base9Histogram3AddEi
5291 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciiii
5292 fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii
5293 fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPasses*
5294 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
5295 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
5302 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7_9TimeDeltaE
5303 fun:_ZN3net16HostResolverImpl11CacheResultERKNS_9HostCache3KeyEiRKNS_11AddressListEN4base9TimeDeltaE
5304 fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4base9TimeDeltaE
5305 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
5311 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
5312 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
5313 fun:_ZN8notifier5Login15StartConnectionEv
5314 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
5320 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
5323 bug_chromium_os_28149
5326 fun:_ZN15DownloadService18GetDownloadManagerEv
5327 fun:_ZN5gdata18GDataSystemService10InitializeEv
5328 fun:_ZNK5gdata25GDataSystemServiceFactory23BuildServiceInstanceForEP7Profile
5329 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
5330 fun:_ZN5gdata25GDataSystemServiceFactory13GetForProfileEP7Profile
5331 fun:_ZN22FileBrowserEventRouter23ObserveFileSystemEventsEv
5332 fun:_ZN16ExtensionService16InitEventRoutersEv
5338 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
5339 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
5340 fun:_ZN5media21AudioOutputController5CloseERKN4base8CallbackIFvvEEE
5341 fun:_ZN17AudioRendererHost20CloseAndDeleteStreamEPNS_10AudioEntryE
5342 fun:_ZN17AudioRendererHost13DeleteEntriesEv
5343 fun:_ZN17AudioRendererHost16OnChannelClosingEv
5344 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
5350 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
5351 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
5352 fun:_ZN5gdata15GDataFileSystem21LoadRootFeedFromCacheENS0_13FeedChunkTypeE*K8FilePathbRKN4base8CallbackIFvNS5_17PlatformFileErrorES4_PNS_13GDataFileBaseEEEE
5358 fun:_ZN3WTF10fastMallocE*
5360 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
5361 fun:_ZN7WebCoreL12parseUASheetEPKcj
5362 fun:_ZN7WebCoreL19loadViewSourceStyleEv
5363 fun:_ZN7WebCore16CSSStyleSelector12matchUARulesERNS0_11MatchResultE
5364 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderStyleENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE
5365 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEb
5366 fun:_ZN7WebCore8Document19createStyleSelectorEv
5367 fun:_ZN7WebCore8Document13styleSelectorEv
5368 fun:_ZN7WebCore7Element16styleForRendererEv
5374 fun:_ZN7history16InMemoryURLIndex23PostSaveToCacheFileTaskEv
5375 fun:_ZN7history16InMemoryURLIndex8ShutDownEv
5376 fun:_ZN14HistoryService13UnloadBackendEv
5377 fun:_ZN14HistoryService7CleanupEv
5383 fun:_ZN6WebKit16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserClientERKNS1_5ColorE
5384 fun:_ZN7WebCore6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5ColorE
5385 fun:_ZN7WebCore14ColorInputType22handleDOMActivateEventEPNS_5EventE
5386 fun:_ZN7WebCore16HTMLInputElement19defaultEventHandlerEPNS_5EventE
5387 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE
5388 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE
5395 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
5396 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
5397 fun:_ZN14webkit_support23CreateGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesEPNS0_7WebViewEb
5398 fun:_ZN11WebViewHost23createGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
5399 fun:_ZN6WebKit11WebViewImpl33createCompositorGraphicsContext3DEv
5400 fun:_ZN6WebKit11WebViewImpl15createContext3DEv
5401 fun:_ZN6WebKit20WebLayerTreeViewImpl13createContextEv
5402 fun:_ZN7WebCore15CCLayerTreeHost13createContextEv
5403 fun:_ZN7WebCore19CCSingleThreadProxy17initializeContextEv
5410 fun:_ZN3gpu5gles219GLES2Implementation15GetStringHelperEj
5411 fun:_ZN3gpu5gles219GLES2Implementation9GetStringEj
5412 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl9getStringEj
5413 fun:_ZN7WebCore24GraphicsContext3DPrivate9getStringEj
5414 fun:_ZN7WebCore24GraphicsContext3DPrivate20initializeExtensionsEv
5415 fun:_ZN7WebCore24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE
5416 fun:_ZN7WebCore20Extensions3DChromium8supportsERKN3WTF6StringE
5420 Memcheck:Unaddressable
5421 fun:_ZN3WTF17ChromiumThreading16callOnMainThreadEPFvPvES1_
5422 fun:_ZN3WTF16callOnMainThreadEPFvPvES0_
5423 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionContext4TaskEEE
5424 fun:_ZN7WebCore20WorkerMessagingProxy21reportPendingActivityEb
5425 fun:_ZN6WebKit19WebWorkerClientImpl21reportPendingActivityEb
5426 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
5432 fun:_ZN3WTF10fastMallocEm
5433 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel4PeernwEm
5434 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel4Peer6createEN3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEERNS_17WorkerLoaderProxyEPNS_22ScriptExecutionContextERKNS2_6StringE
5435 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel6Bridge20mainThreadInitializeEPNS_22ScriptExecutionContextEPNS_17WorkerLoaderProxyEN3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEERKNS6_6StringE
5436 fun:_ZN7WebCore16CrossThreadTask3IPNS_17WorkerLoaderProxyES2_N3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEES6_NS3_6StringERKS7_E11performTaskEPNS_22ScriptExecutionContextE
5437 fun:_ZN7WebCore8Document14didReceiveTaskEPv
5443 fun:_ZN3WTF10fastMallocEm
5444 fun:_ZN7WebCore16WebSocketChannelnwEm
5445 fun:_ZN7WebCore16WebSocketChannel6createEPNS_8DocumentEPNS_22WebSocketChannelClientE
5446 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel4PeerC1EN3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEERNS_17WorkerLoaderProxyEPNS_22ScriptExecutionContextERKNS2_6StringE
5447 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel4Peer6createEN3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEERNS_17WorkerLoaderProxyEPNS_22ScriptExecutionContextERKNS2_6StringE
5448 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel6Bridge20mainThreadInitializeEPNS_22ScriptExecutionContextEPNS_17WorkerLoaderProxyEN3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEERKNS6_6StringE
5449 fun:_ZN7WebCore16CrossThreadTask3IPNS_17WorkerLoaderProxyES2_N3WTF10PassRefPtrINS_39ThreadableWebSocketChannelClientWrapperEEES6_NS3_6StringERKS7_E11performTaskEPNS_22ScriptExecutionContextE
5450 fun:_ZN7WebCore8Document14didReceiveTaskEPv
5456 fun:_ZN3WTF10fastMallocEm
5457 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
5458 fun:_ZN7WebCore39ThreadableWebSocketChannelClientWrapper6createEPNS_22ScriptExecutionContextEPNS_22WebSocketChannelClientE
5459 fun:_ZN7WebCore32WorkerThreadableWebSocketChannelC1EPNS_13WorkerContextEPNS_22WebSocketChannelClientERKN3WTF6StringE
5460 fun:_ZN7WebCore32WorkerThreadableWebSocketChannel6createEPNS_13WorkerContextEPNS_22WebSocketChannelClientERKN3WTF6StringE
5461 fun:_ZN7WebCore26ThreadableWebSocketChannel6createEPNS_22ScriptExecutionContextEPNS_22WebSocketChannelClientE
5462 fun:_ZN7WebCore9WebSocket7connectERKN3WTF6StringERKNS1_6VectorIS2_Lm0EEERi
5463 fun:_ZN7WebCore9WebSocket7connectERKN3WTF6StringERi
5464 fun:_ZN7WebCore11V8WebSocket19constructorCallbackERKN2v89ArgumentsE
5470 fun:_ZN3WTF10fastMallocEm
5471 fun:_ZN7WebCore16WebSocketChannelnwEm
5472 fun:_ZN7WebCore16WebSocketChannel6createEPNS_8DocumentEPNS_22WebSocketChannelClientE
5473 fun:_ZN7WebCore26ThreadableWebSocketChannel6createEPNS_22ScriptExecutionContextEPNS_22WebSocketChannelClientE
5474 fun:_ZN7WebCore9WebSocket7connectERKN3WTF6StringERKNS1_6VectorIS2_Lm0EEERi
5475 fun:_ZN7WebCore9WebSocket7connectERKN3WTF6StringERi
5476 fun:_ZN7WebCore11V8WebSocket19constructorCallbackERKN2v89ArgumentsE
5477 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5478 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5482 Memcheck:Uninitialized
5484 fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
5485 fun:_ZN15SkScalerContext10getMetricsEP7SkGlyph
5486 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
5490 Memcheck:Uninitialized
5492 fun:_ZNK6SkRect8roundOutEP7SkIRect
5493 fun:_ZN15SkScalerContext10getMetricsEP7SkGlyph
5494 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
5495 fun:_ZN12SkGlyphCache17getGlyphIDMetricsEt
5496 fun:_ZL22sk_getMetrics_glyph_00P12SkGlyphCachePPKcii
5497 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
5498 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
5499 fun:_ZN11SkGpuDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
5500 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
5501 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
5502 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
5503 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
5504 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
5505 fun:_ZN7WebCore15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointE
5506 fun:_ZN7WebCore24CanvasRenderingContext2D16drawTextInternalERKN3WTF6StringEffbfb
5507 fun:_ZN7WebCore24CanvasRenderingContext2D10strokeTextERKN3WTF6StringEfff
5508 fun:_ZN7WebCore32CanvasRenderingContext2DInternalL18strokeTextCallbackERKN2v89ArgumentsE
5509 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5510 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5516 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
5517 fun:_ZN7WebCore23v8StringToWebCoreStringEN2v86HandleINS0_6StringEEE
5518 fun:_ZN7WebCore22v8ValueToWebCoreStringEN2v86HandleINS0_5ValueEEE
5519 fun:_ZN7WebCoreL21createIDBKeyFromValueEN2v86HandleINS0_5ValueEEERN3WTF6VectorINS1_INS0_5ArrayEEELm0EEE
5520 fun:_ZN7WebCore21createIDBKeyFromValueEN2v86HandleINS0_5ValueEEE
5526 fun:_ZN3WTF10fastMallocEm
5527 fun:_ZN3WTF10RefCountedIN7WebCore14IDBObjectStoreEEnwEm
5528 fun:_ZN7WebCore14IDBObjectStore6createEN3WTF10PassRefPtrINS_30IDBObjectStoreBackendInterfaceEEEPNS_14IDBTransactionE
5529 fun:_ZN7WebCore11IDBDatabase17createObjectStoreERKN3WTF6StringERKNS_10DictionaryERi
5535 fun:_ZN6WebKit13WebIDBFactory6createEv
5536 fun:_ZN25TestWebKitPlatformSupport10idbFactoryEv
5537 fun:_ZN6WebKit22IDBFactoryBackendProxyC1Ev
5538 fun:_ZN6WebKit22IDBFactoryBackendProxy6createEv
5539 fun:_ZN7WebCore15PlatformSupport10idbFactoryEv
5540 fun:_ZN7WebCore26IDBFactoryBackendInterface6createEv
5546 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
5547 fun:_ZN7WebCore29v8StringToAtomicWebCoreStringEN2v86HandleINS0_6StringEEE
5548 fun:_ZN7WebCore28v8ValueToAtomicWebCoreStringEN2v86HandleINS0_5ValueEEE
5550 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5551 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5557 fun:_ZN3WTF10fastMallocEm
5558 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
5559 fun:_ZN7WebCore25IDBTransactionBackendImpl6createEPNS_13DOMStringListEtPNS_22IDBDatabaseBackendImplE
5560 fun:_ZN7WebCore22IDBDatabaseBackendImpl10setVersionERKN3WTF6StringENS1_10PassRefPtrINS_12IDBCallbacksEEENS5_INS_20IDBDatabaseCallbacksEEERi
5561 fun:_ZN6WebKit18WebIDBDatabaseImpl10setVersionERKNS_9WebStringEPNS_15WebIDBCallbacksERi
5562 fun:_ZN6WebKit23IDBDatabaseBackendProxy10setVersionERKN3WTF6StringENS1_10PassRefPtrIN7WebCore12IDBCallbacksEEENS5_INS6_20IDBDatabaseCallbacksEEERi
5563 fun:_ZN7WebCore11IDBDatabase10setVersionEPNS_22ScriptExecutionContextERKN3WTF6StringERi
5564 fun:_ZN7WebCore19IDBDatabaseInternalL18setVersionCallbackERKN2v89ArgumentsE
5570 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
5571 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
5572 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
5573 fun:_ZN13TestWebPlugin10initializeEPN6WebKit18WebPluginContainerE
5574 fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
5580 fun:_ZN11WebViewHost12createPluginEPN6WebKit8WebFrameERKNS0_15WebPluginParamsE
5581 fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
5582 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
5583 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
5584 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
5585 fun:_ZN7WebCore16HTMLEmbedElement12updateWidgetENS_20PluginCreationOptionE
5591 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
5592 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContext*SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
5593 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
5594 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
5595 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
5601 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribManager16VertexAttribInfoEEE8allocateEmPKv
5602 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE11_M_get_nodeEv
5603 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14_M_create_nodeERKS4_
5604 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6insertESt14_List_iteratorIS4_ERKS4_
5605 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2_SaIS4_EE
5606 fun:_ZN3gpu5gles219VertexAttribManager6EnableEjb
5612 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEEEE8allocateEmPKv
5613 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE11_M_get_nodeEv
5614 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE14_M_create_nodeERKS7_
5615 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_
5616 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE16_M_insert_uniqueERKS7_
5617 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS7_ERKS7_
5618 fun:_ZNSt3mapIj10linked_ptrIN3gpu13CommonDecoder6BucketEESt4lessIjESaISt4pairIKjS4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
5619 fun:_ZNSt3mapIj10linked_ptrIN3gpu13CommonDecoder6BucketEESt4lessIjESaISt4pairIKjS4_EEEixERS8_
5620 fun:_ZN3gpu13CommonDecoder12CreateBucketEj
5627 fun:_ZN3gpu19MappedMemoryManager5Alloc*
5628 fun:_ZN3gpu5gles219GLES2Implementation24MapTexSubImage2DCHROMIUM*
5629 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl24mapTexSubImage2DCHROMIUM*
5630 fun:_ZN7WebCore24GraphicsContext3DPrivate24mapTexSubImage2DCHROMIUM*
5631 fun:_ZN7WebCore20Extensions3DChromium24mapTexSubImage2DCHROMIUM*
5632 fun:_ZN7WebCore20LayerTextureSubImage24uploadWithMapTexSubImageEPKhRKNS_7IntRectES5_S5_jPNS_17GraphicsContext3DE
5633 fun:_ZN7WebCore20LayerTextureSubImage6uploadEPKhRKNS_7IntRectES5_S5_jPNS_17GraphicsContext3DE
5634 fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater17updateTextureRectEPNS_17GraphicsContext3DEPNS_16TextureAllocatorEPNS_14ManagedTextureERKNS_7IntRectES9_
5635 fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater7Texture10updateRectEPNS_17GraphicsContext3DEPNS_16TextureAllocatorERKNS_7IntRectES8_
5641 fun:_ZN11GrGLTexture4initEP7GrGpuGLRKNS_4DescEPKN16GrGLRenderTarget4DescE
5642 fun:_ZN11GrGLTextureC1EP7GrGpuGLRKNS_4DescE
5643 fun:_ZN7GrGpuGL15onCreateTextureERK13GrTextureDescPKvm
5644 fun:_ZN5GrGpu13createTextureERK13GrTextureDescPKvm
5645 fun:_ZN9GrContext20createAndLockTextureEmPK14GrSamplerStateRK13GrTextureDescPvm
5646 fun:_Z27sk_gr_create_bitmap_textureP9GrContextmPK14GrSamplerStateRK8SkBitmap
5647 fun:_ZN11SkGpuDevice17lockCachedTextureERK8SkBitmapPK14GrSamplerState
5653 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8allocateEmPKv
5654 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE11_M_get_nodeEv
5655 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE14_M_create_nodeERKSs
5656 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKSs
5657 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueERKSs
5658 fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs
5659 fun:_ZN3gpu5gles219GLES2Implementation32GetRequestableExtensionsCHROMIUMEv
5660 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl32getRequestableExtensionsCHROMIUMEv
5661 fun:_ZN7WebCore24GraphicsContext3DPrivate20initializeExtensionsEv
5662 fun:_ZN7WebCore24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE
5668 fun:_ZN3WTF10fastMallocEm
5669 fun:_ZN3WTF10RefCountedIN7WebCore7ArchiveEEnwEm
5670 fun:_ZN7WebCore12MHTMLArchive6createEv
5671 fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
5672 fun:_ZN7WebCore11MHTMLParser12parseArchiveEv
5673 fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
5674 fun:_ZN7WebCoreL20archiveFactoryCreateINS_12MHTMLArchiveEEEN3WTF10PassRefPtrINS_7ArchiveEEERKNS_4KURLEPNS_12SharedBufferE
5675 fun:_ZN7WebCore14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6StringE
5676 fun:_ZN7WebCore11FrameLoader23finishedLoadingDocumentEPNS_14DocumentLoaderE
5677 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
5678 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd
5682 Memcheck:Unaddressable
5683 fun:_ZN4aura6WindowD0Ev
5684 fun:_ZN10scoped_ptrIN4aura6WindowEED1Ev
5685 fun:_ZN19WebContentsViewAuraD0Ev
5686 fun:_ZN10scoped_ptrIN7content15WebContentsViewEED1Ev
5687 fun:_ZN15WebContentsImplD0Ev
5688 fun:_ZN10scoped_ptrIN7content11WebContentsEE5resetEPS1_
5689 fun:_ZN11BalloonHost8ShutdownEv
5695 fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1Ev
5696 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE
5697 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
5698 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
5699 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
5705 fun:_ZN9__gnu_cxx13new_allocatorISsE8allocate*
5706 fun:_ZNSt12_Vector_baseISsSaISsEE11_M_allocate*
5707 fun:_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs
5708 fun:_ZNSt6vectorISsSaISsEE9push_backERKSs
5709 fun:_ZN4baseL12SplitStringTISsEEvRKT_NS1_10value_typeEbPSt6vectorIS1_SaIS1_EE
5712 bug_122717_use_after_free
5713 Memcheck:Unaddressable
5714 fun:__pthread_mutex_unlock_usercnt
5715 fun:_ZN4base8internal8LockImpl6UnlockEv
5716 fun:_ZN4base4Lock7ReleaseEv
5717 fun:_ZN4base8AutoLockD1Ev
5718 fun:_ZN5gdata15GDataFileSystem21RunTaskOnIOThreadPoolERKN4base8CallbackIFvvEEE
5724 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
5725 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
5726 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
5727 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_
5728 fun:_ZN5gdata15GDataFileSystem29PostBlockingPoolSequencedTaskERKSsRKN15tracked_objects8LocationERKN4base8CallbackIFvvEEE
5729 fun:_ZN5gdata15GDataFileSystem8SaveFeedE10scoped_ptrIN4base5ValueEERK8FilePath
5730 fun:_ZN5gdata15GDataFileSystem14OnGetDocumentsEPNS0_18GetDocumentsParamsENS_14GDataErrorCodeE10scoped_ptrIN4base5ValueEE
5736 fun:_ZN9__gnu_cxx13new_allocatorINS_15_Hashtable_nodeISsEEE8allocateEmPKv
5737 fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE11_M_get_nodeEv
5738 fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE11_M_new_nodeERKSs
5739 fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE22insert_unique_noresizeERKSs
5740 fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE13insert_uniqueERKSs
5741 fun:_ZN9__gnu_cxx8hash_setISsNS_4hashISsEESt8equal_toISsESaISsEE6insertERKSs
5742 fun:_ZN13safe_browsing6Scorer6CreateERKN4base16BasicStringPieceISsEE
5743 fun:_ZN13safe_browsing24PhishingClassifierFilter18OnSetPhishingModelERKSs
5747 Memcheck:Unaddressable
5748 fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE
5749 fun:_ZN7WebCore13CCThreadProxy18finishAllRenderingEv
5750 fun:_ZN7WebCore15CCLayerTreeHost18finishAllRenderingEv
5751 fun:_ZN6WebKit16WebLayerTreeView18finishAllRenderingEv
5752 fun:_ZN6WebKit11WebViewImpl33setIsAcceleratedCompositingActiveEb
5753 fun:_ZN6WebKit11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
5757 Memcheck:Unaddressable
5758 fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE
5759 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv
5760 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv
5761 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv
5762 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_
5763 fun:_ZN7WebCore13LayerChromium16removeFromParentEv
5764 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv
5770 fun:_ZN3WTF10fastMallocEm
5771 fun:_ZN3WTF16fastZeroedMallocEm
5773 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS3_EERKj
5774 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6ObjectEEE
5775 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5ValueEEEPNS1_9StateBaseE
5776 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
5777 fun:_ZN7WebCore21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
5778 fun:_ZN7WebCore21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
5779 fun:_ZN7WebCoreL25handlePostMessageCallbackERKN2v89ArgumentsEb
5780 fun:_ZN7WebCore11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
5781 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5782 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5785 #-----------------------------------------------------------------------
5786 # 4. These only occur on our Google workstations
5802 obj:/lib/libselinux.so.1
5803 obj:/lib/libselinux.so.1
5804 obj:/lib/libselinux.so.1