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.
11 #-----------------------------------------------------------------------
13 # 1. third party stuff we have no control over
15 Uninitialized value in deflate (Third Party)
16 Memcheck:Uninitialized
21 #gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.org/archives/gtk-devel-list/2004-April/msg00230.html
22 gtk_init_check leak (Third Party)
32 fun:FcConfigParseAndLoad
35 bug_9245_FcConfigAppFontAddFile_leak
38 fun:FcConfigAppFontAddFile
41 pango_font_leak_todo_3
44 fun:FcFontRenderPrepare
46 fun:pango_itemize_with_base_dir
49 pango_font_leak_todo_4
52 fun:FcFontRenderPrepare
54 fun:pango_ot_buffer_output
57 pango_font_leak_todo_5
60 fun:FcFontRenderPrepare
62 fun:pango_context_get_metrics
65 pango_font_leak_todo_6
68 fun:FcDefaultSubstitute
70 fun:pango_itemize_with_base_dir
73 # Similar to fontconfig_bug_8428 below. Reported in
74 # https://bugs.freedesktop.org/show_bug.cgi?id=8215
78 fun:FcPatternObjectInsertElt
79 fun:FcPatternObjectAddWithBinding
82 # Fontconfig leak, seen in shard 16 of 20 of ui_tests
83 # See https://bugs.freedesktop.org/show_bug.cgi?id=8428
84 # and http://www.gnome.org/~johan/gtk.suppression
89 fun:FcPatternObjectInsertElt
90 fun:FcPatternObjectAddWithBinding
93 bug_18590 (Third Party)
104 dlopen leak on error. Chromium issues 268368,273385. See http://sourceware.org/bugzilla/show_bug.cgi?id=12878.
108 fun:dlopen@@GLIBC_2.2.5
111 bug_58730_libc.so_value8 (Third Party)
112 Memcheck:Uninitialized
113 obj:/lib/libc-2.11.1.so
115 # net::SniffXML() clearly tries to read < 8 bytes, but strncasecmp() reads 8.
117 bug_58730_strncasecmp_uninit (Third Party)
118 Memcheck:Uninitialized
121 fun:_ZN4base11strncasecmpEPKcS1_m
122 fun:_ZN3netL8SniffXMLEPKcmPbPSs
125 bug_76386a (Third Party)
128 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
133 bug_76386b (Third Party)
136 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
137 fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
140 getpwuid_and_getgrouplist
143 fun:nss_parse_service_list
144 fun:__nss_database_lookup
150 # XRandRInfo object seems to be leaking inside XRRFindDisplay. This happens the
151 # first time it is called, no matter who the caller is. We have observed this
152 # problem with both XRRSelectInput and XRRQueryExtension.
160 Ubuntu_Precise_Fontconfig_Optimized_Code
161 Memcheck:Unaddressable
162 fun:FcConfigFileExists
165 Ubuntu_Precise_Itoa_Optimized_Code
166 Memcheck:Uninitialized
173 Ubuntu_Precise_Wcscmp_Optimized_Code_In_Tests
174 Memcheck:Uninitialized
176 fun:_ZN7testing8internal6String17WideCStringEqualsEPKwS3_
179 mesa_glsl_compile_shader
182 fun:_mesa_glsl_compile_shader
184 fun:_mesa_CompileShaderARB
185 fun:shared_dispatch_stub_529
188 #-----------------------------------------------------------------------
189 # 2. intentional unit test errors, or stuff that is somehow a false positive
190 # in our own code, or stuff that is so trivial it's not worth fixing
192 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
194 Memcheck sanity test 01 (memory leak).
197 fun:_ZN4base31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
200 Memcheck sanity test 02 (malloc/read left).
201 Memcheck:Unaddressable
202 fun:*ReadValueOutOfArrayBoundsLeft*
204 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
207 Memcheck sanity test 03 (malloc/read right).
208 Memcheck:Unaddressable
209 fun:*ReadValueOutOfArrayBoundsRight*
211 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
214 Memcheck sanity test 04 (malloc/write left).
215 Memcheck:Unaddressable
216 fun:*WriteValueOutOfArrayBoundsLeft*
218 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
221 Memcheck sanity test 05 (malloc/write right).
222 Memcheck:Unaddressable
223 fun:*WriteValueOutOfArrayBoundsRight*
225 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
228 Memcheck sanity test 06 (new/read left).
229 Memcheck:Unaddressable
230 fun:*ReadValueOutOfArrayBoundsLeft*
232 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
235 Memcheck sanity test 07 (new/read right).
236 Memcheck:Unaddressable
237 fun:*ReadValueOutOfArrayBoundsRight*
239 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
242 Memcheck sanity test 08 (new/write left).
243 Memcheck:Unaddressable
244 fun:*WriteValueOutOfArrayBoundsLeft*
246 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
249 Memcheck sanity test 09 (new/write right).
250 Memcheck:Unaddressable
251 fun:*WriteValueOutOfArrayBoundsRight*
253 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
256 Memcheck sanity test 10 (write after free).
257 Memcheck:Unaddressable
258 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
261 Memcheck sanity test 11 (write after delete).
262 Memcheck:Unaddressable
263 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
266 Memcheck sanity test 12 (array deleted without []).
269 fun:_ZN4base46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
272 Memcheck sanity test 13 (single element deleted with []).
275 fun:_ZN4base51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
278 Memcheck sanity test 14 (malloc/read uninit).
279 Memcheck:Uninitialized
280 fun:*ReadUninitializedValue*
282 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
285 Memcheck sanity test 15 (new/read uninit).
286 Memcheck:Uninitialized
287 fun:*ReadUninitializedValue*
289 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
292 bug_86301 This test explicitly verifies PostTaskAndReply leaks the task if the originating MessageLoop has been deleted.
295 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
296 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
297 fun:_ZN4base12_GLOBAL__N_169MessageLoopProxyTest_PostTaskAndReply_DeadReplyLoopDoesNotDelete_Test8TestBodyEv
300 # Non-joinable thread doesn't clean up all state on program exit
301 # very common in ui tests
305 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
306 fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
308 fun:_ZNSs6appendEPKc*
311 fun:_ZN4base12StringPrintfEPKcz
314 # According to dglazkov, these are one-time leaks and intentional.
315 # They may go away if the change to move these off the heap lands.
316 bug_17996 (Intentional)
319 fun:_ZN7WebCore8SVGNames4initEv
322 # This is an on demand initialization which is done and then intentionally
323 # kept around (not freed) while the process is running.
324 intentional_WebCore_XMLNames_init_leak
327 fun:_ZN7WebCore8XMLNames4initEv
330 # Intentionally leaking NSS to prevent shutdown crashes
331 bug_61585a (Intentional)
335 fun:error_get_my_stack
338 FileStream::Context can leak through WorkerPool by design
341 fun:_ZN3net10FileStreamC1EPNS_6NetLogE
344 # Histograms are used on un-joined threads, and can't be deleted atexit.
345 Histograms via FactoryGet including Linear Custom Boolean and Basic
349 fun:_ZN4base*Histogram10FactoryGet*
352 Intentional leak for SampleMap (stores SparseHistogram counts).
355 fun:_ZN4base9SampleMap10AccumulateEii
356 fun:_ZN4base15SparseHistogram3AddEi
359 bug_73299 (Intentional)
362 fun:_ZN7content17WorkerProcessHost20CreateMessageFiltersEi
363 fun:_ZN7content17WorkerProcessHost4InitE*
364 fun:_ZN7content17WorkerServiceImpl24CreateWorkerFromInstanceENS_17WorkerProcessHost14WorkerInstanceE
365 fun:_ZN7content17WorkerServiceImpl12CreateWorkerE*
366 fun:_ZN7content19WorkerMessageFilter14OnCreateWorkerERK31ViewHostMsg_CreateWorker_ParamsPi
369 bug_83345 (Needs_Annotation)
372 fun:_ZN4base*23LeakyLazyInstanceTraits*NewEPv
373 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
376 bug_87500_a (Intentional)
379 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
380 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
383 bug_79322 (Intentional)
387 fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv
390 # According to dglazkov, UA style sheets are intentionally leaked.
391 # As such, treat any leaks originating from parseUASheet as intentional.
392 bug_121729 (Intentional)
395 fun:_ZN7WebCoreL12parseUASheetEPKcj
398 bug_121729_b (Intentional)
401 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
404 intentional_see_bug_156466
407 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE
408 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
411 # http://crbug.com/269278 causes really widespread, flaky leaks in
412 # value objects that own some memory. These suppressions will cover
413 # all such objects, even though it's possible to get real leaks that
414 # look the same way (e.g. by allocating such an object in an arena).
419 fun:_ZN4base4Bind*Callback*BindState*
425 fun:_ZN9__gnu_cxx13new_allocator*allocate*
426 fun:_ZNSt12_Vector_base*_M_allocate*
429 # Externally allocated objects referenced by V8 objects can currently
430 # be diagnosed as (false) leaks, since memcheck does not know how to
431 # handle V8 leaks. More detailed discussion in http://crbug.com/328552
436 fun:_ZN3WTF10StringImpl19createUninitializedEjRPh
442 fun:_ZN18hb_object_header_t6createEj
443 fun:_Z*hb_object_createI9hb_face_tEPT_v
444 fun:hb_face_create_for_tables
445 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface
446 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei
447 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE
448 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv
452 #-----------------------------------------------------------------------
453 # 3. Suppressions for real chromium bugs that are not yet fixed.
454 # These should all be in chromium's bug tracking system (but a few aren't yet).
457 # webkit leak? See http://crbug.com/9503
461 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
464 # very common in ui tests
468 fun:_ZN4base11MessageLoop22AddDestructionObserverEPNS0_19DestructionObserverE
470 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
473 # very common in ui tests
477 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
478 fun:_ZN4base6Thread10ThreadMainEv
481 # very common in ui tests
485 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE17_M_initialize_mapE*
487 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
490 # very common in ui tests
494 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt4lessIS1_EEC1ERKS6_RKS4_
495 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
496 fun:_ZN4base6Thread10ThreadMainEv
499 # very common in ui tests, also seen in Linux Reliability
506 # very common in ui tests, also seen in Linux Reliability
510 fun:_ZN4base11MessageLoop21AddToDelayedWorkQueueERKN*PendingTaskE
511 fun:_ZN4base11MessageLoop6DoWorkEv
518 fun:_ZN3IPC11SyncChannelC1E*
520 fun:_ZN7content11ChildThread4InitEv
527 fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev
528 fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv
529 fun:_ZN7WebCore22ResourceHandleInternal5startEv
535 fun:_ZN3WTF10fastMallocE*
537 fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6StringES3_PS1_
540 # also bug 17979. It's a nest of leaks.
545 fun:_ZN3IPC12ChannelProxy7Context13CreateChannel*Channel4ModeE
546 fun:_ZN3IPC12ChannelProxy4Init*
548 fun:_ZN3IPC11SyncChannel*Channel4Mode*Listener*
554 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptor*FileDescriptorWatcherEPNS0_7WatcherE
555 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptor*MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
557 fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv
558 fun:_ZN3IPC7Channel7ConnectEv
559 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
565 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
566 fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE
567 fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi
568 fun:_ZN5blink17registerExtensionEPN2v89ExtensionEi
569 fun:_ZN12RenderThread23EnsureWebKitInitializedEv
576 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
577 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
578 fun:_ZN4base13WaitableEvent4WaitEv
579 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
582 # slight variant of the above
587 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
588 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
589 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
597 fun:_ZN4base19MessagePumpLibeventC1Ev
598 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
599 fun:_ZN4base6Thread10ThreadMainEv
605 fun:_ZN4base19MessagePumpLibevent4InitEv
606 fun:_ZN4base19MessagePumpLibeventC1Ev
607 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
622 fun:_ZN3sql10Connection7Execute*
624 fun:_ZN7history*Database*Create*
632 fun:_ZN3sql10Connection12OpenInternalERKSs
641 fun:sqlite3ParserAlloc
644 fun:sqlite3LockAndPrepare
658 # IPCing uninitialized data
662 socketcall.sendmsg(msg.msg_iov[i])
664 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
669 socketcall.sendmsg(msg.msg_iov[i])
672 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
674 fun:event_process_active
681 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
682 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
683 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
684 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
685 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
686 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
687 fun:_ZN3IPC8SendTask3RunEv
694 fun:_ZN13WorkerService12CreateWorker*
695 fun:_ZN19RenderMessageFilter14OnCreateWorker*
701 fun:_ZN10SkXfermode6CreateENS_4ModeE
702 fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE
703 fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint
704 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
705 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceENS_17CompositeOperatorE
707 # The following three suppressions are related to the workers code.
712 fun:_ZN19WebSharedWorkerStub9OnConnectEii
718 fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv
719 fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv
720 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
721 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
722 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
723 fun:_ZN7content21ContentMainRunnerImpl3RunEv
724 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
732 fun:_ZN13TCMallocGuardC1Ev
733 fun:_Z41__static_initialization_and_destruction_0ii
734 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_instead43FLAGS_tcmalloc_large_alloc_report_thresholdE
738 Memcheck:Unaddressable
740 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_
741 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_
742 fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv
743 fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv
744 fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv
751 fun:zipCloseFileInZipRaw
752 fun:zipCloseFileInZip
753 fun:_Z*13AddEntryToZip*
757 Memcheck:Uninitialized
760 fun:zipCloseFileInZipRaw
761 fun:zipCloseFileInZip
762 fun:_Z*13AddEntryToZip*
766 Memcheck:Uninitialized
776 fun:_ZN17SandboxedUnpacker17RewriteImageFilesEv
783 fun:_ZNK16BrowserThemePack11WriteToDiskE*
787 Memcheck:Uninitialized
790 fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb
791 fun:_ZN7WebCore15PNGImageDecoder6decodeEb
792 fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm
796 Memcheck:Uninitialized
802 Memcheck:Uninitialized
804 fun:wk_png_write_find_filter
812 fun:_ZN9file_util19WriteFileDescriptorE*
813 fun:_ZN9file_util9WriteFileE*
814 fun:*SaveScreenshotInternalE*4base8Callback*
815 fun:*SaveScreenshotE*4base8Callback*
819 Memcheck:Uninitialized
820 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb
821 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b
822 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_*
829 fun:_ZN3net16HttpNetworkLayer10GetSessionEv
830 fun:_ZN3net16HttpNetworkLayer17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
831 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
832 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
838 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8allocate*
839 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
840 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
841 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
842 fun:_ZN7content21NotificationRegistrar3Add*
848 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
849 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
850 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
851 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
852 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
853 fun:_ZN12RenderWidget4SendEPN3IPC7MessageE
854 fun:_ZN12RenderWidget16DoDeferredUpdateEv
855 fun:_ZN12RenderWidget20CallDoDeferredUpdateEv
862 fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE
863 fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
869 fun:ssl3_HandleHandshakeMessage
870 fun:ssl3_HandleHandshake
871 fun:ssl3_HandleRecord
872 fun:ssl3_GatherCompleteHandshake
873 fun:SSL_ForceHandshake
874 fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv
900 fun:secmod_ModuleInit
916 fun:CERT_PKIXVerifyCert
917 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
923 fun:CERT_VerifySignedData
924 fun:cert_VerifyCertChain
925 fun:CERT_VerifyCertChain
933 fun:_ZN11ProfileImpl17GetRequestContextEv
934 fun:_ZN19SafeBrowsingService5StartEv
935 fun:_ZN19SafeBrowsingService10InitializeEv
936 fun:_ZN22ResourceDispatcherHost10InitializeEv
937 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
938 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
939 fun:_ZN16ExtensionService4InitEv
945 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorkerClientE
946 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6WorkerE
947 fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE
948 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
949 fun:_ZN7WebCore6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
950 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
957 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
958 fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc
959 fun:_ZN3sql9MetaTable8GetValueEPKcPi
960 fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv
962 fun:_ZN3net13CookieMonster9InitStoreEv
969 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
970 fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc
971 fun:_ZN3sql9MetaTable8SetValueEPKci
972 fun:_ZN3sql9MetaTable16SetVersionNumberEi
974 fun:_ZN3net13CookieMonster9InitStoreEv
981 fun:_NPN_RegisterObject
982 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
983 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
984 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
992 fun:_NPN_RegisterObject
993 fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_
994 fun:_ZN7WebCore16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6StringEP8NPObject
995 fun:_ZN5blink12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject
996 fun:_ZN13CppBoundClass16bindToJavascriptEPN5blink8WebFrameERKNS0_9WebStringE
1003 fun:_NPN_RegisterObject
1004 fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_
1005 fun:_ZN7WebCore16ScriptController29createScriptInstanceForWidgetEPNS_6WidgetE
1006 fun:_ZN*7WebCore17HTMLPlugInElement11getInstanceEv
1012 fun:_ZN9__gnu_cxx13new_allocatorIPN4base11MessageLoop19DestructionObserverEE8allocateE*
1013 fun:_ZNSt12_Vector_baseIPN4base11MessageLoop19DestructionObserverESaIS*
1014 fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS*
1015 fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS*
1016 fun:_ZN16ObserverListBaseIN4base11MessageLoop19DestructionObserverEE11AddObserverEPS*
1017 fun:_ZN4base11MessageLoop22AddDestructionObserverEPNS0_19DestructionObserverE
1023 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPKv
1024 fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj
1025 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
1026 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_
1027 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_
1028 fun:_ZN4base11MessageLoop15AddTaskObserverEPNS_12TaskObserverE
1029 fun:*IOJankObserver21AttachToCurrentThreadEv
1036 fun:*CreateSpdyHeadersFromHttpRequestERKN3net15HttpRequestInfoEPSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE
1042 fun:*ChromeCookieMonsterDelegateC1EP7Profile
1043 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1050 fun:_ZN29ChromeURLRequestContextGetter28CreateRequestContextForMediaE*
1051 fun:_ZN29ChromeURLRequestContextGetter22CreateOriginalForMediaE*
1052 fun:_ZN11ProfileImpl25GetRequestContextForMediaEv
1058 fun:*ChromeCookieMonsterDelegateC2EP7Profile
1059 fun:*ChromeCookieMonsterDelegateC1EP7Profile
1060 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1066 fun:_ZN7history14HistoryBackend8InitImpl*
1067 fun:_ZN7history14HistoryBackend4Init*
1074 fun:_ZN23OffTheRecordProfileImpl4InitEv
1075 fun:_ZN7Profile25CreateOffTheRecordProfileEv
1076 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
1082 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1086 Memcheck:Unaddressable
1088 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1092 Memcheck:Uninitialized
1094 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1100 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE
1101 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv
1102 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1103 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
1104 fun:_ZN17URLRequestHttpJob16StartTransactionEv
1105 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi
1106 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv
1107 fun:_ZN17URLRequestHttpJob5StartEv
1108 fun:_ZN10URLRequest8StartJobEP13URLRequestJob
1109 fun:_ZN10URLRequest5StartEv
1110 fun:_ZN10URLFetcher4Core15StartURLRequestEv
1116 fun:_ZN7history14HistoryBackend16GetFaviconForURLE13scoped_refptrI17CancelableRequestI14CallbackRunnerI6Tuple5IibS1_I16RefCountedMemoryEb4GURLEEEERKS7_
1123 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3
1125 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERKjiiiii
1126 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERKjiiii
1130 Memcheck:Unaddressable
1132 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1133 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1137 Memcheck:Unaddressable
1139 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1140 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1144 Memcheck:Unaddressable
1146 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1147 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1154 fun:_ZN14MessageService16AddEventListenerERKSsi
1155 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
1162 fun:*InotifyReaderTask3RunEv
1164 fun:_ZN4base11MessageLoop11RunInternalEv
1165 fun:_ZN4base11MessageLoop10RunHandlerEv
1172 fun:_ZNSt3map*FilePath*insert*
1173 fun:_ZNSt3map*FilePath*ix*
1174 fun:_ZN16ExtensionService15UnloadExtensionERKSs
1175 fun:_ZN16ExtensionService18UninstallExtensionERKSsb
1176 fun:_ZN18AutomationProvider18UninstallExtensionEiPb
1180 Memcheck:Unaddressable
1182 fun:_ZN18gpu_info_collector19CollectGraphicsInfoER7GPUInfo
1183 fun:_ZN9GpuThread18OnEstablishChannelEi
1190 fun:_ZNK8chromeos25CrosSettingsProviderProxy3GetERKSsPP5Value
1191 fun:_ZNK8chromeos12CrosSettings3GetERKSsPP5Value
1192 fun:_ZN8chromeos26CoreChromeOSOptionsHandler9FetchPrefERKSs
1193 fun:_ZN18CoreOptionsHandler16HandleFetchPrefsEPK9ListValue
1200 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics*
1201 fun:_ZN17RenderProcessHost*Profile
1202 fun:_ZN21MockRenderProcessHost*Profile
1208 fun:_ZN9__gnu_cxx13new_allocatorIN4base15file_util_proxy5EntryEE8allocate*
1209 fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate*
1210 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS2*
1211 fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_
1212 fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy5EntryESaIS3_EEb
1213 fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileErrorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE
1217 Memcheck:Unaddressable
1218 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
1219 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_16ResourceResponseE
1220 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLLoaderERKNS1_14WebURLResponseE
1221 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20ResourceLoaderBridge12ResponseInfoEb
1222 fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoaderBridge12ResponseInfoEb
1226 Memcheck:Unaddressable
1227 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
1228 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_16ResourceResponseE
1229 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN5blink12WebURLLoaderERKNS1_14WebURLResponseE
1230 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20ResourceResponseInfoEb
1236 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
1237 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
1238 fun:_ZN11ProfileImplC1E*
1239 fun:_ZN7Profile13CreateProfileE*
1240 fun:_ZN14ProfileManager13CreateProfileE*
1241 fun:_ZN14ProfileManager10GetProfileE*
1242 fun:_ZN14ProfileManager17GetDefaultProfileE*
1243 fun:_ZN14ProfileManager17GetDefaultProfileEv
1250 fun:_ZN3net8internal26ClientSocketPoolBaseHelper16GetOrCreateGroupERKSs
1251 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7RequestE
1252 fun:_ZN3net20ClientSocketPoolBaseINS_*
1253 fun:_ZN3net*SocketPool13RequestSocketE*
1254 fun:_ZN3net18ClientSocketHandle4InitINS_*
1256 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
1257 fun:_ZN3net21HttpStreamFactoryImpl3Job6DoLoopEi
1265 fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv
1266 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
1267 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
1268 fun:_ZN3net13SSLConnectJob6DoLoopEi
1272 Memcheck:Unaddressable
1274 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEE
1275 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
1279 Memcheck:Unaddressable
1282 fun:_ZN3sql10Connection7ExecuteEPKc
1283 fun:_ZN11WebDatabase*
1287 Memcheck:Unaddressable
1290 fun:_ZN3sql10Connection7ExecuteEPKc
1291 fun:_ZN11WebDatabase*
1295 Memcheck:Unaddressable
1298 fun:_ZN3sql9Statement3RunEv
1299 fun:_ZN3sql10Connection17CommitTransactionEv
1300 fun:_ZN3sql11Transaction6CommitEv
1301 fun:_ZN11WebDatabase*
1305 Memcheck:Unaddressable
1308 fun:_ZN3sql9Statement3RunEv
1309 fun:_ZN3sql10Connection17CommitTransactionEv
1310 fun:_ZN3sql11Transaction6CommitEv
1311 fun:_ZN11WebDatabase*
1319 fun:_ZN3sql10Connection7ExecuteEPKc
1320 fun:_ZN11WebDatabase*
1324 Memcheck:Unaddressable
1327 fun:_ZN3sql10Connection5CloseEv
1328 fun:_ZN3sql10ConnectionD2Ev
1329 fun:_ZN3sql10ConnectionD1Ev
1330 fun:_ZN11WebDatabase*
1334 Memcheck:Unaddressable
1337 fun:_ZN3sql9Statement4StepEv
1338 fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE
1339 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11VisitSourceE
1343 Memcheck:Uninitialized
1344 fun:_ZN7WebCore25GraphicsContext3DInternal7reshapeEii
1345 fun:_ZN7WebCore17GraphicsContext3D7reshapeEii
1346 fun:_ZN7WebCore21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassRefPtrINS_17GraphicsContext3DEEE
1347 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
1348 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
1350 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPPPS4_Pb
1357 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
1358 fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShaderE
1359 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
1363 Memcheck:Uninitialized
1367 fun:_ZN7testing*PrintByteSegmentInObjectTo*
1369 fun:_ZN7testing*PrintBytesInObjectTo*
1370 fun:_ZN7testing9internal220PrintBytesInObjectToEPKh*
1371 fun:_ZN7testing9internal220TypeWithoutFormatter*
1372 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
1373 fun:_ZN16testing_internal26DefaultPrintNonContainerTo*
1374 fun:_ZN7testing8internal14DefaultPrintToI*
1375 fun:_ZN7testing8internal7PrintToI*
1376 fun:_ZN7testing8internal16UniversalPrinterI*
1377 fun:_ZN7testing8internal14UniversalPrintI*
1381 Memcheck:Uninitialized
1384 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
1385 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
1386 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
1387 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
1388 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
1389 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
1390 fun:_ZN7testing8internal18TuplePrefixPrinter*
1391 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
1392 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
1393 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
1394 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
1395 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
1396 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
1397 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
1398 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
1399 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
1403 Memcheck:Uninitialized
1406 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
1407 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
1408 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
1409 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
1410 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
1411 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
1412 fun:_ZN7testing8internal18TuplePrefixPrinter*
1413 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
1414 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
1415 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
1416 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
1417 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
1418 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
1419 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
1420 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
1421 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
1428 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7Channel4ModeE
1429 fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopb
1430 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
1431 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE
1438 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS_8ListenerEPN4base22SingleThreadTaskRunnerEbPNS8_13WaitableEventE
1439 fun:_ZN7content11ChildThread4InitEv
1440 fun:_ZN7content11ChildThreadC2ERKSs
1446 fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEEE8allocateEmPKv
1447 fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE11_M_allocateEm
1448 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_
1449 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE9push_backERKS4_
1450 fun:_ZN3IPC12ChannelProxy7Context11OnAddFilterEv
1456 fun:_ZN7content11ChildThread4InitEv
1457 fun:_ZN7content11ChildThreadC*
1459 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
1465 fun:_ZN7content16RenderThreadImpl4InitEv
1466 fun:_ZN7content16RenderThreadImplC*
1468 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
1474 fun:_ZN11ProfileImpl14GetHostZoomMapEv
1476 fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
1477 fun:_ZN11ProfileImpl17GetRequestContextEv
1478 fun:_ZN19SafeBrowsingService5StartEv
1479 fun:_ZN19SafeBrowsingService10InitializeEv
1480 fun:_ZN22ResourceDispatcherHost10InitializeEv
1481 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1482 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1483 fun:_ZN16ExtensionService4InitEv
1484 fun:_ZN11ProfileImpl14InitExtensionsE*
1485 fun:_ZN14ProfileManager10AddProfileEP7Profileb
1491 fun:_ZN16ChildProcessHost13CreateChannelEv
1492 fun:_ZN14GpuProcessHost4InitEv
1499 fun:_ZN3sql10Connection18GetUniqueStatementEPKc
1500 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
1501 fun:_ZN8appcache16AppCacheDatabase22PrepareCachedStatementERKN3sql11StatementIDEPKcPNS1_9StatementE
1508 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
1509 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
1519 fun:_ZN3gfx20GetGLCoreProcAddressEPKc
1520 fun:_ZN3gfx22InitializeGLBindingsGLEv
1521 fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE
1522 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
1528 fun:XextCreateExtension
1530 fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv
1531 fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv
1532 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
1538 fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifierEPNS_9HttpCacheE
1539 fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLConfigE
1540 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv
1541 fun:_ZN3net13SSLConnectJob6DoLoopEi
1542 fun:_ZN3net13SSLConnectJob15ConnectInternalEv
1543 fun:_ZN3net10ConnectJob7ConnectEv
1544 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsPKNS1_7RequestE
1545 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7RequestE
1546 fun:_ZN3net20ClientSocketPoolBaseINS_15SSLSocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
1547 fun:_ZN3net19SSLClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
1548 fun:_ZN3net18ClientSocketHandle4InitINS_15SSLSocketParamsENS_19SSLClientSocketPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1IiEEPT0_RKNS_11BoundNetLogE
1554 fun:_ZN*NPObjectProxy10NPAllocateEP4_NPPP7NPClass
1555 fun:_NPN_CreateObject
1556 fun:_ZN5blink11WebBindings12createObjectEP4_NPPP7NPClass
1562 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
1563 fun:_ZN3IPC17SyncMessageSchema*
1569 fun:shaper_font_cache_insert
1570 fun:get_shaper_and_font
1571 fun:itemize_state_process_run
1572 fun:pango_itemize_with_base_dir
1573 fun:pango_layout_check_lines
1574 fun:pango_layout_get_extents_internal
1575 fun:pango_layout_get_pixel_extents
1576 fun:pango_layout_get_pixel_size
1577 fun:_ZN3gfx6Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEERKNS_4FontEPiSA_i
1584 fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSessionService26InternalGetCommandsRequestEE
1590 fun:*DownloadFileTest5SetUpEv
1596 fun:_ZN3WTF10fastMallocEj
1597 fun:_ZN3WTF10RefCountedIN7WebCore14StyleSheetListEEnwEj
1598 fun:_ZN7WebCore14StyleSheetList6createEPNS_8DocumentE
1599 fun:_ZN7WebCore8DocumentC2EPNS_5FrameERKNS_4KURLEbbS5_
1600 fun:_ZN7WebCore12HTMLDocumentC1EPNS_5FrameERKNS_4KURLES5_
1601 fun:_ZN7WebCore12HTMLDocument6createEPNS_5FrameERKNS_4KURLES5_
1602 fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringEPNS_5FrameERKNS_4KURLEb
1603 fun:_ZN7WebCore14DocumentWriter14createDocumentERKNS_4KURLE
1604 fun:_ZN7WebCore14DocumentWriter5beginERKNS_4KURLEbPNS_14SecurityOriginE
1605 fun:_ZN7WebCore11FrameLoader4initEv
1606 fun:_ZN7WebCore5Frame4initEv
1607 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE
1608 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
1609 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
1610 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
1611 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
1618 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
1622 Memcheck:Unaddressable
1623 fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
1624 fun:_ZN11WebViewHost29postAccessibilityNotificationERKN5blink22WebAccessibilityObjectENS0_28WebAccessibilityNotificationE
1625 fun:_ZN5blink16ChromeClientImpl29postAccessibilityNotificationEPN7WebCore19AccessibilityObjectENS1_13AXObjectCache14AXNotificationE
1626 fun:_ZN7WebCore13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityObjectENS0_14AXNotificationE
1632 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EEEPS2_
1633 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6VectorI10CppVariantLj0EEEPS5_
1634 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
1635 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
1636 fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
1637 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE
1638 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOBAL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
1646 fun:_ZN14GpuDataManagerC1Ev
1647 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1648 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1649 fun:_ZN14GpuDataManager11GetInstanceEv
1650 fun:_Z11BrowserMainRK18MainFunctionParams
1651 fun:_ZN20InProcessBrowserTest5SetUpEv
1658 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEEPPv
1659 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
1660 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
1661 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
1665 Memcheck:Uninitialized
1667 fun:png_process_data
1668 fun:_ZN3gfx8PNGCodec6Decode*
1672 Memcheck:Uninitialized
1674 fun:png_process_data
1675 fun:_ZN3gfx8PNGCodec6Decode*
1679 Memcheck:Uninitialized
1681 fun:png_process_data
1682 fun:_ZN3gfx8PNGCodec6Decode*
1686 Memcheck:Unaddressable
1689 fun:sqlite3VdbeDelete
1690 fun:sqlite3VdbeFinalize
1691 fun:sqlite3_finalize
1692 fun:_ZN3sql10Connection12StatementRef5CloseEv
1693 fun:_ZN3sql10Connection12StatementRefD2Ev
1694 fun:_ZN3sql10Connection12StatementRefD1Ev
1695 fun:_ZNK4base10RefCountedIN3sql10Connection12StatementRefEE7ReleaseEv
1696 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED2Ev
1697 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED1Ev
1698 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED2Ev
1699 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED1Ev
1700 fun:_ZN9__gnu_cxx13new_allocatorISt4pairIKN3sql11StatementIDE13scoped_refptrINS2_10Connection12StatementRefEEEE7destroyEPS9_
1701 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE12destroy_nodeEPSt13_Rb_tree_nodeIS8_E
1702 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E
1703 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
1704 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
1705 fun:_ZN3sql10Connection5CloseEv
1706 fun:_ZN3sql10ConnectionD2Ev
1707 fun:_ZN3sql10ConnectionD1Ev
1708 fun:_ZN7history16InMemoryDatabaseD0Ev
1712 Memcheck:Unaddressable
1716 fun:_ZN3sql10Connection7ExecuteEPKc
1717 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
1718 fun:_ZN7history16InMemoryDatabase12InitFromDiskE*
1719 fun:_ZN7history22InMemoryHistoryBackend4InitE*
1725 fun:_ZN3WTF10fastMallocEm
1726 fun:_ZN7WebCore18PerformTaskContextnwEm
1727 fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionContext4TaskEEE
1728 fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv
1729 fun:_ZN5blink19WebWorkerClientImpl22workerContextDestroyedEv
1730 fun:_ZN7WebCore13WorkerContextD2Ev
1731 fun:_ZN7WebCore22DedicatedWorkerContextD0Ev
1732 fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv
1733 fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
1734 fun:_ZN7WebCore12WorkerThread12workerThreadEv
1735 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
1736 fun:_ZN3WTFL16threadEntryPointEPv
1737 fun:_ZN3WTFL19wtfThreadEntryPointEPv
1743 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1744 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1745 fun:_ZN16ExtensionService4InitEv
1746 fun:_ZN11ProfileImpl14InitExtensionsE*
1752 fun:*35NonBlockingInvalidationNotifierTest5SetUpEv
1756 Memcheck:Unaddressable
1758 fun:*FilePathWatcherImpl*Watch*Delegate*
1759 fun:*FilePathWatcher*Watch*
1760 fun:_ZN21UserStyleSheetWatcher4InitEv
1766 fun:*FilePathWatcherImpl*Watch*Delegate*
1767 fun:*FilePathWatcher*Watch*
1768 fun:_ZN21UserStyleSheetWatcher4InitEv
1774 fun:_ZN8notifier14XmppConnectionC1ERKN4buzz18XmppClientSettingsERK13scoped_refptrIN3net23URLRequestContextGetterEEPNS0_8DelegateEPNS1_11PreXmppAuthE
1775 fun:_ZN8notifier18SingleLoginAttempt13OnNewSettingsERKNS_18ConnectionSettingsE
1776 fun:_ZN8notifier23XmppConnectionGenerator17UseNextConnectionEv
1777 fun:_ZN8notifier23XmppConnectionGenerator15StartGeneratingEv
1778 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
1779 fun:_ZN8notifier5Login15StartConnectionEv
1780 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
1781 fun:*35InvalidationNotifierTest_Basic_Test8TestBodyEv
1787 fun:_ZN8chromeos14AudioMixerAlsa15ConnectInternalEv
1788 fun:_ZN8chromeos14AudioMixerAlsa7ConnectEv
1795 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1796 fun:_ZN*9TabLoader12TabIsLoadingEP24NavigationControllerImpl
1797 fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWindowSaIS3_EE
1798 fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_EE
1805 fun:*RenderWidgetHost*
1807 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1808 fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
1809 fun:_ZN23NotificationServiceImpl*
1810 fun:_ZN15WebContentsImpl12SetIsLoading*
1811 fun:_ZN15WebContentsImpl14RenderViewGone*
1818 fun:_ZN33MalwareDetailsTest_HTTPCache_Test8TestBodyEv
1825 fun:_ZN14TestingProfile20CreateRequestContextEv
1826 fun:_ZN42MalwareDetailsTest_HTTPCacheNoEntries_Test8TestBodyEv
1833 fun:_ZN21TestURLRequestContext4InitEv
1835 fun:_ZN21TestURLRequestContextC1Ev
1836 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
1842 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
1843 fun:_NPN_CreateObject
1844 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DOMWindowE
1845 fun:_ZN5blinkL16makeIntArrayImplERKNS_9WebVectorIiEE
1846 fun:_ZN5blink11WebBindings12makeIntArrayERKNS_9WebVectorIiEE
1852 fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
1853 fun:_NPN_CreateObject
1854 fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DOMWindowE
1855 fun:_ZN5blinkL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE
1856 fun:_ZN5blink11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE
1862 fun:_Z11BrowserMainRK18MainFunctionParams
1863 fun:_ZN20InProcessBrowserTest5SetUpEv
1869 fun:_ZN16RenderWidgetHost11WasRestoredEv
1875 fun:_ZN16RenderWidgetHost9WasHiddenEv
1882 fun:_ZN7content21RenderProcessHostImpl4InitEv
1883 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traits*
1884 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHost*
1885 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHost*
1886 fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
1887 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
1889 fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
1895 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
1896 fun:_ZN4base11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
1897 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP4Taskxb
1898 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task
1904 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
1905 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
1911 fun:_ZN9__gnu_cxx13new_allocator*PendingTaskEE8allocate*
1912 fun:_ZN*_Deque_baseIN*PendingTaskESaIS1_*_M_allocate_*
1914 fun:_ZNSt5dequeIN*PendingTaskESaIS1_EE*push_back*
1915 fun:_ZNSt5queueIN4*PendingTask*deque*push*
1916 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPN*PendingTaskE*
1920 Memcheck:Unaddressable
1921 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC2ERKS3_
1922 fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC1ERKS3_
1923 fun:_ZN4base8internal12CallbackBaseC2ERKS1_
1924 fun:_ZN4base8CallbackIFvvEEC2ERKS2_
1925 fun:_ZN4base8CallbackIFvvEEC1ERKS2_
1926 fun:_ZN4base11MessageLoop11PendingTaskC2ERKS0_
1927 fun:_ZN4base11MessageLoop11PendingTaskC1ERKS0_
1928 fun:_ZN9__gnu_cxx13new_allocatorIN11MessageLoop11PendingTaskEE9constructEPS2_RKS2_
1929 fun:_ZNSt5dequeIN11MessageLoop11PendingTaskESaIS1_EE9push_backERKS1_
1930 fun:_ZNSt5queueIN11MessageLoop11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
1931 fun:_ZN4base11MessageLoop18AddToIncomingQueueEPNS_11PendingTaskE
1937 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
1938 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
1939 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17AuthChallengeInfoE
1940 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
1944 Memcheck:Unaddressable
1945 fun:_ZN5blink21FrameLoaderClientImpl12allowPluginsEb
1946 fun:_ZN7WebCore14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPluginsE
1950 Memcheck:Unaddressable
1951 fun:_ZN5blink21FrameLoaderClientImpl15allowJavaScriptEb
1952 fun:_ZN7WebCore16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanExecuteScriptsE
1956 Memcheck:Unaddressable
1957 fun:_ZN5blink21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
1958 fun:_ZN7WebCore16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEEEi
1964 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
1965 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map*
1966 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map*
1967 fun:_ZNSt11_Deque_baseI*FilePath*
1968 fun:_ZNSt5dequeI*FilePath*
1969 fun:_ZNSt5stackI*FilePath*deque*
1970 fun:_ZN9file_util14FileEnumeratorC1E*
1971 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
1975 Memcheck:Uninitialized
1976 fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv
1977 fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi
1978 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
1979 fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tuple1IiEE
1980 fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs
1981 fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsProxy_Test8TestBodyEv
1987 fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
1988 fun:_ZN11ProfileImpl11DoFinalInitEv
1989 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
1995 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
1997 fun:_ZN11ProfileImplC*E*
2003 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfilePK13ProfileIOData
2004 fun:_ZN17ProfileImplIOData6Handle4InitE*
2005 fun:_ZN11ProfileImpl11DoFinalInitEv
2006 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
2012 fun:_ZN4base16MessageLoopProxy22currentEv
2013 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoopProxyE
2014 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyE
2021 fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2022 fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2023 fun:_ZN3net18ClientSocketHandle4Init*
2025 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLRKNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9ProxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEE
2026 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
2033 fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi
2034 fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv
2035 fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi
2041 fun:_ZN10ZygoteHost11ForkRequestERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_EERKSs
2042 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
2048 fun:_ZNSt6vectorISt4pairIjiESaIS1_EE9push_backERKS1_
2049 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
2055 fun:_ZN3net13CookieMonster9InitStoreEv
2056 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
2057 fun:_ZN3net13CookieMonster30GetAllCookiesForURLWithOptionsERK4GURLRKNS_13CookieOptionsE
2058 fun:_ZN3net13CookieMonster19GetAllCookiesForURLERK4GURL
2059 fun:_ZN22ResourceDispatcherHost13CanGetCookiesEPN3net10URLRequestE
2060 fun:_ZN3net10URLRequest13CanGetCookiesEv
2061 fun:_ZN3net13URLRequestJob13CanGetCookiesEv
2062 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
2068 fun:_ZN3net13CookieMonster9InitStoreEv
2069 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
2070 fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptionsE
2071 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOptionsERKN4base8CallbackIFvRKSsEEE
2072 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
2073 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSs
2080 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
2081 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
2082 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
2088 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
2089 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
2095 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
2101 fun:_ZN8appcache15AppCacheService10InitializeE*
2102 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE*
2109 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERKN4base8FilePathEb
2110 fun:_ZNK13ProfileIOData4InitEPSt3mapISs10linked_ptrIN3net20URLRequestJobFactory15ProtocolHandlerEESt4lessISsESaISt4pairIKSsS5_EEE
2111 fun:_ZN12_GLOBAL__N_114FactoryForMain6CreateEv
2112 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
2113 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
2120 fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
2126 fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv
2127 fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs*
2128 fun:_ZN15WebContentsImpl14GetWebkitPrefsEv
2134 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allocateEjPKv
2135 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
2136 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
2137 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2_ERKS2_
2138 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
2139 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
2140 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
2146 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
2147 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
2149 fun:_ZN5quota12QuotaManager*
2155 fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii23ResourceHostMsg_RequestEE8DispatchI22ResourceDispatcherHostS6_iRKS2_EEbPKNS_7MessageEPT_PT0_MSC_FvRSA_T1_T2_E
2156 fun:_ZN22ResourceDispatcherHost17OnMessageReceivedERKN3IPC7MessageEP21ResourceMessageFilterPb
2157 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
2158 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
2159 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
2160 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
2161 fun:_ZN3IPC12ChannelProxy7Context17OnMessageReceivedERKNS_7MessageE
2162 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
2163 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
2169 fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
2170 fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
2171 fun:_ZN3net10URLRequest21NotifyResponseStartedEv
2172 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2178 fun:_ZN20AsyncResourceHandler15OnReadCompletedEiPi
2179 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
2180 fun:_ZN27SafeBrowsingResourceHandler15OnReadCompletedEiPi
2181 fun:_ZN22OfflineResourceHandler15OnReadCompletedEiPi
2182 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
2183 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
2184 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
2185 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
2186 fun:_ZN19URLRequestChromeJob13DataAvailableEP16RefCountedMemory
2187 fun:_ZN27ChromeURLDataManagerBackend13DataAvailableEiP16RefCountedMemory
2188 fun:_ZN20ChromeURLDataManager10DataSource22SendResponseOnIOThreadEi13scoped_refptrI16RefCountedMemoryE
2194 fun:_ZN24CrossSiteResourceHandler14ResumeResponseEv
2195 fun:_ZN22ResourceDispatcherHost12OnSwapOutACKERK22ViewMsg_SwapOut_Params
2196 fun:_ZN18RenderWidgetHelper21OnCrossSiteSwapOutACKERK22ViewMsg_SwapOut_Params
2202 fun:_ZN14SharedIOBuffer4InitEv
2203 fun:_ZN20AsyncResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2204 fun:_ZN24CrossSiteResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2205 fun:_ZN23BufferedResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2206 fun:_ZN27SafeBrowsingResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2207 fun:_ZN22OfflineResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
2208 fun:_ZN22ResourceDispatcherHost4ReadEPN3net10URLRequestEPi
2209 fun:_ZN22ResourceDispatcherHost12StartReadingEPN3net10URLRequestE
2216 fun:_ZNK3sql9Statement*ColumnString*
2217 fun:_ZN7history11URLDatabase10FillURLRowERN3sql9StatementEPNS_6URLRowE
2218 fun:_ZN7history11URLDatabase13URLEnumerator10GetNextURLEPNS_6URLRowE
2219 fun:_ZN7history14HistoryBackend11IterateURLsEPN14HistoryService13URLEnumeratorE
2225 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE
2226 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2227 fun:_ZN19URLRequestChromeJob10StartAsyncEv
2233 fun:_ZN7history16TopSitesDatabase8CreateDBE*
2234 fun:_ZN7history16TopSitesDatabase4InitE*
2235 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
2241 fun:_ZN4base4BindIPFvPNS_13WaitableEventEPSsRKSsES2_S3_EENS_8internal20InvokerStorageHolderINS8_15InvokerStorage2IT_T0_T1_EEEESB_RKSC_RKSD_
2242 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSs
2243 fun:_Z18DispatchToFunctionIPFvRK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSsES0_S6_SB_SC_EvT_RK6Tuple4IT0_T1_T2_T3_E
2249 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore10CookieInfoESaIS6_EEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSE_15InvokerStorage1IT_T0_EEEESH_RKSI_
2250 fun:_ZN3net17URLRequestHttpJob24CheckCookiePolicyAndLoadERKNS_10CookieListE
2256 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvRKNS1_10CookieListEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSA_15InvokerStorage1IT_T0_EEEESD_RKSE_
2257 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
2258 fun:_ZN3net17URLRequestHttpJob5StartEv
2259 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
2260 fun:_ZN3net10URLRequest5StartEv
2267 fun:*SHA1Fingerprint*
2268 fun:_ZN3net16CertVerifyResultaSERKS0_
2269 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16CertVerifyResultE
2270 fun:_ZN3net18CertVerifierWorker7DoReplyEv
2276 fun:_ZN4base4BindIMNS_6subtle18TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
2277 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
2278 fun:_ZN3net18CertVerifierWorker6FinishEv
2279 fun:_ZN3net18CertVerifierWorker3RunEv
2285 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
2286 fun:_Z18ServiceProcessMainRK18MainFunctionParams
2295 fun:_ZN4base13LaunchProcessERKSt6vectorISsSaISsEERKNS_13LaunchOptionsEPi
2296 fun:_ZN4base13LaunchProcessERK11CommandLineRKNS_13LaunchOptionsEPi
2297 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
2303 fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14CancelableTaskPT_T0_
2304 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
2310 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE
2311 fun:_ZN16ServiceIPCServer13CreateChannelEv
2312 fun:_ZN16ServiceIPCServer4InitEv
2313 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
2314 fun:_Z18ServiceProcessMainRK18MainFunctionParams
2323 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE
2329 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
2330 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserverEEE9AsWeakPtrEv
2331 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
2337 fun:_ZN8remoting13ClientSession11UnpressKeysEv
2338 fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
2344 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEEEE8allocateEjPKv
2345 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv
2346 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_
2347 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_
2348 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_
2349 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_tree_iteratorIS7_ERKS7_
2350 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
2351 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
2352 fun:_ZN4base15DictionaryValue3SetERKSsPNS_5ValueE
2353 fun:_ZN4base15DictionaryValue9SetStringERKSsRKSbItNS_20string16_char_traitsESaItEE
2354 fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
2355 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoESaIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
2362 fun:xdg_mime_get_mime_type_from_file_name
2363 fun:*GetFileMimeTypeE*
2364 fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs
2365 fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs
2366 fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs
2367 fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileE*
2368 fun:_ZN3net19GetMimeTypeFromFileE*
2374 fun:_ZN3net9HttpCache13CreateBackendEPPN10disk_cache7BackendEP14CallbackRunnerI6Tuple1IiEE
2375 fun:_ZN3net9HttpCache17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
2377 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8CallbackIFvvEEE
2387 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
2388 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
2395 fun:_ZN7WebCoreL21getCachedHarfbuzzFaceEPNS_16FontPlatformDataE
2396 fun:_ZN7WebCore12HarfbuzzFaceC1EPNS_16FontPlatformDataE
2397 fun:_ZN7WebCore12HarfbuzzFace6createEPNS_16FontPlatformDataE
2398 fun:_ZNK7WebCore16FontPlatformData12harfbuzzFaceEv
2399 fun:_ZN7WebCore21ComplexTextController21setupFontForScriptRunEv
2405 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv
2419 fun:_ZN2v88internal10PagedSpace11AllocateRawEi
2420 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi
2421 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
2422 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
2423 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
2424 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
2425 fun:_ZN2v88internal12Deserializer13VisitPointersEPPNS0_6ObjectES4_
2429 Memcheck:Uninitialized
2431 fun:_ZN4base12Base64Encode*
2432 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap
2433 fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap
2439 fun:_ZL9toCStringRK9_NPString
2440 fun:_ZL15testPostURLFileP12PluginObjectPK10_NPVariantjPS1_
2441 fun:_ZL12pluginInvokeP8NPObjectPvPK10_NPVariantjPS2_
2442 fun:_ZN7WebCoreL18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
2448 fun:_ZN5blink12CCThreadImpl6createEPNS_9WebThreadE
2449 fun:_ZN5blink13WebCompositor9setThreadEPNS_9WebThreadE
2450 fun:_ZN11WebViewHostC1EP9TestShell
2451 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgent
2457 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
2458 fun:_ZN4base11MessageLoop11RunInternalEv
2459 fun:_ZN4base11MessageLoop10RunHandlerEv
2465 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit13WebPluginInfoEE8allocateEjPKv
2467 fun:_ZNSt6vectorIN6webkit13WebPluginInfoESaIS1*
2471 Memcheck:Uninitialized
2473 fun:_ZN6SkScan12AntiFillPathERK6SkPathRK8SkRegionP9SkBlitterb
2474 fun:_ZN6SkScan12AntiFillPathERK6SkPathRK12SkRasterClipP9SkBlitter
2475 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
2476 fun:_ZN8SkDevice8drawPathERK6SkDrawRK6SkPathRK7SkPaintPK8SkMatrixb
2477 fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
2478 fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
2479 fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
2480 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
2481 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
2485 Memcheck:Uninitialized
2487 fun:_ZN6SkScan12AntiFillRectERK6SkRectPK8SkRegionP9SkBlitter
2488 fun:_ZN6SkScan12AntiFillRectERK6SkRectRK12SkRasterClipP9SkBlitter
2489 fun:_ZNK6SkDraw8drawRectERK6SkRectRK7SkPaint
2490 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
2491 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
2492 fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
2493 fun:_ZN7WebCore15GraphicsContext20drawHighlightForTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEiRKNS_5ColorENS_10ColorSpaceEii
2497 Memcheck:Uninitialized
2499 fun:_ZL11morphpointsP7SkPointPKS_iR13SkPathMeasureRK8SkMatrix
2500 fun:_ZL9morphpathP6SkPathRKS_R13SkPathMeasureRK8SkMatrix
2501 fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
2502 fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
2503 fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
2504 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
2505 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
2506 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
2507 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
2508 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
2514 fun:_Z22RecoveryRegisterHelperP22ComponentUpdateServiceP11PrefService
2520 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsCompleteEiRK4GURLiPN3IPC7MessageE
2526 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
2527 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFetcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs
2528 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_
2529 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv
2530 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
2536 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateContextEEEPN7content18URLFetcherDelegateEPT_PT0_
2537 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
2543 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6WorkerE
2545 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
2546 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
2547 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
2548 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
2554 fun:_ZN7WebCore12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
2555 fun:_ZNK7WebCore9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24RenderBoxRegionInfoFlagsE
2557 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
2563 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
2564 fun:_ZN*WebCore16V8StringResourceILNS_20V8StringResourceMode*
2570 fun:_ZN7WebCore*makeExternalString*
2572 fun:_ZN7WebCore11StringCache20v8ExternalStringSlow*
2573 fun:_ZN7WebCore11StringCache16v8ExternalStringEPN*
2579 fun:_ZN7WebCore*makeExternalString*
2581 fun:_ZN7WebCore11StringCache28setReturnValueFromStringSlow*
2582 fun:_ZN7WebCore11StringCache24setReturnValueFromString*
2588 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
2589 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
2595 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF*StringEEET_*
2596 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF*StringEEET_*
2597 fun:_ZN7WebCore15V8ParameterBasecvN3WTF*StringEEv
2599 fun:_ZN2v88internalL*HandleApiCall*
2606 fun:_ZN7WebCore15NPObjectWrapper10NPAllocateEP4_NPPP7NPClass
2607 fun:_NPN_CreateObject
2608 fun:_ZN7WebCore15NPObjectWrapper6createEP8NPObject
2609 fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
2610 fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
2611 fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
2618 fun:_ZN22WebPluginDelegateProxy20CreateResourceClientEmRK4GURLi
2619 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jibNS1_8ReferrerEbb
2625 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
2626 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
2627 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
2628 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Graphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
2629 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy10OnMsgFlushERKNS_12HostResourceE
2635 fun:_ZN3WTF10fastMallocEj
2636 fun:_ZN3WTF7HashSetIPN7WebCore16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEEnwEj
2637 fun:_ZN7WebCore21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStringEPNS_16SVGStyledElementE
2643 fun:_ZN7WebCore14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE
2644 fun:_ZN7WebCoreL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb
2645 fun:_ZN7WebCore17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS_8DocumentEb
2646 fun:_ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb
2650 Memcheck:Uninitialized
2651 fun:encode_one_block
2654 fun:process_data_simple_main
2655 fun:chromium_jpeg_write_scanlines
2656 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
2657 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageE?PSt6vectorIhSaIhEE
2658 fun:_ZN7history8TopSites12EncodeBitmapE*N3gfx5ImageEP13scoped_refptrIN4base15RefCountedBytesEE
2659 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURL*N3gfx5ImageERK14ThumbnailScore
2660 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
2661 fun:_ZN7history*ExpireHistoryTest_*
2665 Memcheck:Uninitialized
2666 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
2667 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
2671 Memcheck:Uninitialized
2673 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
2674 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2680 fun:_ZN15tracked_objects10ThreadData10InitializeEv
2681 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
2682 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
2688 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_objects6BirthsENS3_9DeathDataEEEE8allocateE*
2690 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
2691 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
2692 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6Births*
2693 fun:_ZN15tracked_objects10ThreadData3?TallyRun*IfTrackingE*
2699 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
2700 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
2704 Memcheck:Uninitialized
2705 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
2706 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
2707 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4base12TrackingInfoERKNS_11TrackedTimeES7_
2710 Intentional leak of stl map during thread cleanup in profiler
2713 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
2719 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Version
2725 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
2731 fun:HB_OpenTypeShape
2732 fun:arabicSyriacOpenTypeShape
2735 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
2736 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
2737 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv
2738 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflowE
2739 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE
2740 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
2741 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
2742 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
2745 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
2746 # leaks on shutdown instead of getting deleted. The destructor doesn't do
2747 # anything important, so this shouldn't be a big deal.
2751 fun:_ZN16ProcessSingletonC1E*
2752 fun:_ZN22ChromeProcessSingletonC1E*
2759 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
2760 fun:_ZN4base12TrackingInfoC?ERKN15tracked_objects8LocationENS_9TimeTicksE
2767 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
2768 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
2769 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_
2773 Memcheck:Uninitialized
2777 fun:_ZN4base9vsnprintfEPcjPKcS0_
2778 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_
2779 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc
2780 fun:_ZN4base13StringAppendVEPSsPKcPc
2781 fun:_ZN4base13StringAppendFEPSsPKcz
2782 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2783 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2784 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2785 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2786 fun:_ZN4base10JSONWriter16WriteWithOptionsEPKNS_5ValueEbiPSs
2787 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
2788 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
2789 fun:_ZN18jstemplate_builder12AppendJsonJSEPKN4base15DictionaryValueEPSs
2790 fun:_ZN19OptionsUIHTMLSource16StartDataRequestERKSsbi
2791 fun:_ZN4base8internal15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEE3RunEPS3_S5_RKbRKi
2792 fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEEEFvRKPS4_S6_RKbRKiEE8MakeItSoES9_SC_S6_SE_SG_
2793 fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEEEFvPS5_S7_biEFvSB_SsbiEEESC_E3RunEPNS0_13BindStateBaseE
2794 fun:_ZNK4base8CallbackIFvvEE3RunEv
2801 fun:_ZNSt6vector*9push_back*
2802 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
2803 fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19ConvolutionFilter1DE
2804 fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethodEiiiiRK7SkIRect
2805 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
2806 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
2807 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
2808 fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN5blink7WebViewEiiP8SkBitmapP14ThumbnailScore
2809 fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
2810 fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
2814 Memcheck:Uninitialized
2816 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
2817 fun:_ZN4skia15ImageOperations11ResizeBasicE*
2818 fun:_ZN4skia15ImageOperations6ResizeE*
2822 Memcheck:Uninitialized
2823 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
2824 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
2825 fun:_ZN7WebCore20RenderBoxModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
2826 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
2827 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
2828 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
2832 Memcheck:Uninitialized
2833 fun:_ZN7WebCore21ComplexTextController*
2835 fun:_ZNK7WebCore4Font27selectionRectForComplexTextERKNS_7TextRunERKNS_10FloatPointEiii
2836 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEiii
2837 fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi
2838 fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi
2839 fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
2840 fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositionE
2841 fun:_ZN7WebCore14FrameSelection14localCaretRectEv
2842 fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv
2843 fun:_ZN7WebCore14FrameSelection16updateAppearanceEv
2847 Memcheck:Uninitialized
2848 fun:_ZN7WebCore21ComplexTextController*
2850 fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
2851 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
2852 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
2853 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDataEbb
2855 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE
2856 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
2857 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
2858 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
2864 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
2865 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
2866 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
2867 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Graphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
2868 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResourceE
2872 Memcheck:Uninitialized
2874 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
2875 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
2876 fun:_ZN13JsonPrefStore13SerializeDataEPSs
2877 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv
2878 fun:_ZN13JsonPrefStore18CommitPendingWriteEv
2879 fun:_ZN13JsonPrefStoreD0Ev
2880 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
2881 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_
2882 fun:_ZN11PrefServiceD0Ev
2883 fun:_ZN10scoped_ptrI11PrefServiceED1Ev
2884 fun:_ZN14TestingProfileD2Ev
2885 fun:_ZN23ExtensionTestingProfileD0Ev
2891 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
2892 fun:_ZN4base14PlatformThread7SetNameEPKc
2898 fun:_ZN7WebCore11iBeamCursorEv
2899 fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResultsEPNS_9ScrollbarE
2900 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
2901 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
2902 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
2903 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
2904 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
2911 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
2917 obj:/lib/tls/i686/cmov/libpthread-2.11.1.so
2918 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
2919 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
2920 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
2921 fun:_ZN3IPC18SendCallbackHelper4SendEv
2925 Memcheck:Uninitialized
2927 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
2928 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
2929 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
2930 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
2931 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
2932 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
2933 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
2937 Memcheck:Uninitialized
2938 fun:_ZN7WebCore13PlatformEventC2ENS0_4TypeEbbbbd
2939 fun:_ZN7WebCore18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_13PlatformEvent4TypeEibbbbd
2940 fun:_ZN7WebCore12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE
2941 fun:_ZN7WebCore5TimerINS_12EventHandlerEE5firedEv
2942 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
2943 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
2944 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2945 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv
2951 fun:_ZN3WTF10fastMallocEm
2952 fun:_ZN3WTF10RefCountedIN7WebCore5EventEEnwEm
2953 fun:_ZN7WebCore12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPtrINS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS1_6StringESE_NS9_INS_9DOMWindowEEE
2954 fun:_ZN7WebCore16PostMessageTimer5eventEPNS_22ScriptExecutionContextE
2955 fun:_ZN7WebCore9DOMWindow21postMessageTimerFiredEN3WTF10PassOwnPtrINS_16PostMessageTimerEEE
2956 fun:_ZN7WebCore16PostMessageTimer5firedEv
2957 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
2958 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
2959 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2960 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv
2966 fun:_ZN2v88internal8NewArrayIhEEPT*
2967 fun:_ZN2v88internal11RegExpStack14EnsureCapacityEm
2968 fun:_ZN2v88internal16RegExpStackScopeC1EPNS0_7IsolateE
2969 fun:_ZN2v88internal26NativeRegExpMacroAssembler7ExecuteEPNS0_4CodeEPNS0_6String*
2970 fun:_ZN2v88internal26NativeRegExpMacroAssembler5MatchENS0_6HandleINS0_4CodeEEENS2_INS0_6StringEEEPiiiPNS0_7IsolateE
2971 fun:_ZN2v88internal10RegExpImpl*IrregexpExec*ENS0_6HandleINS0_8JSRegExpEEENS2_INS0_6StringEEEiPii
2977 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
2978 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
2979 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
2981 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
2982 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2983 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
2984 fun:_ZN7WebCore28V8WorkerContextEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
2985 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
2986 fun:_ZN7WebCore28V8WorkerContextEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
2987 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
2993 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
2994 fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
2995 fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
2996 fun:_ZN7WebCore25WebKitBlobBuilderInternal*
3002 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
3003 fun:_ZN*7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EE8toStringIN3WTF12AtomicStringEEET_v
3004 fun:_ZN*7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EEcvN3WTF12AtomicStringEEv
3006 fun:_ZN7WebCore24XMLHttpRequestV8Internal*
3008 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3010 # OOM in layout test: crash/array-splice.html
3013 Memcheck:Unaddressable
3014 fun:_ZN7WebCoreL28reportFatalErrorInMainThreadEPKcS1_
3015 fun:_ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb
3017 fun:_ZN7WebCore12ScriptLoader13executeScriptERKNS_16ScriptSourceCodeE
3023 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribManager16VertexAttribInfoEEE8allocateEmPKv
3024 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE11_M_get_nodeEv
3025 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14_M_create_nodeERKS4_
3026 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6insertESt14_List_iteratorIS4_ERKS4_
3027 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2_SaIS4_EE
3028 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
3029 fun:_ZN3gpu5gles216GLES2DecoderImpl10Initialize*
3030 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
3031 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
3032 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
3039 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
3040 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
3041 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blink20WebGraphicsContext3D10AttributesE
3042 fun:_ZN7WebCore17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0_11RenderStyleE
3043 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
3044 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
3045 fun:_ZN7WebCore19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE
3049 Memcheck:Uninitialized
3051 fun:_ZN7WebCore11ImageBuffer27platformTransformColorSpaceERKN3WTF6VectorIiLm0EEE
3052 fun:_ZN7WebCore11ImageBuffer19transformColorSpaceENS_10ColorSpaceES1_
3053 fun:_ZN7WebCore23RenderSVGResourceFilter17postApplyResourceEPNS_12RenderObjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
3055 fun:_ZN7WebCore14RenderSVGShape5paintERNS_9PaintInfoERKNS_*
3057 fun:_ZN7WebCore13RenderSVGRoot*paint*PaintInfoERKNS_*
3063 fun:_ZN18BrowserProcessImpl29ResourceDispatcherHostCreatedEv
3064 fun:_ZN6chrome26ChromeContentBrowserClient29ResourceDispatcherHostCreatedEv
3065 fun:_ZN22ResourceDispatcherHost*
3067 fun:_ZN7content15BrowserMainLoop21BrowserThreadsStartedEv
3068 fun:_ZN7content15BrowserMainLoop*
3070 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
3076 fun:_ZN15StartupTimeBomb3ArmERKN4base9TimeDeltaE
3077 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
3083 fun:_ZN11leveldb_*ChromiumEnv11StartThread*
3084 fun:_ZN11leveldb_*ChromiumEnv8Schedule*
3085 fun:_ZN7leveldb6DBImpl23MaybeScheduleCompactionEv
3086 fun:_ZN7leveldb6DBImpl16MakeRoomForWriteEb
3087 fun:_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE
3088 fun:_ZN17LeveldbValueStore9WriteToDbEPN7leveldb10WriteBatchE
3089 fun:_ZN17LeveldbValueStore3SetEiRKSsRKN4base5ValueE
3090 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetEiRKSsRKN4base5ValueE
3091 fun:_ZN10extensions23SyncableSettingsStorage3SetEiRKSsRKN4base5ValueE
3097 fun:_ZN3WTF10fastMallocEm
3098 fun:_ZN7WebCore17ClipboardChromiumnwEm
3099 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF10PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
3105 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
3109 Memcheck:Uninitialized
3110 fun:fetch_texel_2d_f_rgba8888
3112 fun:sample_nearest_2d
3115 fun:_mesa_execute_program
3117 fun:_swrast_exec_fragment_program
3118 fun:shade_texture_span
3119 fun:_swrast_write_rgba_span
3120 fun:general_triangle
3122 fun:_swrast_Triangle
3126 fun:_tnl_run_pipeline
3128 fun:_tnl_vbo_draw_prims
3134 fun:_ZN2v88internal21NativeObjectsExplorer18FindOrAddGroupInfoEPKc
3136 fun:_ZN2v88internal21NativeObjectsExplorer27IterateAndExtractReferencesEPNS0_23SnapshotFillerInterfaceE
3137 fun:_ZN2v88internal21HeapSnapshotGenerator25CountEntriesAndReferencesEv
3138 fun:_ZN2v88internal21HeapSnapshotGenerator16GenerateSnapshotEv
3139 fun:_ZN2v88internal12HeapProfiler16TakeSnapshotImplEPKciPNS_15ActivityControlE
3141 fun:_ZN2v88internal12HeapProfiler12TakeSnapshotEPNS0_6StringEiPNS_15ActivityControlE
3142 fun:_ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeEPNS_15ActivityControlE
3143 fun:_ZL13GetNumObjectsPKc
3147 Memcheck:Unaddressable
3148 fun:_ZN7WebCore15PlatformSupport25loadPlatformAudioResourceEPKcd
3149 fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf
3150 fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
3151 fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif
3152 fun:_ZN7WebCore12HRTFDatabaseC1Ef
3153 fun:_ZN7WebCore12HRTFDatabase6createEf
3154 fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv
3155 fun:_ZN7WebCoreL19databaseLoaderEntryEPv
3156 fun:_ZN3WTFL16threadEntryPointEPv
3163 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
3164 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
3165 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISsSaISsEES9_PNS0_9WebPluginEb
3166 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE
3167 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3168 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3169 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3170 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
3174 Memcheck:Unaddressable
3175 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jibNS1_8ReferrerEbb
3176 fun:_ZN6webkit5npapi13WebPluginImpl16HandleURLRequestEPKcS3_S3_S3_jibb
3177 fun:_ZN6webkit5npapi14PluginInstance10RequestURLEPKcS3_S3_S3_jbPv
3179 fun:NPN_GetURLNotify
3180 fun:_ZN10PluginTest16NPN_GetURLNotifyEPKcS1_Pv
3181 fun:_ZN34GetURLNotifyWithURLThatFailsToLoad7NPP_NewEPctsPS0_S1_P12_NPSavedData
3183 fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
3184 fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
3185 fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISsSaISsEES9_PNS0_9WebPluginEb
3186 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN5blink18WebPluginContainerE
3187 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3188 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3189 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3190 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
3194 Memcheck:Unaddressable
3195 fun:_ZN27DocumentOpenInDestroyStream17NPP_DestroyStreamEP9_NPStreams
3196 fun:NPP_DestroyStream
3197 fun:_ZN6webkit5npapi14PluginInstance17NPP_DestroyStreamEP9_NPStreams
3198 fun:_ZN6webkit5npapi12PluginStream5CloseEs
3199 fun:_ZN6webkit5npapi15PluginStreamUrl5CloseEs
3200 fun:_ZN6webkit5npapi15PluginStreamUrl16DidFinishLoadingEv
3201 fun:_ZN6webkit5npapi13WebPluginImpl16didFinishLoadingEPN5blink12WebURLLoaderEd
3208 fun:*Enumerate*ObjectPPPvPj
3209 fun:_ZN7WebCore26npObjectPropertyEnumerator*Info*
3211 fun:_ZN2v88internal28Runtime_GetPropertyNamesFast*IsolateE
3217 fun:_ZN2v88internal2OS15CreateSemaphoreEi
3218 fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE
3219 fun:_ZN2v88internal6Logger5SetUpEv
3220 fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE
3221 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE
3222 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi
3223 fun:_ZN2v88internal8Snapshot10InitializeEPKc
3224 fun:_ZN2v8L16InitializeHelperEv
3225 fun:_ZN2v8L27EnsureInitializedForIsolateEPNS_8internal7IsolateEPKc
3226 fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_
3227 fun:_ZN7WebCore27WorkerContextExecutionProxy19initContextIfNeededEv
3228 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1_12TextPositionEPNS_27WorkerContextExecutionStateE
3229 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_11ScriptValueE
3230 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE
3231 fun:_ZN7WebCore12WorkerThread12workerThreadEv
3232 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
3233 fun:_ZN3WTFL16threadEntryPointEPv
3237 Memcheck:Unaddressable
3239 fun:_ZN5blink31WorkerFileSystemCallbacksBridge4stopEv
3240 fun:_ZN5blink31WorkerFileSystemContextObserver10notifyStopEv
3241 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
3242 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecutionContextE
3243 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
3244 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
3251 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters
3255 Memcheck:Uninitialized
3257 fun:_ZNK4base9Histogram11BucketIndexEi
3258 fun:_ZN4base9Histogram3AddEi
3259 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciiii
3260 fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii
3261 fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPasses*
3262 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
3263 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
3269 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
3270 fun:_ZN8notifier5Login15StartConnectionEv
3271 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
3277 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
3283 fun:_ZN5blink16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserClientERKNS1_5ColorE
3284 fun:_ZN7WebCore6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5ColorE
3285 fun:_ZN7WebCore14ColorInputType22handleDOMActivateEventEPNS_5EventE
3286 fun:_ZN7WebCore16HTMLInputElement19defaultEventHandlerEPNS_5EventE
3287 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE
3288 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE
3295 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
3296 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
3297 fun:_ZN14webkit_support23CreateGraphicsContext3DERKN5blink20WebGraphicsContext3D10AttributesEPNS0_7WebViewEb
3298 fun:_ZN11WebViewHost23createGraphicsContext3DERKN5blink20WebGraphicsContext3D10AttributesE
3299 fun:_ZN5blink11WebViewImpl33createCompositorGraphicsContext3DEv
3300 fun:_ZN5blink11WebViewImpl15createContext3DEv
3304 Memcheck:Uninitialized
3306 fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
3307 fun:_ZN15SkScalerContext10getMetricsEP7SkGlyph
3308 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
3312 Memcheck:Uninitialized
3314 fun:_ZNK6SkRect8roundOutEP7SkIRect
3315 fun:_ZN15SkScalerContext10getMetricsEP7SkGlyph
3316 fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
3317 fun:_ZN12SkGlyphCache17getGlyphIDMetricsEt
3318 fun:_ZL22sk_getMetrics_glyph_00P12SkGlyphCachePPKcii
3319 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
3320 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
3321 fun:_ZN11SkGpuDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
3322 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
3323 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
3324 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
3325 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
3326 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
3327 fun:_ZN7WebCore15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointE
3328 fun:_ZN7WebCore24CanvasRenderingContext2D16drawTextInternalERKN3WTF6StringEffbfb
3329 fun:_ZN7WebCore24CanvasRenderingContext2D10strokeTextERKN3WTF6StringEfff
3330 fun:_ZN7WebCore32CanvasRenderingContext2DInternalL18strokeTextCallbackERKN2v89ArgumentsE
3331 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3332 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3338 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
3339 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
3340 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blink20WebGraphicsContext3D10AttributesE
3341 fun:_ZN13TestWebPlugin10initializeEPN5blink18WebPluginContainerE
3342 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3348 fun:_ZN11WebViewHost12createPluginEPN5blink8WebFrameERKNS0_15WebPluginParamsE
3349 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
3350 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3351 fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
3352 fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
3353 fun:_ZN7WebCore16HTMLEmbedElement12updateWidgetENS_20PluginCreationOptionE
3359 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
3360 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContext*SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
3361 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
3362 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
3363 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
3369 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribManager16VertexAttribInfoEEE8allocateEmPKv
3370 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE11_M_get_nodeEv
3371 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14_M_create_nodeERKS4_
3372 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6insertESt14_List_iteratorIS4_ERKS4_
3373 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2_SaIS4_EE
3374 fun:_ZN3gpu5gles219VertexAttribManager6EnableEjb
3380 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEEEE8allocateEmPKv
3381 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE11_M_get_nodeEv
3382 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE14_M_create_nodeERKS7_
3383 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_
3384 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE16_M_insert_uniqueERKS7_
3385 fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS7_ERKS7_
3386 fun:_ZNSt3mapIj10linked_ptrIN3gpu13CommonDecoder6BucketEESt4lessIjESaISt4pairIKjS4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
3387 fun:_ZNSt3mapIj10linked_ptrIN3gpu13CommonDecoder6BucketEESt4lessIjESaISt4pairIKjS4_EEEixERS8_
3388 fun:_ZN3gpu13CommonDecoder12CreateBucketEj
3395 fun:_ZN3gpu19MappedMemoryManager5Alloc*
3396 fun:_ZN3gpu5gles219GLES2Implementation24MapTexSubImage2DCHROMIUM*
3397 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl24mapTexSubImage2DCHROMIUM*
3398 fun:_ZN7WebCore24GraphicsContext3DPrivate24mapTexSubImage2DCHROMIUM*
3399 fun:_ZN7WebCore20Extensions3DChromium24mapTexSubImage2DCHROMIUM*
3400 fun:_ZN7WebCore20LayerTextureSubImage24uploadWithMapTexSubImageEPKhRKNS_7IntRectES5_S5_jPNS_17GraphicsContext3DE
3401 fun:_ZN7WebCore20LayerTextureSubImage6uploadEPKhRKNS_7IntRectES5_S5_jPNS_17GraphicsContext3DE
3402 fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater17updateTextureRectEPNS_17GraphicsContext3DEPNS_16TextureAllocatorEPNS_14ManagedTextureERKNS_7IntRectES9_
3403 fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater7Texture10updateRectEPNS_17GraphicsContext3DEPNS_16TextureAllocatorERKNS_7IntRectES8_
3409 fun:_ZN11GrGLTexture4initEP7GrGpuGLRKNS_4DescEPKN16GrGLRenderTarget4DescE
3410 fun:_ZN11GrGLTextureC1EP7GrGpuGLRKNS_4DescE
3411 fun:_ZN7GrGpuGL15onCreateTextureERK13GrTextureDescPKvm
3412 fun:_ZN5GrGpu13createTextureERK13GrTextureDescPKvm
3413 fun:_ZN9GrContext20createAndLockTextureEmPK14GrSamplerStateRK13GrTextureDescPvm
3414 fun:_Z27sk_gr_create_bitmap_textureP9GrContextmPK14GrSamplerStateRK8SkBitmap
3415 fun:_ZN11SkGpuDevice17lockCachedTextureERK8SkBitmapPK14GrSamplerState
3421 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8allocateEmPKv
3422 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE11_M_get_nodeEv
3423 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE14_M_create_nodeERKSs
3424 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKSs
3425 fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueERKSs
3426 fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs
3427 fun:_ZN3gpu5gles219GLES2Implementation32GetRequestableExtensionsCHROMIUMEv
3428 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl32getRequestableExtensionsCHROMIUMEv
3429 fun:_ZN7WebCore24GraphicsContext3DPrivate20initializeExtensionsEv
3430 fun:_ZN7WebCore24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE
3436 fun:_ZN3WTF10fastMallocEm
3437 fun:_ZN3WTF10RefCountedIN7WebCore7ArchiveEEnwEm
3438 fun:_ZN7WebCore12MHTMLArchive6createEv
3440 fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
3441 fun:_ZN7WebCore11MHTMLParser12parseArchiveEv
3442 fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
3443 fun:_ZN7WebCoreL20archiveFactoryCreateINS_12MHTMLArchiveEEEN3WTF10PassRefPtrINS_7ArchiveEEERKNS_4KURLEPNS_12SharedBufferE
3444 fun:_ZN7WebCore14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6StringE
3446 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
3447 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd
3453 fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1Ev
3454 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS*
3455 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS*
3456 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS*
3457 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS*
3463 fun:_ZN9__gnu_cxx13new_allocatorISsE8allocate*
3464 fun:_ZNSt12_Vector_baseISsSaISsEE11_M_allocate*
3465 fun:_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs
3466 fun:_ZNSt6vectorISsSaISsEE9push_backERKSs
3467 fun:_ZN4baseL12SplitStringTISsEEvRKT_NS1_10value_typeEbPSt6vectorIS1_SaIS1_EE
3470 bug_122717_use_after_free
3471 Memcheck:Unaddressable
3472 fun:__pthread_mutex_unlock_usercnt
3473 fun:_ZN4base8internal8LockImpl6UnlockEv
3474 fun:_ZN4base4Lock7ReleaseEv
3475 fun:_ZN4base8AutoLockD1Ev
3476 fun:_ZN5gdata15GDataFileSystem21RunTaskOnIOThreadPoolERKN4base8CallbackIFvvEEE
3482 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
3483 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
3484 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
3488 Memcheck:Unaddressable
3489 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE
3490 fun:_ZN7WebCore13CCThreadProxy18finishAllRenderingEv
3491 fun:_ZN7WebCore15CCLayerTreeHost18finishAllRenderingEv
3492 fun:_ZN5blink16WebLayerTreeView18finishAllRenderingEv
3493 fun:_ZN5blink11WebViewImpl33setIsAcceleratedCompositingActiveEb
3494 fun:_ZN5blink11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
3498 Memcheck:Unaddressable
3499 fun:_ZN5blink12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE
3500 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv
3501 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv
3502 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv
3503 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_
3504 fun:_ZN7WebCore13LayerChromium16removeFromParentEv
3505 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv
3511 fun:_ZN3WTF10fastMallocEm
3512 fun:_ZN3WTF16fastZeroedMallocEm
3514 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS3_EERKj
3515 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6ObjectEEE
3516 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5ValueEEEPNS1_9StateBaseE
3517 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
3518 fun:_ZN7WebCore21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
3519 fun:_ZN7WebCore21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
3520 fun:_ZN7WebCoreL25handlePostMessageCallbackERKN2v89ArgumentsEb
3521 fun:_ZN7WebCore11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
3522 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3523 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3530 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
3531 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequestEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
3532 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLRequestEPNS1_18WebURLLoaderClientE
3540 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv
3541 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
3542 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
3543 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
3544 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
3551 fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi
3557 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit17WebPluginMimeTypeEE8allocateEmPKv
3558 fun:_ZNSt12_Vector_baseIN6webkit17WebPluginMimeTypeESaIS1_EE11_M_allocateEm
3559 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_
3560 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE9push_backERKS1_
3561 fun:_ZN6webkit5npapi9PluginLib20ParseMIMEDescriptionERKSsPSt6vectorINS_17WebPluginMimeTypeESaIS5_EE
3562 fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoE*
3563 fun:_ZN6webkit5npapi10PluginList14ReadPluginInfoE*
3564 fun:_ZN6webkit5npapi10PluginList10LoadPluginE*
3565 fun:_ZN17UtilityThreadImpl13OnLoadPluginsE*
3571 fun:_ZN3gfx5ImageC1ERK8SkBitmap
3572 fun:_ZN16BrowserThemePack16LoadRawBitmapsToE*
3573 fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension
3574 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
3580 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
3581 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
3582 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
3583 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerEPNS_11StateWriterE
3584 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
3585 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
3591 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
3592 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
3593 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
3594 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerE
3595 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
3596 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
3602 fun:_ZN7WebCore9ClipRects6createERKS0_
3603 fun:_ZN7WebCore11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
3605 fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE
3606 fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
3610 Memcheck:Uninitialized
3612 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
3613 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
3614 fun:_ZN7WebCore12TextTrackCue12getCueAsHTMLEv
3615 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
3616 fun:_ZN7WebCore16HTMLMediaElement25updateActiveTextTrackCuesEf
3620 Memcheck:Uninitialized
3621 fun:_NPN_EvaluateHelper
3623 fun:_ZN5blink11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant
3624 fun:_ZL13executeScriptPK12PluginObjectPKc
3626 fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv
3627 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv
3628 fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev
3629 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv
3630 fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN5blink12WebURLLoaderE
3631 fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN5blink18WebPluginContainerE
3632 fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv
3633 fun:_ZN5blink22WebPluginContainerImplD0Ev
3634 fun:_ZN3WTF10RefCountedIN7WebCore6WidgetEE5derefEv
3635 fun:_ZNSt4pairIN3WTF6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewEED1Ev
3636 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i
3637 fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_ED1Ev
3638 fun:_ZN3WTF7HashMapINS_6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewENS_7PtrHashIS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev
3639 fun:_ZN7WebCore12RenderWidget28resumeWidgetHierarchyUpdatesEv
3640 fun:_ZN7WebCore7Element6detachEv
3641 fun:_ZN7WebCore13ContainerNode14detachChildrenEv
3642 fun:_ZN7WebCore13ContainerNode6detachEv
3646 Memcheck:Uninitialized
3647 fun:_ZNK7WebCore16HTMLInputElement8dataListEv
3648 fun:_ZNK7WebCore16HTMLInputElement4listEv
3649 fun:_ZN7WebCore21RenderSliderContainer6layoutEv
3650 fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginInfoERNS_20FractionalLayoutUnitES6_
3651 fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnitE
3652 fun:_ZN7WebCore11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE
3653 fun:_ZN7WebCore11RenderBlock6layoutEv
3654 fun:_ZN7WebCore12RenderSlider6layoutEv
3658 Memcheck:Uninitialized
3659 fun:_ZNK7WebCore16HTMLInputElement8dataListEv
3660 fun:_ZNK7WebCore16HTMLInputElement4listEv
3661 fun:_ZN7WebCore11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
3662 fun:_ZN7WebCore24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
3663 fun:_ZN7WebCore11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
3664 fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21FractionalLayoutPointE
3665 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLayoutPointE
3671 fun:_ZN3WTF10fastMallocEm
3672 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
3673 fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
3674 fun:_ZNK7WebCore13ScriptProfile4headEv
3675 fun:_ZN7WebCore23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
3676 fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6StringE
3677 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringEP18PropertyAttributes
3678 fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEENS3_INS0_6StringEEE
3679 fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE
3685 fun:_ZN3WTF10fastMallocEm
3686 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
3687 fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
3688 fun:_ZNK7WebCore17ScriptProfileNode8childrenEv
3689 fun:_ZN7WebCore27ScriptProfileNodeV8InternalL16childrenCallbackERKN2v89ArgumentsE
3695 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
3696 fun:_ZN*WebCore*V8StringResourceILNS_20V8StringResourceMode*
3698 fun:_ZN7WebCore21EventTargetV8InternalL22addEventListenerMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
3702 Memcheck:Uninitialized
3703 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
3704 fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv
3708 Memcheck:Uninitialized
3709 fun:_ZNK7WebCore18AccessibilityTable9roleValueEv
3710 fun:_ZNK7WebCore25AccessibilityRenderObject20ariaLiveRegionStatusEv
3711 fun:_ZNK7WebCore19AccessibilityObject22supportsARIALiveRegionEv
3712 fun:_ZNK7WebCore19AccessibilityObject22supportsARIAAttributesEv
3713 fun:_ZN7WebCore25AccessibilityRenderObject26determineAccessibilityRoleEv
3714 fun:_ZN7WebCore23AccessibilityNodeObject4initEv
3715 fun:_ZN7WebCore25AccessibilityRenderObject4initEv
3716 fun:_ZN7WebCore18AccessibilityTable4initEv
3722 fun:_ZN7WebCore22ThreadableBlobRegistry17unregisterBlobURLERKNS_4KURLE
3724 fun:_ZN7WebCore15WrapperTypeInfo11derefObjectEPv
3725 fun:_ZN7WebCore7DOMData11derefObjectEPNS_15WrapperTypeInfoEPv
3726 fun:_ZN7WebCore7DOMData23WrapperMapObjectRemoverIvE15visitDOMWrapperEPNS_12DOMDataStoreEPvN2v810PersistentINS6_6ObjectEEE
3727 fun:_ZN7WebCore16WeakReferenceMapIvN2v86ObjectEE5visitEPNS_12DOMDataStoreEPNS_24AbstractWeakReferenceMapIvS2_E7VisitorE
3728 fun:_ZN7WebCore7DOMData27removeObjectsFromWrapperMapIvEEvPNS_12DOMDataStoreERNS_24AbstractWeakReferenceMapIT_N2v86ObjectEEE
3729 fun:_ZN7WebCore19removeAllDOMObjectsEv
3730 fun:_ZN7WebCore22WorkerScriptControllerD1Ev
3731 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_
3732 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
3733 fun:_ZN7WebCore13WorkerContext11clearScriptEv
3734 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExecutionContextE
3735 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
3736 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredicateENS0_8WaitModeE
3737 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
3738 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
3739 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
3743 Memcheck:Unaddressable
3744 fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture
3745 fun:_ZN7WebCoreL23createAcceleratedCanvas*
3746 fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater17*
3747 fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updateRectEPNS_18CCResourceProviderERKNS_7IntRectES6_
3748 fun:_ZN7WebCore12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_19LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_
3749 fun:_ZN7WebCore16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13TextureCopierEPNS_15TextureUploaderEm
3750 fun:_ZN7WebCore19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE
3751 fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
3752 fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
3753 fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
3754 fun:_ZN5blink16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
3755 fun:_ZN5blink11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7IntRectE
3756 fun:_ZN5blink11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
3757 fun:_ZN11WebViewHost9paintRectERKN5blink7WebRectE
3758 fun:_ZN11WebViewHost22paintInvalidatedRegionEv
3764 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
3765 fun:_ZN7WebCore15toWebCoreStringEN2v86HandleINS0_5ValueEEE
3766 fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE
3767 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3768 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3772 Memcheck:Uninitialized
3773 fun:_ZNK12SkDescriptor6equalsERKS_
3774 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
3776 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
3780 Memcheck:Uninitialized
3781 fun:_ZN4aura10RootWindow10ShowCursorEb
3782 fun:_ZN3ash5Shell10ShowCursorEb
3783 fun:_ZN3ash13CursorManager10ShowCursorEb
3784 fun:_ZN3ash4test11AshTestBase5SetUpEv
3788 Memcheck:Unaddressable
3790 fun:_ZN6webkit5npapi14PluginInstance13NPP_SetWindowEP9_NPWindow
3791 fun:_ZN6webkit5npapi21WebPluginDelegateImpl17WindowedSetWindowEv
3792 fun:_ZN6webkit5npapi21WebPluginDelegateImpl22WindowedUpdateGeometryERKN3gfx4RectES5_
3793 fun:_ZN6webkit5npapi21WebPluginDelegateImpl14UpdateGeometryERKN3gfx4RectES5_
3794 fun:_ZN6webkit5npapi13WebPluginImpl14updateGeometryERKN5blink7WebRectES5_RKNS2_9WebVectorIS3_EEb
3795 fun:_ZN5blink22WebPluginContainerImpl14reportGeometryEv
3796 fun:_ZN5blink22WebPluginContainerImpl12setFrameRectERKN7WebCore7IntRectE
3798 fun:_ZN9TestShell4dumpEv
3802 Memcheck:Unaddressable
3803 fun:_ZNK3WTF6OwnPtrIN5blink14ScrollbarGroupEEcvMS3_PS2_Ev
3804 fun:_ZN5blink22WebPluginContainerImpl14reportGeometryEv
3805 fun:_ZN5blink22WebPluginContainerImpl12setFrameRectERKN7WebCore7IntRectE
3807 fun:_ZN9TestShell4dumpEv
3813 fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev
3814 fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementationTypeEPN4dbus3BusEPNS_22BluetoothManagerClientE
3815 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
3816 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
3817 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
3823 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
3824 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
3831 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
3832 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
3833 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
3839 fun:_ZL20cachedPaintLuminancef
3845 fun:_ZL21cachedDeviceLuminancef
3849 Memcheck:Uninitialized
3850 fun:_ZN7WebCore15StyleRuleImport17requestStyleSheetEPNS_13CSSStyleSheetERKNS_16CSSParserContextE
3851 fun:_ZN7WebCore18StyleSheetContents26requestImportedStyleSheetsEPNS_13CSSStyleSheetE
3857 fun:_ZN3WTF10fastMallocEm
3858 fun:_ZN3WTF10RefCountedIN7WebCore18InjectedScriptHostEEnwEm
3859 fun:_ZN7WebCore18InjectedScriptHost6createEv
3860 fun:_ZN7WebCore21InjectedScriptManagerC1EPFbPNS_11ScriptStateEE
3861 fun:_ZN7WebCore21InjectedScriptManager15createForWorkerEv
3862 fun:_ZN7WebCore25WorkerInspectorControllerC1EPNS_13WorkerContextE
3869 fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData
3870 fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb
3876 fun:_ZN14WebDataService13RemoveKeywordEl
3877 fun:_ZN18TemplateURLService14RemoveNoNotifyEP11TemplateURL
3878 fun:_ZN18TemplateURLService6RemoveEP11TemplateURL
3879 fun:_ZN9protector71DefaultSearchProviderChangeTest_CurrentSearchProviderRemovedByUser_Test19RunTestOnMainThreadEv
3885 fun:_ZN14WebDataService13UpdateKeywordERK15TemplateURLData
3886 fun:_ZN18TemplateURLService32SetDefaultSearchProviderNoNotifyEP11TemplateURL
3890 Memcheck:Uninitialized
3891 fun:_ZN2v88internal11StoreBuffer28IteratePointersInStoreBufferEPFvPPNS0_10HeapObjectES3_E
3892 fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
3893 fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
3894 fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
3895 fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
3896 fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
3900 Memcheck:Uninitialized
3901 fun:_ZN2v88internal11StoreBuffer7CompactEv
3902 fun:_ZN2v88internal11StoreBuffer19PrepareForIterationEv
3903 fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
3904 fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
3905 fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
3906 fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
3907 fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
3908 fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracerE
3909 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageCollectorEPKcS5_
3910 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
3911 fun:_ZN2v88internal4Heap17CollectAllGarbageEiPKc
3912 fun:_ZN2v88internal4Heap16IdleNotificationEi
3913 fun:_ZN2v88internal2V816IdleNotificationEi
3914 fun:_ZN2v82V816IdleNotificationEi
3915 fun:_ZN16RenderThreadImpl11IdleHandlerEv
3921 fun:_ZN10extensions18PermissionsUpdater17RecordOAuth2GrantEPKNS_9ExtensionE
3922 fun:_ZN10extensions18PermissionsUpdater22GrantActivePermissionsEPKNS_9ExtensionEb
3923 fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
3929 fun:NaClDescImcBoundDescAcceptConn
3930 fun:RevRpcHandlerBase
3931 fun:NaClThreadInterfaceStart
3937 fun:_ZN10extensions9TabHelper23OnInlineWebstoreInstallEiiRKSsRK4GURL
3944 fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12ResourceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi
3945 fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit_glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE
3946 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestStatusERKSsRKN4base9TimeTicksE
3952 fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv
3953 fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv
3954 fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv
3955 fun:_ZN17OAuth2ApiCallFlow5StartEv
3956 fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv
3963 fun:_ZN7content16SiteInstanceImpl10GetProcessEv
3964 fun:_ZN7content*Render*SiteInstance*
3965 fun:_ZN7content*Render*SiteInstance*
3967 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
3973 fun:_ZN2v88internal5Debug17CreateScriptCacheEv
3974 fun:_ZN2v88internal5Debug16GetLoadedScriptsEv
3975 fun:_ZN2v88internal29Runtime_DebugGetLoadedScriptsENS0_9ArgumentsEPNS0_7IsolateE
3981 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
3982 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
3983 fun:_ZN16ExtensionServiceC1E*
3989 fun:_ZN27ExtensionDevToolsClientHostC1EPN7content11WebContentsERKSsS4_i
3990 fun:_ZN22AttachDebuggerFunction7RunImplEv
3991 fun:_ZN17ExtensionFunction3RunEv
3992 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
3993 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
3999 fun:_ZN5blink25NotificationPresenterImpl17requestPermissionEPN7WebCore22ScriptExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
4000 fun:_ZN7WebCore18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_12VoidCallbackEEE
4001 fun:_ZN7WebCore20V8NotificationCenter25requestPermissionCallbackERKN2v89ArgumentsE
4007 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunctionv
4008 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
4009 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHostMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12ExtensionAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
4010 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
4011 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
4017 fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv
4018 fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm
4019 fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_
4020 fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_
4021 fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderEii
4027 fun:add_codeset.isra.10
4030 fun:XCreateBitmapFromData
4032 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4RectE
4038 fun:get_peer_sock_name
4039 fun:_xcb_get_auth_info
4040 fun:xcb_connect_to_display_with_auth_info
4043 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
4049 fun:_ZN3WTF10fastMallocEm
4050 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
4051 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
4052 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm
4053 fun:_ZN7WebCore20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_
4059 fun:_ZN3WTF10fastMallocEm
4060 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
4061 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
4062 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE15reserveCapacityEm
4063 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEm
4064 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEmPKS2_
4065 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14appendSlowCaseIS2_EEvRKT_
4066 fun:_ZN7WebCore20ElementAttributeData12addAttributeERKNS_9AttributeEPNS_7ElementENS_30SynchronizationOfLazyAttributeE
4072 fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWrite*
4073 fun:_ZN14webkit_support26EncodeWithCompressionLevel*
4074 fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormat*
4075 fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksum*
4076 fun:_ZNK9TestShell9dumpImageEP8SkCanvas
4077 fun:_ZN9TestShell4dumpEv
4078 fun:_ZN9TestShell12testFinishedEP11WebViewHost
4079 fun:_ZN11WebViewHost12testFinishedEv
4080 fun:_ZN13WebTestRunner10TestRunner9WorkQueue15processWorkSoonEv
4087 fun:_ZN6icu_467UMemorynwEm
4088 fun:_ZN6icu_4610DateFormat6createENS0_6EStyleES1_RKNS_6LocaleE
4089 fun:_ZN6icu_4610DateFormat22createDateTimeInstanceENS0_6EStyleES1_RKNS_6LocaleE
4091 fun:_ZNK7WebCore9LocaleICU14openDateFormatE16UDateFormatStyleS1_
4092 fun:_ZN7WebCore9LocaleICU24initializeDateTimeFormatEv
4093 fun:_ZN7WebCore9LocaleICU15shortTimeFormatEv
4094 fun:_ZN7WebCore19DateTimeEditElement6layoutERKNS_9StepRangeERKNS_14DateComponentsERNS_9LocalizerE
4095 fun:_ZN7WebCore19DateTimeEditElement13setEmptyValueERKNS_9StepRangeERKNS_14DateComponentsERNS_9LocalizerE
4096 fun:_ZN7WebCore13TimeInputType20updateInnerTextValueEv
4097 fun:_ZN7WebCore13TimeInputType19createShadowSubtreeEv
4098 fun:_ZN7WebCore16HTMLInputElement10updateTypeEv
4099 fun:_ZN7WebCore16HTMLInputElement14parseAttributeERKNS_9AttributeE
4100 fun:_ZN7WebCore7Element16attributeChangedERKNS_9AttributeE
4101 fun:_ZN7WebCore13StyledElement16attributeChangedERKNS_9AttributeE
4102 fun:_ZN7WebCore7Element19parserSetAttributesERKN3WTF6VectorINS_9AttributeELm0EEENS_27FragmentScriptingPermissionE
4103 fun:_ZN7WebCore20HTMLConstructionSite17createHTMLElementEPNS_15AtomicHTMLTokenE
4104 fun:_ZN7WebCore20HTMLConstructionSite28insertSelfClosingHTMLElementEPNS_15AtomicHTMLTokenE
4105 fun:_ZN7WebCore15HTMLTreeBuilder24processStartTagForInBodyEPNS_15AtomicHTMLTokenE
4106 fun:_ZN7WebCore15HTMLTreeBuilder15processStartTagEPNS_15AtomicHTMLTokenE
4112 fun:_ZN3WTF10fastMallocEm
4113 fun:_ZN3WTF10RefCountedIN7WebCore15AtomicHTMLTokenEEnwEm
4114 fun:_ZN7WebCore15AtomicHTMLToken6createERNS_9HTMLTokenE
4115 fun:_ZN7WebCore15HTMLTreeBuilder22constructTreeFromTokenERNS_9HTMLTokenE
4116 fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
4117 fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15SynchronousModeE
4118 fun:_ZN7WebCore18HTMLDocumentParser6insertERKNS_15SegmentedStringE
4119 fun:_ZN7WebCore18HTMLDocumentParser21parseDocumentFragmentERKN3WTF6StringEPNS_16DocumentFragmentEPNS_7ElementENS_27FragmentScriptingPermissionE
4120 fun:_ZN7WebCore16DocumentFragment9parseHTMLERKN3WTF6StringEPNS_7ElementENS_27FragmentScriptingPermissionE
4121 fun:_ZN7WebCore31createFragmentForInnerOuterHTMLERKN3WTF6StringEPNS_7ElementENS_27FragmentScriptingPermissionERi
4122 fun:_ZN7WebCore11HTMLElement12setInnerHTMLERKN3WTF6StringERi
4123 fun:_ZN7WebCore21HTMLElementV8InternalL19innerHTMLAttrSetterEN2v85LocalINS1_6StringEEENS2_INS1_5ValueEEERKNS1_12AccessorInfoE
4124 fun:_ZN2v88internal21StoreCallbackPropertyENS0_9ArgumentsEPNS0_7IsolateE
4126 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
4133 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4134 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
4135 fun:_ZN14webkit_support23CreateGraphicsContext3DERKN5blink20WebGraphicsContext3D10AttributesEPNS0_7WebViewE
4136 fun:_ZN11WebViewHost19createOutputSurfaceEv
4137 fun:_ZN5blink11WebViewImpl19createOutputSurfaceEv
4138 fun:_ZN5blink20WebLayerTreeViewImpl19createOutputSurfaceEv
4142 Memcheck:Uninitialized
4143 fun:_ZN2v88internalL21ProfilerSignalHandlerEiP7siginfoPv
4144 obj:/lib/libpthread-2.11.1.so
4150 fun:_ZN7content23AudioInputDeviceManager23EnumerateOnDeviceThread*
4154 Memcheck:Uninitialized
4156 fun:_ZN2v88internal16ProfileGenerator16RecordTickSampleERKNS0_10TickSampleE
4157 fun:_ZN2v88internal23ProfilerEventsProcessor12ProcessTicksEj
4158 fun:_ZN2v88internal23ProfilerEventsProcessor3RunEv
4159 fun:_ZN2v88internalL11ThreadEntryEPv
4163 Memcheck:Uninitialized
4164 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
4165 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
4166 fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4167 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4168 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4169 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4176 fun:_ZN7content*DummyListenSocketC1Ev
4177 fun:_ZNK7content*DummyListenSocketFactory15CreateAndListenEPN3net18StreamListenSocket8DelegateE
4179 fun:_ZN3net10HttpServerC1ERKNS_25StreamListenSocketFactoryEPNS0_8DelegateE
4180 fun:_ZN7content23DevToolsHttpHandlerImpl4InitEv
4184 Memcheck:Uninitialized
4186 fun:_ZNK3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParamsltERKS2_
4187 fun:_ZNKSt4lessIN3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParams*
4189 fun:*ShaderTranslatorInitParams*
4191 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
4197 fun:_Z15sk_malloc_flagsmj
4198 fun:_Z15sk_malloc_throwm
4199 fun:_ZN6SkMask10AllocImageEm
4200 fun:_ZL17drawRectsIntoMaskPK6SkRectiP6SkMask
4201 fun:_ZN20SkBlurMaskFilterImpl17filterRectsToNineEPK6SkRectiRK8SkMatrixRK7SkIRectPN12SkMaskFilter9NinePatchE
4202 fun:_ZN12SkMaskFilter10filterPathERK6SkPathRK8SkMatrixRK12SkRasterClipP9SkBounderP9SkBlitterN7SkPaint5StyleE
4203 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
4209 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
4210 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
4211 fun:_ZN16ExtensionServiceC1E*
4212 fun:_ZN10extensions19ExtensionSystemImpl6Shared4InitEb
4213 fun:_ZN10extensions19ExtensionSystemImpl21InitForRegularProfileEb
4214 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
4215 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
4216 fun:_ZN14ProfileManager10AddProfileEP7Profile
4217 fun:_ZN14ProfileManager10GetProfileE*
4223 fun:_ZN28JSONAsynchronousUnpackerImpl22StartProcessOnIOThreadEN7content13BrowserThread2IDERKSs
4229 fun:_ZN18BrowserProcessImpl21PreMainMessageLoopRunEv
4230 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
4231 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
4232 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
4233 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
4234 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
4235 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
4236 fun:_ZN7content21ContentMainRunnerImpl3RunEv
4237 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
4244 fun:_ZN3net25MultiThreadedCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEEPPvRKNS_11BoundNetLogE
4245 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
4246 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
4247 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
4248 fun:_ZN3net18SSLClientSocketNSS21OnHandshakeIOCompleteEi
4255 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDelegateE
4256 fun:_ZN18WebResourceService10StartFetchEv
4260 Memcheck:Uninitialized
4261 fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperatorEPNS_12RenderObjectE
4263 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
4264 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
4265 fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4266 fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4267 fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4268 fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4269 fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4270 fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4271 fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
4277 fun:_ZN4base4BindIMN11dom_storage17DomStorageContextEFvRK4GURLE13scoped_refptrIS2_ES3_EENS_8CallbackINS_8internal9BindStateINSB_13FunctorTraitsIT_E12RunnableTypeENSF_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeENSI_IT1_E11StorageTypeEEE14UnboundRunTypeEEESE_RKSJ_RKSM_
4278 fun:_ZN7content21DOMStorageContextImpl18DeleteLocalStorageERK4GURL
4280 fun:_ZN10extensions11DataDeleter13StartDeletingEP7ProfileRKSsRK4GURL
4281 fun:_ZN16ExtensionService18UninstallExtensionESsbPSbItN4base20string16_char_traitsESaItEE
4287 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
4288 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
4294 fun:_ZN7fileapi26GetOriginIdentifierFromURLERK4GURL
4295 fun:_ZN11dom_storage14DomStorageArea26DatabaseFileNameFromOriginERK4GURL
4296 fun:_ZN11dom_storage14DomStorageAreaC1E*
4297 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
4298 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
4304 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvENS_8internal17UnretainedWrapper*
4305 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8Location*
4307 fun:_ZN16ExtensionService12AddExtensionEPKN10extensions9ExtensionE
4308 fun:_ZN52BackgroundApplicationListModelTest_ExplicitTest_Test8TestBodyEv
4314 fun:_ZN4base12_GLOBAL__N_112CreateThreadEmbPNS_14PlatformThread8DelegateEPmNS_14ThreadPriorityE
4315 fun:_ZN4base14PlatformThread6CreateEmPNS0_8DelegateEPm
4316 fun:_ZN4base12SimpleThread5StartEv
4317 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
4318 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
4319 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
4320 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
4321 fun:_ZN4base12SimpleThread10ThreadMainEv
4322 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
4328 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
4329 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
4330 fun:_ZN7content13BrowserThread28PostBlockingPoolTaskAndReplyERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESA_
4331 fun:_ZN10extensions11ImageLoader15LoadImagesAsyncEPKNS_9ExtensionERKSt6vectorINS0_19ImageRepresentationESaIS5_EERKN4base8CallbackIFvRKN3gfx5ImageEEEE
4337 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
4338 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
4339 fun:_ZNK3sql10Connection14DoesTableExistEPKc
4340 fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE
4342 fun:_ZN7history16TopSitesDatabase4InitE*
4343 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
4349 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
4350 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
4351 fun:_ZNK3sql10Connection14DoesTableExistEPKc
4352 fun:_ZN7history17ShortcutsDatabase11EnsureTableEv
4353 fun:_ZN7history17ShortcutsDatabase4InitEv
4354 fun:_ZN7history16ShortcutsBackend12InitInternalEv
4360 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
4361 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
4362 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
4363 fun:_ZN4base12SimpleThread10ThreadMainEv
4364 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
4370 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN4base13WaitableEvent6WaiterEEE8allocateEmPKv
4371 fun:_ZNSt10_List_baseIPN4base13WaitableEvent6WaiterESaIS3_EE11_M_get_nodeEv
4372 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE14_M_create_nodeERKS3_
4373 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9_M_insertESt14_List_iteratorIS3_ERKS3_
4374 fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9push_backERKS3_
4375 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
4376 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
4377 fun:_ZN4base13WaitableEvent4WaitEv
4379 fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
4380 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
4381 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
4382 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
4390 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4391 fun:_ZN16BrowserWindowGtk4InitEv
4392 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4398 obj:/lib/libpng12.so.0.42.0
4399 fun:png_create_read_struct_2
4401 fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser
4402 fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow
4403 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4404 fun:_ZN16BrowserWindowGtk4InitEv
4405 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4411 fun:_ZN9__gnu_cxx13new_allocatorISbItN4base20string16_char_traitsESaItEEE8allocateEmPKv
4412 fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_allocateEm
4414 fun:_ZN15WrenchMenuModel5BuildEbb
4415 fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb
4416 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk
4417 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
4418 fun:_ZN16BrowserWindowGtk4InitEv
4419 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4423 Memcheck:Uninitialized
4424 fun:_ZN3WTF12AtomicString3addEPKt
4425 fun:_ZN3WTF12AtomicStringC1EPKt
4426 fun:_ZN7WebCore18HTMLPreloadScanner12processTokenEv
4427 fun:_ZN7WebCore18HTMLPreloadScanner4scanEv
4428 fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
4429 fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15SynchronousModeE
4430 fun:_ZN7WebCore18HTMLDocumentParser6appendERKNS_15SegmentedStringE
4431 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE
4432 fun:_ZN7WebCore14DocumentWriter3endEv
4433 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
4439 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWriteILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm
4445 fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE
4446 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
4447 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
4448 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
4449 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
4450 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
4456 fun:_ZN7leveldb6DBImplC1ERKNS_7OptionsERKSs
4457 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
4458 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
4459 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
4460 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
4461 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
4465 Memcheck:Uninitialized
4466 fun:_ZN11WebViewHost19didCreateDataSourceEPN5blink8WebFrameEPNS0_13WebDataSourceE
4467 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15ResourceRequestERKNS1_14SubstituteDataE
4468 fun:_ZN7WebCore11FrameLoader4initEv
4469 fun:_ZN7WebCore5Frame4initEv
4470 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
4471 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
4472 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13WebTestRunner17WebTestInterfacesE
4473 fun:_ZN9TestShell16createMainWindowEv
4474 fun:_ZN9TestShell10initializeEv
4478 Memcheck:Uninitialized
4480 fun:_ZN2cc19LayerTreeDebugState5equalERKS0_S2_
4481 fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE
4482 fun:_ZN5blink20WebLayerTreeViewImpl*set*
4483 fun:_ZN5blink11WebViewImpl33setIsAcceleratedCompositingActiveEb
4484 fun:_ZN5blink11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
4485 fun:_ZN5blink16ChromeClientImpl23attachRootGraphicsLayerEPN7WebCore5FrameEPNS1_13GraphicsLayerE
4486 fun:_ZN7WebCore21RenderLayerCompositor15attachRootLayerENS0_19RootLayerAttachmentE
4487 fun:_ZN7WebCore21RenderLayerCompositor15ensureRootLayerEv
4488 fun:_ZN7WebCore21RenderLayerCompositor21enableCompositingModeEb
4489 fun:_ZN7WebCore21RenderLayerCompositor13updateBackingEPNS_11RenderLayerENS0_24CompositingChangeRepaintE
4490 fun:_ZN7WebCore21RenderLayerCompositor27updateLayerCompositingStateEPNS_11RenderLayerENS0_24CompositingChangeRepaintE
4491 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
4492 fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4493 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
4499 fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE
4500 fun:_ZN*OneClickSigninHelperTest*
4506 fun:_ZN4base5Value18CreateIntegerValueEi
4507 fun:_ZNK4base16FundamentalValue8DeepCopyEv
4508 fun:_ZN4base8internal12_GLOBAL__N_125DictionaryHiddenRootValue26RemoveWithoutPathExpansionERKSsPPNS_5ValueE
4509 fun:_ZN4base15DictionaryValue6RemoveERKSsPPNS_5ValueE
4510 fun:_ZN32PluginFinderTest_JsonSyntax_Test8TestBodyEv
4516 fun:_ZN18ValueStoreFrontend*
4520 Memcheck:Uninitialized
4521 fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE
4523 fun:_ZN5blink20WebLayerTreeViewImpl*
4527 Memcheck:Uninitialized
4528 fun:_ZNK2cc19LayerTreeDebugState20recordRenderingStatsEv
4532 Memcheck:Uninitialized
4533 fun:_ZN13WebTestRunner16WebTestProxyBase19didCreateDataSourceEPN5blink8WebFrameEPNS1_13WebDataSourceE
4534 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE19didCreateDataSourceEPN5blink8WebFrameEPNS5_13WebDataSourceE
4535 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15ResourceRequestERKNS1_14SubstituteDataE
4536 fun:_ZN7WebCore11FrameLoader4initEv
4537 fun:_ZN7WebCore5Frame4initEv
4538 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
4539 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
4540 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13WebTestRunner17WebTestInterfacesE
4541 fun:_ZN9TestShell16createMainWindowEv
4542 fun:_ZN9TestShell10initializeEP25MockWebKitPlatformSupport
4546 Memcheck:Uninitialized
4547 fun:_ZN13WebTestRunner10TestRunner5resetEv
4548 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
4549 fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv
4550 fun:_ZN9TestShell19resetTestControllerEv
4551 fun:_ZL7runTestR9TestShellR10TestParamsRKSsb
4555 Memcheck:Uninitialized
4556 fun:_ZN3WTF6StringC1EPKt
4557 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4558 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
4559 fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv
4560 fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv
4561 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
4565 Memcheck:Uninitialized
4566 fun:_ZN7WebCore12WebVTTParser13collectDigitsERKN3WTF6StringEPj
4567 fun:_ZN7WebCore12WebVTTParser16collectTimeStampERKN3WTF6StringEPj
4568 fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4569 fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
4570 fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv
4571 fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv
4572 fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
4578 fun:_ZN13WebTestRunner10TestPlugin6createEPN5blink8WebFrameERKNS1_15WebPluginParamsEPNS_15WebTestDelegateE
4579 fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN5blink8WebFrameERKNS1_15WebPluginParamsE
4580 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginEPN5blink8WebFrameERKNS5_15WebPluginParamsE
4581 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String*
4582 fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7*
4589 fun:nssCryptokiObject_Create
4590 fun:create_objects_from_handles
4592 fun:find_objects_by_template
4593 fun:nssToken_FindCertificateByEncodedCertificate
4594 fun:PK11_FindCertFromDERCertItem
4595 fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper*
4601 fun:nssPKIObject_Create
4602 fun:nssTrustDomain_FindTrustForCertificate
4603 fun:STAN_DeleteCertTrustMatchingSlot
4604 fun:SEC_DeletePermCertificate
4610 fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE
4616 fun:_ZN4base54WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtr_Test8TestBodyEv
4622 fun:_ZN4base58WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtrBase_Test8TestBodyEv
4629 fun:_ZN4base8FilePath31StripTrailingSeparatorsInternalEv
4630 fun:_ZNK4base8FilePath7DirNameEv
4631 fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePathE
4632 fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv
4633 fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv
4634 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
4635 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
4641 fun:_ZN7WebCore11ScriptState10forContextEN2v86HandleINS1_7ContextEEE
4642 fun:_ZN7WebCore17ScriptDebugServer18handleProgramBreakEN2v86HandleINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_5ArrayEEE
4648 fun:_ZN7WebCore24createDragImageFromImageEPNS_5ImageENS_27RespectImageOrientationEnumE
4649 fun:_ZN7WebCore5Frame21dragImageForSelectionEv
4650 fun:_ZN7WebCore27createDragImageForSelectionEPNS_5FrameE
4651 fun:_ZN7WebCore14DragController9startDragEPNS_5FrameERKNS_9DragStateENS_13DragOperationERKNS_18PlatformMouseEventERKNS_8IntPointE
4652 fun:_ZN7WebCore12EventHandler10handleDragERKNS_28MouseEventWithHitTestResultsENS_19CheckDragHysteresisE
4653 fun:_ZN7WebCore12EventHandler23handleMouseDraggedEventERKNS_28MouseEventWithHitTestResultsE
4654 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
4655 fun:_ZN7WebCore12EventHandler28passMouseMoveEventToSubframeERNS_28MouseEventWithHitTestResultsEPNS_5FrameEPNS_13HitTestResultE
4656 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
4657 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventE
4663 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv
4664 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv
4665 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_create_nodeERKi
4666 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKi
4667 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueERKi
4668 fun:_ZNSt3setIiSt4lessIiESaIiEE6insertERKi
4669 fun:_ZN10extensions10URLMatcher14UpdateTriggersEv
4670 fun:_ZN10extensions10URLMatcher28UpdateInternalDatastructuresEv
4671 fun:_ZN10extensions10URLMatcher16AddConditionSetsERKSt6vectorI13scoped_refptrINS_22URLMatcherConditionSetEESaIS4_EE
4672 fun:_ZN12_GLOBAL__N_113FilterBuilder5BuildEv
4673 fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
4679 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN10extensions13StringPatternEEE8allocateEmPKv
4680 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE11_M_get_nodeEv
4681 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE14_M_create_nodeERKS2_
4682 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_
4683 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE16_M_insert_uniqueERKS2_
4684 fun:_ZNSt3setIPN10extensions13StringPatternENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE6insertERKS2_
4685 fun:_ZN10extensions26URLMatcherConditionFactory15CreateConditionENS_19URLMatcherCondition9CriterionERKSs
4686 fun:_ZN10extensions26URLMatcherConditionFactory35CreateHostSuffixPathPrefixConditionERKSsS2_
4687 fun:_ZN6policy12URLBlacklist18CreateConditionSetEPN10extensions10URLMatcherEiRKSsS5_btS5_
4688 fun:_ZN12_GLOBAL__N_113FilterBuilder10AddPatternERKSsi
4689 fun:_ZN12_GLOBAL__N_113FilterBuilder11AddSiteListEP19ManagedModeSiteList
4690 fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
4696 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
4697 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
4698 fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE
4699 fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSiteListE
4705 fun:_ZN18WebDatabaseService12LoadDatabaseERKN4base8CallbackIFvN3sql10InitStatusEEEE
4711 fun:_ZN21WebDataServiceWrapperC1EP7Profile
4712 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserContextE
4713 fun:_ZN33BrowserContextKeyedServiceFactory27GetServiceForBrowserContextEPN7content14BrowserContextEb
4714 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTypeE
4716 fun:_ZN12TokenService10InitializeEPKcP7Profile
4720 Memcheck:Uninitialized
4721 fun:_ZN2v88internal15ScavengeVisitor15ScavengePointerEPPNS0_6ObjectE.isra.*
4722 fun:_ZN2v88internal15ScavengeVisitor13VisitPointersEPPNS0_6ObjectES4_
4723 fun:_ZNK2v88internal13StandardFrame18IterateExpressionsEPNS0_13ObjectVisitorE
4725 fun:_ZN2v88internal4Heap8ScavengeEv
4726 fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracer*
4733 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
4734 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
4735 fun:_ZN3WTF9BitVector10ensureSizeEm
4736 fun:_ZN3WTF9BitVectorC1Em
4737 fun:_ZN7WebCore10UseCounter10didObserveENS0_7FeatureE
4738 fun:_ZN7WebCore10UseCounter7observeEPNS_8DocumentENS0_7FeatureE
4744 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
4746 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8TestBodyEv
4752 fun:_ZN31SafeBrowsingDatabaseFactoryImpl26CreateSafeBrowsingDatabaseEbbbb
4753 fun:_ZN20SafeBrowsingDatabase6CreateEbbbb
4754 fun:_ZN27SafeBrowsingDatabaseManager11GetDatabaseEv
4760 fun:_ZN8chromeos12input_method22InputMethodManagerImpl4InitERK13scoped_refptrIN4base19SequencedTaskRunnerEES7_
4761 fun:_ZN8chromeos12input_method10InitializeERK13scoped_refptrIN4base19SequencedTaskRunnerEES6_
4762 fun:_ZN8chromeos12input_method48InputMethodConfigurationTest_TestInitialize_Test8TestBodyEv
4768 fun:_ZN4base4BindIMN10extensions16UserScriptMaster14ScriptReloader*
4769 fun:_ZN10extensions16UserScriptMaster14ScriptReloader9StartLoad*
4770 fun:_ZN10extensions16UserScriptMaster9StartLoadEv
4771 fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
4775 Memcheck:Uninitialized
4777 fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
4778 fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test8TestBodyEv
4782 Memcheck:Uninitialized
4784 fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12TestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
4785 fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test8TestBodyEv
4789 Memcheck:Uninitialized
4790 fun:BitSetNextSetBit
4791 fun:RegistersReInterfere
4793 fun:glpPPShaderLinearizeStreamMgr
4794 fun:glpPPShaderLinearize
4795 fun:glePrepareShaderForEmulation
4796 fun:gleSetVPTransformFuncAll
4797 fun:gleVPRenderQuadsSmooth
4798 fun:gleDrawArraysOrElements_ExecCore
4799 fun:glDrawArrays_Exec
4801 fun:_ZN7content12_GLOBAL__N_18DrawQuadEffffbff
4802 fun:_ZN7content31CompositingIOSurfaceTransformer14ResizeBilinearEjRKN3gfx4RectERKNS1_4SizeEPj
4803 fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
4804 fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test8TestBodyEv
4808 Memcheck:Uninitialized
4811 fun:_ZN7content12_GLOBAL__N_139SetTransformationsForOffScreenRenderingERKN3gfx4SizeE
4812 fun:_ZN7content31CompositingIOSurfaceTransformer18TransformRGBToYV12EjRKN3gfx4RectERKNS1_4SizeEPjS8_S8_PS5_S9_
4813 fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12TestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
4814 fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test8TestBodyEv
4820 fun:_ZN12BindingTableD2Ev
4821 fun:_ZN14TGenericLinkerD0Ev
4823 fun:gleFreeProgramObject
4824 fun:gleUnbindDeleteHashNameAndObject
4825 fun:glDeleteObjectARB_Exec
4827 fun:_ZN7content34CompositingIOSurfaceShaderPrograms5ResetEv
4828 fun:_ZN7content35CompositingIOSurfaceTransformerTestD2Ev
4829 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAndLink_TestD2Ev
4830 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAndLink_TestD1Ev
4831 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAndLink_TestD0Ev
4832 fun:_ZN7testing4Test11DeleteSelf_Ev
4838 fun:_ZN22DiskCacheTestWithCache13CreateBackendEjPN4base6ThreadE
4839 fun:_ZN22DiskCacheTestWithCache13InitDiskCacheEv
4840 fun:_ZN22DiskCacheTestWithCache9InitCacheEv
4841 fun:*DiskCacheBackendTest_SimpleDoom*
4848 fun:pk11_CreateSymKey
4849 fun:PK11_KeyGenWithTemplate
4850 fun:pk11_TokenKeyGenWithFlagsAndKeyType
4851 fun:pk11_RawPBEKeyGenWithKeyType
4853 fun:PK11_ExportEncryptedPrivKeyInfo
4854 fun:_ZN6crypto12ECPrivateKey25ExportEncryptedPrivateKeyERKSsiPSt6vectorIhSaIhEE
4861 fun:_ZN3net18SSLClientSocketNSS4Core21OnHandshakeIOCompleteEi
4862 fun:_ZN3net18SSLClientSocketNSS4Core28OnGetDomainBoundCertCompleteEi
4868 fun:_ZN3ash4test53FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test8TestBodyEv
4874 fun:_ZN9__gnu_cxx13new_allocatorIPN4base11PendingTaskEE8allocateEmPKv
4875 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE15_M_allocate_mapEm
4876 fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE17_M_reallocate_mapEmb
4877 fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE22_M_reserve_map_at_backEm
4878 fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE16_M_push_back_auxERKS1_
4879 fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE9push_backERKS1_
4880 fun:_ZNSt5queueIN4base11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
4882 fun:_ZN4base*MessageLoop*15PostDelayedTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaE
4889 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
4890 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
4891 fun:_ZN3WTF9BitVector10ensureSizeEm
4892 fun:_ZN3WTF9BitVectorC1Em
4893 fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE
4897 Memcheck:Uninitialized
4898 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
4899 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
4900 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE
4901 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences
4902 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences
4909 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
4910 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
4911 fun:_ZN3WTF9BitVector10ensureSizeEm
4912 fun:_ZN7WebCore10UseCounterC1Ev
4913 fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE
4919 fun:_ZN3WTF10fastMallocEm
4920 fun:_ZN3WTF10StringImpl19createUninitializedEjRPh
4922 fun:_ZN7WebCoreL24valueForGridTrackBreadthERKNS_10GridLengthEPKNS_11RenderStyleEPNS_10RenderViewE
4923 fun:_ZN7WebCoreL21valueForGridTrackSizeERKNS_13GridTrackSizeEPKNS_11RenderStyleEPNS_10RenderViewE
4924 fun:_ZN7WebCoreL21valueForGridTrackListERKN3WTF6VectorINS_13GridTrackSizeELm0EEERKNS0_7HashMap*
4925 fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPropertyIDENS_13EUpdateLayoutE
4926 fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPropertyIDE
4927 fun:_ZNK7WebCore27CSSComputedStyleDeclaration16getPropertyValueENS_13CSSPropertyIDE
4928 fun:_ZN7WebCore27CSSComputedStyleDeclaration16getPropertyValueERKN3WTF6StringE
4934 fun:_ZN7fileapi28SandboxFileSystemBackendTest11GetRootPathERK4GURLNS_14FileSystemTypeEbPN4base8FilePathE
4940 fun:_ZN7content17WorkerServiceImplC1Ev
4941 fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
4942 fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
4943 fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
4944 fun:_ZN7content19WorkerMessageFilter16OnChannelClosingEv
4945 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
4951 fun:_ZN7content17WorkerServiceImplC1Ev
4952 fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
4953 fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
4954 fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
4955 fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
4956 fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveResponseEPNS_14ResourceLoaderE
4957 fun:_ZN7content14ResourceLoader23CompleteResponseStartedEv
4958 fun:_ZN7content14ResourceLoader17OnResponseStartedEPN3net10URLRequestE
4959 fun:_ZN3net10URLRequest21NotifyResponseStartedEv
4965 fun:_ZN7content17WorkerServiceImplC1Ev
4966 fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
4967 fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
4968 fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
4969 fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
4970 fun:_ZN7content23ResourceRedirectDetailsC1EPKN3net10URLRequestEiRK4GURL
4971 fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveRedirectEPNS_14ResourceLoaderERK4GURL
4972 fun:_ZN7content14ResourceLoader18OnReceivedRedirectEPN3net10URLRequestERK4GURLPb
4973 fun:_ZN3net10URLRequest22NotifyReceivedRedirectERK4GURLPb
4974 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
4975 fun:_ZN3net17URLRequestHttpJob21NotifyHeadersCompleteEv
4976 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
4977 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEi
4978 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
4984 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
4985 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
4986 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
4992 fun:_ZN4base23EnsureProcessTerminatedEi
4993 fun:_ZN7content6Zygote17HandleReapRequestEiRK6Pickle14PickleIterator
4994 fun:_ZN7content6Zygote24HandleRequestFromBrowserEi
4995 fun:_ZN7content6Zygote15ProcessRequestsEv
4996 fun:_ZN7content10ZygoteMainERKNS_18MainFunctionParamsEPNS_18ZygoteForkDelegateE
4997 fun:_ZN7content9RunZygoteERKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
4998 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
4999 fun:_ZN7content21ContentMainRunnerImpl3RunEv
5000 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5007 fun:_ZN7content16SiteInstanceImpl10GetProcessEv
5008 fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHostDelegateEPNS_24RenderWidgetHostDelegateEiibPNS_23SessionStorageNamespaceE
5009 fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22RenderViewHostDelegateEPNS_24RenderWidgetHostDelegateEiibPNS_23SessionStorageNamespaceE
5010 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
5011 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
5012 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
5013 fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContextEPNS_12SiteInstanceE
5014 fun:_ZN8autofill12_GLOBAL__N_128AutofillDialogControllerTest5SetUpEv
5018 Memcheck:Uninitialized
5019 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
5020 fun:_ZN5blink15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
5021 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN5blink7WebViewE
5023 fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
5024 fun:_ZN7content14RenderViewImpl6CreateE*
5025 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
5031 fun:_ZN7fileapi24SandboxFileSystemBackendC1EPN5quota17QuotaManagerProxyEPN4base19SequencedTaskRunnerERKNS4_8FilePathERKNS_17FileSystemOptionsEPNS1_20SpecialStoragePolicyE
5032 fun:_ZN7fileapi17FileSystemContextC1E10scoped_ptrINS_21FileSystemTaskRunnersEN4base14DefaultDeleterIS2_EEEPNS_19ExternalMountPointsEPN5quota20SpecialStoragePolicyEPNS9_17QuotaManagerProxyE12ScopedVectorINS_17FileSystemBackendEERKNS3_8FilePathERKNS_17FileSystemOptionsE
5033 fun:_ZN7content23CreateFileSystemContextERKN4base8FilePathEbPN7fileapi19ExternalMountPointsEPN5quota20SpecialStoragePolicyEPNS7_17QuotaManagerProxyE
5034 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
5035 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
5036 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContextERKSsS4_b
5037 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
5038 fun:_ZN7content24NavigationControllerImpl26GetSessionStorageNamespaceEPNS_12SiteInstanceE
5039 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
5040 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
5041 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
5042 fun:_ZN7content25RenderViewHostTestHarness21CreateTestWebContentsEv
5043 fun:_ZN7content25RenderViewHostTestHarness5SetUpEv
5044 fun:_ZN31ChromeRenderViewHostTestHarness5SetUpEv
5050 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERKN4base8FilePathEPNS1_16MessageLoopProxyES6_
5051 fun:_ZN8appcache15AppCacheService10InitializeERKN4base8FilePathEPNS1_16MessageLoopProxyES6_
5052 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
5058 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
5059 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
5060 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContextERKSsS4_b
5061 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
5062 fun:_ZN7content24NavigationControllerImpl26GetSessionStorageNamespaceEPNS_12SiteInstanceE
5063 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
5064 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
5065 fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
5066 fun:_ZN7content25RenderViewHostTestHarness21CreateTestWebContentsEv
5067 fun:_ZN7content25RenderViewHostTestHarness5SetUpEv
5068 fun:_ZN31ChromeRenderViewHostTestHarness5SetUpEv
5074 fun:_ZN14TestingProfile20CreateRequestContextEv
5075 fun:_ZN12_GLOBAL__N_130ProfileSyncServiceTypedUrlTest5SetUpEv
5081 fun:_ZN14TestingProfile20CreateRequestContextEv
5082 fun:_ZN30ProfileSyncServicePasswordTest5SetUpEv
5089 fun:_ZN3net21TestURLRequestContext4InitEv
5090 fun:_ZN3net21TestURLRequestContextC1Ev
5091 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
5092 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactoryERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12HostPortPairE
5093 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
5094 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
5101 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
5102 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactoryERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12HostPortPairE
5103 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
5104 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
5110 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net9HostCache3KeyES2_INS4_5EntryEN4base9TimeTicksEEEEE8allocateEmPKv
5111 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE11_M_get_nodeEv
5112 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE14_M_create_nodeERKS9_
5113 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE10_M_insert_EPKSt18_Rb_tree_node_baseSI_RKS9_
5114 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE16_M_insert_uniqueERKS9_
5115 fun:_ZNSt3mapIN3net9HostCache3KeyESt4pairINS1_5EntryEN4base9TimeTicksEESt4lessIS2_ESaIS3_IKS2_S7_EEE6insertERKSB_
5116 fun:_ZN3net13ExpiringCacheINS_9HostCache3KeyENS1_5EntryEN4base9TimeTicksESt4lessIS5_ENS1_15EvictionHandlerEE3PutERKS2_RKS3_RKS5_SF_
5117 fun:_ZN3net9HostCache3SetERKNS0_3KeyERKNS0_5EntryEN4base9TimeTicksENS7_9TimeDeltaE
5118 fun:_ZN3net20MockHostResolverBase11ResolveProcEmRKNS_12HostResolver11RequestInfoEPNS_11AddressListE
5119 fun:_ZN3net20MockHostResolverBase10ResolveNowEm
5125 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
5126 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
5127 fun:_ZN3net10FileStream7Context14CloseAndDeleteEv
5133 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
5134 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
5135 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
5136 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
5137 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKcRKSt6vectorIiSaIiEENS1_13GpuPreferenceE
5141 Memcheck:Unaddressable
5142 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv
5143 fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
5144 fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
5145 fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
5146 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
5147 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
5148 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
5152 Memcheck:Uninitialized
5153 fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv
5154 fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv
5160 fun:_ZN7content18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
5161 fun:_ZN7content11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
5162 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
5163 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequestEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
5164 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLRequestEPNS1_18WebURLLoaderClientE
5165 fun:_ZN7WebCore22ResourceHandleInternal5startENS_17StoredCredentialsE
5166 fun:_ZN7WebCore14ResourceHandle5startENS_17StoredCredentialsE
5167 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceHandleClientEbbNS_17StoredCredentialsE
5173 fun:_ZN12_GLOBAL__N_125WorkerGlobalScopeObserver6createEPN7WebCore17WorkerGlobalScopeEN3WTF10PassRefPtrIN5blink31WorkerAllowMainThreadBridgeBaseEEE
5174 fun:_ZN5blink31WorkerAllowMainThreadBridgeBaseC1EPN7WebCore17WorkerGlobalScopeEPNS_13WebWorkerBaseE
5175 fun:*Allow*MainThreadBridge*
5182 fun:_ZN7content20WebKitTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
5183 fun:_Z16ShellBrowserMainRKN7content18MainFunctionParams*
5184 fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
5185 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
5186 fun:_ZN7content21ContentMainRunnerImpl3RunEv
5187 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5193 fun:_ZN7content19ContentMainDelegate26CreateContentUtilityClientEv
5194 fun:_ZN7content24ContentClientInitializer3SetERKSsPNS_19ContentMainDelegateE
5195 fun:_ZN7content21ContentMainRunnerImpl10InitializeEiPPKcPNS_19ContentMainDelegateE
5196 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5200 Memcheck:Uninitialized
5201 fun:pthread_rwlock_init$UNIX2003
5202 fun:_ZN3re25MutexC2Ev
5203 fun:_ZN3re25MutexC1Ev
5205 fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi
5209 Memcheck:Uninitialized
5210 fun:_ZNSt11char_traitsIcE6lengthEPKc
5211 fun:_ZN4base8internal17StringPieceDetail*
5212 fun:_ZN4base16BasicStringPieceISsEC1EPKc
5213 fun:_ZN8autofill22AutofillQueryXmlParser13CharacterDataEPN4buzz15XmlParseContextEPKci
5214 fun:_ZN4buzz9XmlParser18ExpatCharacterDataEPKci
5215 fun:_ZN4buzzL21CharacterDataCallbackEPvPKci
5221 fun:_ZN4buzz9XmlParser5ParseEPKcmb
5222 fun:_ZN8autofill12_GLOBAL__N_126AutofillQueryXmlParserTest13ParseQueryXMLERKSsb
5223 fun:_ZN8autofill12_GLOBAL__N_149AutofillQueryXmlParserTest_ParseAutofillFlow_Test8TestBodyEv
5229 fun:_ZN5ppapi5proxy15PPP_Class_Proxy19CreateProxiedObjectEPK18PPB_Var_DeprecatedPNS0_10DispatcherEill
5230 fun:_ZN5ppapi5proxy24PPB_Var_Deprecated_Proxy27OnMsgCreateObjectDeprecatedEillNS0_24SerializedVarReturnValueE
5236 fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv
5237 fun:_ZN5ppapi*ThreadAwareCallback*Test_*
5243 fun:_ZN7WebCore16V8PerIsolateData6createEPN2v87IsolateE
5244 fun:_ZN7WebCore16V8PerIsolateData17ensureInitializedEPN2v87IsolateE
5245 fun:_ZN5blink10initializeEPNS_8PlatformE
5251 fun:_ZN3IPC7Message23EnsureFileDescriptorSetEv
5252 fun:_ZN3IPC7Message19file_descriptor_setEv
5253 fun:_ZN3IPC7Channel11ChannelImpl24WillDispatchInputMessageEPNS_7MessageE
5254 fun:_ZN3IPC8internal13ChannelReader17DispatchInputDataEPKci
5255 fun:_ZN3IPC8internal13ChannelReader23ProcessIncomingMessagesEv
5256 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
5257 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
5258 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
5262 Memcheck:Uninitialized
5264 fun:_ZN3gpu5gles239ShaderTranslatorTest_OptionsString_Test8TestBodyEv
5268 Memcheck:Uninitialized
5269 fun:_ZNK3gpu12AsyncAPIMock6IsArgsclEPKv
5270 fun:_ZNK7testing8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEE15MatchAndExplainIPKvEEbRT_PNS_19MatchResultListenerE
5271 fun:_ZNK7testing18PolymorphicMatcherINS_8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEEEE15MonomorphicImplIPKvE15MatchAndExplainESA_PNS_19MatchResultListenerE
5272 fun:_ZNK7testing8internal11MatcherBaseIPKvE15MatchAndExplainES3_PNS_19MatchResultListenerE
5273 fun:_ZNK7testing8internal11MatcherBaseIPKvE7MatchesES3_
5274 fun:_ZN7testing8internal11TuplePrefixILm3EE7MatchesINSt3tr15tupleIINS_7MatcherIjEES7_NS6_IPKvEEEEENS5_IIjjS9_EEEEEbRKT_RKT0_
5275 fun:_ZN7testing8internal12TupleMatchesINSt3tr15tupleIINS_7MatcherIjEES5_NS4_IPKvEEEEENS3_IIjjS7_EEEEEbRKT_RKT0_
5276 fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE7MatchesERKNSt3tr15tupleIIjjS6_EEE
5277 fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE21ShouldHandleArgumentsERKNSt3tr15tupleIIjjS6_EEE
5278 fun:_ZNK7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE29FindMatchingExpectationLockedERKNSt3tr15tupleIIjjS6_EEE
5279 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE30UntypedFindMatchingExpectationES6_PS6_PbPSoSB_
5280 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
5281 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10InvokeWithERKNSt3tr15tupleIIjjS6_EEE
5282 fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjjS6_
5283 fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv
5284 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5285 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5289 Memcheck:Uninitialized
5290 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10AttributesEPNS_8SettingsE
5291 fun:_ZN7WebCore21WebGLRenderingContext19maybeRestoreContextEPNS_5TimerIS0_EE
5292 fun:_ZN7WebCore5TimerINS_21WebGLRenderingContextEE5firedEv
5293 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
5294 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
5295 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
5299 Memcheck:Uninitialized
5300 fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10AttributesEPNS_8SettingsE
5301 fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
5302 fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
5308 fun:_ZN5blink16EditorClientImpl23requestCheckingOfStringEN3WTF10PassRefPtrIN7WebCore19TextCheckingRequestEEE
5309 fun:_ZN7WebCore12SpellChecker13invokeRequestEN3WTF10PassRefPtrINS_17SpellCheckRequestEEE
5310 fun:_ZN7WebCore12SpellChecker18requestCheckingForEN3WTF10PassRefPtrINS_17SpellCheckRequestEEE
5311 fun:_ZN7WebCore6Editor40markAllMisspellingsAndBadGrammarInRangesEjPNS_5RangeES2_
5312 fun:_ZN7WebCore6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePositionERKNS_16VisibleSelectionE
5313 fun:_ZN7WebCore13TypingCommand27markMisspellingsAfterTypingENS0_14ETypingCommandE
5314 fun:_ZN7WebCore13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommandE
5315 fun:_ZN7WebCore13TypingCommand28insertTextRunWithoutNewlinesERKN3WTF6StringEb
5316 fun:_ZNK7WebCore26TypingCommandLineOperationclEmmb
5323 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
5325 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv
5326 fun:_ZN15webkit_database15DatabaseTracker8LazyInitEv
5327 fun:_ZN15webkit_database15DatabaseTracker23GetAllOriginIdentifiersEPSt6vectorISsSaISsEE
5328 fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTrackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE
5334 fun:_ZN7GrGpuGL12ProgramCache10getProgramERK15GrGLProgramDescPPK13GrEffectStageS7_
5335 fun:_ZN7GrGpuGL18flushGraphicsStateEN5GrGpu8DrawTypeEPK20GrDeviceCoordTexture
5336 fun:_ZN5GrGpu22setupClipAndFlushStateENS_8DrawTypeEPK20GrDeviceCoordTexturePN11GrDrawState18AutoRestoreEffects*
5337 fun:_ZN5GrGpu6onDrawERKN12GrDrawTarget8DrawInfoE
5339 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfigPvmj
5345 fun:_ZN3WTF10fastMallocEm
5346 fun:_ZN3WTF10StringImpl12createStaticEPKcjj
5347 fun:_ZN7WebCore*Names*init*
5351 Memcheck:Unaddressable
5353 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
5354 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEE
5355 fun:_ZN8printing8PrintJob21UpdatePrintedDocumentEPNS_15PrintedDocumentE
5356 fun:_ZN8printing8PrintJob4StopEv
5362 fun:_ZN9__gnu_cxx13new_allocatorIPN4base11PendingTaskEE8allocateEmPKv
5363 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE15_M_allocate_mapEm
5364 fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE17_M_reallocate_mapEmb
5366 fun:_ZN4base8internal17IncomingTaskQueue15PostPendingTaskEPNS_11PendingTaskE
5367 fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
5368 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEE
5374 fun:_ZN6Pickle6ResizeEm
5376 fun:_ZN7content14ZygoteHostImpl20GetTerminationStatusEibPi
5377 fun:_ZN7content20ChildProcessLauncher25GetChildTerminationStatusEbPi
5383 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net12HostPortPairESt3mapINS3_15SpdySettingsIdsES2_INS3_17SpdySettingsFlagsEjESt4lessIS7_ESaIS2_IKS7_S9_EEEEEE8allocateEmPKv
5384 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE11_M_get_nodeEv
5385 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE14_M_create_nodeERKSE_
5386 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE13_M_clone_nodeEPKSt13_Rb_tree_nodeISE_E
5387 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE7_M_copyEPKSt13_Rb_tree_nodeISE_EPSL_
5388 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EEaSERKSJ_
5389 fun:_ZNSt3mapIN3net12HostPortPairES_INS0_15SpdySettingsIdsESt4pairINS0_17SpdySettingsFlagsEjESt4lessIS2_ESaIS3_IKS2_S5_EEES6_IS1_ESaIS3_IKS1_SB_EEEaSERKSG_
5390 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCacheOnIOERKN4base8CallbackIFvvEEE
5391 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCacheOnIOEv
5397 fun:_swrast_new_soft_renderbuffer
5398 fun:_mesa_BindRenderbufferEXT
5399 fun:shared_dispatch_stub_939
5400 fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj
5401 fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj
5402 fun:_ZN3gpu5gles216GLES2DecoderImpl22HandleBindRenderbufferEjRKNS0_4cmds16BindRenderbufferE
5403 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5404 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5408 Memcheck:Uninitialized
5409 fun:_ZN7WebCore12AudioContext20scheduleNodeDeletionEv
5410 fun:_ZN7WebCore12AudioContext21handlePostRenderTasksEv
5411 fun:_ZN7WebCore20AudioDestinationNode6renderEPNS_8AudioBusES2_m
5412 fun:_ZN7WebCore27OfflineAudioDestinationNode13offlineRenderEv
5418 fun:_ZN3WTF10fastMallocEm
5419 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
5420 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7WebCore17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE
5421 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem*
5423 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE
5427 Memcheck:Unaddressable
5428 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv
5429 fun:_ZNK7WebCore8Document7decoderEv
5430 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEv
5431 fun:_ZN7WebCore14DocumentWriter3endEv
5432 fun:_ZN7WebCore14DocumentLoader10endWritingEPNS_14DocumentWriterE
5433 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd
5434 fun:_ZN7WebCore14DocumentLoader14notifyFinishedEPNS_8ResourceE
5435 fun:_ZN7WebCore8Resource11checkNotifyEv
5436 fun:_ZN7WebCore8Resource13finishOnePartEv
5437 fun:_ZN7WebCore8Resource6finishEd
5438 fun:_ZN7WebCore14ResourceLoader16didFinishLoadingEPN5blink12WebURLLoaderEd
5439 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4base9TimeTicksE
5440 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiibRKSsRKN4base9TimeTicksE
5444 Memcheck:Uninitialized
5446 fun:_ZN7WebCore25TypeConversionsV8Internal*AttributeGetterE*
5452 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandLineRKN4base8FilePathEb
5453 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv
5459 fun:_ZN2ui25KeyboardCodeFromXKeyEventEP7_XEvent
5460 fun:_ZN2ui22KeyboardCodeFromNativeERKP7_XEvent
5461 fun:_ZN12_GLOBAL__N_121XModifierStateWatcher20UpdateStateFromEventERKP7_XEvent
5462 fun:_ZN2ui20EventFlagsFromNativeERKP7_XEvent
5463 fun:_ZN2ui8KeyEventC1ERKP7_XEventb
5464 fun:_ZN8chromeos31KeyboardDrivenEventRewriterTest25GetRewrittenEventAsStringEN2ui12KeyboardCodeEiNS1_9EventTypeEhj
5465 fun:_ZN8chromeos48KeyboardDrivenEventRewriterTest_PassThrough_Test8TestBodyEv
5469 Memcheck:Unaddressable
5470 fun:_ZNK3WTF6OwnPtrIN7WebCore19AnimationControllerEE3getEv
5471 fun:_ZNK7WebCore5Frame9animationEv
5472 fun:_ZNK7WebCore12RenderObject9animationEv
5473 fun:_ZN7WebCore12RenderObject15willBeDestroyedEv
5474 fun:_ZN7WebCore22RenderLayerModelObject15willBeDestroyedEv
5475 fun:_ZN7WebCore20RenderBoxModelObject15willBeDestroyedEv
5476 fun:_ZN7WebCore9RenderBox15willBeDestroyedEv
5477 fun:_ZN7WebCore11RenderBlock15willBeDestroyedEv
5478 fun:_ZN7WebCore16RenderFullScreen15willBeDestroyedEv
5479 fun:_ZN7WebCore12RenderObject7destroyEv
5480 fun:_ZN7WebCore22FullscreenElementStack21setFullScreenRendererEPNS_16RenderFullScreenE
5481 fun:_ZN7WebCore22FullscreenElementStack19documentWasDetachedEv
5482 fun:_ZN7WebCore25DocumentLifecycleNotifier25notifyDocumentWasDetachedEv
5483 fun:_ZN7WebCore8Document6detachERKNS_4Node13AttachContextE
5484 fun:_ZN7WebCore8Document21prepareForDestructionEv
5485 fun:_ZN7WebCore5Frame7setViewEN3WTF10PassRefPtrINS_9FrameViewEEE
5486 fun:_ZN7WebCore5Frame10createViewERKNS_7IntSizeERKNS_5ColorEbS3_bNS_13ScrollbarModeEbS7_b
5487 fun:_ZN5blink12WebFrameImpl15createFrameViewEv
5488 fun:_ZN5blink21FrameLoaderClientImpl31transitionToCommittedForNewPageEv
5489 fun:_ZN7WebCore11FrameLoader21commitProvisionalLoadEv
5490 fun:_ZN7WebCore14DocumentLoader13commitIfReadyEv
5491 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd
5495 Memcheck:Uninitialized
5496 fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContextPNS_12PMConversionES3_
5497 fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_
5498 fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix
5499 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfigPvmj
5500 fun:_ZN11SkGpuDevice12onReadPixelsE*
5501 fun:_ZN12SkBaseDevice10readPixelsE*
5502 fun:_ZN8SkCanvas10readPixelsE*
5503 fun:_ZN*DeferredDevice12onReadPixelsE*
5504 fun:_ZN12SkBaseDevice10readPixelsE*
5505 fun:_ZN8SkCanvas10readPixelsE*
5506 fun:_ZN7WebCore15GraphicsContext10readPixelsE*
5507 fun:_ZN7WebCore12getImageDataILNS_8MultiplyE*
5508 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataE*
5509 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataE*
5511 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5512 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5516 Memcheck:Uninitialized
5517 fun:_ZN13WebTestRunner11EventSender5resetEv
5518 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv
5519 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
5521 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv
5522 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv
5523 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
5529 fun:_ZN3WTF12PthreadStatenwEm
5530 fun:_ZN3WTFL35establishIdentifierForPthreadHandleERK*
5531 fun:_ZN3WTF13currentThreadEv
5532 fun:_ZN3WTF20initializeMainThreadEPFvPFvPvES0_E
5536 Memcheck:Uninitialized
5538 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10LayoutUnitES2_
5539 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv
5541 fun:_ZN7WebCore11RenderBlock6layoutEv
5547 fun:_dl_close_worker
5552 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
5553 fun:snd_config_searcha_hooks
5554 fun:snd_config_searchva_hooks
5555 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
5556 fun:snd_config_search_definition
5557 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
5558 fun:_ZN5media11AlsaWrapper7PcmOpenEPP8_snd_pcmPKc15_snd_pcm_streami
5559 fun:_ZN9alsa_utilL10OpenDeviceEPN5media11AlsaWrapperEPKc15_snd_pcm_streamii15_snd_pcm_formati
5560 fun:_ZN9alsa_util18OpenPlaybackDeviceEPN5media11AlsaWrapperEPKcii15_snd_pcm_formati
5561 fun:_ZN5media19AlsaPcmOutputStream16AutoSelectDeviceEj
5562 fun:_ZN5media19AlsaPcmOutputStream4OpenEv
5563 fun:_ZN5media25AudioOutputDispatcherImpl19CreateAndOpenStreamEv
5564 fun:_ZN5media25AudioOutputDispatcherImpl10OpenStreamEv
5565 fun:_ZN5media20AudioOutputResampler10OpenStreamEv
5566 fun:_ZN5media16AudioOutputProxy4OpenEv
5567 fun:_ZN5media18AudioStreamHandler20AudioStreamContainer4PlayEv
5574 fun:nssTrustDomain_UpdateCachedTokenCerts
5578 Memcheck:Uninitialized
5579 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv
5580 fun:_ZN7WebCore9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS_21CSSStyleSheetResourceE
5581 fun:_ZN7WebCore21CSSStyleSheetResource11checkNotifyEv
5583 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4base9TimeTicksE
5589 fun:_ZN7content16WebURLLoaderImplC1Ev
5590 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
5591 fun:_ZN7WebCore14ResourceLoader5startEv
5597 fun:_ZN7WebCore22V8PerContextDataHolder7installE*
5598 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv
5600 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5604 Memcheck:Unaddressable
5605 fun:_ZNK3WTF6RefPtrIN7WebCore14SecurityOriginEE3getEv
5606 fun:_ZNK7WebCore15SecurityContext14securityOriginEv
5607 fun:_ZN7WebCore13V8WindowShell16setSecurityTokenEv
5608 fun:_ZN7WebCore13V8WindowShell20updateSecurityOriginEv
5609 fun:_ZN7WebCore16ScriptController20updateSecurityOriginEv
5610 fun:_ZN7WebCore8Document23didUpdateSecurityOriginEv
5611 fun:_ZN7WebCore8Document15setIsViewSourceEb
5612 fun:_ZN7WebCore22HTMLViewSourceDocumentC1ERKNS_12DocumentInitERKN3WTF6StringE
5613 fun:_ZN7WebCore22HTMLViewSourceDocument6createERKNS_12DocumentInitERKN3WTF6StringE
5614 fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringERKNS_12DocumentInitEb
5615 fun:_ZN7WebCore9DOMWindow14createDocumentERKN3WTF6StringERKNS_12DocumentInitEb
5616 fun:_ZN7WebCore9DOMWindow18installNewDocumentERKN3WTF6StringERKNS_12DocumentInitEb
5617 fun:_ZN7WebCore14DocumentLoader15createWriterForEPNS_5FrameEPKNS_8DocumentERKNS_4KURLERKN3WTF12AtomicStringESC_bb
5618 fun:_ZN7WebCore14DocumentLoader12ensureWriterERKN3WTF12AtomicStringERKNS_4KURLE
5619 fun:_ZN7WebCore14DocumentLoader12ensureWriterEv
5620 fun:_ZN7WebCore14DocumentLoader10commitDataEPKcm
5621 fun:_ZN7WebCore14DocumentLoader12dataReceivedEPNS_8ResourceEPKci
5622 fun:_ZN7WebCore11RawResource10appendDataEPKci
5623 fun:_ZN7WebCore14ResourceLoader14didReceiveDataEPN5blink12WebURLLoaderEPKcii
5624 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context14OnReceivedDataEPKcii
5625 fun:_ZN7content18ResourceDispatcher14OnReceivedDataEiiii
5629 Memcheck:Uninitialized
5631 fun:_ZN7WebCore11RenderImage12imageChangedEPvPKNS_7IntRectE
5632 fun:_ZN7WebCore12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRectE
5633 fun:_ZN7WebCore13ImageResource12didAddClientEPNS_14ResourceClientE
5634 fun:_ZN7WebCore8Resource9addClientEPNS_14ResourceClientE
5635 fun:_ZN7WebCore19RenderImageResource16setImageResourceEPNS_13ImageResourceE
5636 fun:_ZN7WebCore30PasswordGeneratorButtonElement11updateImageEv
5637 fun:_ZN7WebCore30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachContextE
5638 fun:_ZN7WebCore13ContainerNode14attachChildrenERKNS_4Node13AttachContextE
5644 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
5645 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
5646 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
5647 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
5653 fun:_ZN3WTF10fastMallocEm
5654 fun:_ZN7WebCore14XMLHttpRequestnwEm
5655 fun:_ZN7WebCore14XMLHttpRequest6createEPNS_16ExecutionContextEN3WTF10PassRefPtrINS_14SecurityOriginEEE
5656 fun:_ZN7WebCore16V8XMLHttpRequest17constructorCustomERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5657 fun:_ZN7WebCore16V8XMLHttpRequest19constructorCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5658 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE
5664 fun:_ZN3WTF10fastMallocEm
5665 fun:_ZN7WebCore8ResourcenwEm
5666 fun:_ZN7WebCoreL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3WTF6StringE
5667 fun:_ZN7WebCore15ResourceFetcher12loadResourceENS_8Resource4TypeERNS_12FetchRequestERKN3WTF6StringE
5668 fun:_ZN7WebCore15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12FetchRequestE
5669 fun:_ZN7WebCore15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE
5670 fun:_ZN7WebCore24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestENS_19SecurityCheckPolicyE
5675 sendmsg(msg.msg_iov[0])
5677 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm
5678 fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE
5679 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
5680 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
5686 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi
5687 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi
5693 fun:_ZN7WebCore15DOMWrapperWorldC2Eii
5694 fun:_ZN7WebCore15DOMWrapperWorldC1Eii
5695 fun:_ZN7WebCore15DOMWrapperWorld6createEii
5696 fun:_ZN7WebCore15DOMWrapperWorld9mainWorldEv
5697 fun:_ZN7WebCore16ScriptControllerC2EPNS_10LocalFrameE
5698 fun:_ZN7WebCore16ScriptControllerC1EPNS_10LocalFrameE
5699 fun:_ZN7WebCore10LocalFrame*
5700 fun:_ZN7WebCore10LocalFrame*
5701 fun:_ZN7WebCore10LocalFrame6create*
5702 fun:_ZN5blink17WebLocalFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
5703 fun:_ZN5blink11WebViewImpl12setMainFrameEPNS_8WebFrameE
5704 fun:_ZN7content22BufferedDataSourceTestC2Ev
5708 Memcheck:Uninitialized
5710 fun:_ZN7WebCore4Heap19checkAndMarkPointerEPNS_7VisitorEPh
5711 fun:_ZN7WebCore11ThreadState10visitStackEPNS_7VisitorE
5712 fun:_ZN7WebCore11ThreadState5traceEPNS_7VisitorE
5713 fun:_ZN7WebCore11ThreadState10visitRootsEPNS_7VisitorE
5714 fun:_ZN7WebCore4Heap14collectGarbageENS_11ThreadState10StackState*
5721 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
5722 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
5723 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
5724 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
5730 fun:_ZN7content14GpuChannelHost7ConnectERKN3IPC13ChannelHandle*
5731 fun:_ZN7content14GpuChannelHost6CreateEPNS_21GpuChannelHostFactoryERKN3gpu7GPUInfoERKN3IPC13ChannelHandle*
5732 fun:_ZN7content28BrowserGpuChannelHostFactory21GpuChannelEstablishedEv
5733 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
5734 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest4WaitEv
5740 fun:_ZN7content16SiteInstanceImpl10GetProcessEv
5741 fun:_ZN7content22RenderFrameHostManager21CreateRenderFrameHostEPNS_12SiteInstanceEiibb
5742 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
5743 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
5744 fun:_ZN7content15WebContentsImpl16CreateWithOpenerERKNS_11WebContents12CreateParamsEPS0_
5745 fun:_ZN7content11WebContents6CreateERKNS0_12CreateParamsE
5746 fun:_ZN7content5Shell15CreateNewWindowEPNS_14BrowserContextERK4GURLPNS_12SiteInstanceEiRKN3gfx4SizeE
5747 fun:_ZN7content20WebKitTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
5748 fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
5749 fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsERK10scoped_ptrINS_17BrowserMainRunnerEN4base14DefaultDeleterIS4_EEE
5750 fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
5751 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
5752 fun:_ZN7content21ContentMainRunnerImpl3RunEv
5753 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5759 fun:_ZNK13LoginDatabase9GetLoginsERKN8autofill12PasswordFormEPSt6vectorIPS1_SaIS5_EE
5760 fun:_ZN50LoginDatabaseTest_UpdateIncompleteCredentials_Test8TestBodyEv
5764 Memcheck:Uninitialized
5766 fun:_mesa_unpack_rgba_row
5767 fun:slow_read_rgba_pixels
5768 fun:read_rgba_pixels
5769 fun:_mesa_readpixels
5771 fun:shared_dispatch_stub_*
5773 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5774 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5775 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5779 Memcheck:Unaddressable
5780 fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv
5781 fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
5782 fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
5783 fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
5784 fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
5785 fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
5786 fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
5790 Memcheck:Uninitialized
5791 fun:_ZN7WebCore23ReplaceSelectionCommand7doApplyEv
5792 fun:_ZN7WebCore20CompositeEditCommand5applyEv
5793 fun:_ZN7WebCore6Editor28replaceSelectionWithFragmentEN3WTF10PassRefPtrINS_16DocumentFragmentEEEbbb
5794 fun:_ZN7WebCore6Editor24replaceSelectionWithTextERKN3WTF6StringEbb
5798 Memcheck:Uninitialized
5800 fun:*SkA8_Shader_Blitter*blitH*
5802 fun:*content*ScreenshotData*EncodeOnWorker*
5806 Memcheck:Uninitialized
5809 fun:_ZN3net12_GLOBAL__N_114TestHttpClient4ReadEPSs
5810 fun:_ZN3net*HttpServerTest*
5814 Memcheck:Uninitialized
5815 fun:_ZN7WebCore21RenderLayerCompositor14updateIfNeededEv
5821 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
5822 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
5823 fun:_ZN3IPC12ChannelPosix29OnFileCanWriteWithoutBlockingEi
5824 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWithoutBlockingEiPS0_
5826 fun:event_process_active
5831 Memcheck:Uninitialized
5832 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE
5833 fun:_ZN7content16WebKitTestRunner17CaptureDumpPixelsERK8SkBitmap
5839 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
5840 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
5841 fun:_ZN3IPC12ChannelPosix4SendEPNS_7MessageE
5842 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
5848 fun:_ZN3WTF10fastMallocEm
5849 fun:_ZN3WTF10RefCountedIN7WebCore11ScriptStateEEnwEm
5850 fun:_ZN7WebCore11ScriptState6createEN2v86HandleINS1_7ContextEEEN3WTF10PassRefPtrINS_15DOMWrapperWorldEEE
5852 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5853 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
5854 fun:_ZN3WTFL16threadEntryPointEPv
5855 fun:_ZN3WTFL19wtfThreadEntryPointEPv
5861 fun:_ZN3WTF10fastMallocEm
5862 fun:_ZN7WebCore8ResourcenwEm
5863 fun:_ZN7WebCoreL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3WTF6StringE
5864 fun:_ZN7WebCore15ResourceFetcher18revalidateResourceERKNS_12FetchRequestEPNS_8ResourceE
5865 fun:_ZN7WebCore15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12FetchRequestE
5866 fun:_ZN7WebCore15ResourceFetcher11fetchScriptERNS_12FetchRequestE
5867 fun:_ZN7WebCore12ScriptLoader11fetchScriptERKN3WTF6StringE
5868 fun:_ZN7WebCore12ScriptLoader13prepareScriptERKN3WTF12TextPositionENS0_17LegacyTypeSupportE
5869 fun:_ZN7WebCore16HTMLScriptRunner9runScriptEPNS_7ElementERKN3WTF12TextPositionE
5870 fun:_ZN7WebCore16HTMLScriptRunner7executeEN3WTF10PassRefPtrINS_7ElementEEERKNS1_12TextPositionE
5871 fun:_ZN7WebCore18HTMLDocumentParser30runScriptsForPausedTreeBuilderEv
5872 fun:_ZN7WebCore18HTMLDocumentParser38processParsedChunkFromBackgroundParserEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE
5873 fun:_ZN7WebCore18HTMLDocumentParser23pumpPendingSpeculationsEv
5874 fun:_ZN7WebCore18HTMLDocumentParser41didReceiveParsedChunkFromBackgroundParserEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE
5875 fun:_ZN3WTF15FunctionWrapperIMN7WebCore18HTMLDocumentParserEFvNS_10PassOwnPtrINS2_11ParsedChunkEEEEEclERKNS_7WeakPtrIS2_EES5_
5876 fun:_ZN3WTF17BoundFunctionImplINS_15FunctionWrapperIMN7WebCore18HTMLDocumentParserEFvNS_10PassOwnPtrINS3_11ParsedChunkEEEEEEFvNS_7WeakPtrIS3_EES6_EEclEv
5877 fun:_ZNK3WTF8FunctionIFvvEEclEv
5878 fun:_ZN3WTFL18callFunctionObjectEPv
5884 fun:_ZN3WTF10fastMallocEm
5885 fun:_ZN3WTF10RefCountedIN7WebCore20IDBDatabaseCallbacksEEnwEm
5886 fun:_ZN7WebCore20IDBDatabaseCallbacks6createEv
5887 fun:_ZN7WebCore10IDBFactory12openInternalEPNS_16ExecutionContextERKN3WTF6StringElRNS_14ExceptionStateE
5888 fun:_ZN7WebCore10IDBFactory4openEPNS_16ExecutionContextERKN3WTF6StringERNS_14ExceptionStateE
5889 fun:_ZN7WebCore20IDBFactoryV8InternalL10openMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5890 fun:_ZN7WebCore20IDBFactoryV8InternalL18openMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5896 fun:_ZN4mojo6common13HandleWatcher5StartERKNS_6HandleEjmRKN4base8CallbackIFviEEE
5897 fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
5898 fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
5899 fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
5900 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
5901 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
5902 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
5903 fun:_ZN7content19MojoApplicationHost4InitEv
5909 fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
5910 fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
5911 fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
5912 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
5913 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
5914 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
5915 fun:_ZN7content19MojoApplicationHost4InitEv
5921 fun:_ZN4mojo8internal10SharedDataIPNS0_6RouterEEC1ERKS3_
5922 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
5923 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
5924 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
5925 fun:_ZN7content19MojoApplicationHost4InitEv
5932 fun:_ZN7content21RenderProcessHostImpl4InitEv
5934 fun:_ZN7content5Shell7LoadURLERK4GURL
5935 fun:_ZN7content20WebKitTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
5936 fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
5942 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathEPNS1_19SequencedTaskRunnerEPN5quota17QuotaManagerProxyE
5948 fun:_ZN3WTF16DefaultAllocator15backingAllocateEm
5949 fun:_ZN3WTF16DefaultAllocator13backingMallocIPN7WebCore14InlineIteratorEvEET_m
5951 fun:_ZN3WTF17HashMapTranslatorINS_18HashMapValueTraitsINS_10HashTraitsIPN7WebCore7BidiRun*
5957 fun:_ZN7WebCore20InternalsGeolocation24setGeolocationClientMockERNS_9InternalsEPNS_8DocumentE
5958 fun:_ZN7WebCore19InternalsV8InternalL30setGeolocationClientMockMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5959 fun:_ZN7WebCore19InternalsV8InternalL38setGeolocationClientMockMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5960 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE
5964 Memcheck:Uninitialized
5966 fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE
5967 fun:_ZN7content15GamepadProvider6DoPollEv
5974 fun:_ZN8feedback16FeedbackDataTestC1Ev
5975 fun:_ZN8feedback*FeedbackDataTest*
5976 fun:_ZN7testing8internal15TestFactoryImplIN8feedback*
5983 fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
5984 fun:_ZN7content19MojoApplicationHost4InitEv
5985 fun:_ZN7content21RenderProcessHostImpl4InitEv
5986 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEiib
5987 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEiPNS_26CrossProcessFrameConnectorE
5988 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostEi
5989 fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
5990 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
5991 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_19RenderFrameHostImplENS_20NavigationController10ReloadTypeE
5992 fun:_ZN7content15WebContentsImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
5993 fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
5994 fun:_ZN7content24NavigationControllerImpl9LoadEntryEPNS_19NavigationEntryImplE
5995 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20NavigationController13LoadURLParamsE
5996 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
5997 fun:_ZN7content5Shell7LoadURLERK4GURL
5998 fun:_ZN7content20WebKitTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
5999 fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
6000 fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsERK10scoped_ptrINS_17BrowserMainRunnerEN4base14DefaultDeleterIS4_EEE
6001 fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
6002 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
6009 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
6010 fun:_ZN4mojo8internal18InterfaceImplStateINS_5ShellEE4BindENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
6011 fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
6012 fun:_ZN7content19MojoApplicationHost4InitEv
6013 fun:_ZN7content21RenderProcessHostImpl4InitEv
6014 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEiib
6015 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEiPNS_26CrossProcessFrameConnectorE
6016 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostEi
6017 fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
6018 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
6019 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_19RenderFrameHostImplENS_20NavigationController10ReloadTypeE
6020 fun:_ZN7content15WebContentsImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
6021 fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
6022 fun:_ZN7content24NavigationControllerImpl9LoadEntryEPNS_19NavigationEntryImplE
6023 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20NavigationController13LoadURLParamsE
6024 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
6025 fun:_ZN7content5Shell7LoadURLERK4GURL
6031 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathEPNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE
6037 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE
6038 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
6039 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6040 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContext*
6041 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6042 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6043 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6044 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6051 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePathEbPN5quota17QuotaManagerProxyE
6052 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
6053 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6054 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContext*
6055 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6056 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6057 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6058 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6064 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandlerEEEE8allocateEmPKv
6066 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandlerEESt10_Select1stIS6_ESt4lessISsESaIS6_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS6_ERKS6_
6067 fun:_ZNSt3mapISsPN3net20URLRequestJobFactory15ProtocolHandlerESt4lessISsESaISt4pairIKSsS3_EEE6insertESt17_Rb_tree_iteratorIS8_ERKS8_
6068 fun:_ZNSt3mapISsPN3net20URLRequestJobFactory15ProtocolHandlerESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
6069 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLRequestJobFactory15ProtocolHandlerE
6071 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
6072 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
6079 fun:_ZN7WebCore18ModulesInitializer20registerEventFactoryEv
6080 fun:_ZN7WebCore15CoreInitializer4initEv
6081 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
6082 fun:_ZN5blink10initializeEPNS_8PlatformE
6083 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
6084 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
6085 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
6086 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
6090 Memcheck:Uninitialized
6092 fun:_ZN*14SkTDynamicHashI10SkFlatData*
6093 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE24findAndReturnMutableFlatERKS0_
6094 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE17findAndReturnFlatERKS0_
6095 fun:_ZN15SkPictureRecord16getFlatPaintDataERK7SkPaint
6096 fun:_ZN15SkPictureRecord11addPaintPtrEPK7SkPaint
6097 fun:_ZN15SkPictureRecord8addPaintERK7SkPaint
6098 fun:_ZN15SkPictureRecord8drawPathERK6SkPathRK7SkPaint
6099 fun:_ZN12SkBBoxRecord8drawPathERK6SkPathRK7SkPaint
6100 fun:_ZN7WebCore15GraphicsContext8drawPathERK6SkPathRK7SkPaint
6101 fun:_ZN7WebCore15GraphicsContext10strokePathERKNS_4PathE
6102 fun:_ZNK7WebCore14RenderSVGShape11strokeShapeEPNS_15GraphicsContextE
6103 fun:_ZNK7WebCore13RenderSVGPath11strokeShapeEPNS_15GraphicsContextE
6104 fun:_ZN7WebCore27RenderSVGResourceSolidColor17postApplyResourceEPNS_12RenderObjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
6105 fun:_ZN7WebCore14RenderSVGShape11strokeShapeEPNS_11RenderStyleEPNS_15GraphicsContextE
6106 fun:_ZN7WebCore14RenderSVGShape5paintERNS_9PaintInfoERKNS_11LayoutPointE
6107 fun:_ZN7WebCore9RenderBox5paintERNS_9PaintInfoERKNS_11LayoutPointE
6108 fun:_ZN7WebCore13RenderSVGRoot13paintReplacedERNS_9PaintInfoERKNS_11LayoutPointE
6109 fun:_ZN7WebCore14RenderReplaced5paintERNS_9PaintInfoERKNS_11LayoutPointE
6110 fun:_ZN7WebCore11RenderBlock18paintAsInlineBlockEPNS_12RenderObjectERNS_9PaintInfoERKNS_11LayoutPointE
6116 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
6117 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
6118 fun:_ZN4base26PostTaskAndReplyWithResultI13scoped_refptrIN8chromeos*KeyEES4_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSB_IFvT0_EEE
6119 fun:_ZN8chromeos23SessionManagerOperation*Ensure*KeyERKN4base8CallbackIFvvEEE
6120 fun:_ZN8chromeos23SessionManagerOperation12StartLoadingEv
6121 fun:_ZN8chromeos21LoadSettingsOperation3RunEv
6122 fun:_ZN8chromeos23SessionManagerOperation5StartEPNS_20SessionManagerClientE13scoped_refptrINS_12OwnerKeyUtilEES3_INS_*KeyEE
6123 fun:_ZN8chromeos21DeviceSettingsService18StartNextOperationEv
6124 fun:_ZN8chromeos21DeviceSettingsService7EnqueueEPNS_23SessionManagerOperationE
6125 fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb
6126 fun:_ZN8chromeos21DeviceSettingsService4LoadEv
6130 Memcheck:Unaddressable
6131 fun:_ZN7WebCore23FrameLoaderStateMachine9advanceToENS0_5StateE
6132 fun:_ZN7WebCore11FrameLoader4initEv
6133 fun:_ZN7WebCore10LocalFrame4initEv
6134 fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7WebCore9FrameHostEPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_
6135 fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7WebCore16FrameLoadRequestEPNS1_21HTMLFrameOwnerElementE
6139 Memcheck:Uninitialized
6141 fun:_ZN7WebCore11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
6142 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
6143 fun:_ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
6144 fun:_ZN7WebCore8Document17prepareMouseEventERKNS_14HitTestRequestERKNS_11LayoutPointERKNS_18PlatformMouseEventE
6145 fun:_ZN7WebCore12EventHandler17prepareMouseEventERKNS_14HitTestRequestERKNS_18PlatformMouseEventE
6146 fun:_ZN7WebCore12EventHandler26getSubFrameForGestureEventERKNS_8IntPointERKNS_20PlatformGestureEventE
6147 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6148 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6149 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22PageWidgetEventHandlerERKNS_13WebInputEventE
6150 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
6154 Memcheck:Uninitialized
6155 fun:_ZN7WebCore10LayoutUnit8setValueEi
6156 fun:_ZN7WebCore10LayoutUnitC1Ei
6157 fun:_ZN7WebCore11LayoutPointC1ERKNS_8IntPointE
6159 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6160 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6161 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22PageWidgetEventHandlerERKNS_13WebInputEventE
6165 Memcheck:Uninitialized
6166 fun:_ZNK7WebCore7IntRect8containsEii
6168 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6169 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6170 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22PageWidgetEventHandlerERKNS_13WebInputEventE
6174 Memcheck:Uninitialized
6175 fun:_ZNK7WebCore10LayoutUnit5floorEv
6177 fun:_ZN7WebCore12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
6178 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
6179 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7WebCore4PageERNS_22PageWidgetEventHandlerERKNS_13WebInputEventE
6185 fun:_ZN7content16WebURLLoaderImplC1Ev
6186 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
6187 fun:_ZN7WebCore10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18FetchInitiatorInfoENS_17StoredCredentialsE
6188 fun:_ZN7WebCore10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS_18FetchInitiatorInfoENS_17StoredCredentialsE
6189 fun:_ZN7WebCore10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
6190 fun:_ZN7WebCore15ResourceFetcher10fetchImageERNS_12FetchRequestE
6191 fun:_ZN7WebCore11ImageLoader19doUpdateFromElementEb
6192 fun:_ZN7WebCore11ImageLoader4Task3runEv
6198 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
6199 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_b
6200 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC1ERKN4base7WeakPtrIS0_EE
6201 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE
6202 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13*
6206 Memcheck:Uninitialized
6207 fun:_ZN11SkBaseMutex7acquireEv
6208 fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex
6209 fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex
6210 fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_
6211 fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor
6212 fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv
6213 fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTypefacePK12SkDescriptorPvESB_b
6214 fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb
6215 fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
6216 fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
6222 fun:_ZN7WebCoreL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostEPN2v87IsolateE
6223 fun:_ZN7WebCore21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEPNS_11ScriptStateEi
6224 fun:_ZN7WebCore21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE
6225 fun:_ZN7WebCore22InspectorDebuggerAgent17currentCallFramesEv
6226 fun:_ZN7WebCore22InspectorDebuggerAgent8didPauseEPNS_11ScriptStateERKNS_11ScriptValueES5_RKN3WTF6VectorINS6_6StringELm0ENS6_16DefaultAllocatorEEE
6227 fun:_ZN7WebCore17ScriptDebugServer18handleProgramBreakEPNS_11ScriptStateEN2v86HandleINS3_6ObjectEEENS4_INS3_5ValueEEENS4_INS3_5ArrayEEE
6228 fun:_ZN7WebCore17ScriptDebugServer18handleV8DebugEventERKN2v85Debug12EventDetailsE
6229 fun:_ZN7WebCore17ScriptDebugServer20v8DebugEventCallbackERKN2v85Debug12EventDetailsE
6230 fun:_ZN2v88internal5Debug17CallEventCallbackENS_10DebugEventENS0_6HandleINS0_6ObjectEEES5_PNS_5Debug10ClientDataE
6231 fun:_ZN2v88internal5Debug17ProcessDebugEventENS_10DebugEventENS0_6HandleINS0_8JSObjectEEEb
6232 fun:_ZN2v88internal5Debug12OnDebugBreakENS0_6HandleINS0_6ObjectEEEb
6238 fun:_ZN20data_reduction_proxy69DataReductionProxyUsageStatsTest_isDataReductionProxyUnreachable_Test8TestBodyEv