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:_ZN4base74MessageLoopTaskRunnerTest_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:_ZN5blink8SVGNames4initEv
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_blink_XMLNames_init_leak
327 fun:_ZN5blink8XMLNames4initEv
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:_ZN5blinkL12parseUASheetEPKcj
398 bug_121729_b (Intentional)
401 fun:_ZN5blinkL12parseUASheetERKN3WTF6StringE
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:_ZN3WTF10fastMallocEm
443 fun:_ZN3WTF10RefCountedIN5blink11ScriptStateEEnwEm
444 fun:_ZN5blink11ScriptState6createEN2v85LocalINS1_7ContextEEEN3WTF10PassRefPtrINS_15DOMWrapperWorldEEE
446 fun:_ZN3WTF15FunctionWrapperIMN5blink12WorkerThread*
452 fun:_ZN18hb_object_header_t6createEj
453 fun:_Z*hb_object_createI9hb_face_tEPT_v
454 fun:hb_face_create_for_tables
455 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface
456 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei
457 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE
458 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv
465 fun:_ZN4base21CancelableTaskTracker16NewTrackedTaskId*
466 fun:_ZN14HistoryService14ScheduleDBTask*
467 fun:_ZN7history19URLIndexPrivateData26ScheduleUpdateRecentVisits*
471 Memcheck:Uninitialized
472 fun:_ZN5blink14DateComponents9parseTimeERKN3WTF6StringEjRj
473 fun:_ZNK5blink13TimeInputType29parseToDateComponentsInternalERKN3WTF6StringEPNS_14DateComponentsE
474 fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
478 Memcheck:Uninitialized
479 fun:_ZN5blink12_GLOBAL__N_117parseJSONInternalIhEEN3WTF10PassRefPtrINS_9JSONValueEEEPKT_j
480 fun:_ZN5blink9parseJSONERKN3WTF6StringE
481 fun:_ZN5blink*InspectorBackendDispatcher*
483 fun:_ZN5blink*WebDevToolsAgent*
484 fun:_ZN7content*DevToolsAgent*
488 Memcheck:Uninitialized
489 fun:_ZN5blinkL21extractRangeComponentEPN3WTF6StringERKNS0_6RefPtrINS_10JSONObjectEEERKS1_Rj
490 fun:_ZN5blinkL22jsonRangeToSourceRangeEPN3WTF6StringEPNS_23InspectorStyleSheetBase*
491 fun:_ZN5blink17InspectorCSSAgent*
492 fun:_ZThn40_N5blink17InspectorCSSAgent*
493 fun:_ZN5blink30InspectorBackendDispatcherImpl*
494 fun:_ZN5blink30InspectorBackendDispatcherImpl8dispatchERKN3WTF6StringE
495 fun:_ZN5blink19InspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
496 fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
497 fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs
501 Memcheck:Uninitialized
502 fun:_ZN5blink14DateComponents10parseMonthERKN3WTF6StringEjRj
504 fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
505 fun:_ZNK5blink24BaseDateAndTimeInputType15typeMismatchForERKN3WTF6StringE
506 fun:_ZNK5blink24BaseDateAndTimeInputType13sanitizeValueERKN3WTF6StringE
510 Memcheck:Uninitialized
511 fun:_ZN10extensions19ExtensionManagement7RefreshEv
512 fun:_ZN10extensions19ExtensionManagement22OnExtensionPrefChangedEv
516 Memcheck:Uninitialized
517 fun:_ZN7content14ManifestParser16ParseIconDensityERKN4base15DictionaryValueE
518 fun:_ZN7content14ManifestParser10ParseIconsERKN4base15DictionaryValueE
519 fun:_ZN7content14ManifestParser5ParseEv
520 fun:_ZN7content18ManifestParserTest21ParseManifestWithURLsERKN4base16BasicStringPieceISsEERK4GURLS8_
521 fun:_ZN7content18ManifestParserTest13ParseManifestERKN4base16BasicStringPieceISsEE
522 fun:_ZN7content45ManifestParserTest_IconDensityParseRules_Test8TestBodyEv
529 fun:_ZN4mojo7BindingINS_15ServiceProviderEE4BindENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPK15MojoAsyncWaiter
530 fun:_ZN4mojo7BindingINS_15ServiceProviderEE4BindENS_16InterfaceRequestIS1_EEPK15MojoAsyncWaiter
531 fun:_ZN7content19ServiceRegistryImpl4BindEN4mojo16InterfaceRequestINS1_15ServiceProviderEEE
537 fun:_ZN4mojo8internal11FilterChain6AppendINS0_22MessageHeaderValidatorEEEvv
538 fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE25ConfigureProxyIfNecessaryEv
539 fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE8instanceEv
545 fun:_ZN4mojo8internal10SharedDataIPNS0_6RouterEEC2ERKS3_
546 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEENS0_11FilterChainEPK15MojoAsyncWaiter
547 fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE25ConfigureProxyIfNecessaryEv
548 fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE8instanceEv
551 #-----------------------------------------------------------------------
552 # 3. Suppressions for real chromium bugs that are not yet fixed.
553 # These should all be in chromium's bug tracking system (but a few aren't yet).
556 # webkit leak? See http://crbug.com/9503
560 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
563 # very common in ui tests
567 fun:_ZN4base11MessageLoop22AddDestructionObserverEPNS0_19DestructionObserverE
569 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
572 # very common in ui tests
576 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
577 fun:_ZN4base6Thread10ThreadMainEv
580 # very common in ui tests
584 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE17_M_initialize_mapE*
586 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
589 # very common in ui tests
593 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt4lessIS1_EEC1ERKS6_RKS4_
594 fun:_ZN4base11MessageLoopC1ENS0_4TypeE
595 fun:_ZN4base6Thread10ThreadMainEv
598 # also bug 17979. It's a nest of leaks.
603 fun:_ZN3IPC12ChannelProxy7Context13CreateChannel*Channel4ModeE
604 fun:_ZN3IPC12ChannelProxy4Init*
606 fun:_ZN3IPC11SyncChannel*Channel4Mode*Listener*
612 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptor*FileDescriptorWatcherEPNS0_7WatcherE
613 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptor*MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
615 fun:_ZN3IPC*Channel*ConnectEv
616 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
619 # slight variant of the above
624 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
625 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
626 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
641 fun:_ZN3sql10Connection7Execute*
643 fun:_ZN7history*Database*Create*
651 fun:_ZN3sql10Connection12OpenInternalERKSs
660 fun:sqlite3ParserAlloc
663 fun:sqlite3LockAndPrepare
677 # The following three suppressions are related to the workers code.
682 fun:_ZN19WebSharedWorkerStub9OnConnectEii
688 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8allocate*
689 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
690 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
691 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
692 fun:_ZN7content21NotificationRegistrar3Add*
698 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
699 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
700 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
701 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
702 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
703 fun:_ZN12RenderWidget4SendEPN3IPC7MessageE
704 fun:_ZN12RenderWidget16DoDeferredUpdateEv
705 fun:_ZN12RenderWidget20CallDoDeferredUpdateEv
712 fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE
713 fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
739 fun:secmod_ModuleInit
755 fun:CERT_PKIXVerifyCert
756 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
762 fun:CERT_VerifySignedData
763 fun:cert_VerifyCertChain
764 fun:CERT_VerifyCertChain
771 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorkerClientE
772 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7blink6WorkerE
773 fun:_ZN5blink18WorkerContextProxy6createEPNS_6WorkerE
774 fun:_ZN5blink6WorkerC1EPNS_22ScriptExecutionContextE
775 fun:_ZN5blink6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
776 fun:_ZN5blink8V8Worker19constructorCallbackERKN2v89ArgumentsE
780 Memcheck:Uninitialized
784 fun:_ZN7testing*PrintByteSegmentInObjectTo*
786 fun:_ZN7testing*PrintBytesInObjectTo*
787 fun:_ZN7testing9internal220PrintBytesInObjectToEPKh*
788 fun:_ZN7testing9internal220TypeWithoutFormatter*
789 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
793 Memcheck:Uninitialized
796 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
797 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
798 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
799 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
800 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
801 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
802 fun:_ZN7testing8internal18TuplePrefixPrinter*
803 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
804 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
805 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
806 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
807 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
808 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
809 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
810 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
811 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
815 Memcheck:Uninitialized
818 fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
819 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
820 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
821 fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
822 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
823 fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
824 fun:_ZN7testing8internal18TuplePrefixPrinter*
825 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
826 fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
827 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
828 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
829 fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
830 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
831 fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
832 fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
833 fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
840 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7Channel4ModeE
841 fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopb
842 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
843 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE
850 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS_8ListenerEPN4base22SingleThreadTaskRunnerEbPNS8_13WaitableEventE
851 fun:_ZN7content11ChildThread4InitEv
852 fun:_ZN7content11ChildThreadC2ERKSs
858 fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEEE8allocateEmPKv
859 fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE11_M_allocateEm
860 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_
861 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE9push_backERKS4_
862 fun:_ZN3IPC12ChannelProxy7Context11OnAddFilterEv
868 fun:_ZN7content11ChildThread4InitEv
869 fun:_ZN7content11ChildThreadC*
871 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
877 fun:_ZN7content16RenderThreadImpl4InitEv
878 fun:_ZN7content16RenderThreadImplC*
880 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
886 fun:_ZN11ProfileImpl14GetHostZoomMapEv
888 fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
889 fun:_ZN11ProfileImpl17GetRequestContextEv
890 fun:_ZN19SafeBrowsingService5StartEv
891 fun:_ZN19SafeBrowsingService10InitializeEv
892 fun:_ZN22ResourceDispatcherHost10InitializeEv
893 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
894 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
895 fun:_ZN16ExtensionService4InitEv
896 fun:_ZN11ProfileImpl14InitExtensionsE*
897 fun:_ZN14ProfileManager10AddProfileEP7Profileb
903 fun:_ZN16ChildProcessHost13CreateChannelEv
904 fun:_ZN14GpuProcessHost4InitEv
911 fun:_ZN3sql10Connection18GetUniqueStatementEPKc
912 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
913 fun:_ZN8appcache16AppCacheDatabase22PrepareCachedStatementERKN3sql11StatementIDEPKcPNS1_9StatementE
920 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
921 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
927 fun:_ZN*NPObjectProxy10NPAllocateEP4_NPPP7NPClass
928 fun:_NPN_CreateObject
929 fun:_ZN5blink11WebBindings12createObjectEP4_NPPP7NPClass
935 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
936 fun:_ZN3IPC17SyncMessageSchema*
942 fun:*DownloadFileTest5SetUpEv
949 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
953 Memcheck:Unaddressable
954 fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
955 fun:_ZN11WebViewHost29postAccessibilityNotificationERKN5blink22WebAccessibilityObjectENS0_28WebAccessibilityNotificationE
956 fun:_ZN5blink16ChromeClientImpl29postAccessibilityNotificationEPN7blink19AccessibilityObjectENS1_13AXObjectCache14AXNotificationE
957 fun:_ZN5blink13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityObjectENS0_14AXNotificationE
963 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EEEPS2_
964 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6VectorI10CppVariantLj0EEEPS5_
965 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
966 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
967 fun:_ZN5blink18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
968 fun:_ZN5blink21npObjectMethodHandlerERKN2v89ArgumentsE
969 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOBAL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
977 fun:_ZN14GpuDataManagerC1Ev
978 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
979 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
980 fun:_ZN14GpuDataManager11GetInstanceEv
981 fun:_Z11BrowserMainRK18MainFunctionParams
982 fun:_ZN20InProcessBrowserTest5SetUpEv
986 Memcheck:Unaddressable
989 fun:sqlite3VdbeDelete
990 fun:sqlite3VdbeFinalize
992 fun:_ZN3sql10Connection12StatementRef5CloseEv
993 fun:_ZN3sql10Connection12StatementRefD2Ev
994 fun:_ZN3sql10Connection12StatementRefD1Ev
995 fun:_ZNK4base10RefCountedIN3sql10Connection12StatementRefEE7ReleaseEv
996 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED2Ev
997 fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED1Ev
998 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED2Ev
999 fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED1Ev
1000 fun:_ZN9__gnu_cxx13new_allocatorISt4pairIKN3sql11StatementIDE13scoped_refptrINS2_10Connection12StatementRefEEEE7destroyEPS9_
1001 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE12destroy_nodeEPSt13_Rb_tree_nodeIS8_E
1002 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E
1003 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
1004 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
1005 fun:_ZN3sql10Connection5CloseEv
1006 fun:_ZN3sql10ConnectionD2Ev
1007 fun:_ZN3sql10ConnectionD1Ev
1008 fun:_ZN7history16InMemoryDatabaseD0Ev
1012 Memcheck:Unaddressable
1016 fun:_ZN3sql10Connection7ExecuteEPKc
1017 fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
1018 fun:_ZN7history16InMemoryDatabase12InitFromDiskE*
1019 fun:_ZN7history22InMemoryHistoryBackend4InitE*
1026 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1027 fun:_ZN*9TabLoader12TabIsLoadingEP24NavigationControllerImpl
1028 fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWindowSaIS3_EE
1029 fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_EE
1036 fun:*RenderWidgetHost*
1038 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1039 fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
1040 fun:_ZN23NotificationServiceImpl*
1041 fun:_ZN15WebContentsImpl12SetIsLoading*
1042 fun:_ZN15WebContentsImpl14RenderViewGone*
1048 fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
1049 fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
1050 fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17AuthChallengeInfoE
1051 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
1055 Memcheck:Unaddressable
1056 fun:_ZN5blink21FrameLoaderClientImpl12allowPluginsEb
1057 fun:_ZN5blink14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPluginsE
1061 Memcheck:Unaddressable
1062 fun:_ZN5blink21FrameLoaderClientImpl15allowJavaScriptEb
1063 fun:_ZN5blink16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanExecuteScriptsE
1067 Memcheck:Unaddressable
1068 fun:_ZN5blink21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
1069 fun:_ZN5blink16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEEEi
1075 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
1076 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map*
1077 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map*
1078 fun:_ZNSt11_Deque_baseI*FilePath*
1079 fun:_ZNSt5dequeI*FilePath*
1080 fun:_ZNSt5stackI*FilePath*deque*
1081 fun:_ZN9file_util14FileEnumeratorC1E*
1082 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
1088 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
1089 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
1095 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
1101 fun:_ZN8appcache15AppCacheService10InitializeE*
1102 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE*
1109 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERKN4base8FilePathEb
1110 fun:_ZNK13ProfileIOData4InitEPSt3mapISs10linked_ptrIN3net20URLRequestJobFactory15ProtocolHandlerEESt4lessISsESaISt4pairIKSsS5_EEE
1111 fun:_ZN12_GLOBAL__N_114FactoryForMain6CreateEv
1112 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
1113 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
1120 fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
1126 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allocateEjPKv
1127 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
1128 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
1129 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2_ERKS2_
1130 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
1131 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
1132 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
1138 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
1139 fun:_Z18ServiceProcessMainRK18MainFunctionParams
1148 fun:_ZN4base13LaunchProcessERKSt6vectorISsSaISsEERKNS_13LaunchOptionsEPi
1149 fun:_ZN4base13LaunchProcessERK11CommandLineRKNS_13LaunchOptionsEPi
1150 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
1156 fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14CancelableTaskPT_T0_
1157 fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
1163 fun:_ZN8remoting13ClientSession11UnpressKeysEv
1164 fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
1170 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEEEE8allocateEjPKv
1171 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv
1172 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_
1173 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_
1174 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_
1175 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_tree_iteratorIS7_ERKS7_
1176 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
1177 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
1178 fun:_ZN4base15DictionaryValue3SetERKSsPNS_5ValueE
1179 fun:_ZN4base15DictionaryValue9SetStringERKSsRKSbItNS_20string16_char_traitsESaItEE
1180 fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
1181 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoESaIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
1194 fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
1195 fun:_ZNK7blink9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24RenderBoxRegionInfoFlagsE
1197 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1203 fun:_ZN3WTF10fastMallocEj
1204 fun:_ZN3WTF7HashSetIPN7blink16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEEnwEj
1205 fun:_ZN5blink21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStringEPNS_16SVGStyledElementE
1209 Memcheck:Uninitialized
1210 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
1211 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
1217 fun:_ZN15tracked_objects10ThreadData10InitializeEv
1218 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
1219 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
1223 Memcheck:Uninitialized
1224 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
1225 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
1226 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4base12TrackingInfoERKNS_11TrackedTimeES7_
1229 Intentional leak of stl map during thread cleanup in profiler
1232 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
1238 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
1244 fun:HB_OpenTypeShape
1245 fun:arabicSyriacOpenTypeShape
1248 fun:_ZN5blink21ComplexTextController11shapeGlyphsEv
1249 fun:_ZN5blink21ComplexTextController13nextScriptRunEv
1250 fun:_ZN5blink21ComplexTextController14widthOfFullRunEv
1251 fun:_ZNK7blink4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflowE
1252 fun:_ZNK7blink4Font5widthERKNS_7TextRunERiRN3WTF6StringE
1253 fun:_ZN5blink14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
1254 fun:_ZN5blink14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
1255 fun:_ZNK7blink30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
1262 fun:*tracked_objects*ThreadData*TallyABirth*
1269 fun:*tracked_objects*ThreadData*TallyADeath*
1276 fun:_ZNSt6vector*9push_back*
1277 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
1278 fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19ConvolutionFilter1DE
1279 fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethodEiiiiRK7SkIRect
1280 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
1281 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
1282 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
1283 fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN5blink7WebViewEiiP8SkBitmapP14ThumbnailScore
1284 fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
1285 fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
1289 Memcheck:Uninitialized
1291 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
1292 fun:_ZN4skia15ImageOperations11ResizeBasicE*
1293 fun:_ZN4skia15ImageOperations6ResizeE*
1299 fun:*tracked_objects*ThreadData*InitializeThreadContext*
1300 fun:*base*PlatformThread*SetName*
1304 Memcheck:Uninitialized
1305 fun:fetch_texel_2d_f_rgba8888
1307 fun:sample_nearest_2d
1310 fun:_mesa_execute_program
1312 fun:_swrast_exec_fragment_program
1313 fun:shade_texture_span
1314 fun:_swrast_write_rgba_span
1315 fun:general_triangle
1317 fun:_swrast_Triangle
1321 fun:_tnl_run_pipeline
1323 fun:_tnl_vbo_draw_prims
1329 fun:_ZN3WTF10fastMallocEm
1330 fun:_ZN3WTF10RefCountedIN5blink12MHTMLArchiveEEnwEm
1331 fun:_ZN5blink12MHTMLArchive6createEv
1333 fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
1334 fun:_ZN5blink11MHTMLParser12parseArchiveEv
1335 fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
1338 bug_122717_use_after_free
1339 Memcheck:Unaddressable
1340 fun:__pthread_mutex_unlock_usercnt
1341 fun:_ZN4base8internal8LockImpl6UnlockEv
1342 fun:_ZN4base4Lock7ReleaseEv
1343 fun:_ZN4base8AutoLockD1Ev
1344 fun:_ZN5gdata15GDataFileSystem21RunTaskOnIOThreadPoolERKN4base8CallbackIFvvEEE
1350 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
1351 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
1352 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
1358 fun:_ZN3WTF10fastMallocEm
1359 fun:_ZN3WTF16fastZeroedMallocEm
1361 fun:_ZN5blink12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS3_EERKj
1362 fun:_ZN5blink12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6ObjectEEE
1363 fun:_ZN5blink12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5ValueEEEPNS1_9StateBaseE
1364 fun:_ZN5blink12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
1365 fun:_ZN5blink21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
1366 fun:_ZN5blink21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
1367 fun:_ZN5blinkL25handlePostMessageCallbackERKN2v89ArgumentsEb
1368 fun:_ZN5blink11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
1369 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
1370 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
1378 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv
1379 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
1380 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
1381 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
1382 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
1389 fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi
1395 fun:_ZN3gfx5ImageC1ERK8SkBitmap
1396 fun:_ZN16BrowserThemePack16LoadRawBitmapsToE*
1397 fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension
1398 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
1404 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
1405 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
1406 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
1407 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerEPNS_11StateWriterE
1408 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
1409 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
1415 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
1416 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
1417 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
1418 fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerE
1419 fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
1420 fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
1426 fun:_ZN5blink9ClipRects6createERKS0_
1427 fun:_ZN5blink11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
1429 fun:_ZNK7blink11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE
1430 fun:_ZNK7blink11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
1434 Memcheck:Uninitialized
1436 fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
1437 fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
1438 fun:_ZN5blink12TextTrackCue12getCueAsHTMLEv
1439 fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
1440 fun:_ZN5blink16HTMLMediaElement25updateActiveTextTrackCuesEf
1444 Memcheck:Uninitialized
1445 fun:_NPN_EvaluateHelper
1447 fun:_ZN5blink11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant
1448 fun:_ZL13executeScriptPK12PluginObjectPKc
1450 fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv
1451 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv
1452 fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev
1453 fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv
1454 fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN5blink12WebURLLoaderE
1455 fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN5blink18WebPluginContainerE
1456 fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv
1457 fun:_ZN5blink22WebPluginContainerImplD0Ev
1458 fun:_ZN3WTF10RefCountedIN7blink6WidgetEE5derefEv
1459 fun:_ZNSt4pairIN3WTF6RefPtrIN7blink6WidgetEEEPNS2_9FrameViewEED1Ev
1460 fun:_ZN3WTF9HashTableINS_6RefPtrIN7blink6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i
1461 fun:_ZN3WTF9HashTableINS_6RefPtrIN7blink6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_ED1Ev
1462 fun:_ZN3WTF7HashMapINS_6RefPtrIN7blink6WidgetEEEPNS2_9FrameViewENS_7PtrHashIS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev
1463 fun:_ZN5blink12RenderWidget28resumeWidgetHierarchyUpdatesEv
1464 fun:_ZN5blink7Element6detachEv
1465 fun:_ZN5blink13ContainerNode14detachChildrenEv
1466 fun:_ZN5blink13ContainerNode6detachEv
1470 Memcheck:Uninitialized
1471 fun:_ZNK7blink16HTMLInputElement8dataListEv
1472 fun:_ZNK7blink16HTMLInputElement4listEv
1473 fun:_ZN5blink21RenderSliderContainer6layoutEv
1474 fun:_ZN5blink11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginInfoERNS_20FractionalLayoutUnitES6_
1475 fun:_ZN5blink11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnitE
1476 fun:_ZN5blink11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE
1477 fun:_ZN5blink11RenderBlock6layoutEv
1478 fun:_ZN5blink12RenderSlider6layoutEv
1482 Memcheck:Uninitialized
1483 fun:_ZNK7blink16HTMLInputElement8dataListEv
1484 fun:_ZNK7blink16HTMLInputElement4listEv
1485 fun:_ZN5blink11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
1486 fun:_ZN5blink24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
1487 fun:_ZN5blink11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
1488 fun:_ZN5blink9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21FractionalLayoutPointE
1489 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLayoutPointE
1495 fun:_ZN3WTF10fastMallocEm
1496 fun:_ZN3WTF10RefCountedIN7blink17ScriptProfileNodeEEnwEm
1497 fun:_ZN5blink17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
1498 fun:_ZNK7blink13ScriptProfile4headEv
1499 fun:_ZN5blink23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
1500 fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6StringE
1501 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringEP18PropertyAttributes
1502 fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEENS3_INS0_6StringEEE
1503 fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE
1509 fun:_ZN3WTF10fastMallocEm
1510 fun:_ZN3WTF10RefCountedIN7blink17ScriptProfileNodeEEnwEm
1511 fun:_ZN5blink17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
1512 fun:_ZNK7blink17ScriptProfileNode8childrenEv
1513 fun:_ZN5blink27ScriptProfileNodeV8InternalL16childrenCallbackERKN2v89ArgumentsE
1517 Memcheck:Uninitialized
1518 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
1519 fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv
1523 Memcheck:Unaddressable
1524 fun:_ZNK3WTF6OwnPtrIN5blink14ScrollbarGroupEEcvMS3_PS2_Ev
1525 fun:_ZN5blink22WebPluginContainerImpl14reportGeometryEv
1526 fun:_ZN5blink22WebPluginContainerImpl12setFrameRectERKN7blink7IntRectE
1528 fun:_ZN9TestShell4dumpEv
1534 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
1535 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
1542 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
1543 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
1544 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
1550 fun:_ZL21cachedDeviceLuminancef
1557 fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData
1558 fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb
1564 fun:_ZN14WebDataService13RemoveKeywordEl
1565 fun:_ZN18TemplateURLService14RemoveNoNotifyEP11TemplateURL
1566 fun:_ZN18TemplateURLService6RemoveEP11TemplateURL
1567 fun:_ZN9protector71DefaultSearchProviderChangeTest_CurrentSearchProviderRemovedByUser_Test19RunTestOnMainThreadEv
1573 fun:_ZN14WebDataService13UpdateKeywordERK15TemplateURLData
1574 fun:_ZN18TemplateURLService32SetDefaultSearchProviderNoNotifyEP11TemplateURL
1578 Memcheck:Uninitialized
1579 fun:_ZN2v88internal11StoreBuffer28IteratePointersInStoreBufferEPFvPPNS0_10HeapObjectES3_E
1580 fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
1581 fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
1582 fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
1583 fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
1584 fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
1588 Memcheck:Uninitialized
1589 fun:_ZN2v88internal11StoreBuffer7CompactEv
1590 fun:_ZN2v88internal11StoreBuffer19PrepareForIterationEv
1591 fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
1592 fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
1593 fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
1594 fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
1595 fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
1596 fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracerE
1597 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageCollectorEPKcS5_
1598 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
1599 fun:_ZN2v88internal4Heap17CollectAllGarbageEiPKc
1600 fun:_ZN2v88internal4Heap16IdleNotificationEi
1601 fun:_ZN2v88internal2V816IdleNotificationEi
1602 fun:_ZN2v82V816IdleNotificationEi
1603 fun:_ZN16RenderThreadImpl11IdleHandlerEv
1609 fun:_ZN10extensions18PermissionsUpdater17RecordOAuth2GrantEPKNS_9ExtensionE
1610 fun:_ZN10extensions18PermissionsUpdater22GrantActivePermissionsEPKNS_9ExtensionEb
1611 fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
1617 fun:NaClDescImcBoundDescAcceptConn
1618 fun:RevRpcHandlerBase
1619 fun:NaClThreadInterfaceStart
1625 fun:_ZN10extensions9TabHelper23OnInlineWebstoreInstallEiiRKSsRK4GURL
1632 fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12ResourceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi
1633 fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit_glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE
1634 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestStatusERKSsRKN4base9TimeTicksE
1640 fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv
1641 fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv
1642 fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv
1643 fun:_ZN17OAuth2ApiCallFlow5StartEv
1644 fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv
1651 fun:_ZN7content16SiteInstanceImpl10GetProcessEv
1652 fun:_ZN7content*Render*SiteInstance*
1653 fun:_ZN7content*Render*SiteInstance*
1655 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
1661 fun:_ZN27ExtensionDevToolsClientHostC1EPN7content11WebContentsERKSsS4_i
1662 fun:_ZN22AttachDebuggerFunction7RunImplEv
1663 fun:_ZN17ExtensionFunction3RunEv
1664 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
1665 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
1671 fun:_ZN5blink25NotificationPresenterImpl17requestPermissionEPN7blink22ScriptExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
1672 fun:_ZN5blink18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_12VoidCallbackEEE
1673 fun:_ZN5blink20V8NotificationCenter25requestPermissionCallbackERKN2v89ArgumentsE
1679 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunctionv
1680 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
1681 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHostMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12ExtensionAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
1682 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
1683 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
1689 fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv
1690 fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm
1691 fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_
1692 fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_
1693 fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderEii
1699 fun:get_peer_sock_name
1700 fun:_xcb_get_auth_info
1701 fun:xcb_connect_to_display_with_auth_info
1704 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
1708 Memcheck:Uninitialized
1710 fun:_ZNK3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParamsltERKS2_
1711 fun:_ZNKSt4lessIN3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParams*
1713 fun:*ShaderTranslatorInitParams*
1715 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
1721 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
1722 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
1723 fun:_ZN16ExtensionServiceC1E*
1724 fun:_ZN10extensions19ExtensionSystemImpl6Shared4InitEb
1725 fun:_ZN10extensions19ExtensionSystemImpl21InitForRegularProfileEb
1726 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
1727 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
1728 fun:_ZN14ProfileManager10AddProfileEP7Profile
1729 fun:_ZN14ProfileManager10GetProfileE*
1735 fun:_ZN28JSONAsynchronousUnpackerImpl22StartProcessOnIOThreadEN7content13BrowserThread2IDERKSs
1741 fun:_ZN18BrowserProcessImpl21PreMainMessageLoopRunEv
1742 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
1743 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
1744 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
1745 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
1746 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
1747 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
1748 fun:_ZN7content21ContentMainRunnerImpl3RunEv
1749 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
1757 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDelegateE
1758 fun:_ZN18WebResourceService10StartFetchEv
1764 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
1765 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
1766 fun:_ZNK3sql10Connection14DoesTableExistEPKc
1767 fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE
1769 fun:_ZN7history16TopSitesDatabase4InitE*
1770 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
1776 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
1777 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
1778 fun:_ZNK3sql10Connection14DoesTableExistEPKc
1779 fun:_ZN7history17ShortcutsDatabase11EnsureTableEv
1780 fun:_ZN7history17ShortcutsDatabase4InitEv
1781 fun:_ZN7history16ShortcutsBackend12InitInternalEv
1789 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
1790 fun:_ZN16BrowserWindowGtk4InitEv
1791 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1797 obj:/lib/libpng12.so.0.42.0
1798 fun:png_create_read_struct_2
1800 fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser
1801 fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow
1802 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
1803 fun:_ZN16BrowserWindowGtk4InitEv
1804 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1810 fun:_ZN9__gnu_cxx13new_allocatorISbItN4base20string16_char_traitsESaItEEE8allocateEmPKv
1811 fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_allocateEm
1813 fun:_ZN15WrenchMenuModel5BuildEbb
1814 fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb
1815 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk
1816 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
1817 fun:_ZN16BrowserWindowGtk4InitEv
1818 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1824 fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE
1825 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
1826 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
1827 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
1828 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
1829 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
1835 fun:_ZN7leveldb6DBImplC1ERKNS_7OptionsERKSs
1836 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
1837 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
1838 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
1839 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
1840 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
1846 fun:_ZN18ValueStoreFrontend*
1850 Memcheck:Uninitialized
1851 fun:_ZN13WebTestRunner16WebTestProxyBase19didCreateDataSourceEPN5blink8WebFrameEPNS1_13WebDataSourceE
1852 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE19didCreateDataSourceEPN5blink8WebFrameEPNS5_13WebDataSourceE
1853 fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7blink15ResourceRequestERKNS1_14SubstituteDataE
1854 fun:_ZN5blink11FrameLoader4initEv
1855 fun:_ZN5blink5Frame4initEv
1856 fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7blink4PageE
1857 fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
1858 fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13WebTestRunner17WebTestInterfacesE
1859 fun:_ZN9TestShell16createMainWindowEv
1860 fun:_ZN9TestShell10initializeEP25MockWebKitPlatformSupport
1864 Memcheck:Uninitialized
1865 fun:_ZN13WebTestRunner10TestRunner5resetEv
1866 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
1867 fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv
1868 fun:_ZN9TestShell19resetTestControllerEv
1869 fun:_ZL7runTestR9TestShellR10TestParamsRKSsb
1873 Memcheck:Uninitialized
1874 fun:_ZN3WTF6StringC1EPKt
1875 fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
1876 fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
1877 fun:_ZN5blink12TextTrackCue20createWebVTTNodeTreeEv
1878 fun:_ZN5blink12TextTrackCue22createCueRenderingTreeEv
1879 fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
1883 Memcheck:Uninitialized
1884 fun:_ZN5blink12WebVTTParser13collectDigitsERKN3WTF6StringEPj
1885 fun:_ZN5blink12WebVTTParser16collectTimeStampERKN3WTF6StringEPj
1886 fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
1887 fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
1888 fun:_ZN5blink12TextTrackCue20createWebVTTNodeTreeEv
1889 fun:_ZN5blink12TextTrackCue22createCueRenderingTreeEv
1890 fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
1896 fun:_ZN13WebTestRunner10TestPlugin6createEPN5blink8WebFrameERKNS1_15WebPluginParamsEPNS_15WebTestDelegateE
1897 fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN5blink8WebFrameERKNS1_15WebPluginParamsE
1898 fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginEPN5blink8WebFrameERKNS5_15WebPluginParamsE
1899 fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7blink7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String*
1900 fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7*
1907 fun:nssCryptokiObject_Create
1908 fun:create_objects_from_handles
1910 fun:find_objects_by_template
1911 fun:nssToken_FindCertificateByEncodedCertificate
1912 fun:PK11_FindCertFromDERCertItem
1913 fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper*
1919 fun:nssPKIObject_Create
1920 fun:nssTrustDomain_FindTrustForCertificate
1921 fun:STAN_DeleteCertTrustMatchingSlot
1922 fun:SEC_DeletePermCertificate
1928 fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE
1934 fun:_ZN4base54WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtr_Test8TestBodyEv
1940 fun:_ZN4base58WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtrBase_Test8TestBodyEv
1946 fun:_ZN5blink11ScriptState10forContextEN2v86HandleINS1_7ContextEEE
1947 fun:_ZN5blink17ScriptDebugServer18handleProgramBreakEN2v86HandleINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_5ArrayEEE
1953 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv
1954 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv
1955 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_create_nodeERKi
1956 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKi
1957 fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueERKi
1958 fun:_ZNSt3setIiSt4lessIiESaIiEE6insertERKi
1959 fun:_ZN10extensions10URLMatcher14UpdateTriggersEv
1960 fun:_ZN10extensions10URLMatcher28UpdateInternalDatastructuresEv
1961 fun:_ZN10extensions10URLMatcher16AddConditionSetsERKSt6vectorI13scoped_refptrINS_22URLMatcherConditionSetEESaIS4_EE
1962 fun:_ZN12_GLOBAL__N_113FilterBuilder5BuildEv
1963 fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
1969 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN10extensions13StringPatternEEE8allocateEmPKv
1970 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE11_M_get_nodeEv
1971 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE14_M_create_nodeERKS2_
1972 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_
1973 fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE16_M_insert_uniqueERKS2_
1974 fun:_ZNSt3setIPN10extensions13StringPatternENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE6insertERKS2_
1975 fun:_ZN10extensions26URLMatcherConditionFactory15CreateConditionENS_19URLMatcherCondition9CriterionERKSs
1976 fun:_ZN10extensions26URLMatcherConditionFactory35CreateHostSuffixPathPrefixConditionERKSsS2_
1977 fun:_ZN6policy12URLBlacklist18CreateConditionSetEPN10extensions10URLMatcherEiRKSsS5_btS5_
1978 fun:_ZN12_GLOBAL__N_113FilterBuilder10AddPatternERKSsi
1979 fun:_ZN12_GLOBAL__N_113FilterBuilder11AddSiteListEP19ManagedModeSiteList
1980 fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
1986 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
1987 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
1988 fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE
1989 fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSiteListE
1995 fun:_ZN21WebDataServiceWrapperC1EP7Profile
1996 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserContextE
1997 fun:_ZN33BrowserContextKeyedServiceFactory27GetServiceForBrowserContextEPN7content14BrowserContextEb
1998 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTypeE
2000 fun:_ZN12TokenService10InitializeEPKcP7Profile
2004 Memcheck:Uninitialized
2005 fun:_ZN2v88internal15ScavengeVisitor15ScavengePointerEPPNS0_6Object*
2006 fun:_ZN2v88internal15ScavengeVisitor13VisitPointersEPPNS0_6ObjectES4_
2007 fun:_ZNK2v88internal13StandardFrame18IterateExpressionsEPNS0_13ObjectVisitorE
2009 fun:_ZN2v88internal4Heap8ScavengeEv
2010 fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollector*
2016 fun:_ZN31SafeBrowsingDatabaseFactoryImpl26CreateSafeBrowsingDatabaseEbbbb
2017 fun:_ZN20SafeBrowsingDatabase6CreateEbbbb
2018 fun:_ZN27SafeBrowsingDatabaseManager11GetDatabaseEv
2024 fun:_ZN4base4BindIMN10extensions16UserScriptMaster14ScriptReloader*
2025 fun:_ZN10extensions16UserScriptMaster14ScriptReloader9StartLoad*
2026 fun:_ZN10extensions16UserScriptMaster9StartLoadEv
2027 fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
2034 fun:pk11_CreateSymKey
2035 fun:PK11_KeyGenWithTemplate
2036 fun:pk11_TokenKeyGenWithFlagsAndKeyType
2037 fun:pk11_RawPBEKeyGenWithKeyType
2039 fun:PK11_ExportEncryptedPrivKeyInfo
2040 fun:_ZN6crypto12ECPrivateKey25ExportEncryptedPrivateKeyERKSsiPSt6vectorIhSaIhEE
2047 fun:_ZN3net18SSLClientSocketNSS4Core21OnHandshakeIOCompleteEi
2048 fun:_ZN3net18SSLClientSocketNSS4Core28OnGetDomainBoundCertCompleteEi
2054 fun:_ZN3ash4test53FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test8TestBodyEv
2061 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
2062 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
2063 fun:_ZN3WTF9BitVector10ensureSizeEm
2064 fun:_ZN3WTF9BitVectorC*
2066 fun:_ZN5blink10UseCounter17recordMeasurementENS0_7FeatureE
2073 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
2074 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
2075 fun:_ZN3WTF9BitVector10ensureSizeEm
2076 fun:_ZN5blink10UseCounterC1Ev
2077 fun:_ZN5blink4PageC1ERNS0_11PageClientsE
2083 fun:_ZN7content17WorkerServiceImplC1Ev
2084 fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
2085 fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
2086 fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
2087 fun:_ZN7content19WorkerMessageFilter16OnChannelClosingEv
2088 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
2094 fun:_ZN7content17WorkerServiceImplC1Ev
2095 fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
2096 fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
2097 fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
2098 fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
2099 fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveResponseEPNS_14ResourceLoaderE
2100 fun:_ZN7content14ResourceLoader23CompleteResponseStartedEv
2101 fun:_ZN7content14ResourceLoader17OnResponseStartedEPN3net10URLRequestE
2102 fun:_ZN3net10URLRequest21NotifyResponseStartedEv
2108 fun:_ZN7content17WorkerServiceImplC1Ev
2109 fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
2110 fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
2111 fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
2112 fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
2113 fun:_ZN7content23ResourceRedirectDetailsC1EPKN3net10URLRequestEiRK4GURL
2114 fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveRedirectEPNS_14ResourceLoaderERK4GURL
2115 fun:_ZN7content14ResourceLoader18OnReceivedRedirectEPN3net10URLRequestERK4GURLPb
2116 fun:_ZN3net10URLRequest22NotifyReceivedRedirectERK4GURLPb
2117 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2118 fun:_ZN3net17URLRequestHttpJob21NotifyHeadersCompleteEv
2119 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
2120 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEi
2121 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
2127 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
2128 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
2129 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
2135 fun:_ZN4base23EnsureProcessTerminatedEi
2136 fun:_ZN7content6Zygote17HandleReapRequestEiRK6Pickle14PickleIterator
2137 fun:_ZN7content6Zygote24HandleRequestFromBrowserEi
2138 fun:_ZN7content6Zygote15ProcessRequestsEv
2139 fun:_ZN7content10ZygoteMainERKNS_18MainFunctionParamsEPNS_18ZygoteForkDelegateE
2140 fun:_ZN7content9RunZygoteERKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2141 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2142 fun:_ZN7content21ContentMainRunnerImpl3RunEv
2143 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2149 fun:_ZN14TestingProfile20CreateRequestContextEv
2150 fun:_ZN12_GLOBAL__N_130ProfileSyncServiceTypedUrlTest5SetUpEv
2156 fun:_ZN14TestingProfile20CreateRequestContextEv
2157 fun:_ZN30ProfileSyncServicePasswordTest5SetUpEv
2164 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
2165 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactoryERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12HostPortPairE
2166 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
2167 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
2173 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
2174 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
2175 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
2176 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
2177 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKcRKSt6vectorIiSaIiEENS1_13GpuPreferenceE
2181 Memcheck:Unaddressable
2182 fun:_ZNK7blink32PlatformSpeechSynthesisUtterance6clientEv
2183 fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
2184 fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
2185 fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
2186 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2187 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2188 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2192 Memcheck:Uninitialized
2193 fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv
2194 fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv
2201 fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2202 fun:_Z16ShellBrowserMainRKN7content18MainFunctionParams*
2203 fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
2204 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2205 fun:_ZN7content21ContentMainRunnerImpl3RunEv
2206 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2212 fun:_ZN7content19ContentMainDelegate26CreateContentUtilityClientEv
2213 fun:_ZN7content24ContentClientInitializer3SetERKSsPNS_19ContentMainDelegateE
2214 fun:_ZN7content21ContentMainRunnerImpl10InitializeEiPPKcPNS_19ContentMainDelegateE
2215 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2219 Memcheck:Uninitialized
2220 fun:pthread_rwlock_init$UNIX2003
2221 fun:_ZN3re25MutexC2Ev
2222 fun:_ZN3re25MutexC1Ev
2224 fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi
2228 Memcheck:Uninitialized
2229 fun:pthread_rwlock_init$UNIX2003
2230 fun:_ZN3re25MutexC2Ev
2231 fun:_ZN3re25MutexC1Ev
2233 fun:_ZN3gpu12_GLOBAL__N_114StringMismatchERKSsS2_
2239 fun:_ZN5ppapi5proxy15PPP_Class_Proxy19CreateProxiedObjectEPK18PPB_Var_DeprecatedPNS0_10DispatcherEill
2240 fun:_ZN5ppapi5proxy24PPB_Var_Deprecated_Proxy27OnMsgCreateObjectDeprecatedEillNS0_24SerializedVarReturnValueE
2246 fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv
2247 fun:_ZN5ppapi*ThreadAwareCallback*Test_*
2251 Memcheck:Uninitialized
2253 fun:_ZN3gpu5gles239ShaderTranslatorTest_OptionsString_Test8TestBodyEv
2257 Memcheck:Uninitialized
2258 fun:_ZNK3gpu12AsyncAPIMock6IsArgsclEPKv
2259 fun:_ZNK7testing8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEE15MatchAndExplainIPKvEEbRT_PNS_19MatchResultListenerE
2260 fun:_ZNK7testing18PolymorphicMatcherINS_8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEEEE15MonomorphicImplIPKvE15MatchAndExplainESA_PNS_19MatchResultListenerE
2261 fun:_ZNK7testing8internal11MatcherBaseIPKvE15MatchAndExplainES3_PNS_19MatchResultListenerE
2262 fun:_ZNK7testing8internal11MatcherBaseIPKvE7MatchesES3_
2263 fun:_ZN7testing8internal11TuplePrefixILm3EE7MatchesINSt3tr15tupleIINS_7MatcherIjEES7_NS6_IPKvEEEEENS5_IIjjS9_EEEEEbRKT_RKT0_
2264 fun:_ZN7testing8internal12TupleMatchesINSt3tr15tupleIINS_7MatcherIjEES5_NS4_IPKvEEEEENS3_IIjjS7_EEEEEbRKT_RKT0_
2265 fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE7MatchesERKNSt3tr15tupleIIjjS6_EEE
2266 fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE21ShouldHandleArgumentsERKNSt3tr15tupleIIjjS6_EEE
2267 fun:_ZNK7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE29FindMatchingExpectationLockedERKNSt3tr15tupleIIjjS6_EEE
2268 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE30UntypedFindMatchingExpectationES6_PS6_PbPSoSB_
2269 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
2270 fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10InvokeWithERKNSt3tr15tupleIIjjS6_EEE
2271 fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjjS6_
2272 fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv
2273 fun:_ZN3gpu13CommandParser14ProcessCommandEv
2274 fun:_ZN3gpu12GpuScheduler10PutChangedEv
2278 Memcheck:Uninitialized
2279 fun:_ZN5blink12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10AttributesEPNS_8SettingsE
2280 fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
2281 fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
2287 fun:_ZN6Pickle6ResizeEm
2289 fun:_ZN7content14ZygoteHostImpl20GetTerminationStatusEibPi
2290 fun:_ZN7content20ChildProcessLauncher25GetChildTerminationStatusEbPi
2296 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net12HostPortPairESt3mapINS3_15SpdySettingsIdsES2_INS3_17SpdySettingsFlagsEjESt4lessIS7_ESaIS2_IKS7_S9_EEEEEE8allocateEmPKv
2297 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE11_M_get_nodeEv
2298 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE14_M_create_nodeERKSE_
2299 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE13_M_clone_nodeEPKSt13_Rb_tree_nodeISE_E
2300 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EE7_M_copyEPKSt13_Rb_tree_nodeISE_EPSL_
2301 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsIdsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE_ES8_IS1_ESaISE_EEaSERKSJ_
2302 fun:_ZNSt3mapIN3net12HostPortPairES_INS0_15SpdySettingsIdsESt4pairINS0_17SpdySettingsFlagsEjESt4lessIS2_ESaIS3_IKS2_S5_EEES6_IS1_ESaIS3_IKS1_SB_EEEaSERKSG_
2303 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCacheOnIOERKN4base8CallbackIFvvEEE
2304 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCacheOnIOEv
2310 fun:_swrast_new_soft_renderbuffer
2311 fun:_mesa_BindRenderbufferEXT
2312 fun:shared_dispatch_stub_939
2313 fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj
2314 fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj
2320 fun:_ZN3WTF10fastMallocEm
2321 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
2322 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7blink17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE
2323 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem*
2325 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE
2329 Memcheck:Uninitialized
2331 fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE*
2337 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPKN4base11CommandLineERKNS1_8FilePathEb
2338 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv
2342 Memcheck:Uninitialized
2343 fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContextPNS_12PMConversionES3_
2344 fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_
2345 fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix
2346 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfigPvmj
2347 fun:_ZN11SkGpuDevice12onReadPixelsE*
2348 fun:_ZN12SkBaseDevice10readPixelsE*
2349 fun:_ZN8SkCanvas10readPixelsE*
2350 fun:_ZN*DeferredDevice12onReadPixelsE*
2351 fun:_ZN12SkBaseDevice10readPixelsE*
2352 fun:_ZN8SkCanvas10readPixelsE*
2353 fun:_ZN5blink15GraphicsContext10readPixelsE*
2355 fun:_ZN*blink24CanvasRenderingContext2D12getImageDataE*
2357 fun:_ZN5blink34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
2358 fun:_ZN5blink34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
2362 Memcheck:Uninitialized
2363 fun:_ZN13WebTestRunner11EventSender5resetEv
2364 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv
2365 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
2367 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv
2368 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv
2369 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
2375 fun:_dl_close_worker
2380 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
2381 fun:snd_config_searcha_hooks
2382 fun:snd_config_searchva_hooks
2383 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
2384 fun:snd_config_search_definition
2385 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
2386 fun:_ZN5media11AlsaWrapper7PcmOpenEPP8_snd_pcmPKc15_snd_pcm_streami
2387 fun:_ZN9alsa_utilL10OpenDeviceEPN5media11AlsaWrapperEPKc15_snd_pcm_streamii15_snd_pcm_formati
2388 fun:_ZN9alsa_util18OpenPlaybackDeviceEPN5media11AlsaWrapperEPKcii15_snd_pcm_formati
2389 fun:_ZN5media19AlsaPcmOutputStream16AutoSelectDeviceEj
2390 fun:_ZN5media19AlsaPcmOutputStream4OpenEv
2391 fun:_ZN5media25AudioOutputDispatcherImpl19CreateAndOpenStreamEv
2392 fun:_ZN5media25AudioOutputDispatcherImpl10OpenStreamEv
2393 fun:_ZN5media20AudioOutputResampler10OpenStreamEv
2394 fun:_ZN5media16AudioOutputProxy4OpenEv
2395 fun:_ZN5media18AudioStreamHandler20AudioStreamContainer4PlayEv
2401 fun:_ZN4base23EnsureProcessTerminatedEi
2408 fun:nssTrustDomain_UpdateCachedTokenCerts
2414 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
2415 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
2416 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
2417 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
2423 fun:_ZN3WTF10fastMallocEm
2424 fun:_ZN5blink8ResourcenwEm
2425 fun:_ZN5blinkL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3WTF6StringE
2426 fun:_ZN5blink15ResourceFetcher12loadResourceENS_8Resource4TypeERNS_12FetchRequestERKN3WTF6StringE
2427 fun:_ZN5blink15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12FetchRequestE
2428 fun:_ZN5blink15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE
2429 fun:_ZN5blink24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestENS_19SecurityCheckPolicyE
2435 fun:_ZN5blink15DOMWrapperWorldC2Eii
2436 fun:_ZN5blink15DOMWrapperWorldC1Eii
2437 fun:_ZN5blink15DOMWrapperWorld6createEii
2438 fun:_ZN5blink15DOMWrapperWorld9mainWorldEv
2440 fun:_ZN7content22BufferedDataSourceTestC2Ev
2444 Memcheck:Uninitialized
2446 fun:_ZN5blink4Heap19checkAndMarkPointerEPNS_7VisitorEPh
2447 fun:_ZN5blink11ThreadState10visitStackEPNS_7VisitorE
2449 fun:_ZN5blink4Heap14collectGarbageENS_11ThreadState10StackState*
2456 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
2457 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
2458 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
2459 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
2465 fun:_ZN7content14GpuChannelHost7ConnectERKN3IPC13ChannelHandle*
2466 fun:_ZN7content14GpuChannelHost6CreateEPNS_21GpuChannelHostFactoryERKN3gpu7GPUInfoERKN3IPC13ChannelHandle*
2467 fun:_ZN7content28BrowserGpuChannelHostFactory21GpuChannelEstablishedEv
2468 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
2469 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest4WaitEv
2475 fun:_ZN7content16SiteInstanceImpl10GetProcessEv
2476 fun:_ZN7content22RenderFrameHostManager21CreateRenderFrameHostEPNS_12SiteInstanceEiibb
2477 fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
2478 fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
2479 fun:_ZN7content15WebContentsImpl16CreateWithOpenerERKNS_11WebContents12CreateParamsEPS0_
2480 fun:_ZN7content11WebContents6CreateERKNS0_12CreateParamsE
2481 fun:_ZN7content5Shell15CreateNewWindowEPNS_14BrowserContextERK4GURLPNS_12SiteInstanceEiRKN3gfx4SizeE
2482 fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2483 fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
2484 fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsERK10scoped_ptrINS_17BrowserMainRunnerEN4base14DefaultDeleterIS4_EEE
2485 fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
2486 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2487 fun:_ZN7content21ContentMainRunnerImpl3RunEv
2488 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2494 fun:_ZNK13LoginDatabase9GetLoginsERKN8autofill12PasswordFormEPSt6vectorIPS1_SaIS5_EE
2495 fun:_ZN50LoginDatabaseTest_UpdateIncompleteCredentials_Test8TestBodyEv
2499 Memcheck:Uninitialized
2501 fun:_mesa_unpack_rgba_row
2502 fun:slow_read_rgba_pixels
2503 fun:read_rgba_pixels
2504 fun:_mesa_readpixels
2506 fun:shared_dispatch_stub_*
2508 fun:*gpu*gles*GLES2DecoderImpl*DoCommand*
2509 fun:*gpu*CommandParser*ProcessCommand*
2510 fun:*gpu*GpuScheduler*PutChanged*
2514 Memcheck:Unaddressable
2515 fun:_ZNK7blink32PlatformSpeechSynthesisUtterance6clientEv
2516 fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
2517 fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
2518 fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
2519 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2520 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2521 fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
2525 Memcheck:Uninitialized
2526 fun:_ZN5blink23ReplaceSelectionCommand7doApplyEv
2527 fun:_ZN5blink20CompositeEditCommand5applyEv
2528 fun:_ZN5blink6Editor28replaceSelectionWithFragmentEN3WTF10PassRefPtrINS_16DocumentFragmentEEEbbb
2529 fun:_ZN5blink6Editor24replaceSelectionWithTextERKN3WTF6StringEbb
2533 Memcheck:Uninitialized
2535 fun:*SkA8_Shader_Blitter*blitH*
2537 fun:*content*ScreenshotData*EncodeOnWorker*
2541 Memcheck:Uninitialized
2542 fun:_ZN5blink21RenderLayerCompositor14updateIfNeededEv
2548 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
2549 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
2550 fun:_ZN3IPC12ChannelPosix29OnFileCanWriteWithoutBlockingEi
2552 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWithoutBlockingEiPS0_
2554 fun:event_process_active
2559 Memcheck:Uninitialized
2560 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE
2561 fun:_ZN7content15BlinkTestRunner17CaptureDumpPixelsERK8SkBitmap
2567 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
2568 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
2569 fun:_ZN3IPC12ChannelPosix4SendEPNS_7MessageE
2570 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
2576 fun:_ZN3WTF10fastMallocEm
2577 fun:_ZN5blink8ResourcenwEm
2578 fun:_ZN5blinkL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3WTF6StringE
2579 fun:_ZN5blink15ResourceFetcher18revalidateResourceERKNS_12FetchRequestEPNS_8ResourceE
2580 fun:_ZN5blink15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12FetchRequestE
2581 fun:_ZN5blink15ResourceFetcher11fetchScriptERNS_12FetchRequestE
2582 fun:_ZN5blink12ScriptLoader11fetchScriptERKN3WTF6StringE
2583 fun:_ZN5blink12ScriptLoader13prepareScriptERKN3WTF12TextPositionENS0_17LegacyTypeSupportE
2584 fun:_ZN5blink16HTMLScriptRunner9runScriptEPNS_7ElementERKN3WTF12TextPositionE
2585 fun:_ZN5blink16HTMLScriptRunner7executeEN3WTF10PassRefPtrINS_7ElementEEERKNS1_12TextPositionE
2586 fun:_ZN5blink18HTMLDocumentParser30runScriptsForPausedTreeBuilderEv
2587 fun:_ZN5blink18HTMLDocumentParser38processParsedChunkFromBackgroundParserEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE
2588 fun:_ZN5blink18HTMLDocumentParser23pumpPendingSpeculationsEv
2589 fun:_ZN5blink18HTMLDocumentParser41didReceiveParsedChunkFromBackgroundParserEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE
2590 fun:_ZN3WTF15FunctionWrapperIMN7blink18HTMLDocumentParserEFvNS_10PassOwnPtrINS2_11ParsedChunkEEEEEclERKNS_7WeakPtrIS2_EES5_
2591 fun:_ZN3WTF17BoundFunctionImplINS_15FunctionWrapperIMN7blink18HTMLDocumentParserEFvNS_10PassOwnPtrINS3_11ParsedChunkEEEEEEFvNS_7WeakPtrIS3_EES6_EEclEv
2592 fun:_ZNK3WTF8FunctionIFvvEEclEv
2593 fun:_ZN3WTFL18callFunctionObjectEPv
2599 fun:_ZN4mojo6common13HandleWatcher5StartERKNS_6HandleEjmRKN4base8CallbackIFviEEE
2600 fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
2601 fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
2602 fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2603 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2604 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2605 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2606 fun:_ZN7content19MojoApplicationHost4InitEv
2612 fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
2613 fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
2614 fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2615 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2616 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2617 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2618 fun:_ZN7content19MojoApplicationHost4InitEv
2624 fun:_ZN4mojo8internal10SharedDataIPNS0_6RouterEEC1ERKS3_
2625 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2626 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2627 fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2628 fun:_ZN7content19MojoApplicationHost4InitEv
2635 fun:_ZN7content21RenderProcessHostImpl4InitEv
2637 fun:_ZN7content5Shell7LoadURLERK4GURL
2638 fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2639 fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
2645 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalE*
2649 Memcheck:Uninitialized
2651 fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE
2652 fun:_ZN7content15GamepadProvider6DoPollEv
2659 fun:_ZN8feedback16FeedbackDataTestC1Ev
2660 fun:_ZN8feedback*FeedbackDataTest*
2661 fun:_ZN7testing8internal15TestFactoryImplIN8feedback*
2668 fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2669 fun:_ZN7content19MojoApplicationHost4InitEv
2670 fun:_ZN7content21RenderProcessHostImpl4InitEv
2671 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEiib
2672 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEiPNS_26CrossProcessFrameConnectorE
2673 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostEi
2674 fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
2675 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
2676 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_19RenderFrameHostImplENS_20NavigationController10ReloadTypeE
2677 fun:_ZN7content15WebContentsImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2678 fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2679 fun:_ZN7content24NavigationControllerImpl9LoadEntryEPNS_19NavigationEntryImplE
2680 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20NavigationController13LoadURLParamsE
2681 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
2682 fun:_ZN7content5Shell7LoadURLERK4GURL
2683 fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2684 fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
2685 fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsERK10scoped_ptrINS_17BrowserMainRunnerEN4base14DefaultDeleterIS4_EEE
2686 fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
2687 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2694 fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2695 fun:_ZN4mojo8internal18InterfaceImplStateINS_5ShellEE4BindENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2696 fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2697 fun:_ZN7content19MojoApplicationHost4InitEv
2698 fun:_ZN7content21RenderProcessHostImpl4InitEv
2699 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEiib
2700 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEiPNS_26CrossProcessFrameConnectorE
2701 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostEi
2702 fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
2703 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
2704 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_19RenderFrameHostImplENS_20NavigationController10ReloadTypeE
2705 fun:_ZN7content15WebContentsImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2706 fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2707 fun:_ZN7content24NavigationControllerImpl9LoadEntryEPNS_19NavigationEntryImplE
2708 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20NavigationController13LoadURLParamsE
2709 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
2710 fun:_ZN7content5Shell7LoadURLERK4GURL
2717 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
2718 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
2719 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContext*
2720 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
2721 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
2723 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
2724 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
2730 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandlerEEEE8allocateEmPKv
2732 fun:_ZNSt3mapISsPN3net20URLRequestJobFactory15ProtocolHandlerESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
2733 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLRequestJobFactory15ProtocolHandlerE
2735 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
2742 fun:_ZN5blink18ModulesInitializer4initEv
2743 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
2744 fun:_ZN5blink10initializeEPNS_8PlatformE
2745 fun:_ZN7content27TestBlinkWebUnitTestSupportC2Ev
2746 fun:_ZN7content27TestBlinkWebUnitTestSupportC1Ev
2747 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2748 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2752 Memcheck:Uninitialized
2754 fun:_ZN*14SkTDynamicHashI10SkFlatData*
2755 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE24findAndReturnMutableFlatERKS0_
2756 fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE17findAndReturnFlatERKS0_
2757 fun:_ZN15SkPictureRecord16getFlatPaintDataERK7SkPaint
2758 fun:_ZN15SkPictureRecord11addPaintPtrEPK7SkPaint
2759 fun:_ZN15SkPictureRecord8addPaintERK7SkPaint
2760 fun:_ZN15SkPictureRecord8drawPathERK6SkPathRK7SkPaint
2761 fun:_ZN12SkBBoxRecord8drawPathERK6SkPathRK7SkPaint
2762 fun:_ZN5blink15GraphicsContext8drawPathERK6SkPathRK7SkPaint
2763 fun:_ZN5blink15GraphicsContext10strokePathERKNS_4PathE
2764 fun:_ZNK7blink14RenderSVGShape11strokeShapeEPNS_15GraphicsContextE
2765 fun:_ZNK7blink13RenderSVGPath11strokeShapeEPNS_15GraphicsContextE
2766 fun:_ZN5blink27RenderSVGResourceSolidColor17postApplyResourceEPNS_12RenderObjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
2767 fun:_ZN5blink14RenderSVGShape11strokeShapeEPNS_11RenderStyleEPNS_15GraphicsContextE
2768 fun:_ZN5blink14RenderSVGShape5paintERNS_9PaintInfoERKNS_11LayoutPointE
2769 fun:_ZN5blink9RenderBox5paintERNS_9PaintInfoERKNS_11LayoutPointE
2770 fun:_ZN5blink13RenderSVGRoot13paintReplacedERNS_9PaintInfoERKNS_11LayoutPointE
2771 fun:_ZN5blink14RenderReplaced5paintERNS_9PaintInfoERKNS_11LayoutPointE
2772 fun:_ZN5blink11RenderBlock18paintAsInlineBlockEPNS_12RenderObjectERNS_9PaintInfoERKNS_11LayoutPointE
2776 Memcheck:Unaddressable
2777 fun:_ZN5blink23FrameLoaderStateMachine9advanceToENS0_5StateE
2778 fun:_ZN5blink11FrameLoader4initEv
2779 fun:_ZN5blink10LocalFrame4initEv
2780 fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7blink9FrameHostEPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_
2781 fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7blink16FrameLoadRequestEPNS1_21HTMLFrameOwnerElementE
2785 Memcheck:Uninitialized
2787 fun:_ZN5blink11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
2788 fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
2789 fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
2791 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2792 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2796 Memcheck:Uninitialized
2798 fun:_ZN5blink11LayoutPointC*ERKNS_8IntPointE
2800 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2801 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2805 Memcheck:Uninitialized
2806 fun:_ZNK5blink7IntRect8containsEii
2808 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2809 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2813 Memcheck:Uninitialized
2814 fun:_ZNK7blink10LayoutUnit5floorEv
2816 fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2817 fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2818 fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7blink4PageERNS_22PageWidgetEventHandlerERKNS_13WebInputEventE
2822 Memcheck:Uninitialized
2823 fun:_ZN5blink15roundedIntPointERKNS_11LayoutPointE
2824 fun:_ZNK5blink15HitTestLocation12roundedPointEv
2825 fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
2826 fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
2827 fun:_ZN5blink12EventHandler20hitTestResultAtPointERKNS_11LayoutPointEjRKNS_10LayoutSizeE
2828 fun:_ZN5blink12EventHandler18targetGestureEventERKNS_20PlatformGestureEventEb
2834 fun:_ZN7content16WebURLLoaderImplC1Ev
2835 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
2836 fun:_ZN5blink10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18FetchInitiatorInfoENS_17StoredCredentialsE
2837 fun:_ZN5blink10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS_18FetchInitiatorInfoENS_17StoredCredentialsE
2838 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
2839 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE
2840 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb
2841 fun:_ZN5blink11ImageLoader4Task3runEv
2847 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
2848 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_b
2849 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob*
2850 fun:_ZN3net16HostResolverImplC*
2854 Memcheck:Uninitialized
2855 fun:_ZN11SkBaseMutex7acquireEv
2856 fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex
2857 fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex
2858 fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_
2859 fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor
2860 fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv
2861 fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTypefacePK12SkDescriptorPvESB_b
2862 fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb
2863 fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
2864 fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
2870 fun:_ZN5blinkL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostEPN2v87IsolateE
2871 fun:_ZN5blink21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEPNS_11ScriptStateEi
2872 fun:_ZN5blink21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE
2873 fun:_ZN5blink22InspectorDebuggerAgent17currentCallFramesEv
2874 fun:_ZN5blink22InspectorDebuggerAgent8didPauseEPNS_11ScriptStateERKNS_11ScriptValueES5_RKN3WTF6VectorINS6_6StringELm0ENS6_16DefaultAllocatorEEE
2876 fun:_ZN2v88internal5Debug17CallEventCallbackENS_10DebugEventENS0_6HandleINS0_6ObjectEEES5_PNS_5Debug10ClientDataE
2877 fun:_ZN2v88internal5Debug17ProcessDebugEventENS_10DebugEventENS0_6HandleINS0_8JSObjectEEEb
2878 fun:_ZN2v88internal5Debug12OnDebugBreakENS0_6HandleINS0_6ObjectEEEb
2884 fun:_ZN5blinkL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostEPN2v87IsolateE
2885 fun:_ZN5blink21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEPNS_11ScriptStateEi
2886 fun:_ZN5blink21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE
2887 fun:_ZN5blink18WorkerRuntimeAgent21injectedScriptForEvalEPN3WTF6StringEPKi
2888 fun:_ZN5blink21InspectorRuntimeAgent8evaluateEPN3WTF6String*
2889 fun:_ZThn32_N5blink21InspectorRuntimeAgent8evaluateEPN3WTF6String*
2890 fun:_ZN5blink30InspectorBackendDispatcherImpl16Runtime_evaluateElPNS_10JSONObjectEPNS_9JSONArrayE
2891 fun:_ZN5blink30InspectorBackendDispatcherImpl8dispatchERKN3WTF6StringE
2892 fun:_ZN5blink25WorkerInspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
2893 fun:_ZN5blinkL30dispatchOnInspectorBackendTaskEPNS_16ExecutionContextERKN3WTF6StringE
2899 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReductionProxyUnreachable_Test8TestBodyEv
2903 Memcheck:Uninitialized
2904 fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
2905 fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
2906 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRectf
2907 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixbbP9SkBlitter
2908 fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
2909 fun:_ZN14SkBitmapDevice8drawPathERK6SkDrawRK6SkPathRK7SkPaintPK8SkMatrixb
2915 fun:_ZN32ProfileSyncComponentsFactoryMockC1Ev
2921 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLRequestJobFactory15ProtocolHandlerE
2923 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
2924 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
2928 Memcheck:Uninitialized
2930 fun:wk_png_write_find_filter
2931 fun:wk_png_write_row
2935 Memcheck:Uninitialized
2937 fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE
2939 fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEEERKNS_8LineInfoE
2940 fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS_11BidiRunListINS_7BidiRunEEERKNS_14InlineIteratorERNS_8LineInfoERNS_21VerticalPositionCacheEPS2_RN3WTF6VectorINS_15WordMeasurementELm64ENSD_16DefaultAllocatorEEE
2941 fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutStateERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERKS4_RKNS_10BidiStatusE
2942 fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateE
2943 fun:_ZN5blink15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
2945 fun:_ZN5blink15RenderBlockFlow11layoutBlockEb
2949 Memcheck:Uninitialized
2951 fun:_ZN5blink13InlineFlowBox24computeLogicalBoxHeightsEPNS_13RootInlineBoxERNS_10LayoutUnitES4_RiS5_RbS6_bRN3WTF7HashMapIPKNS_13InlineTextBoxESt4pairINS7_6VectorIPKNS_14SimpleFontDataELm0ENS7_16DefaultAllocatorEEENS_13GlyphOverflowEENS7_7PtrHashISB_EENS7_10HashTraitsISB_EENSN_ISK_EESH_EENS_12FontBaselineERNS_21VerticalPositionCacheE
2952 fun:_ZN5blink13RootInlineBox26alignBoxesInBlockDirectionENS_10LayoutUnitERN3WTF7HashMapIPKNS_13InlineTextBoxESt4pairINS2_6VectorIPKNS_14SimpleFontDataELm0ENS2_16DefaultAllocatorEEENS_13GlyphOverflowEENS2_7PtrHashIS6_EENS2_10HashTraitsIS6_EENSI_ISF_EESC_EERNS_21VerticalPositionCacheE
2954 fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateE
2955 fun:_ZN5blink15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
2956 fun:_ZN5blink15RenderBlockFlow15layoutBlockFlowEbRNS_10LayoutUnitERNS_18SubtreeLayoutScopeE
2957 fun:_ZN5blink15RenderBlockFlow11layoutBlockEb
2961 Memcheck:Uninitialized
2963 fun:_ZN5blink13InlineFlowBox26placeBoxesInBlockDirectionENS_10LayoutUnitES1_ibRS1_S2_S2_RbS2_S2_S3_S3_NS_12FontBaselineE
2964 fun:_ZN5blink13RootInlineBox26alignBoxesInBlockDirectionENS_10LayoutUnitERN3WTF7HashMapIPKNS_13InlineTextBoxESt4pairINS2_6VectorIPKNS_14SimpleFontDataELm0ENS2_16DefaultAllocatorEEENS_13GlyphOverflowEENS2_7PtrHashIS6_EENS2_10HashTraitsIS6_EENSI_ISF_EESC_EERNS_21VerticalPositionCacheE
2966 fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateE
2967 fun:_ZN5blink15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
2968 fun:_ZN5blink15RenderBlockFlow15layoutBlockFlowEbRNS_10LayoutUnitERNS_18SubtreeLayoutScopeE
2969 fun:_ZN5blink15RenderBlockFlow11layoutBlockEb
2973 Memcheck:Uninitialized
2974 fun:_ZN5blink13InlineFlowBox45clearDescendantsHaveSameLineHeightAndBaselineEv
2975 fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE
2977 fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEEERKNS_8LineInfoE
2978 fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRuns*
2982 Memcheck:Uninitialized
2983 fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBox*
2984 fun:_ZN5blink15RenderBlockFlow*
2986 fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS*
2987 fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutStateERNS_12BidiResolver*
2988 fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutState*
2992 Memcheck:Uninitialized
2993 fun:_ZNK5blink13InlineFlowBox35constrainToLineTopAndBottomIfNeededERNS_10LayoutRectE
2994 fun:_ZN5blink13InlineFlowBox28paintBoxDecorationBackgroundERNS_9PaintInfoERKNS_11LayoutPointE
2995 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10LayoutUnitES6_
2996 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10LayoutUnitES6_
2997 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10LayoutUnitES6_
2998 fun:_ZNK5blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_11LayoutPointE
3002 Memcheck:Uninitialized
3003 fun:_ZN2v88internal6Object11SetPropertyEPNS0_14LookupIteratorENS0_6HandleIS1_EENS0_10StrictModeENS1_14StoreFromKeyedE
3004 fun:_ZN2v88internal6Object11SetPropertyENS0_6HandleIS1_EENS2_INS0_4NameEEES3_NS0_10StrictModeENS1_14StoreFromKeyedE
3005 fun:_ZN2v88internal7Runtime17SetObjectPropertyEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_S6_NS0_10StrictModeE
3006 fun:_ZN2v86Object3SetENS_6HandleINS_5ValueEEES3_
3007 fun:_ZN18WebCoreTestSupport21injectInternalsObjectEN2v85LocalINS0_7ContextEEE
3008 fun:_ZN5blink17WebTestingSupport21injectInternalsObjectEPNS_13WebLocalFrameE
3009 fun:_ZN7content15BlinkTestRunner20DidClearWindowObjectEPN5blink13WebLocalFrameE
3010 fun:_ZN7content14RenderViewImpl20didClearWindowObjectEPN5blink13WebLocalFrameE
3011 fun:_ZN7content15RenderFrameImpl20didClearWindowObjectEPN5blink13WebLocalFrameE
3012 fun:_ZThn16_N7content15RenderFrameImpl20didClearWindowObjectEPN5blink13WebLocalFrameE
3013 fun:_ZN5blink21FrameLoaderClientImpl39dispatchDidClearWindowObjectInMainWorldEv
3014 fun:_ZN5blink11FrameLoader39dispatchDidClearWindowObjectInMainWorldEv
3015 fun:_ZN5blink16ScriptController11windowShellERNS_15DOMWrapperWorldE
3016 fun:_ZN5blink11toV8ContextEPNS_10LocalFrameERNS_15DOMWrapperWorldE
3017 fun:_ZNK5blink17WebLocalFrameImpl22mainWorldScriptContextEv
3018 fun:_ZN5blink17WebTestingSupport20resetInternalsObjectEPNS_13WebLocalFrameE
3019 fun:_ZN7content15BlinkTestRunner5ResetEv
3020 fun:_ZN7content26ShellContentRendererClient17RenderViewCreatedEPNS_10RenderViewE
3021 fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
3022 fun:_ZN7content14RenderViewImpl6CreateEibRKNS_19RendererPreferencesERKNS_14WebPreferencesEiiilRKSbItN4base20string16_char_traitsESaItEEbbibbiRKN5blink13WebScreenInfoE17AccessibilityMode
3023 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
3027 Memcheck:Uninitialized
3028 fun:_ZN2v88internal6Object11SetPropertyEPNS0_14LookupIteratorENS0_6HandleIS1_EENS0_10StrictModeENS1_14StoreFromKeyedE
3029 fun:_ZN2v88internal6Object11SetPropertyENS0_6HandleIS1_EENS2_INS0_4NameEEES3_NS0_10StrictModeENS1_14StoreFromKeyedE
3031 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_
3032 fun:_ZN2v88internal9Execution4CallEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_iPS6_b
3036 Memcheck:Uninitialized
3037 fun:_ZN2v88internal19JSObjectWalkVisitorINS0_29AllocationSiteCreationContextEE13StructureWalkENS0_6HandleINS0_8JSObjectEEE
3038 fun:_ZN2v88internal8JSObject8DeepWalkENS0_6HandleIS1_EEPNS0_29AllocationSiteCreationContextE
3039 fun:_ZN2v88internal27Runtime_CreateObjectLiteralEiPPNS0_6ObjectEPNS0_7IsolateE
3043 Memcheck:Uninitialized
3044 fun:_ZN2v88internal19JSObjectWalkVisitorINS0_26AllocationSiteUsageContextEE13StructureWalkENS0_6HandleINS0_8JSObjectEEE
3045 fun:_ZN2v88internal8JSObject8DeepCopyENS0_6HandleIS1_EEPNS0_26AllocationSiteUsageContextENS1_13DeepCopyHintsE
3046 fun:_ZN2v88internal27Runtime_CreateObjectLiteralEiPPNS0_6ObjectEPNS0_7IsolateE
3050 Memcheck:Uninitialized
3051 fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
3052 fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
3053 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRect
3057 Memcheck:Uninitialized
3058 fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
3059 fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
3060 fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
3064 Memcheck:Uninitialized
3065 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE
3066 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE
3067 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs
3068 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
3069 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
3076 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv
3077 fun:_ZN10extensions11ApiTestBase5SetUpEv
3078 fun:_ZN10extensions16DataReceiverTest5SetUpEv
3084 fun:_ZN10extensions12_GLOBAL__N_111TestNatives24GetObjectTemplateBuilderEPN2v87IsolateE
3085 fun:_ZN3gin13WrappableBase14GetWrapperImplEPN2v87IsolateEPNS_11WrapperInfoE
3086 fun:_ZN3gin9WrappableIN10extensions12_GLOBAL__N_111TestNativesEE10GetWrapperEPN2v87IsolateE
3087 fun:_ZN3gin12CreateHandleIN10extensions12_GLOBAL__N_111TestNativesEEENS_6HandleIT_EEPN2v87IsolateEPS5_
3088 fun:_ZN10extensions12_GLOBAL__N_111TestNatives6CreateEPN2v87IsolateERKN4base8CallbackIFvvEEE
3089 fun:_ZN10extensions11ApiTestBase7RunTestERKSsS2_
3090 fun:_ZN10extensions29DataReceiverTest_Receive_Test8TestBodyEv
3096 fun:_ZN3gin13HandleWrapper6CreateEPN2v87IsolateEj
3097 fun:_ZN3gin9ConverterIN4mojo6HandleEvE4ToV8EPN2v87IsolateERKS2_
3098 fun:_ZN3gin11ConvertToV8IN4mojo6HandleEEEN2v86HandleINS3_5ValueEEEPNS3_7IsolateET_
3099 fun:_ZN3gin10Dictionary3SetIN4mojo6HandleEEEbRKSsT_
3100 fun:_ZN4mojo2js12_GLOBAL__N_114CreateDataPipeERKN3gin9ArgumentsE
3107 fun:_ZN5blink18ModulesInitializer4initEv
3108 fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
3109 fun:_ZN5blink10initializeEPNS_8PlatformE
3110 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
3111 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
3112 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
3113 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
3119 fun:_ZN28NotificationConversionHelper28GfxImageToNotificationBitmapEPKN3gfx5ImageEPN10extensions3api13notifications18NotificationBitmapE
3120 fun:_ZN28NotificationConversionHelper33NotificationToNotificationOptionsERK12NotificationPN10extensions3api13notifications19NotificationOptionsE
3121 fun:_ZN71NotificationConversionHelperTest_NotificationToNotificationOptions_Test8TestBodyEv
3127 fun:_ZN8app_list4test12_GLOBAL__N_122AppListViewTestContext16RunStartPageTestEv
3133 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
3134 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEE
3135 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
3136 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
3140 Memcheck:Unaddressable
3141 fun:_ZNK5blink6MemberINS_38PlatformSpeechSynthesisUtteranceClientEEcvPS1_Ev
3142 fun:_ZNK5blink32PlatformSpeechSynthesisUtterance6clientEv
3143 fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEPNS_32PlatformSpeechSynthesisUtteranceE
3145 fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
3146 fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
3147 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
3148 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
3150 fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
3157 fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSERKS3_
3158 fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE
3159 fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperationContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3160 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3161 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSystemURLEPN4base4File5ErrorE
3168 fun:_ZN16sync_file_system13drive_backend14SyncEngineTest5SetUpEv
3173 fun:memcpy@@GLIBC_2.14
3174 fun:_ZNK8SkBitmap12copyPixelsToEPvmmb
3175 fun:_ZN5blink19ImageFrameGenerator14decodeAndScaleERK11SkImageInfomPvm
3176 fun:_ZN5blink22DecodingImageGenerator11onGetPixelsERK11SkImageInfoPvmPjPi
3182 fun:_ZN3WTF13CStringBuffer19createUninitializedEm
3183 fun:_ZN3WTF7CString16newUninitializedEmRPc
3184 fun:_ZN3WTF15TextCodecLatin112encodeCommonIhEENS_7CStringEPKT_mNS_19UnencodableHandlingE
3185 fun:_ZN3WTF15TextCodecLatin16encodeEPKhmNS_19UnencodableHandlingE
3191 fun:_ZN3WTF13CStringBuffer19createUninitializedEm
3192 fun:_ZN3WTF7CString4initEPKcm
3193 fun:_ZN3WTF7CStringC1EPKcm
3194 fun:_ZN3WTF13TextCodecUTF812encodeCommonIhEENS_7CStringEPKT_m
3195 fun:_ZN3WTF13TextCodecUTF86encodeEPKhmNS_19UnencodableHandlingE
3196 fun:_ZNK3WTF12TextEncoding6encodeERKNS_6StringENS_19UnencodableHandlingE
3200 Memcheck:Uninitialized
3201 fun:_ZN7content13NavigatorImpl23RecordNavigationMetricsERKNS_20LoadCommittedDetailsERK44FrameHostMsg_DidCommitProvisionalLoad_ParamsPNS_12SiteInstanceE
3202 fun:_ZN7content13NavigatorImpl11DidNavigateEPNS_19RenderFrameHostImplERK44FrameHostMsg_DidCommitProvisionalLoad_Params
3203 fun:_ZN7content19RenderFrameHostImpl26OnDidCommitProvisionalLoadERKN3IPC7MessageE
3204 fun:_ZN7content19TestRenderFrameHost26SendNavigateWithParametersEiRK4GURLN2ui14PageTransitionES3_iPKN4base8FilePathERKSt6vectorIS1_SaIS1_EE
3205 fun:_ZN7content19TestRenderFrameHost41SendNavigateWithTransitionAndResponseCodeEiRK4GURLN2ui14PageTransitionEi
3206 fun:_ZN7content19TestRenderFrameHost26SendNavigateWithTransitionEiRK4GURLN2ui14PageTransitionE
3212 fun:_ZN8remoting13ClipboardAuraC1E13scoped_refptrIN4base22SingleThreadTaskRunnerEE
3213 fun:_ZN8remoting17ClipboardAuraTest5SetUpEv
3219 fun:_ZN2ui9Clipboard6CreateEv
3220 fun:_ZN2ui9Clipboard19GetForCurrentThreadEv
3221 fun:_ZN2ui21ScopedClipboardWriterD1Ev
3222 fun:_ZN8remoting13ClipboardAura4Core20InjectClipboardEventERKNS_8protocol14ClipboardEventE
3228 fun:_ZN3gin22CreateFunctionTemplateIF*LocalINS6_16FunctionTemplateEEEPNS6_7IsolateEN4base8CallbackIT_EEi
3229 fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsIMN*CreateTemplateEPN2v87IsolateES6_
3230 fun:_ZN3gin21ObjectTemplateBuilder9SetMethodIMN*0_RKN4base16BasicStringPieceISsEERKT_
3231 fun:_ZN*24GetObjectTemplateBuilderEPN2v87IsolateE
3237 fun:_ZN3gin22CreateFunctionTemplateIF*IsolateEN4base8CallbackIT_EEi
3238 fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsIF*
3239 fun:_ZN3gin21ObjectTemplateBuilder9SetMethod*RKN4base16BasicStringPieceISsEERKT_
3240 fun:_ZN4mojo2js*GetModuleEPN2v87IsolateE
3246 fun:_ZN3gin22CreateFunctionTemplateIF*IsolateEN4base8CallbackIT_EEi
3247 fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsI*
3248 fun:_ZN3gin21ObjectTemplateBuilder9SetMethod*RKN4base16BasicStringPieceISsEERKT_
3249 fun:_ZN10extensions19TestServiceProvider24GetObjectTemplateBuilderEPN2v87IsolateE
3255 fun:_ZN3gin22CreateFunctionTemplateIF*IsolateEN4base8CallbackIT_EEi
3256 fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsI*
3257 fun:_ZN3gin21ObjectTemplateBuilder9SetMethod*RKN4base16BasicStringPieceISsEERKT_
3258 fun:_ZN10extensions12_GLOBAL__N_111TestNatives24GetObjectTemplateBuilderEPN2v87IsolateE
3263 socketcall.sendto(msg)
3265 fun:_ZN4mojo8embedder20PlatformChannelWriteENS0_14PlatformHandleEPKvm
3266 fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix11WriteNoLockEPmS3_
3267 fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix29OnFileCanWriteWithoutBlockingEi
3268 fun:_ZThn112_N4mojo6system12_GLOBAL__N_115RawChannelPosix29OnFileCanWriteWithoutBlockingEi
3269 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWithoutBlockingEiPS0_
3270 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
3271 fun:event_process_active
3273 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3274 fun:_ZN4base11MessageLoop10RunHandlerEv
3279 socketcall.sendto(msg)
3281 fun:_ZN4mojo8embedder20PlatformChannelWriteENS0_14PlatformHandleEPKvm
3282 fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix11WriteNoLockEPmS3_
3283 fun:_ZN4mojo6system10RawChannel12WriteMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3284 fun:_ZN4mojo6system7Channel12WriteMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3285 fun:_ZN4mojo6system15ChannelEndpoint18WriteMessageNoLockE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3286 fun:_ZN4mojo6system15ChannelEndpoint14EnqueueMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3287 fun:_ZN4mojo6system24ProxyMessagePipeEndpoint14EnqueueMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3288 fun:_ZN4mojo6system11MessagePipe14EnqueueMessageEj10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEEPSt6vectorINS0_19DispatcherTransportESaIS9_EE
3289 fun:_ZN4mojo6system11MessagePipe12WriteMessageEjNS0_11UserPointerIKvEEjPSt6vectorINS0_19DispatcherTransportESaIS6_EEj
3290 fun:_ZN4mojo6system21MessagePipeDispatcher22WriteMessageImplNoLockENS0_11UserPointerIKvEEjPSt6vectorINS0_19DispatcherTransportESaIS6_EEj
3291 fun:_ZN4mojo6system10Dispatcher12WriteMessageENS0_11UserPointerIKvEEjPSt6vectorINS0_19DispatcherTransportESaIS6_EEj
3292 fun:_ZN4mojo6system4Core12WriteMessageEjNS0_11UserPointerIKvEEjNS2_IKjEEjj
3293 fun:MojoWriteMessage
3298 sendmsg(msg.msg_iov[0])
3299 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
3300 fun:_ZN4mojo8embedder33PlatformChannelSendmsgWithHandlesENS0_14PlatformHandleEP5iovecmPS1_m
3302 fun:MojoWriteMessage
3308 fun:_ZN3IPC11SyncChannelC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS4_13WaitableEventE
3310 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3316 fun:_ZN3IPC7Channel6CreateERKNS_13ChannelHandleENS0_4ModeEPNS_8ListenerE*
3317 fun:_ZN3IPC12_GLOBAL__N_122PlatformChannelFactory12BuildChannelEPNS_8ListenerE
3318 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelE10scoped_ptrINS_14ChannelFactoryEN4base14DefaultDeleterIS3_EEE
3320 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3326 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEE
3327 fun:_ZN3IPC11SyncChannel11SyncContextC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS5_13WaitableEventE
3328 fun:_ZN3IPC11SyncChannelC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS4_13WaitableEventE
3329 fun:_ZN3IPC11SyncChannel6CreateEPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS4_13WaitableEventE
3331 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3337 fun:_ZN7content14GpuChannelHost7ConnectERKN3IPC13ChannelHandleEPN4base13WaitableEventE
3338 fun:_ZN7content14GpuChannelHost6CreateEPNS_21GpuChannelHostFactoryERKN3gpu7GPUInfoERKN3IPC13ChannelHandleEPN4base13WaitableEventEPNS3_22GpuMemoryBufferManagerE
3339 fun:_ZN7content28BrowserGpuChannelHostFactory21GpuChannelEstablishedEv
3340 fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3343 Expected_leak_due_to_gpu_thread_leaked_by_lazy_instance
3346 fun:pthread_setspecific
3348 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27InitializeOnGpuThreadParamsE
3352 Memcheck:Uninitialized
3353 fun:av_packet_unpack_dictionary
3354 fun:add_metadata_from_side_data
3355 fun:avcodec_decode_*
3362 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv
3363 fun:_ZN10extensions11ApiTestBase5SetUpEv
3370 fun:_ZN10extensions12_GLOBAL__N_111TestNatives24GetObjectTemplateBuilderEPN2v87IsolateE
3371 fun:_ZN3gin13WrappableBase14GetWrapperImplEPN2v87IsolateEPNS_11WrapperInfoE
3372 fun:_ZN3gin9WrappableIN10extensions12_GLOBAL__N_111TestNativesEE10GetWrapperEPN2v87IsolateE
3373 fun:_ZN3gin12CreateHandleIN10extensions12_GLOBAL__N_111TestNativesEEENS_6HandleIT_EEPN2v87IsolateEPS5_
3374 fun:_ZN10extensions12_GLOBAL__N_111TestNatives6CreateEPN2v87IsolateERKN4base8CallbackIFvvEEE
3375 fun:_ZN10extensions11ApiTestBase7RunTestERKSsS2_
3376 fun:_ZN10extensions30MojoPrivateApiTest_Define_Test8TestBodyEv
3383 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
3384 fun:_ZN7storage21SandboxOriginDatabase4InitENS0_10InitOptionENS0_14RecoveryOptionE
3385 fun:_ZN7storage21SandboxOriginDatabase16GetPathForOriginERKSsPN4base8FilePathE
3386 fun:_ZN7storage32SandboxPrioritizedOriginDatabase16GetPathForOriginERKSsPN4base8FilePathE
3387 fun:_ZN7storage18ObfuscatedFileUtil21GetDirectoryForOriginERK4GURLbPN4base4File5ErrorE
3388 fun:_ZN7storage18ObfuscatedFileUtil28GetDirectoryForOriginAndTypeERK4GURLRKSsbPN4base4File5ErrorE
3389 fun:_ZN7storage12_GLOBAL__N_130OpenFileSystemOnFileTaskRunnerEPNS_18ObfuscatedFileUtilERK4GURLNS_14FileSystemTypeENS_18OpenFileSystemModeEPN4base4File5ErrorE
3395 fun:_ZN7storage18ObfuscatedFileUtil8MarkUsedEv
3396 fun:_ZN7storage18ObfuscatedFileUtil20GetDirectoryDatabaseERKNS_13FileSystemURLEb
3402 fun:_ZN4mojo6system17UserPointerReaderIKjE4InitEPS2_mb
3403 fun:_ZN4mojo6system17UserPointerReaderIKjEC2ENS0_11UserPointerIS2_EEm
3404 fun:_ZN4mojo6system4Core8WaitManyENS0_11UserPointerIKjEES4_jmNS2_IjEENS2_I22MojoHandleSignalsStateEE
3406 fun:_ZN4mojo8WaitManyI*
3407 fun:_ZN4mojo6common15MessagePumpMojo14DoInternalWorkERKNS1_8RunStateEb
3408 fun:_ZN4mojo6common15MessagePumpMojo9DoRunLoopEPNS1_8RunStateEPN4base11MessagePump8DelegateE
3409 fun:_ZN4mojo6common15MessagePumpMojo3RunEPN4base11MessagePump8DelegateE
3410 fun:_ZN4base11MessageLoop10RunHandlerEv
3411 fun:_ZN4base7RunLoop3RunEv
3412 fun:_ZN4base11MessageLoop3RunEv
3413 fun:_ZN4base6Thread3RunEPNS_11MessageLoopE
3414 fun:_ZN4base6Thread10ThreadMainEv
3415 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3421 fun:pthread_setspecific
3422 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv
3423 fun:_ZN4base18ThreadLocalPointerIN4mojo6common15MessagePumpMojoEE3SetEPS3_
3424 fun:_ZN4mojo6common15MessagePumpMojoC1Ev
3425 fun:_ZN4mojo6common15MessagePumpMojo6CreateEv
3431 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEEEE8allocateEmPKv
3432 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv
3433 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeIJS0_IiS6_EEEEPSt13_Rb_tree_nodeIS7_EDpOT_
3434 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE10_M_insert_IS0_IiS6_EEESt17_Rb_tree_iteratorIS7_EPKSt18_Rb_tree_node_baseSK_OT_
3435 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueIS0_IiS6_EEES0_ISt17_Rb_tree_iteratorIS7_EbEOT_
3436 fun:_ZNSt3mapIi10linked_ptrIN4base19SequencedWorkerPool6WorkerEESt4lessIiESaISt4pairIKiS4_EEE6insertIS7_IiS4_EvEES7_ISt17_Rb_tree_iteratorIS9_EbEOT_
3437 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
3438 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
3439 fun:_ZN4base12SimpleThread10ThreadMainEv
3440 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3447 fun:_ZN7content12_GLOBAL__N_120ApplicationSetupImpl24ExchangeServiceProvidersEN4mojo16InterfaceRequestINS2_15ServiceProviderEEENS2_12InterfacePtrIS4_EE
3448 fun:_ZN7content20ApplicationSetupStub6AcceptEPN4mojo7MessageE
3449 fun:_ZN4mojo8internal6Router21HandleIncomingMessageEPNS_7MessageE
3450 fun:_ZN4mojo8internal6Router26HandleIncomingMessageThunk6AcceptEPNS_7MessageE
3451 fun:_ZN7content32ApplicationSetupRequestValidator6AcceptEPN4mojo7MessageE
3452 fun:_ZN4mojo8internal22MessageHeaderValidator6AcceptEPNS_7MessageE
3453 fun:_ZN4mojo22ReadAndDispatchMessageENS_17MessagePipeHandleEPNS_15MessageReceiverEPb
3454 fun:_ZN4mojo8internal9Connector17ReadSingleMessageEPi
3455 fun:_ZN4mojo8internal9Connector24ReadAllAvailableMessagesEv
3456 fun:_ZN4mojo8internal9Connector13OnHandleReadyEi
3457 fun:_ZN4mojo8internal9Connector17CallOnHandleReadyEPvi
3458 fun:_ZN4mojo8internal12_GLOBAL__N_113OnHandleReadyEPNS_6common13HandleWatcherEPFvPviES5_i
3464 fun:pthread_setspecific
3465 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv
3466 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv
3467 fun:_ZN4base18ThreadLocalBoolean3SetEb
3468 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
3469 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3475 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
3476 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
3477 fun:_ZN3WTF9BitVector10ensureSizeEm
3478 fun:_ZN3WTF9BitVectorC2Em
3479 fun:_ZN5blink10UseCounter9CountBitsC2Ev
3480 fun:_ZN5blink10UseCounterC1Ev
3481 fun:_ZN5blink4PageC1ERNS0_11PageClientsE
3487 fun:_ZN7content26GpuProcessTransportFactory23CreatePerCompositorDataEPN2ui10CompositorE
3488 fun:_ZN7content26GpuProcessTransportFactory19CreateOutputSurfaceEN4base7WeakPtrIN2ui10CompositorEEE
3489 fun:_ZN2ui10Compositor23RequestNewOutputSurfaceEv
3490 fun:_ZN2cc13LayerTreeHost23RequestNewOutputSurfaceEv
3491 fun:_ZN2cc17SingleThreadProxy23RequestNewOutputSurfaceEv
3497 fun:_ZN7content17ResourceScheduler15OnClientCreatedEiibb
3498 fun:_ZN7content26ResourceDispatcherHostImpl23OnRenderViewHostCreatedEiibb
3502 Memcheck:Uninitialized
3503 fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
3504 fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
3505 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRectf
3506 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_
3507 fun:_ZNK5blink4Path18strokeBoundingRectERKNS_10StrokeDataE
3508 fun:_ZNK5blink14LayoutSVGShape26calculateStrokeBoundingBoxEv
3509 fun:_ZN5blink14LayoutSVGShape22updateShapeFromElementEv
3516 fun:ssl3_HandleClientHello
3517 fun:ssl3_HandleHandshakeMessage
3518 fun:ssl3_HandleHandshake
3519 fun:ssl3_HandleRecord
3520 fun:ssl3_GatherCompleteHandshake
3521 fun:SSL_ForceHandshake
3522 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv
3526 Memcheck:Uninitialized
3527 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS_13CSSParserModeENS0_31ReleaseParsedCalcValueConditionE
3528 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS0_31ReleaseParsedCalcValueConditionE
3529 fun:_ZN5blink17CSSPropertyParser18validWidthOrHeightEPNS_14CSSParserValueENS0_5UnitsE
3530 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEb
3531 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEbPNS_18CSSParserValueListERKNS_16CSSParserContextERN3WTF6VectorINS_11CSSPropertyELm256ENS7_16DefaultAllocatorEEENS_13StyleRuleBase4TypeE
3532 fun:_ZN5blink13CSSParserImpl23consumeDeclarationValueENS_19CSSParserTokenRangeENS_13CSSPropertyIDEbNS_13StyleRuleBase4TypeE
3533 fun:_ZN5blink13CSSParserImpl18consumeDeclarationENS_19CSSParserTokenRangeENS_13StyleRuleBase4TypeE