[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / tools / valgrind / memcheck / suppressions.txt
blob32b1f3202ca51794e9380c6642c82f5dac98480c
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
17    ...
18    fun:MOZ_Z_deflate
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)
23    Memcheck:Leak
24    ...
25    fun:gtk_init_check
28    Fontconfig leak?
29    Memcheck:Leak
30    ...
31    fun:XML_ParseBuffer
32    fun:FcConfigParseAndLoad
35    bug_9245_FcConfigAppFontAddFile_leak
36    Memcheck:Leak
37    ...
38    fun:FcConfigAppFontAddFile
41    pango_font_leak_todo_3
42    Memcheck:Leak
43    ...
44    fun:FcFontRenderPrepare
45    ...
46    fun:pango_itemize_with_base_dir
49    pango_font_leak_todo_4
50    Memcheck:Leak
51    ...
52    fun:FcFontRenderPrepare
53    ...
54    fun:pango_ot_buffer_output
57    pango_font_leak_todo_5
58    Memcheck:Leak
59    ...
60    fun:FcFontRenderPrepare
61    ...
62    fun:pango_context_get_metrics
65    pango_font_leak_todo_6
66    Memcheck:Leak
67    ...
68    fun:FcDefaultSubstitute
69    ...
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
75    fontconfig_bug_8215
76    Memcheck:Leak
77    fun:malloc
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
85    fontconfig_bug_8428
86    Memcheck:Leak
87    ...
88    fun:realloc
89    fun:FcPatternObjectInsertElt
90    fun:FcPatternObjectAddWithBinding
93    bug_18590 (Third Party)
94    Memcheck:Leak
95    ...
96    fun:malloc
97    fun:FcConfigValues
98    fun:FcConfigValues
99    ...
100    fun:FcConfigValues
101    fun:FcConfigValues
104    # dlopen leak on error. Chromium issues 268368,273385. See http://sourceware.org/bugzilla/show_bug.cgi?id=12878.
105    bug_268368_273385a
106    Memcheck:Leak
107    fun:calloc
108    fun:_dlerror_run
109    fun:dlopen@@GLIBC_2.2.5
112    bug_268368_273385b
113    Memcheck:Leak
114    fun:calloc
115    fun:_dlerror_run
116    fun:dlsym
119    bug_58730_libc.so_value8 (Third Party)
120    Memcheck:Uninitialized
121    obj:/lib/libc-2.11.1.so
123 # net::SniffXML() clearly tries to read < 8 bytes, but strncasecmp() reads 8.
125    bug_58730_strncasecmp_uninit (Third Party)
126    Memcheck:Uninitialized
127    ...
128    fun:strncasecmp
129    fun:_ZN4base11strncasecmpEPKcS1_m
130    fun:_ZN3netL8SniffXMLEPKcmPbPSs
133    bug_76386a (Third Party)
134    Memcheck:Leak
135    fun:_Znw*
136    fun:_ZNSs4_Rep9_S_createE*RKSaIcE
137    ...
138    fun:_ZNSsC1*KS*
141    bug_76386b (Third Party)
142    Memcheck:Leak
143    fun:_Znw*
144    fun:_ZNSs4_Rep9_S_createE*RKSaIcE
145    fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
148    getpwuid_and_getgrouplist
149    Memcheck:Leak
150    fun:malloc
151    fun:nss_parse_service_list
152    fun:__nss_database_lookup
153    obj:*
154    ...
155    fun:get*
158 # XRandRInfo object seems to be leaking inside XRRFindDisplay.  This happens the
159 # first time it is called, no matter who the caller is.  We have observed this
160 # problem with both XRRSelectInput and XRRQueryExtension.
162    bug_119677
163    Memcheck:Leak
164    fun:malloc
165    fun:XRRFindDisplay
168    Ubuntu_Precise_Fontconfig_Optimized_Code
169    Memcheck:Unaddressable
170    fun:FcConfigFileExists
173    Ubuntu_Precise_Itoa_Optimized_Code
174    Memcheck:Uninitialized
175    fun:_itoa_word
176    fun:vfprintf
177    fun:__vsnprintf_chk
178    fun:__snprintf_chk
181    Ubuntu_Precise_Wcscmp_Optimized_Code_In_Tests
182    Memcheck:Uninitialized
183    fun:wcscmp
184    fun:_ZN7testing8internal6String17WideCStringEqualsEPKwS3_
187    mesa_glsl_compile_shader
188    Memcheck:Leak
189    ...
190    fun:_mesa_glsl_compile_shader
191    fun:compile_shader
192    fun:_mesa_CompileShaderARB
193    fun:shared_dispatch_stub_529
196    bug_515618
197    Memcheck:Unaddressable
198    fun:do_lookup_x
199    obj:*
200    fun:_dl_lookup_symbol_x
203 #-----------------------------------------------------------------------
204 # 2. intentional unit test errors, or stuff that is somehow a false positive
205 # in our own code, or stuff that is so trivial it's not worth fixing
207 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
209    Memcheck sanity test 01 (memory leak).
210    Memcheck:Leak
211    fun:_Zna*
212    fun:_ZN4base31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
215    Memcheck sanity test 02 (malloc/read left).
216    Memcheck:Unaddressable
217    fun:*ReadValueOutOfArrayBoundsLeft*
218    ...
219    fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
222    Memcheck sanity test 03 (malloc/read right).
223    Memcheck:Unaddressable
224    fun:*ReadValueOutOfArrayBoundsRight*
225    ...
226    fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
229    Memcheck sanity test 04 (malloc/write left).
230    Memcheck:Unaddressable
231    fun:*WriteValueOutOfArrayBoundsLeft*
232    ...
233    fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
236    Memcheck sanity test 05 (malloc/write right).
237    Memcheck:Unaddressable
238    fun:*WriteValueOutOfArrayBoundsRight*
239    ...
240    fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
243    Memcheck sanity test 06 (new/read left).
244    Memcheck:Unaddressable
245    fun:*ReadValueOutOfArrayBoundsLeft*
246    ...
247    fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
250    Memcheck sanity test 07 (new/read right).
251    Memcheck:Unaddressable
252    fun:*ReadValueOutOfArrayBoundsRight*
253    ...
254    fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
257    Memcheck sanity test 08 (new/write left).
258    Memcheck:Unaddressable
259    fun:*WriteValueOutOfArrayBoundsLeft*
260    ...
261    fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
264    Memcheck sanity test 09 (new/write right).
265    Memcheck:Unaddressable
266    fun:*WriteValueOutOfArrayBoundsRight*
267    ...
268    fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
271    Memcheck sanity test 10 (write after free).
272    Memcheck:Unaddressable
273    fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
276    Memcheck sanity test 11 (write after delete).
277    Memcheck:Unaddressable
278    fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
281    Memcheck sanity test 12 (array deleted without []).
282    Memcheck:Free
283    ...
284    fun:_ZN4base46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
287    Memcheck sanity test 13 (single element deleted with []).
288    Memcheck:Free
289    ...
290    fun:_ZN4base51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
293    Memcheck sanity test 14 (malloc/read uninit).
294    Memcheck:Uninitialized
295    fun:*ReadUninitializedValue*
296    ...
297    fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
300    Memcheck sanity test 15 (new/read uninit).
301    Memcheck:Uninitialized
302    fun:*ReadUninitializedValue*
303    ...
304    fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
307    bug_86301 This test explicitly verifies PostTaskAndReply leaks the task if the originating MessageLoop has been deleted.
308    Memcheck:Leak
309    fun:_Znw*
310    fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
311    fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
312    fun:_ZN4base74MessageLoopTaskRunnerTest_PostTaskAndReply_DeadReplyLoopDoesNotDelete_Test8TestBodyEv
315    # Non-joinable thread doesn't clean up all state on program exit
316    # very common in ui tests
317    bug_16096 (WontFix)
318    Memcheck:Leak
319    fun:_Znw*
320    fun:_ZNSs4_Rep9_S_createE*RKSaIcE
321    fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
322    fun:_ZNSs7reserveE*
323    fun:_ZNSs6appendEPKc*
324    fun:*StringAppendV*
325    ...
326    fun:_ZN4base12StringPrintfEPKcz
329    # According to dglazkov, these are one-time leaks and intentional.
330    # They may go away if the change to move these off the heap lands.
331    bug_17996 (Intentional)
332    Memcheck:Leak
333    ...
334    fun:_ZN5blink8SVGNames4initEv
337    # This is an on demand initialization which is done and then intentionally
338    # kept around (not freed) while the process is running.
339    intentional_blink_XMLNames_init_leak
340    Memcheck:Leak
341    ...
342    fun:_ZN5blink8XMLNames4initEv
345    # Intentionally leaking NSS to prevent shutdown crashes
346    bug_61585a (Intentional)
347    Memcheck:Leak
348    fun:calloc
349    ...
350    fun:error_get_my_stack
353    FileStream::Context can leak through WorkerPool by design
354    Memcheck:Leak
355    fun:_Znw*
356    fun:_ZN3net10FileStreamC1EPNS_6NetLogE
359    # Histograms are used on un-joined threads, and can't be deleted atexit.
360    Histograms via FactoryGet including Linear Custom Boolean and Basic
361    Memcheck:Leak
362    fun:_Znw*
363    ...
364    fun:_ZN4base*Histogram10FactoryGet*
367    Intentional leak for SampleMap (stores SparseHistogram counts).
368    Memcheck:Leak
369    ...
370    fun:_ZN4base9SampleMap10AccumulateEii
371    ...
372    fun:_ZN4base15SparseHistogram3AddEi
375    bug_73299 (Intentional)
376    Memcheck:Leak
377    fun:_Znw*
378    fun:_ZN7content17WorkerProcessHost20CreateMessageFiltersEi
379    fun:_ZN7content17WorkerProcessHost4InitE*
380    fun:_ZN7content17WorkerServiceImpl24CreateWorkerFromInstanceENS_17WorkerProcessHost14WorkerInstanceE
381    fun:_ZN7content17WorkerServiceImpl12CreateWorkerE*
382    fun:_ZN7content19WorkerMessageFilter14OnCreateWorkerERK31ViewHostMsg_CreateWorker_ParamsPi
385    bug_83345 (Needs_Annotation)
386    Memcheck:Leak
387    ...
388    fun:_ZN4base*23LeakyLazyInstanceTraits*NewEPv
389    fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
392    bug_87500_a (Intentional)
393    Memcheck:Leak
394    ...
395    fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
396    fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
399    bug_79322 (Intentional)
400    Memcheck:Leak
401    fun:_Znw*
402    ...
403    fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv
406    # According to dglazkov, UA style sheets are intentionally leaked.
407    # As such, treat any leaks originating from parseUASheet as intentional.
408    bug_121729 (Intentional)
409    Memcheck:Leak
410    ...
411    fun:_ZN5blinkL12parseUASheetEPKcj
414    bug_121729_b (Intentional)
415    Memcheck:Leak
416    ...
417    fun:_ZN5blinkL12parseUASheetERKN3WTF6StringE
420    intentional_see_bug_156466
421    Memcheck:Leak
422    fun:_Znw*
423    fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE
424    fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
427 # http://crbug.com/269278 causes really widespread, flaky leaks in
428 # value objects that own some memory.  These suppressions will cover
429 # all such objects, even though it's possible to get real leaks that
430 # look the same way (e.g. by allocating such an object in an arena).
432    bug_269278a
433    Memcheck:Leak
434    fun:_Znw*
435    fun:_ZN4base4Bind*Callback*BindState*
438    bug_269278b
439    Memcheck:Leak
440    fun:_Znw*
441    fun:_ZN9__gnu_cxx13new_allocator*allocate*
442    fun:_ZNSt12_Vector_base*_M_allocate*
445 # Externally allocated objects referenced by V8 objects can currently
446 # be diagnosed as (false) leaks, since memcheck does not know how to
447 # handle V8 leaks. More detailed discussion in http://crbug.com/328552
449    bug_328552
450    Memcheck:Leak
451    fun:malloc
452    fun:_ZN3WTF10StringImpl19createUninitializedEjRPh
455    bug_364821 (WontFix)
456    Memcheck:Leak
457    fun:malloc
458    fun:_ZN3WTF10fastMallocEm
459    fun:_ZN3WTF10RefCountedIN5blink11ScriptStateEEnwEm
460    fun:_ZN5blink11ScriptState6createEN2v85LocalINS1_7ContextEEEN3WTF10PassRefPtrINS_15DOMWrapperWorldEEE
461    ...
462    fun:_ZN3WTF15FunctionWrapperIMN5blink12WorkerThread*
465    bug_383956
466    Memcheck:Leak
467    fun:calloc
468    fun:_ZN18hb_object_header_t6createEj
469    fun:_Z*hb_object_createI9hb_face_tEPT_v
470    fun:hb_face_create_for_tables
471    fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface
472    fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei
473    fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE
474    fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv
478   bug_391510
479   Memcheck:Leak
480   fun:_Znw*
481   fun:_ZN4base21CancelableTaskTracker16NewTrackedTaskId*
482   fun:_ZN14HistoryService14ScheduleDBTask*
483   fun:_ZN7history19URLIndexPrivateData26ScheduleUpdateRecentVisits*
486    bug_399852_a
487    Memcheck:Uninitialized
488    fun:_ZN5blink14DateComponents9parseTimeERKN3WTF6StringEjRj
489    fun:_ZNK5blink13TimeInputType29parseToDateComponentsInternalERKN3WTF6StringEPNS_14DateComponentsE
490    fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
493    bug_399852_b
494    Memcheck:Uninitialized
495    fun:_ZN5blink12_GLOBAL__N_117parseJSONInternalIhEEN3WTF10PassRefPtrINS_9JSONValueEEEPKT_j
496    fun:_ZN5blink9parseJSONERKN3WTF6StringE
497    fun:_ZN5blink*InspectorBackendDispatcher*
498    ...
499    fun:_ZN5blink*WebDevToolsAgent*
500    fun:_ZN7content*DevToolsAgent*
503    bug_399852_c
504    Memcheck:Uninitialized
505    fun:_ZN5blinkL21extractRangeComponentEPN3WTF6StringERKNS0_6RefPtrINS_10JSONObjectEEERKS1_Rj
506    fun:_ZN5blinkL22jsonRangeToSourceRangeEPN3WTF6StringEPNS_23InspectorStyleSheetBase*
507    fun:_ZN5blink17InspectorCSSAgent*
508    fun:_ZThn40_N5blink17InspectorCSSAgent*
509    fun:_ZN5blink30InspectorBackendDispatcherImpl*
510    fun:_ZN5blink30InspectorBackendDispatcherImpl8dispatchERKN3WTF6StringE
511    fun:_ZN5blink19InspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
512    fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
513    fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs
516    bug_399852_d
517    Memcheck:Uninitialized
518    fun:_ZN5blink14DateComponents10parseMonthERKN3WTF6StringEjRj
519    ...
520    fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
521    fun:_ZNK5blink24BaseDateAndTimeInputType15typeMismatchForERKN3WTF6StringE
522    fun:_ZNK5blink24BaseDateAndTimeInputType13sanitizeValueERKN3WTF6StringE
525    bug_418234
526    Memcheck:Uninitialized
527    fun:_ZN10extensions19ExtensionManagement7RefreshEv
528    fun:_ZN10extensions19ExtensionManagement22OnExtensionPrefChangedEv
531    bug_464462
532    Memcheck:Uninitialized
533    fun:_ZN7content14ManifestParser16ParseIconDensityERKN4base15DictionaryValueE
534    fun:_ZN7content14ManifestParser10ParseIconsERKN4base15DictionaryValueE
535    fun:_ZN7content14ManifestParser5ParseEv
536    fun:_ZN7content18ManifestParserTest21ParseManifestWithURLsERKN4base16BasicStringPieceISsEERK4GURLS8_
537    fun:_ZN7content18ManifestParserTest13ParseManifestERKN4base16BasicStringPieceISsEE
538    fun:_ZN7content45ManifestParserTest_IconDensityParseRules_Test8TestBodyEv
541    bug_484444
542    Memcheck:Leak
543    fun:_Znw*
544    ...
545    fun:_ZN4mojo7BindingINS_15ServiceProviderEE4BindENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPK15MojoAsyncWaiter
546    fun:_ZN4mojo7BindingINS_15ServiceProviderEE4BindENS_16InterfaceRequestIS1_EEPK15MojoAsyncWaiter
547    fun:_ZN7content19ServiceRegistryImpl4BindEN4mojo16InterfaceRequestINS1_15ServiceProviderEEE
550    bug_484444b
551    Memcheck:Leak
552    fun:_Znw*
553    fun:_ZN4mojo8internal11FilterChain6AppendINS0_22MessageHeaderValidatorEEEvv
554    fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE25ConfigureProxyIfNecessaryEv
555    fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE8instanceEv
558    bug_484444c
559    Memcheck:Leak
560    fun:_Znw*
561    fun:_ZN4mojo8internal10SharedDataIPNS0_6RouterEEC2ERKS3_
562    fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEENS0_11FilterChainEPK15MojoAsyncWaiter
563    fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE25ConfigureProxyIfNecessaryEv
564    fun:_ZN4mojo8internal17InterfacePtrStateINS_15ServiceProviderEE8instanceEv
567 #-----------------------------------------------------------------------
568 # 3. Suppressions for real chromium bugs that are not yet fixed.
569 # These should all be in chromium's bug tracking system (but a few aren't yet).
572    # webkit leak?  See http://crbug.com/9503
573    bug_9503
574    Memcheck:Leak
575    ...
576    fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
579    # very common in ui tests
580    bug_16091
581    Memcheck:Leak
582    ...
583    fun:_ZN4base11MessageLoop22AddDestructionObserverEPNS0_19DestructionObserverE
584    ...
585    fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
588    # very common in ui tests
589    bug_16092
590    Memcheck:Leak
591    fun:*
592    fun:_ZN4base11MessageLoopC1ENS0_4TypeE
593    fun:_ZN4base6Thread10ThreadMainEv
596    # very common in ui tests
597    bug_16092b
598    Memcheck:Leak
599    ...
600    fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE17_M_initialize_mapE*
601    ...
602    fun:_ZN4base11MessageLoopC1ENS0_4TypeE
605    # very common in ui tests
606    bug_16092c
607    Memcheck:Leak
608    ...
609    fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt4lessIS1_EEC1ERKS6_RKS4_
610    fun:_ZN4base11MessageLoopC1ENS0_4TypeE
611    fun:_ZN4base6Thread10ThreadMainEv
614    # also bug 17979.  It's a nest of leaks.
615    bug_17385
616    Memcheck:Leak
617    fun:_Znw*
618    ...
619    fun:_ZN3IPC12ChannelProxy7Context13CreateChannel*Channel4ModeE
620    fun:_ZN3IPC12ChannelProxy4Init*
621    ...
622    fun:_ZN3IPC11SyncChannel*Channel4Mode*Listener*
625    bug_17540_16661
626    Memcheck:Leak
627    fun:_Znw*
628    fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptor*FileDescriptorWatcherEPNS0_7WatcherE
629    fun:_ZN4base16MessageLoopForIO19WatchFileDescriptor*MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
630    ...
631    fun:_ZN3IPC*Channel*ConnectEv
632    fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
635    bug_16661
636    Memcheck:Leak
637    fun:_Znw*
638    fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
639    fun:_ZN4base11MessageLoop10RunHandlerEv
642    # slight variant of the above
643    bug_19371a
644    Memcheck:Leak
645    fun:_Znw*
646    ...
647    fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
648    fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
649    fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
652    bug_19775_a
653    Memcheck:Leak
654    ...
655    fun:malloc
656    fun:sqlite3MemMalloc
657    fun:mallocWithAlarm
658    fun:sqlite3Malloc
659    ...
660    fun:sqlite3VdbeExec
661    fun:sqlite3Step
662    fun:sqlite3_step
663    fun:sqlite3_exec
664    fun:_ZN3sql10Connection7Execute*
665    ...
666    fun:_ZN7history*Database*Create*
669    bug_19775_c
670    Memcheck:Leak
671    ...
672    fun:openDatabase
673    fun:sqlite3_open
674    fun:_ZN3sql10Connection12OpenInternalERKSs
677    bug_19775_g
678    Memcheck:Leak
679    fun:malloc
680    fun:sqlite3MemMalloc
681    fun:mallocWithAlarm
682    fun:sqlite3Malloc
683    fun:sqlite3ParserAlloc
684    fun:sqlite3RunParser
685    fun:sqlite3Prepare
686    fun:sqlite3LockAndPrepare
687    fun:sqlite3_prepare*
690    bug_19775_h
691    Memcheck:Leak
692    ...
693    fun:malloc
694    fun:sqlite3MemMalloc
695    fun:mallocWithAlarm
696    fun:sqlite3Malloc
697    ...
698    fun:yy_reduce
700 # The following three suppressions are related to the workers code.
702    bug_27837
703    Memcheck:Leak
704    fun:_Znw*
705    fun:_ZN19WebSharedWorkerStub9OnConnectEii
708    bug_32085
709    Memcheck:Leak
710    fun:_Znw*
711    fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8allocate*
712    fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
713    fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
714    fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
715    fun:_ZN7content21NotificationRegistrar3Add*
718    bug_32273_a
719    Memcheck:Leak
720    fun:_Znw*
721    fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
722    fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
723    fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
724    fun:_ZN11ChildThread4SendEPN3IPC7MessageE
725    fun:_ZN12RenderThread4SendEPN3IPC7MessageE
726    fun:_ZN12RenderWidget4SendEPN3IPC7MessageE
727    fun:_ZN12RenderWidget16DoDeferredUpdateEv
728    fun:_ZN12RenderWidget20CallDoDeferredUpdateEv
731    bug_32273_b
732    Memcheck:Leak
733    fun:_Znw*
734    ...
735    fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE
736    fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
739    bug_32624_b
740    Memcheck:Leak
741    fun:malloc
742    obj:*
743    obj:*
744    obj:*
745    obj:*
746    obj:*
747    obj:*
748    obj:*
749    obj:*
750    obj:*
751    obj:*
752    obj:*
753    obj:*
754    obj:*
755    obj:*
756    obj:*
757    obj:*
758    obj:*
759    obj:*
760    obj:*
761    obj:*
762    fun:secmod_ModuleInit
765    bug_32624_c
766    Memcheck:Leak
767    ...
768    fun:malloc
769    ...
770    fun:PORT_Alloc_Util
771    ...
772    fun:PK11_InitPin
775    bug_32624_f
776    Memcheck:Leak
777    ...
778    fun:CERT_PKIXVerifyCert
779    fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
782    bug_32624_g
783    Memcheck:Leak
784    ...
785    fun:CERT_VerifySignedData
786    fun:cert_VerifyCertChain
787    fun:CERT_VerifyCertChain
788    fun:CERT_VerifyCert
791    bug_42842
792    Memcheck:Leak
793    fun:_Znw*
794    fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorkerClientE
795    fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7blink6WorkerE
796    fun:_ZN5blink18WorkerContextProxy6createEPNS_6WorkerE
797    fun:_ZN5blink6WorkerC1EPNS_22ScriptExecutionContextE
798    fun:_ZN5blink6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
799    fun:_ZN5blink8V8Worker19constructorCallbackERKN2v89ArgumentsE
802    bug_64887_a
803    Memcheck:Uninitialized
804    ...
805    fun:*vfprintf
806    ...
807    fun:_ZN7testing*PrintByteSegmentInObjectTo*
808    ...
809    fun:_ZN7testing*PrintBytesInObjectTo*
810    fun:_ZN7testing9internal220PrintBytesInObjectToEPKh*
811    fun:_ZN7testing9internal220TypeWithoutFormatter*
812    fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
815    bug_64887_b
816    Memcheck:Uninitialized
817    ...
818    fun:_ZNSolsEx
819    fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
820    fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
821    fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
822    fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
823    fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
824    fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
825    fun:_ZN7testing8internal18TuplePrefixPrinter*
826    fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
827    fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
828    fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
829    fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
830    fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
831    fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
832    fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
833    fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
834    fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
837    bug_64887_c
838    Memcheck:Uninitialized
839    ...
840    fun:_ZNSolsEx
841    fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
842    fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
843    fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
844    fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
845    fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
846    fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
847    fun:_ZN7testing8internal18TuplePrefixPrinter*
848    fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
849    fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
850    fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
851    fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
852    fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
853    fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
854    fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
855    fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
856    fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
859    bug_65940_a
860    Memcheck:Leak
861    fun:_Znw*
862    ...
863    fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7Channel4ModeE
864    fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopb
865    fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
866    fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE
869    bug_65940_b
870    Memcheck:Leak
871    fun:_Znw*
872    ...
873    fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS_8ListenerEPN4base22SingleThreadTaskRunnerEbPNS8_13WaitableEventE
874    fun:_ZN7content11ChildThread4InitEv
875    fun:_ZN7content11ChildThreadC2ERKSs
878    bug_65940_c
879    Memcheck:Leak
880    fun:_Znw*
881    fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEEE8allocateEmPKv
882    fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE11_M_allocateEm
883    fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_
884    fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE9push_backERKS4_
885    fun:_ZN3IPC12ChannelProxy7Context11OnAddFilterEv
888    bug_65940_d
889    Memcheck:Leak
890    fun:_Znw*
891    fun:_ZN7content11ChildThread4InitEv
892    fun:_ZN7content11ChildThreadC*
893    ...
894    fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
897    bug_65940_e
898    Memcheck:Leak
899    fun:_Znw*
900    fun:_ZN7content16RenderThreadImpl4InitEv
901    fun:_ZN7content16RenderThreadImplC*
902    ...
903    fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
906    bug_66853_a
907    Memcheck:Leak
908    fun:_Znw*
909    fun:_ZN11ProfileImpl14GetHostZoomMapEv
910    ...
911    fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
912    fun:_ZN11ProfileImpl17GetRequestContextEv
913    fun:_ZN19SafeBrowsingService5StartEv
914    fun:_ZN19SafeBrowsingService10InitializeEv
915    fun:_ZN22ResourceDispatcherHost10InitializeEv
916    fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
917    fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
918    fun:_ZN16ExtensionService4InitEv
919    fun:_ZN11ProfileImpl14InitExtensionsE*
920    fun:_ZN14ProfileManager10AddProfileEP7Profileb
923    bug_67142
924    Memcheck:Leak
925    fun:_Znw*
926    fun:_ZN16ChildProcessHost13CreateChannelEv
927    fun:_ZN14GpuProcessHost4InitEv
930    bug_67261
931    Memcheck:Leak
932    fun:_Znw*
933    ...
934    fun:_ZN3sql10Connection18GetUniqueStatementEPKc
935    fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
936    fun:_ZN8appcache16AppCacheDatabase22PrepareCachedStatementERKN3sql11StatementIDEPKcPNS1_9StatementE
939    bug_67553
940    Memcheck:Leak
941    fun:_Znw*
942    ...
943    fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
944    fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
947    Bug_69934_a
948    Memcheck:Leak
949    fun:_Znw*
950    fun:_ZN*NPObjectProxy10NPAllocateEP4_NPPP7NPClass
951    fun:_NPN_CreateObject
952    fun:_ZN5blink11WebBindings12createObjectEP4_NPPP7NPClass
955    Bug_69934_b
956    Memcheck:Leak
957    fun:_Znw*
958    fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
959    fun:_ZN3IPC17SyncMessageSchema*
962    bug_71728
963    Memcheck:Leak
964    fun:_Znw*
965    fun:*DownloadFileTest5SetUpEv
968    bug_72698_a
969    Memcheck:Leak
970    fun:_Znw*
971    ...
972    fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
975    bug_73415
976    Memcheck:Unaddressable
977    fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
978    fun:_ZN11WebViewHost29postAccessibilityNotificationERKN5blink22WebAccessibilityObjectENS0_28WebAccessibilityNotificationE
979    fun:_ZN5blink16ChromeClientImpl29postAccessibilityNotificationEPN7blink19AccessibilityObjectENS1_13AXObjectCache14AXNotificationE
980    fun:_ZN5blink13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityObjectENS0_14AXNotificationE
983    bug_73675
984    Memcheck:Leak
985    fun:_Znw*
986    fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EEEPS2_
987    fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6VectorI10CppVariantLj0EEEPS5_
988    fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
989    fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
990    fun:_ZN5blink18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
991    fun:_ZN5blink21npObjectMethodHandlerERKN2v89ArgumentsE
992    fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOBAL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
993    obj:*
996    bug_75019
997    Memcheck:Leak
998    fun:_Znw*
999    ...
1000    fun:_ZN14GpuDataManagerC1Ev
1001    fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1002    fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1003    fun:_ZN14GpuDataManager11GetInstanceEv
1004    fun:_Z11BrowserMainRK18MainFunctionParams
1005    fun:_ZN20InProcessBrowserTest5SetUpEv
1008    bug_76197a
1009    Memcheck:Unaddressable
1010    fun:sqlite3DbFree
1011    fun:releaseMemArray
1012    fun:sqlite3VdbeDelete
1013    fun:sqlite3VdbeFinalize
1014    fun:sqlite3_finalize
1015    fun:_ZN3sql10Connection12StatementRef5CloseEv
1016    fun:_ZN3sql10Connection12StatementRefD2Ev
1017    fun:_ZN3sql10Connection12StatementRefD1Ev
1018    fun:_ZNK4base10RefCountedIN3sql10Connection12StatementRefEE7ReleaseEv
1019    fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED2Ev
1020    fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED1Ev
1021    fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED2Ev
1022    fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED1Ev
1023    fun:_ZN9__gnu_cxx13new_allocatorISt4pairIKN3sql11StatementIDE13scoped_refptrINS2_10Connection12StatementRefEEEE7destroyEPS9_
1024    fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE12destroy_nodeEPSt13_Rb_tree_nodeIS8_E
1025    fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E
1026    fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
1027    fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
1028    fun:_ZN3sql10Connection5CloseEv
1029    fun:_ZN3sql10ConnectionD2Ev
1030    fun:_ZN3sql10ConnectionD1Ev
1031    fun:_ZN7history16InMemoryDatabaseD0Ev
1034    bug_76197b
1035    Memcheck:Unaddressable
1036    ...
1037    fun:sqlite3_step
1038    fun:sqlite3_exec
1039    fun:_ZN3sql10Connection7ExecuteEPKc
1040    fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
1041    fun:_ZN7history16InMemoryDatabase12InitFromDiskE*
1042    fun:_ZN7history22InMemoryHistoryBackend4InitE*
1045    bug_79654_a
1046    Memcheck:Leak
1047    fun:_Znw*
1048    ...
1049    fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1050    fun:_ZN*9TabLoader12TabIsLoadingEP24NavigationControllerImpl
1051    fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWindowSaIS3_EE
1052    fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_EE
1055    bug_79654_b
1056    Memcheck:Leak
1057    fun:_Znw*
1058    ...
1059    fun:*RenderWidgetHost*
1060    ...
1061    fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
1062    fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
1063    fun:_ZN23NotificationServiceImpl*
1064    fun:_ZN15WebContentsImpl12SetIsLoading*
1065    fun:_ZN15WebContentsImpl14RenderViewGone*
1068    bug_84265
1069    Memcheck:Leak
1070    fun:_Znw*
1071    fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
1072    fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
1073    fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17AuthChallengeInfoE
1074    fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
1077    bug_84770_a
1078    Memcheck:Unaddressable
1079    fun:_ZN5blink21FrameLoaderClientImpl12allowPluginsEb
1080    fun:_ZN5blink14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPluginsE
1083    bug_84770_b
1084    Memcheck:Unaddressable
1085    fun:_ZN5blink21FrameLoaderClientImpl15allowJavaScriptEb
1086    fun:_ZN5blink16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanExecuteScriptsE
1089    bug_84770_c
1090    Memcheck:Unaddressable
1091    fun:_ZN5blink21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
1092    fun:_ZN5blink16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEEEi
1095    bug_86481
1096    Memcheck:Leak
1097    fun:_Znw*
1098    fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
1099    fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map*
1100    fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map*
1101    fun:_ZNSt11_Deque_baseI*FilePath*
1102    fun:_ZNSt5dequeI*FilePath*
1103    fun:_ZNSt5stackI*FilePath*deque*
1104    fun:_ZN9file_util14FileEnumeratorC1E*
1105    fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
1108    bug_90215_c
1109    Memcheck:Leak
1110    ...
1111    fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
1112    fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
1115    bug_90215_d
1116    Memcheck:Leak
1117    ...
1118    fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
1121    bug_90215_e
1122    Memcheck:Leak
1123    fun:_Znw*
1124    fun:_ZN8appcache15AppCacheService10InitializeE*
1125    fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE*
1128    bug_90215_f
1129    Memcheck:Leak
1130    fun:_Znw*
1131    ...
1132    fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERKN4base8FilePathEb
1133    fun:_ZNK13ProfileIOData4InitEPSt3mapISs10linked_ptrIN3net20URLRequestJobFactory15ProtocolHandlerEESt4lessISsESaISt4pairIKSsS5_EEE
1134    fun:_ZN12_GLOBAL__N_114FactoryForMain6CreateEv
1135    fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
1136    fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
1139    bug_90240
1140    Memcheck:Leak
1141    fun:_Znw*
1142    ...
1143    fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
1146    bug_90487a
1147    Memcheck:Leak
1148    fun:_Znw*
1149    fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allocateEjPKv
1150    fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
1151    fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
1152    fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2_ERKS2_
1153    fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
1154    fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
1155    fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
1158    bug_93730_a
1159    Memcheck:Leak
1160    fun:_Znw*
1161    fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
1162    fun:_Z18ServiceProcessMainRK18MainFunctionParams
1163    ...
1164    fun:ChromeMain
1165    fun:main
1168    bug_93730_b
1169    Memcheck:Leak
1170    fun:_Zna*
1171    fun:_ZN4base13LaunchProcessERKSt6vectorISsSaISsEERKNS_13LaunchOptionsEPi
1172    fun:_ZN4base13LaunchProcessERK11CommandLineRKNS_13LaunchOptionsEPi
1173    fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
1176    bug_93730_c
1177    Memcheck:Leak
1178    fun:_Znw*
1179    fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14CancelableTaskPT_T0_
1180    fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
1183    bug_94764
1184    Memcheck:Leak
1185    fun:_Znw*
1186    fun:_ZN8remoting13ClientSession11UnpressKeysEv
1187    fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
1190    bug_95448
1191    Memcheck:Leak
1192    fun:_Znw*
1193    fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEEEE8allocateEjPKv
1194    fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv
1195    fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_
1196    fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_
1197    fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_
1198    fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_tree_iteratorIS7_ERKS7_
1199    fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
1200    fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
1201    fun:_ZN4base15DictionaryValue3SetERKSsPNS_5ValueE
1202    fun:_ZN4base15DictionaryValue9SetStringERKSsRKSbItNS_20string16_char_traitsESaItEE
1203    fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
1204    fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoESaIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
1207    bug_98867
1208    Memcheck:Jump
1209    obj:*
1210    obj:*
1211    obj:*
1214    bug_100982
1215    Memcheck:Leak
1216    fun:_Znw*
1217    fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
1218    fun:_ZNK7blink9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24RenderBoxRegionInfoFlagsE
1219    ...
1220    fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1223    bug_101750
1224    Memcheck:Leak
1225    fun:malloc
1226    fun:_ZN3WTF10fastMallocEj
1227    fun:_ZN3WTF7HashSetIPN7blink16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEEnwEj
1228    fun:_ZN5blink21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStringEPNS_16SVGStyledElementE
1231    bug_101781_d
1232    Memcheck:Uninitialized
1233    fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
1234    fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
1237    bug_102327a
1238    Memcheck:Leak
1239    fun:_Znw*
1240    fun:_ZN15tracked_objects10ThreadData10InitializeEv
1241    fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
1242    fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
1245    bug_102327d
1246    Memcheck:Uninitialized
1247    fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
1248    fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
1249    fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4base12TrackingInfoERKNS_11TrackedTimeES7_
1252    Intentional leak of stl map during thread cleanup in profiler
1253    Memcheck:Leak
1254    fun:_Znw*
1255    fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
1258    bug_102831_a
1259    Memcheck:Leak
1260    ...
1261    fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
1264    bug_104447
1265    Memcheck:Leak
1266    ...
1267    fun:HB_OpenTypeShape
1268    fun:arabicSyriacOpenTypeShape
1269    fun:HB_ArabicShape
1270    fun:HB_ShapeItem
1271    fun:_ZN5blink21ComplexTextController11shapeGlyphsEv
1272    fun:_ZN5blink21ComplexTextController13nextScriptRunEv
1273    fun:_ZN5blink21ComplexTextController14widthOfFullRunEv
1274    fun:_ZNK7blink4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflowE
1275    fun:_ZNK7blink4Font5widthERKNS_7TextRunERiRN3WTF6StringE
1276    fun:_ZN5blink14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
1277    fun:_ZN5blink14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
1278    fun:_ZNK7blink30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
1281    bug_104806_a
1282    Memcheck:Leak
1283    fun:_Znw*
1284    ...
1285    fun:*tracked_objects*ThreadData*TallyABirth*
1288    bug_104806_b
1289    Memcheck:Leak
1290    fun:_Znw*
1291    ...
1292    fun:*tracked_objects*ThreadData*TallyADeath*
1295    bug_105744b
1296    Memcheck:Leak
1297    fun:_Znw*
1298    ...
1299    fun:_ZNSt6vector*9push_back*
1300    fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
1301    fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19ConvolutionFilter1DE
1302    fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethodEiiiiRK7SkIRect
1303    fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
1304    fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
1305    fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
1306    fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN5blink7WebViewEiiP8SkBitmapP14ThumbnailScore
1307    fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
1308    fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
1311    bug_105907
1312    Memcheck:Uninitialized
1313    ...
1314    fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
1315    fun:_ZN4skia15ImageOperations11ResizeBasicE*
1316    fun:_ZN4skia15ImageOperations6ResizeE*
1319    bug_106912
1320    Memcheck:Leak
1321    ...
1322    fun:*tracked_objects*ThreadData*InitializeThreadContext*
1323    fun:*base*PlatformThread*SetName*
1326    bug_112278
1327    Memcheck:Uninitialized
1328    fun:fetch_texel_2d_f_rgba8888
1329    ...
1330    fun:sample_nearest_2d
1331    fun:fetch_texel_lod
1332    fun:fetch_texel
1333    fun:_mesa_execute_program
1334    fun:run_program*
1335    fun:_swrast_exec_fragment_program
1336    fun:shade_texture_span
1337    fun:_swrast_write_rgba_span
1338    fun:general_triangle
1339    ...
1340    fun:_swrast_Triangle
1341    fun:triangle_rgba
1342    ...
1343    fun:run_render
1344    fun:_tnl_run_pipeline
1345    fun:_tnl_draw_prims
1346    fun:_tnl_vbo_draw_prims
1349    bug_122457
1350    Memcheck:Leak
1351    fun:malloc
1352    fun:_ZN3WTF10fastMallocEm
1353    fun:_ZN3WTF10RefCountedIN5blink12MHTMLArchiveEEnwEm
1354    fun:_ZN5blink12MHTMLArchive6createEv
1355    ...
1356    fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
1357    fun:_ZN5blink11MHTMLParser12parseArchiveEv
1358    fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
1361    bug_122717_use_after_free
1362    Memcheck:Unaddressable
1363    fun:__pthread_mutex_unlock_usercnt
1364    fun:_ZN4base8internal8LockImpl6UnlockEv
1365    fun:_ZN4base4Lock7ReleaseEv
1366    fun:_ZN4base8AutoLockD1Ev
1367    fun:_ZN5gdata15GDataFileSystem21RunTaskOnIOThreadPoolERKN4base8CallbackIFvvEEE
1370    bug_122717_leak
1371    Memcheck:Leak
1372    fun:_Znw*
1373    fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
1374    fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
1375    fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
1378    bug_123307
1379    Memcheck:Leak
1380    fun:malloc
1381    fun:_ZN3WTF10fastMallocEm
1382    fun:_ZN3WTF16fastZeroedMallocEm
1383    ...
1384    fun:_ZN5blink12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS3_EERKj
1385    fun:_ZN5blink12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6ObjectEEE
1386    fun:_ZN5blink12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5ValueEEEPNS1_9StateBaseE
1387    fun:_ZN5blink12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
1388    fun:_ZN5blink21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
1389    fun:_ZN5blink21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
1390    fun:_ZN5blinkL25handlePostMessageCallbackERKN2v89ArgumentsEb
1391    fun:_ZN5blink11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
1392    fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
1393    fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
1396    bug_124488
1397    Memcheck:Leak
1398    fun:malloc
1399    fun:strdup
1400    ...
1401    fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv
1402    fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
1403    fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
1404    fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
1405    fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN5blink20WebGraphicsContext3D10AttributesEPS3_
1408    bug_124496
1409    Memcheck:Leak
1410    fun:_Znw*
1411    ...
1412    fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi
1415    bug_127716
1416    Memcheck:Leak
1417    fun:_Znw*
1418    fun:_ZN3gfx5ImageC1ERK8SkBitmap
1419    fun:_ZN16BrowserThemePack16LoadRawBitmapsToE*
1420    fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension
1421    fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
1424    bug_130362
1425    Memcheck:Leak
1426    fun:_Znw*
1427    fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
1428    fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
1429    fun:_ZN12invalidation22InvalidationClientImpl5StartEv
1430    fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerEPNS_11StateWriterE
1431    fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
1432    fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
1435    bug_130449
1436    Memcheck:Leak
1437    fun:_Znw*
1438    fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
1439    fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
1440    fun:_ZN12invalidation22InvalidationClientImpl5StartEv
1441    fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerE
1442    fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
1443    fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
1446    bug_130619
1447    Memcheck:Leak
1448    fun:_Znw*
1449    fun:_ZN5blink9ClipRects6createERKS0_
1450    fun:_ZN5blink11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
1451    ...
1452    fun:_ZNK7blink11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE
1453    fun:_ZNK7blink11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
1456    bug_138058
1457    Memcheck:Uninitialized
1458    ...
1459    fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
1460    fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
1461    fun:_ZN5blink12TextTrackCue12getCueAsHTMLEv
1462    fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
1463    fun:_ZN5blink16HTMLMediaElement25updateActiveTextTrackCuesEf
1466    bug_138060
1467    Memcheck:Uninitialized
1468    fun:_NPN_EvaluateHelper
1469    fun:_NPN_Evaluate
1470    fun:_ZN5blink11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant
1471    fun:_ZL13executeScriptPK12PluginObjectPKc
1472    fun:NPP_Destroy
1473    fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv
1474    fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv
1475    fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev
1476    fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv
1477    fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN5blink12WebURLLoaderE
1478    fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN5blink18WebPluginContainerE
1479    fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv
1480    fun:_ZN5blink22WebPluginContainerImplD0Ev
1481    fun:_ZN3WTF10RefCountedIN7blink6WidgetEE5derefEv
1482    fun:_ZNSt4pairIN3WTF6RefPtrIN7blink6WidgetEEEPNS2_9FrameViewEED1Ev
1483    fun:_ZN3WTF9HashTableINS_6RefPtrIN7blink6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i
1484    fun:_ZN3WTF9HashTableINS_6RefPtrIN7blink6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_ED1Ev
1485    fun:_ZN3WTF7HashMapINS_6RefPtrIN7blink6WidgetEEEPNS2_9FrameViewENS_7PtrHashIS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev
1486    fun:_ZN5blink12RenderWidget28resumeWidgetHierarchyUpdatesEv
1487    fun:_ZN5blink7Element6detachEv
1488    fun:_ZN5blink13ContainerNode14detachChildrenEv
1489    fun:_ZN5blink13ContainerNode6detachEv
1492    bug_138220_a
1493    Memcheck:Uninitialized
1494    fun:_ZNK7blink16HTMLInputElement8dataListEv
1495    fun:_ZNK7blink16HTMLInputElement4listEv
1496    fun:_ZN5blink21RenderSliderContainer6layoutEv
1497    fun:_ZN5blink11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginInfoERNS_20FractionalLayoutUnitES6_
1498    fun:_ZN5blink11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnitE
1499    fun:_ZN5blink11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE
1500    fun:_ZN5blink11RenderBlock6layoutEv
1501    fun:_ZN5blink12RenderSlider6layoutEv
1504    bug_138220_b
1505    Memcheck:Uninitialized
1506    fun:_ZNK7blink16HTMLInputElement8dataListEv
1507    fun:_ZNK7blink16HTMLInputElement4listEv
1508    fun:_ZN5blink11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
1509    fun:_ZN5blink24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
1510    fun:_ZN5blink11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
1511    fun:_ZN5blink9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21FractionalLayoutPointE
1512    fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLayoutPointE
1515    bug_138233_a
1516    Memcheck:Leak
1517    fun:malloc
1518    fun:_ZN3WTF10fastMallocEm
1519    fun:_ZN3WTF10RefCountedIN7blink17ScriptProfileNodeEEnwEm
1520    fun:_ZN5blink17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
1521    fun:_ZNK7blink13ScriptProfile4headEv
1522    fun:_ZN5blink23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
1523    fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6StringE
1524    fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringEP18PropertyAttributes
1525    fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEENS3_INS0_6StringEEE
1526    fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE
1529    bug_138233_b
1530    Memcheck:Leak
1531    fun:malloc
1532    fun:_ZN3WTF10fastMallocEm
1533    fun:_ZN3WTF10RefCountedIN7blink17ScriptProfileNodeEEnwEm
1534    fun:_ZN5blink17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
1535    fun:_ZNK7blink17ScriptProfileNode8childrenEv
1536    fun:_ZN5blink27ScriptProfileNodeV8InternalL16childrenCallbackERKN2v89ArgumentsE
1539    bug_138712
1540    Memcheck:Uninitialized
1541    fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
1542    fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv
1545    bug_144118_b
1546    Memcheck:Unaddressable
1547    fun:_ZNK3WTF6OwnPtrIN5blink14ScrollbarGroupEEcvMS3_PS2_Ev
1548    fun:_ZN5blink22WebPluginContainerImpl14reportGeometryEv
1549    fun:_ZN5blink22WebPluginContainerImpl12setFrameRectERKN7blink7IntRectE
1550    ...
1551    fun:_ZN9TestShell4dumpEv
1554    bug_144913_b
1555    Memcheck:Leak
1556    fun:_Znw*
1557    fun:_ZN8chromeos17DBusThreadManager10InitializeEv
1558    fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
1561    bug_144913_c
1562    Memcheck:Leak
1563    fun:_Znw*
1564    ...
1565    fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
1566    fun:_ZN8chromeos17DBusThreadManager10InitializeEv
1567    fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
1570    bug_144930_b
1571    Memcheck:Leak
1572    fun:_Znw*
1573    fun:_ZL21cachedDeviceLuminancef
1576    bug_145650a
1577    Memcheck:Leak
1578    fun:_Znw*
1579    ...
1580    fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData
1581    fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb
1584    bug_145650b
1585    Memcheck:Leak
1586    fun:_Znw*
1587    fun:_ZN14WebDataService13RemoveKeywordEl
1588    fun:_ZN18TemplateURLService14RemoveNoNotifyEP11TemplateURL
1589    fun:_ZN18TemplateURLService6RemoveEP11TemplateURL
1590    fun:_ZN9protector71DefaultSearchProviderChangeTest_CurrentSearchProviderRemovedByUser_Test19RunTestOnMainThreadEv
1593    bug_145650c
1594    Memcheck:Leak
1595    fun:_Znw*
1596    fun:_ZN14WebDataService13UpdateKeywordERK15TemplateURLData
1597    fun:_ZN18TemplateURLService32SetDefaultSearchProviderNoNotifyEP11TemplateURL
1600    bug_125692a
1601    Memcheck:Uninitialized
1602    fun:_ZN2v88internal11StoreBuffer28IteratePointersInStoreBufferEPFvPPNS0_10HeapObjectES3_E
1603    fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
1604    fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
1605    fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
1606    fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
1607    fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
1610    bug_125692b
1611    Memcheck:Uninitialized
1612    fun:_ZN2v88internal11StoreBuffer7CompactEv
1613    fun:_ZN2v88internal11StoreBuffer19PrepareForIterationEv
1614    fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
1615    fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
1616    fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
1617    fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
1618    fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
1619    fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracerE
1620    fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageCollectorEPKcS5_
1621    fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
1622    fun:_ZN2v88internal4Heap17CollectAllGarbageEiPKc
1623    fun:_ZN2v88internal4Heap16IdleNotificationEi
1624    fun:_ZN2v88internal2V816IdleNotificationEi
1625    fun:_ZN2v82V816IdleNotificationEi
1626    fun:_ZN16RenderThreadImpl11IdleHandlerEv
1629    bug_145693
1630    Memcheck:Leak
1631    fun:_Znw*
1632    fun:_ZN10extensions18PermissionsUpdater17RecordOAuth2GrantEPKNS_9ExtensionE
1633    fun:_ZN10extensions18PermissionsUpdater22GrantActivePermissionsEPKNS_9ExtensionEb
1634    fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
1637    bug_145695
1638    Memcheck:Leak
1639    fun:malloc
1640    fun:NaClDescImcBoundDescAcceptConn
1641    fun:RevRpcHandlerBase
1642    fun:NaClThreadInterfaceStart
1645    bug_145696
1646    Memcheck:Leak
1647    fun:_Znw*
1648    fun:_ZN10extensions9TabHelper23OnInlineWebstoreInstallEiiRKSsRK4GURL
1651    bug_145697
1652    Memcheck:Leak
1653    fun:_Znw*
1654    ...
1655    fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12ResourceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi
1656    fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit_glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE
1657    fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestStatusERKSsRKN4base9TimeTicksE
1660    bug_145699
1661    Memcheck:Leak
1662    fun:_Znw*
1663    fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv
1664    fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv
1665    fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv
1666    fun:_ZN17OAuth2ApiCallFlow5StartEv
1667    fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv
1670    bug_145703
1671    Memcheck:Leak
1672    fun:_Znw*
1673    ...
1674    fun:_ZN7content16SiteInstanceImpl10GetProcessEv
1675    fun:_ZN7content*Render*SiteInstance*
1676    fun:_ZN7content*Render*SiteInstance*
1677    ...
1678    fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
1681    bug_145708
1682    Memcheck:Leak
1683    fun:_Znw*
1684    fun:_ZN27ExtensionDevToolsClientHostC1EPN7content11WebContentsERKSsS4_i
1685    fun:_ZN22AttachDebuggerFunction7RunImplEv
1686    fun:_ZN17ExtensionFunction3RunEv
1687    fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
1688    fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
1691    bug_145712
1692    Memcheck:Leak
1693    fun:_Znw*
1694    fun:_ZN5blink25NotificationPresenterImpl17requestPermissionEPN7blink22ScriptExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
1695    fun:_ZN5blink18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_12VoidCallbackEEE
1696    fun:_ZN5blink20V8NotificationCenter25requestPermissionCallbackERKN2v89ArgumentsE
1699    bug_145723
1700    Memcheck:Leak
1701    fun:_Znw*
1702    fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunctionv
1703    fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
1704    fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHostMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12ExtensionAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
1705    fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
1706    fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
1709    bug_145735
1710    Memcheck:Leak
1711    fun:_Znw*
1712    fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv
1713    fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm
1714    fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_
1715    fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_
1716    fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderEii
1719    bug_146950
1720    Memcheck:Leak
1721    fun:malloc
1722    fun:get_peer_sock_name
1723    fun:_xcb_get_auth_info
1724    fun:xcb_connect_to_display_with_auth_info
1725    fun:_XConnectXCB
1726    fun:XOpenDisplay
1727    fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
1730    bug_162825
1731    Memcheck:Uninitialized
1732    fun:bcmp
1733    fun:_ZNK3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParamsltERKS2_
1734    fun:_ZNKSt4lessIN3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParams*
1735    ...
1736    fun:*ShaderTranslatorInitParams*
1737    ...
1738    fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
1741    bug_163922
1742    Memcheck:Leak
1743    fun:_Znw*
1744    fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
1745    fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
1746    fun:_ZN16ExtensionServiceC1E*
1747    fun:_ZN10extensions19ExtensionSystemImpl6Shared4InitEb
1748    fun:_ZN10extensions19ExtensionSystemImpl21InitForRegularProfileEb
1749    fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
1750    fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
1751    fun:_ZN14ProfileManager10AddProfileEP7Profile
1752    fun:_ZN14ProfileManager10GetProfileE*
1755    bug_163924
1756    Memcheck:Leak
1757    fun:_Znw*
1758    fun:_ZN28JSONAsynchronousUnpackerImpl22StartProcessOnIOThreadEN7content13BrowserThread2IDERKSs
1761    bug_164176
1762    Memcheck:Leak
1763    fun:_Znw*
1764    fun:_ZN18BrowserProcessImpl21PreMainMessageLoopRunEv
1765    fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
1766    fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
1767    fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
1768    fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
1769    fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
1770    fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
1771    fun:_ZN7content21ContentMainRunnerImpl3RunEv
1772    fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
1773    fun:ChromeMain
1776    bug_164179
1777    Memcheck:Leak
1778    fun:_Znw*
1779    ...
1780    fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDelegateE
1781    fun:_ZN18WebResourceService10StartFetchEv
1784    bug_166819
1785    Memcheck:Leak
1786    fun:_Znw*
1787    fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
1788    fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
1789    fun:_ZNK3sql10Connection14DoesTableExistEPKc
1790    fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE
1791    ...
1792    fun:_ZN7history16TopSitesDatabase4InitE*
1793    fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
1796    bug_166819b
1797    Memcheck:Leak
1798    fun:_Znw*
1799    fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
1800    fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
1801    fun:_ZNK3sql10Connection14DoesTableExistEPKc
1802    fun:_ZN7history17ShortcutsDatabase11EnsureTableEv
1803    fun:_ZN7history17ShortcutsDatabase4InitEv
1804    fun:_ZN7history16ShortcutsBackend12InitInternalEv
1807    bug_167175a
1808    Memcheck:Leak
1809    ...
1810    fun:g_*
1811    ...
1812    fun:_ZN16BrowserWindowGtk11InitWidgetsEv
1813    fun:_ZN16BrowserWindowGtk4InitEv
1814    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1817    bug_167175b
1818    Memcheck:Leak
1819    fun:malloc
1820    obj:/lib/libpng12.so.0.42.0
1821    fun:png_create_read_struct_2
1822    ...
1823    fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser
1824    fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow
1825    fun:_ZN16BrowserWindowGtk11InitWidgetsEv
1826    fun:_ZN16BrowserWindowGtk4InitEv
1827    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1830    bug_167175d
1831    Memcheck:Leak
1832    fun:_Znw*
1833    fun:_ZN9__gnu_cxx13new_allocatorISbItN4base20string16_char_traitsESaItEEE8allocateEmPKv
1834    fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_allocateEm
1835    ...
1836    fun:_ZN15WrenchMenuModel5BuildEbb
1837    fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb
1838    fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk
1839    fun:_ZN16BrowserWindowGtk11InitWidgetsEv
1840    fun:_ZN16BrowserWindowGtk4InitEv
1841    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1844    bug_172005
1845    Memcheck:Leak
1846    fun:_Znw*
1847    fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE
1848    fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
1849    fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
1850    fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
1851    fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
1852    fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
1855    bug_172005b
1856    Memcheck:Leak
1857    fun:_Znw*
1858    fun:_ZN7leveldb6DBImplC1ERKNS_7OptionsERKSs
1859    fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
1860    fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
1861    fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
1862    fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
1863    fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
1866    bug_175823
1867    Memcheck:Leak
1868    ...
1869    fun:_ZN18ValueStoreFrontend*
1872    bug_176616_a
1873    Memcheck:Uninitialized
1874    fun:_ZN13WebTestRunner16WebTestProxyBase19didCreateDataSourceEPN5blink8WebFrameEPNS1_13WebDataSourceE
1875    fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE19didCreateDataSourceEPN5blink8WebFrameEPNS5_13WebDataSourceE
1876    fun:_ZN5blink21FrameLoaderClientImpl20createDocumentLoaderERKN7blink15ResourceRequestERKNS1_14SubstituteDataE
1877    fun:_ZN5blink11FrameLoader4initEv
1878    fun:_ZN5blink5Frame4initEv
1879    fun:_ZN5blink12WebFrameImpl21initializeAsMainFrameEPN7blink4PageE
1880    fun:_ZN5blink11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
1881    fun:_ZN9TestShell15createNewWindowERKN5blink6WebURLEP16DRTDevToolsAgentPN13WebTestRunner17WebTestInterfacesE
1882    fun:_ZN9TestShell16createMainWindowEv
1883    fun:_ZN9TestShell10initializeEP25MockWebKitPlatformSupport
1886    bug_176616_b
1887    Memcheck:Uninitialized
1888    fun:_ZN13WebTestRunner10TestRunner5resetEv
1889    fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
1890    fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv
1891    fun:_ZN9TestShell19resetTestControllerEv
1892    fun:_ZL7runTestR9TestShellR10TestParamsRKSsb
1895    bug_176619_a
1896    Memcheck:Uninitialized
1897    fun:_ZN3WTF6StringC1EPKt
1898    fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
1899    fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
1900    fun:_ZN5blink12TextTrackCue20createWebVTTNodeTreeEv
1901    fun:_ZN5blink12TextTrackCue22createCueRenderingTreeEv
1902    fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
1905    bug_176619_b
1906    Memcheck:Uninitialized
1907    fun:_ZN5blink12WebVTTParser13collectDigitsERKN3WTF6StringEPj
1908    fun:_ZN5blink12WebVTTParser16collectTimeStampERKN3WTF6StringEPj
1909    fun:_ZN5blink12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
1910    fun:_ZN5blink12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
1911    fun:_ZN5blink12TextTrackCue20createWebVTTNodeTreeEv
1912    fun:_ZN5blink12TextTrackCue22createCueRenderingTreeEv
1913    fun:_ZN5blink12TextTrackCue17updateDisplayTreeEf
1916    bug_176621
1917    Memcheck:Leak
1918    fun:_Znw*
1919    fun:_ZN13WebTestRunner10TestPlugin6createEPN5blink8WebFrameERKNS1_15WebPluginParamsEPNS_15WebTestDelegateE
1920    fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN5blink8WebFrameERKNS1_15WebPluginParamsE
1921    fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginEPN5blink8WebFrameERKNS5_15WebPluginParamsE
1922    fun:_ZN5blink21FrameLoaderClientImpl12createPluginERKN7blink7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String*
1923    fun:_ZN5blink14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7*
1926    bug_176891a
1927    Memcheck:Leak
1928    fun:calloc
1929    fun:nss_ZAlloc
1930    fun:nssCryptokiObject_Create
1931    fun:create_objects_from_handles
1932    fun:find_objects
1933    fun:find_objects_by_template
1934    fun:nssToken_FindCertificateByEncodedCertificate
1935    fun:PK11_FindCertFromDERCertItem
1936    fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper*
1939    bug_176891b
1940    Memcheck:Leak
1941    ...
1942    fun:nssPKIObject_Create
1943    fun:nssTrustDomain_FindTrustForCertificate
1944    fun:STAN_DeleteCertTrustMatchingSlot
1945    fun:SEC_DeletePermCertificate
1948    bug_177213
1949    Memcheck:Leak
1950    ...
1951    fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE
1954    bug_179758_a
1955    Memcheck:Leak
1956    fun:_Znw*
1957    fun:_ZN4base54WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtr_Test8TestBodyEv
1960    bug_179758_b
1961    Memcheck:Leak
1962    fun:_Znw*
1963    fun:_ZN4base58WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtrBase_Test8TestBodyEv
1966    bug_181680b
1967    Memcheck:Leak
1968    fun:_Znw*
1969    fun:_ZN5blink11ScriptState10forContextEN2v86HandleINS1_7ContextEEE
1970    fun:_ZN5blink17ScriptDebugServer18handleProgramBreakEN2v86HandleINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_5ArrayEEE
1973    bug_195160_a
1974    Memcheck:Leak
1975    fun:_Znw*
1976    fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv
1977    fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv
1978    fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_create_nodeERKi
1979    fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKi
1980    fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueERKi
1981    fun:_ZNSt3setIiSt4lessIiESaIiEE6insertERKi
1982    fun:_ZN10extensions10URLMatcher14UpdateTriggersEv
1983    fun:_ZN10extensions10URLMatcher28UpdateInternalDatastructuresEv
1984    fun:_ZN10extensions10URLMatcher16AddConditionSetsERKSt6vectorI13scoped_refptrINS_22URLMatcherConditionSetEESaIS4_EE
1985    fun:_ZN12_GLOBAL__N_113FilterBuilder5BuildEv
1986    fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
1989    bug_195160_b
1990    Memcheck:Leak
1991    fun:_Znw*
1992    fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN10extensions13StringPatternEEE8allocateEmPKv
1993    fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE11_M_get_nodeEv
1994    fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE14_M_create_nodeERKS2_
1995    fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_
1996    fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE16_M_insert_uniqueERKS2_
1997    fun:_ZNSt3setIPN10extensions13StringPatternENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE6insertERKS2_
1998    fun:_ZN10extensions26URLMatcherConditionFactory15CreateConditionENS_19URLMatcherCondition9CriterionERKSs
1999    fun:_ZN10extensions26URLMatcherConditionFactory35CreateHostSuffixPathPrefixConditionERKSsS2_
2000    fun:_ZN6policy12URLBlacklist18CreateConditionSetEPN10extensions10URLMatcherEiRKSsS5_btS5_
2001    fun:_ZN12_GLOBAL__N_113FilterBuilder10AddPatternERKSsi
2002    fun:_ZN12_GLOBAL__N_113FilterBuilder11AddSiteListEP19ManagedModeSiteList
2003    fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
2006    bug_195160_c
2007    Memcheck:Leak
2008    fun:_Znw*
2009    fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
2010    fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
2011    fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE
2012    fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSiteListE
2015    bug_222876
2016    Memcheck:Leak
2017    fun:_Znw*
2018    fun:_ZN21WebDataServiceWrapperC1EP7Profile
2019    fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserContextE
2020    fun:_ZN33BrowserContextKeyedServiceFactory27GetServiceForBrowserContextEPN7content14BrowserContextEb
2021    fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTypeE
2022    ...
2023    fun:_ZN12TokenService10InitializeEPKcP7Profile
2026    bug_222883
2027    Memcheck:Uninitialized
2028    fun:_ZN2v88internal15ScavengeVisitor15ScavengePointerEPPNS0_6Object*
2029    fun:_ZN2v88internal15ScavengeVisitor13VisitPointersEPPNS0_6ObjectES4_
2030    fun:_ZNK2v88internal13StandardFrame18IterateExpressionsEPNS0_13ObjectVisitorE
2031    ...
2032    fun:_ZN2v88internal4Heap8ScavengeEv
2033    fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollector*
2036    bug_225028
2037    Memcheck:Leak
2038    fun:_Znw*
2039    fun:_ZN31SafeBrowsingDatabaseFactoryImpl26CreateSafeBrowsingDatabaseEbbbb
2040    fun:_ZN20SafeBrowsingDatabase6CreateEbbbb
2041    fun:_ZN27SafeBrowsingDatabaseManager11GetDatabaseEv
2044    bug_226254
2045    Memcheck:Leak
2046    fun:_Znw*
2047    fun:_ZN4base4BindIMN10extensions16UserScriptMaster14ScriptReloader*
2048    fun:_ZN10extensions16UserScriptMaster14ScriptReloader9StartLoad*
2049    fun:_ZN10extensions16UserScriptMaster9StartLoadEv
2050    fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
2053    bug_234845
2054    Memcheck:Leak
2055    fun:malloc
2056    fun:PORT_Alloc_Util
2057    fun:pk11_CreateSymKey
2058    fun:PK11_KeyGenWithTemplate
2059    fun:pk11_TokenKeyGenWithFlagsAndKeyType
2060    fun:pk11_RawPBEKeyGenWithKeyType
2061    fun:PK11_PBEKeyGen
2062    fun:PK11_ExportEncryptedPrivKeyInfo
2063    fun:_ZN6crypto12ECPrivateKey25ExportEncryptedPrivateKeyERKSsiPSt6vectorIhSaIhEE
2066    bug_235584
2067    Memcheck:Leak
2068    fun:_Znw*
2069    fun:_ZN4base4Bind*
2070    fun:_ZN3net18SSLClientSocketNSS4Core21OnHandshakeIOCompleteEi
2071    fun:_ZN3net18SSLClientSocketNSS4Core28OnGetDomainBoundCertCompleteEi
2074    bug_236791
2075    Memcheck:Leak
2076    fun:_Znw*
2077    fun:_ZN3ash4test53FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test8TestBodyEv
2080    bug_239141
2081    Memcheck:Leak
2082    fun:malloc
2083    ...
2084    fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
2085    fun:_ZN3WTF9BitVector15resizeOutOfLineEm
2086    fun:_ZN3WTF9BitVector10ensureSizeEm
2087    fun:_ZN3WTF9BitVectorC*
2088    ...
2089    fun:_ZN5blink10UseCounter17recordMeasurementENS0_7FeatureE
2092    bug_242672
2093    Memcheck:Leak
2094    fun:malloc
2095    ...
2096    fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
2097    fun:_ZN3WTF9BitVector15resizeOutOfLineEm
2098    fun:_ZN3WTF9BitVector10ensureSizeEm
2099    fun:_ZN5blink10UseCounterC1Ev
2100    fun:_ZN5blink4PageC1ERNS0_11PageClientsE
2103    bug_245714
2104    Memcheck:Leak
2105    fun:_Znw*
2106    fun:_ZN7content17WorkerServiceImplC1Ev
2107    fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
2108    fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
2109    fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
2110    fun:_ZN7content19WorkerMessageFilter16OnChannelClosingEv
2111    fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
2114    bug_245714b
2115    Memcheck:Leak
2116    fun:_Znw*
2117    fun:_ZN7content17WorkerServiceImplC1Ev
2118    fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
2119    fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
2120    fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
2121    fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
2122    fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveResponseEPNS_14ResourceLoaderE
2123    fun:_ZN7content14ResourceLoader23CompleteResponseStartedEv
2124    fun:_ZN7content14ResourceLoader17OnResponseStartedEPN3net10URLRequestE
2125    fun:_ZN3net10URLRequest21NotifyResponseStartedEv
2128    bug_245714c
2129    Memcheck:Leak
2130    fun:_Znw*
2131    fun:_ZN7content17WorkerServiceImplC1Ev
2132    fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
2133    fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
2134    fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
2135    fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
2136    fun:_ZN7content23ResourceRedirectDetailsC1EPKN3net10URLRequestEiRK4GURL
2137    fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveRedirectEPNS_14ResourceLoaderERK4GURL
2138    fun:_ZN7content14ResourceLoader18OnReceivedRedirectEPN3net10URLRequestERK4GURLPb
2139    fun:_ZN3net10URLRequest22NotifyReceivedRedirectERK4GURLPb
2140    fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
2141    fun:_ZN3net17URLRequestHttpJob21NotifyHeadersCompleteEv
2142    fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
2143    fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEi
2144    fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
2147    bug_245828
2148    Memcheck:Leak
2149    fun:_Znw*
2150    fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
2151    fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
2152    fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
2155    bug_245866
2156    Memcheck:Leak
2157    fun:_Znw*
2158    fun:_ZN4base23EnsureProcessTerminatedEi
2159    fun:_ZN7content6Zygote17HandleReapRequestEiRK6Pickle14PickleIterator
2160    fun:_ZN7content6Zygote24HandleRequestFromBrowserEi
2161    fun:_ZN7content6Zygote15ProcessRequestsEv
2162    fun:_ZN7content10ZygoteMainERKNS_18MainFunctionParamsEPNS_18ZygoteForkDelegateE
2163    fun:_ZN7content9RunZygoteERKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2164    fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2165    fun:_ZN7content21ContentMainRunnerImpl3RunEv
2166    fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2169    bug_250529_a
2170    Memcheck:Leak
2171    fun:_Znw*
2172    fun:_ZN14TestingProfile20CreateRequestContextEv
2173    fun:_ZN12_GLOBAL__N_130ProfileSyncServiceTypedUrlTest5SetUpEv
2176    bug_250529_b
2177    Memcheck:Leak
2178    fun:_Znw*
2179    fun:_ZN14TestingProfile20CreateRequestContextEv
2180    fun:_ZN30ProfileSyncServicePasswordTest5SetUpEv
2183    bug_250533_b
2184    Memcheck:Leak
2185    fun:_Znw*
2186    ...
2187    fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
2188    fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactoryERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12HostPortPairE
2189    fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
2190    fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
2193    bug_251034
2194    Memcheck:Leak
2195    ...
2196    fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
2197    fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
2198    fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
2199    fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
2200    fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKcRKSt6vectorIiSaIiEENS1_13GpuPreferenceE
2203    bug_252054
2204    Memcheck:Unaddressable
2205    fun:_ZNK7blink32PlatformSpeechSynthesisUtterance6clientEv
2206    fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
2207    fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
2208    fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
2209    fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2210    fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2211    fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2214    bug_252036
2215    Memcheck:Uninitialized
2216    fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv
2217    fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv
2220    bug_252241_a
2221    Memcheck:Leak
2222    fun:_Znw*
2223    ...
2224    fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2225    fun:_Z16ShellBrowserMainRKN7content18MainFunctionParams*
2226    fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
2227    fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2228    fun:_ZN7content21ContentMainRunnerImpl3RunEv
2229    fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2232    bug_252241_b
2233    Memcheck:Leak
2234    fun:_Znw*
2235    fun:_ZN7content19ContentMainDelegate26CreateContentUtilityClientEv
2236    fun:_ZN7content24ContentClientInitializer3SetERKSsPNS_19ContentMainDelegateE
2237    fun:_ZN7content21ContentMainRunnerImpl10InitializeEiPPKcPNS_19ContentMainDelegateE
2238    fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2241    bug_252641_a
2242    Memcheck:Uninitialized
2243    fun:pthread_rwlock_init$UNIX2003
2244    fun:_ZN3re25MutexC2Ev
2245    fun:_ZN3re25MutexC1Ev
2246    ...
2247    fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi
2250    bug_252641_b
2251    Memcheck:Uninitialized
2252    fun:pthread_rwlock_init$UNIX2003
2253    fun:_ZN3re25MutexC2Ev
2254    fun:_ZN3re25MutexC1Ev
2255    ...
2256    fun:_ZN3gpu12_GLOBAL__N_114StringMismatchERKSsS2_
2259    bug_258132a
2260    Memcheck:Leak
2261    fun:_Znw*
2262    fun:_ZN5ppapi5proxy15PPP_Class_Proxy19CreateProxiedObjectEPK18PPB_Var_DeprecatedPNS0_10DispatcherEill
2263    fun:_ZN5ppapi5proxy24PPB_Var_Deprecated_Proxy27OnMsgCreateObjectDeprecatedEillNS0_24SerializedVarReturnValueE
2266    bug_258132b
2267    Memcheck:Leak
2268    fun:_Znw*
2269    fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv
2270    fun:_ZN5ppapi*ThreadAwareCallback*Test_*
2273    bug_259357d
2274    Memcheck:Uninitialized
2275    ...
2276    fun:_ZN3gpu5gles239ShaderTranslatorTest_OptionsString_Test8TestBodyEv
2279    bug_259357f
2280    Memcheck:Uninitialized
2281    fun:_ZNK3gpu12AsyncAPIMock6IsArgsclEPKv
2282    fun:_ZNK7testing8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEE15MatchAndExplainIPKvEEbRT_PNS_19MatchResultListenerE
2283    fun:_ZNK7testing18PolymorphicMatcherINS_8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEEEE15MonomorphicImplIPKvE15MatchAndExplainESA_PNS_19MatchResultListenerE
2284    fun:_ZNK7testing8internal11MatcherBaseIPKvE15MatchAndExplainES3_PNS_19MatchResultListenerE
2285    fun:_ZNK7testing8internal11MatcherBaseIPKvE7MatchesES3_
2286    fun:_ZN7testing8internal11TuplePrefixILm3EE7MatchesINSt3tr15tupleIINS_7MatcherIjEES7_NS6_IPKvEEEEENS5_IIjjS9_EEEEEbRKT_RKT0_
2287    fun:_ZN7testing8internal12TupleMatchesINSt3tr15tupleIINS_7MatcherIjEES5_NS4_IPKvEEEEENS3_IIjjS7_EEEEEbRKT_RKT0_
2288    fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE7MatchesERKNSt3tr15tupleIIjjS6_EEE
2289    fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE21ShouldHandleArgumentsERKNSt3tr15tupleIIjjS6_EEE
2290    fun:_ZNK7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE29FindMatchingExpectationLockedERKNSt3tr15tupleIIjjS6_EEE
2291    fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE30UntypedFindMatchingExpectationES6_PS6_PbPSoSB_
2292    fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
2293    fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10InvokeWithERKNSt3tr15tupleIIjjS6_EEE
2294    fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjjS6_
2295    fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv
2296    fun:_ZN3gpu13CommandParser14ProcessCommandEv
2297    fun:_ZN3gpu12GpuScheduler10PutChangedEv
2300    bug_259789b
2301    Memcheck:Uninitialized
2302    fun:_ZN5blink12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10AttributesEPNS_8SettingsE
2303    fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
2304    fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
2307    bug_273398
2308    Memcheck:Leak
2309    ...
2310    fun:_ZN6Pickle6ResizeEm
2311    fun:_ZN6PickleC1Ev
2312    fun:_ZN7content14ZygoteHostImpl20GetTerminationStatusEibPi
2313    fun:_ZN7content20ChildProcessLauncher25GetChildTerminationStatusEbPi
2316    bug_290407
2317    Memcheck:Leak
2318    fun:calloc
2319    fun:_swrast_new_soft_renderbuffer
2320    fun:_mesa_BindRenderbufferEXT
2321    fun:shared_dispatch_stub_939
2322    fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj
2323    fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj
2326    bug_293024_b
2327    Memcheck:Leak
2328    fun:malloc
2329    fun:_ZN3WTF10fastMallocEm
2330    fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
2331    fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7blink17WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE
2332    fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem*
2333    ...
2334    fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEE
2337    bug_298143
2338    Memcheck:Uninitialized
2339    ...
2340    fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE*
2343    bug_298788
2344    Memcheck:Leak
2345    fun:_Znw*
2346    fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPKN4base11CommandLineERKNS1_8FilePathEb
2347    fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv
2350    bug_299804
2351    Memcheck:Uninitialized
2352    fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContextPNS_12PMConversionES3_
2353    fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_
2354    fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix
2355    fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfigPvmj
2356    fun:_ZN11SkGpuDevice12onReadPixelsE*
2357    fun:_ZN12SkBaseDevice10readPixelsE*
2358    fun:_ZN8SkCanvas10readPixelsE*
2359    fun:_ZN*DeferredDevice12onReadPixelsE*
2360    fun:_ZN12SkBaseDevice10readPixelsE*
2361    fun:_ZN8SkCanvas10readPixelsE*
2362    fun:_ZN5blink15GraphicsContext10readPixelsE*
2363    ...
2364    fun:_ZN*blink24CanvasRenderingContext2D12getImageDataE*
2365    ...
2366    fun:_ZN5blink34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
2367    fun:_ZN5blink34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
2370    bug_309477
2371    Memcheck:Uninitialized
2372    fun:_ZN13WebTestRunner11EventSender5resetEv
2373    fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv
2374    fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
2375    ...
2376    fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv
2377    fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv
2378    fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
2381    bug_317166
2382    Memcheck:Leak
2383    fun:malloc
2384    fun:_dl_close_worker
2385    fun:_dl_close
2386    fun:_dl_catch_error
2387    fun:_dlerror_run
2388    fun:dlclose
2389    obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
2390    fun:snd_config_searcha_hooks
2391    fun:snd_config_searchva_hooks
2392    obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
2393    fun:snd_config_search_definition
2394    obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
2395    fun:_ZN5media11AlsaWrapper7PcmOpenEPP8_snd_pcmPKc15_snd_pcm_streami
2396    fun:_ZN9alsa_utilL10OpenDeviceEPN5media11AlsaWrapperEPKc15_snd_pcm_streamii15_snd_pcm_formati
2397    fun:_ZN9alsa_util18OpenPlaybackDeviceEPN5media11AlsaWrapperEPKcii15_snd_pcm_formati
2398    fun:_ZN5media19AlsaPcmOutputStream16AutoSelectDeviceEj
2399    fun:_ZN5media19AlsaPcmOutputStream4OpenEv
2400    fun:_ZN5media25AudioOutputDispatcherImpl19CreateAndOpenStreamEv
2401    fun:_ZN5media25AudioOutputDispatcherImpl10OpenStreamEv
2402    fun:_ZN5media20AudioOutputResampler10OpenStreamEv
2403    fun:_ZN5media16AudioOutputProxy4OpenEv
2404    fun:_ZN5media18AudioStreamHandler20AudioStreamContainer4PlayEv
2407    bug_318221
2408    Memcheck:Leak
2409    fun:_Znw*
2410    fun:_ZN4base23EnsureProcessTerminatedEi
2413    bug_321976
2414    Memcheck:Leak
2415    ...
2416    fun:nssList_Create
2417    fun:nssTrustDomain_UpdateCachedTokenCerts
2420    bug_331925
2421    Memcheck:Leak
2422    ...
2423    fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
2424    fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
2425    fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
2426    fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
2429    bug_332330
2430    Memcheck:Leak
2431    fun:malloc
2432    fun:_ZN3WTF10fastMallocEm
2433    fun:_ZN5blink8ResourcenwEm
2434    fun:_ZN5blinkL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3WTF6StringE
2435    fun:_ZN5blink15ResourceFetcher12loadResourceENS_8Resource4TypeERNS_12FetchRequestERKN3WTF6StringE
2436    fun:_ZN5blink15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12FetchRequestE
2437    fun:_ZN5blink15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE
2438    fun:_ZN5blink24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestENS_19SecurityCheckPolicyE
2441    bug_340952
2442    Memcheck:Leak
2443    fun:_Znw*
2444    fun:_ZN5blink15DOMWrapperWorldC2Eii
2445    fun:_ZN5blink15DOMWrapperWorldC1Eii
2446    fun:_ZN5blink15DOMWrapperWorld6createEii
2447    fun:_ZN5blink15DOMWrapperWorld9mainWorldEv
2448    ...
2449    fun:_ZN7content22BufferedDataSourceTestC2Ev
2452    bug_340752
2453    Memcheck:Uninitialized
2454    ...
2455    fun:_ZN5blink4Heap19checkAndMarkPointerEPNS_7VisitorEPh
2456    fun:_ZN5blink11ThreadState10visitStackEPNS_7VisitorE
2457    ...
2458    fun:_ZN5blink4Heap14collectGarbageENS_11ThreadState10StackState*
2461    bug_342591
2462    Memcheck:Param
2463    write(buf)
2464    obj:*libpthread*
2465    fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
2466    fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
2467    fun:_ZN3IPC7Channel4SendEPNS_7MessageE
2468    fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
2471    bug_345432
2472    Memcheck:Leak
2473    ...
2474    fun:_ZN7content14GpuChannelHost7ConnectERKN3IPC13ChannelHandle*
2475    fun:_ZN7content14GpuChannelHost6CreateEPNS_21GpuChannelHostFactoryERKN3gpu7GPUInfoERKN3IPC13ChannelHandle*
2476    fun:_ZN7content28BrowserGpuChannelHostFactory21GpuChannelEstablishedEv
2477    fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
2478    fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest4WaitEv
2481    bug_346336_a
2482    Memcheck:Leak
2483    fun:_Znw*
2484    fun:_ZN7content16SiteInstanceImpl10GetProcessEv
2485    fun:_ZN7content22RenderFrameHostManager21CreateRenderFrameHostEPNS_12SiteInstanceEiibb
2486    fun:_ZN7content22RenderFrameHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
2487    fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
2488    fun:_ZN7content15WebContentsImpl16CreateWithOpenerERKNS_11WebContents12CreateParamsEPS0_
2489    fun:_ZN7content11WebContents6CreateERKNS0_12CreateParamsE
2490    fun:_ZN7content5Shell15CreateNewWindowEPNS_14BrowserContextERK4GURLPNS_12SiteInstanceEiRKN3gfx4SizeE
2491    fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2492    fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
2493    fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsERK10scoped_ptrINS_17BrowserMainRunnerEN4base14DefaultDeleterIS4_EEE
2494    fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
2495    fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2496    fun:_ZN7content21ContentMainRunnerImpl3RunEv
2497    fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
2500    bug_347683
2501    Memcheck:Leak
2502    fun:_Znw*
2503    fun:_ZNK13LoginDatabase9GetLoginsERKN8autofill12PasswordFormEPSt6vectorIPS1_SaIS5_EE
2504    fun:_ZN50LoginDatabaseTest_UpdateIncompleteCredentials_Test8TestBodyEv
2507    bug_347967
2508    Memcheck:Uninitialized
2509    fun:unpack_RGB*888
2510    fun:_mesa_unpack_rgba_row
2511    fun:slow_read_rgba_pixels
2512    fun:read_rgba_pixels
2513    fun:_mesa_readpixels
2514    ...
2515    fun:shared_dispatch_stub_*
2516    ...
2517    fun:*gpu*gles*GLES2DecoderImpl*DoCommand*
2518    fun:*gpu*CommandParser*ProcessCommand*
2519    fun:*gpu*GpuScheduler*PutChanged*
2522    bug_348863
2523    Memcheck:Unaddressable
2524    fun:_ZNK7blink32PlatformSpeechSynthesisUtterance6clientEv
2525    fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
2526    fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
2527    fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
2528    fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2529    fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2530    fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
2533    bug_350809
2534    Memcheck:Uninitialized
2535    fun:_ZN5blink23ReplaceSelectionCommand7doApplyEv
2536    fun:_ZN5blink20CompositeEditCommand5applyEv
2537    fun:_ZN5blink6Editor28replaceSelectionWithFragmentEN3WTF10PassRefPtrINS_16DocumentFragmentEEEbbb
2538    fun:_ZN5blink6Editor24replaceSelectionWithTextERKN3WTF6StringEbb
2541   bug_361594
2542   Memcheck:Uninitialized
2543   ...
2544   fun:*SkA8_Shader_Blitter*blitH*
2545   ...
2546   fun:*content*ScreenshotData*EncodeOnWorker*
2549   bug_364274
2550   Memcheck:Uninitialized
2551   fun:_ZN5blink21RenderLayerCompositor14updateIfNeededEv
2554    bug_364724
2555    Memcheck:Param
2556    write(buf)
2557    obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
2558    fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
2559    fun:_ZN3IPC12ChannelPosix29OnFileCanWriteWithoutBlockingEi
2560    ...
2561    fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWithoutBlockingEiPS0_
2562    ...
2563    fun:event_process_active
2564    fun:event_base_loop
2567    bug_364724b
2568    Memcheck:Uninitialized
2569    fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE
2570    fun:_ZN7content15BlinkTestRunner17CaptureDumpPixelsERK8SkBitmap
2573    bug_364724c
2574    Memcheck:Param
2575    write(buf)
2576    obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
2577    fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv
2578    fun:_ZN3IPC12ChannelPosix4SendEPNS_7MessageE
2579    fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
2582    bug_365258
2583    Memcheck:Leak
2584    fun:malloc
2585    fun:_ZN3WTF10fastMallocEm
2586    fun:_ZN5blink8ResourcenwEm
2587    fun:_ZN5blinkL14createResourceENS_8Resource4TypeERKNS_15ResourceRequestERKN3WTF6StringE
2588    fun:_ZN5blink15ResourceFetcher18revalidateResourceERKNS_12FetchRequestEPNS_8ResourceE
2589    fun:_ZN5blink15ResourceFetcher15requestResourceENS_8Resource4TypeERNS_12FetchRequestE
2590    fun:_ZN5blink15ResourceFetcher11fetchScriptERNS_12FetchRequestE
2591    fun:_ZN5blink12ScriptLoader11fetchScriptERKN3WTF6StringE
2592    fun:_ZN5blink12ScriptLoader13prepareScriptERKN3WTF12TextPositionENS0_17LegacyTypeSupportE
2593    fun:_ZN5blink16HTMLScriptRunner9runScriptEPNS_7ElementERKN3WTF12TextPositionE
2594    fun:_ZN5blink16HTMLScriptRunner7executeEN3WTF10PassRefPtrINS_7ElementEEERKNS1_12TextPositionE
2595    fun:_ZN5blink18HTMLDocumentParser30runScriptsForPausedTreeBuilderEv
2596    fun:_ZN5blink18HTMLDocumentParser38processParsedChunkFromBackgroundParserEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE
2597    fun:_ZN5blink18HTMLDocumentParser23pumpPendingSpeculationsEv
2598    fun:_ZN5blink18HTMLDocumentParser41didReceiveParsedChunkFromBackgroundParserEN3WTF10PassOwnPtrINS0_11ParsedChunkEEE
2599    fun:_ZN3WTF15FunctionWrapperIMN7blink18HTMLDocumentParserEFvNS_10PassOwnPtrINS2_11ParsedChunkEEEEEclERKNS_7WeakPtrIS2_EES5_
2600    fun:_ZN3WTF17BoundFunctionImplINS_15FunctionWrapperIMN7blink18HTMLDocumentParserEFvNS_10PassOwnPtrINS3_11ParsedChunkEEEEEEFvNS_7WeakPtrIS3_EES6_EEclEv
2601    fun:_ZNK3WTF8FunctionIFvvEEclEv
2602    fun:_ZN3WTFL18callFunctionObjectEPv
2605    bug_367809_a
2606    Memcheck:Leak
2607    fun:_Znw*
2608    fun:_ZN4mojo6common13HandleWatcher5StartERKNS_6HandleEjmRKN4base8CallbackIFviEEE
2609    fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
2610    fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
2611    fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2612    fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2613    fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2614    fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2615    fun:_ZN7content19MojoApplicationHost4InitEv
2618    bug_367809_b
2619    Memcheck:Leak
2620    fun:_Znw*
2621    fun:_ZN4mojo8internal12_GLOBAL__N_19AsyncWaitEP15MojoAsyncWaiterjjmPFvPviES4_
2622    fun:_ZN4mojo8internal9Connector14WaitToReadMoreEv
2623    fun:_ZN4mojo8internal9ConnectorC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2624    fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2625    fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2626    fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2627    fun:_ZN7content19MojoApplicationHost4InitEv
2630    bug_367809_c
2631    Memcheck:Leak
2632    fun:_Znw*
2633    fun:_ZN4mojo8internal10SharedDataIPNS0_6RouterEEC1ERKS3_
2634    fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2635    fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5StateC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2636    fun:_ZN4mojo9RemotePtrINS_11ShellClientEE5resetENS_16ScopedHandleBaseINS_15InterfaceHandleIS1_EEEEPNS_5ShellEPNS_12ErrorHandlerEP15MojoAsyncWaiter
2637    fun:_ZN7content19MojoApplicationHost4InitEv
2640    bug_367809_d
2641    Memcheck:Leak
2642    fun:_Znw*
2643    ...
2644    fun:_ZN7content21RenderProcessHostImpl4InitEv
2645    ...
2646    fun:_ZN7content5Shell7LoadURLERK4GURL
2647    fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2648    fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
2651    bug_369843
2652    Memcheck:Leak
2653    fun:_Znw*
2654    fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalE*
2657   bug_371844
2658   Memcheck:Uninitialized
2659   fun:bcmp
2660   fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE
2661   fun:_ZN7content15GamepadProvider6DoPollEv
2664    bug_371860
2665    Memcheck:Leak
2666    fun:_Znw*
2667    ...
2668    fun:_ZN8feedback16FeedbackDataTestC1Ev
2669    fun:_ZN8feedback*FeedbackDataTest*
2670    fun:_ZN7testing8internal15TestFactoryImplIN8feedback*
2673    bug_372487_a
2674    Memcheck:Leak
2675    fun:_Znw*
2676    ...
2677    fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2678    fun:_ZN7content19MojoApplicationHost4InitEv
2679    fun:_ZN7content21RenderProcessHostImpl4InitEv
2680    fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEiib
2681    fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEiPNS_26CrossProcessFrameConnectorE
2682    fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostEi
2683    fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
2684    fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
2685    fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_19RenderFrameHostImplENS_20NavigationController10ReloadTypeE
2686    fun:_ZN7content15WebContentsImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2687    fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2688    fun:_ZN7content24NavigationControllerImpl9LoadEntryEPNS_19NavigationEntryImplE
2689    fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20NavigationController13LoadURLParamsE
2690    fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
2691    fun:_ZN7content5Shell7LoadURLERK4GURL
2692    fun:_ZN7content19BlinkTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
2693    fun:_ZN12_GLOBAL__N_110RunOneTestERKSsPbRK10scoped_ptrIN7content17BrowserMainRunnerEN4base14DefaultDeleterIS5_EEE
2694    fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsERK10scoped_ptrINS_17BrowserMainRunnerEN4base14DefaultDeleterIS4_EEE
2695    fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
2696    fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
2699    bug_372487_b
2700    Memcheck:Leak
2701    fun:_Znw*
2702    ...
2703    fun:_ZN4mojo8internal6RouterC1ENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2704    fun:_ZN4mojo8internal18InterfaceImplStateINS_5ShellEE4BindENS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2705    fun:_ZN4mojo10BindToPipeIN7content19MojoApplicationHost9ShellImplEEEPT_S5_NS_16ScopedHandleBaseINS_17MessagePipeHandleEEEP15MojoAsyncWaiter
2706    fun:_ZN7content19MojoApplicationHost4InitEv
2707    fun:_ZN7content21RenderProcessHostImpl4InitEv
2708    fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEiib
2709    fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEiPNS_26CrossProcessFrameConnectorE
2710    fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_14RenderViewHostEi
2711    fun:_ZN7content22RenderFrameHostManager8NavigateERKNS_19NavigationEntryImplE
2712    fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_19RenderFrameHostImplERKNS_19NavigationEntryImplENS_20NavigationController10ReloadTypeE
2713    fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_19RenderFrameHostImplENS_20NavigationController10ReloadTypeE
2714    fun:_ZN7content15WebContentsImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2715    fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20NavigationController10ReloadTypeE
2716    fun:_ZN7content24NavigationControllerImpl9LoadEntryEPNS_19NavigationEntryImplE
2717    fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20NavigationController13LoadURLParamsE
2718    fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
2719    fun:_ZN7content5Shell7LoadURLERK4GURL
2722    bug_379943
2723    Memcheck:Leak
2724    fun:_Znw*
2725    ...
2726    fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
2727    fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
2728    fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContext*
2729    fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
2730    fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
2731    ...
2732    fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
2733    fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
2736    bug_380575
2737    Memcheck:Leak
2738    fun:_Znw*
2739    fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandlerEEEE8allocateEmPKv
2740    ...
2741    fun:_ZNSt3mapISsPN3net20URLRequestJobFactory15ProtocolHandlerESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
2742    fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLRequestJobFactory15ProtocolHandlerE
2743    ...
2744    fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
2747    bug_381065
2748    Memcheck:Leak
2749    fun:_Znw*
2750    ...
2751    fun:_ZN5blink18ModulesInitializer4initEv
2752    fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
2753    fun:_ZN5blink10initializeEPNS_8PlatformE
2754    fun:_ZN7content27TestBlinkWebUnitTestSupportC2Ev
2755    fun:_ZN7content27TestBlinkWebUnitTestSupportC1Ev
2756    fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2757    fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2760    bug_381156
2761    Memcheck:Uninitialized
2762    ...
2763    fun:_ZN*14SkTDynamicHashI10SkFlatData*
2764    fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE24findAndReturnMutableFlatERKS0_
2765    fun:_ZN16SkFlatDictionaryI7SkPaintNS0_16FlatteningTraitsEE17findAndReturnFlatERKS0_
2766    fun:_ZN15SkPictureRecord16getFlatPaintDataERK7SkPaint
2767    fun:_ZN15SkPictureRecord11addPaintPtrEPK7SkPaint
2768    fun:_ZN15SkPictureRecord8addPaintERK7SkPaint
2769    fun:_ZN15SkPictureRecord8drawPathERK6SkPathRK7SkPaint
2770    fun:_ZN12SkBBoxRecord8drawPathERK6SkPathRK7SkPaint
2771    fun:_ZN5blink15GraphicsContext8drawPathERK6SkPathRK7SkPaint
2772    fun:_ZN5blink15GraphicsContext10strokePathERKNS_4PathE
2773    fun:_ZNK7blink14RenderSVGShape11strokeShapeEPNS_15GraphicsContextE
2774    fun:_ZNK7blink13RenderSVGPath11strokeShapeEPNS_15GraphicsContextE
2775    fun:_ZN5blink27RenderSVGResourceSolidColor17postApplyResourceEPNS_12RenderObjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
2776    fun:_ZN5blink14RenderSVGShape11strokeShapeEPNS_11RenderStyleEPNS_15GraphicsContextE
2777    fun:_ZN5blink14RenderSVGShape5paintERNS_9PaintInfoERKNS_11LayoutPointE
2778    fun:_ZN5blink9RenderBox5paintERNS_9PaintInfoERKNS_11LayoutPointE
2779    fun:_ZN5blink13RenderSVGRoot13paintReplacedERNS_9PaintInfoERKNS_11LayoutPointE
2780    fun:_ZN5blink14RenderReplaced5paintERNS_9PaintInfoERKNS_11LayoutPointE
2781    fun:_ZN5blink11RenderBlock18paintAsInlineBlockEPNS_12RenderObjectERNS_9PaintInfoERKNS_11LayoutPointE
2784    bug_385381
2785    Memcheck:Unaddressable
2786    fun:_ZN5blink23FrameLoaderStateMachine9advanceToENS0_5StateE
2787    fun:_ZN5blink11FrameLoader4initEv
2788    fun:_ZN5blink10LocalFrame4initEv
2789    fun:_ZN5blink17WebLocalFrameImpl22initializeAsChildFrameEPN7blink9FrameHostEPNS1_10FrameOwnerERKN3WTF12AtomicStringES9_
2790    fun:_ZN5blink17WebLocalFrameImpl16createChildFrameERKN7blink16FrameLoadRequestEPNS1_21HTMLFrameOwnerElementE
2793    bug_385396a
2794    Memcheck:Uninitialized
2795    ...
2796    fun:_ZN5blink11RenderLayer7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
2797    fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
2798    fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
2799    ...
2800    fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2801    fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2804    bug_385396b
2805    Memcheck:Uninitialized
2806    ...
2807    fun:_ZN5blink11LayoutPointC*ERKNS_8IntPointE
2808    ...
2809    fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2810    fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2813    bug_385396c
2814    Memcheck:Uninitialized
2815    fun:_ZNK5blink7IntRect8containsEii
2816    ...
2817    fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2818    fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2821    bug_385396d
2822    Memcheck:Uninitialized
2823    fun:_ZNK7blink10LayoutUnit5floorEv
2824    ...
2825    fun:_ZN5blink12EventHandler18handleGestureEventERKNS_20PlatformGestureEventE
2826    fun:_ZN5blink11WebViewImpl18handleGestureEventERKNS_15WebGestureEventE
2827    fun:_ZN5blink18PageWidgetDelegate16handleInputEventEPN7blink4PageERNS_22PageWidgetEventHandlerERKNS_13WebInputEventE
2830    bug_385396e
2831    Memcheck:Uninitialized
2832    fun:_ZN5blink15roundedIntPointERKNS_11LayoutPointE
2833    fun:_ZNK5blink15HitTestLocation12roundedPointEv
2834    fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERKNS_15HitTestLocationERNS_13HitTestResultE
2835    fun:_ZN5blink10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
2836    fun:_ZN5blink12EventHandler20hitTestResultAtPointERKNS_11LayoutPointEjRKNS_10LayoutSizeE
2837    fun:_ZN5blink12EventHandler18targetGestureEventERKNS_20PlatformGestureEventEb
2840    bug_387435
2841    Memcheck:Leak
2842    fun:_Znw*
2843    fun:_ZN7content16WebURLLoaderImplC1Ev
2844    fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
2845    fun:_ZN5blink10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18FetchInitiatorInfoENS_17StoredCredentialsE
2846    fun:_ZN5blink10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS_18FetchInitiatorInfoENS_17StoredCredentialsE
2847    fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
2848    fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE
2849    fun:_ZN5blink11ImageLoader19doUpdateFromElementEb
2850    fun:_ZN5blink11ImageLoader4Task3runEv
2853    bug_386418
2854    Memcheck:Leak
2855    fun:_Znw*
2856    fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
2857    fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_b
2858    fun:_ZN3net16HostResolverImpl16LoopbackProbeJob*
2859    fun:_ZN3net16HostResolverImplC*
2862    bug_387993
2863    Memcheck:Uninitialized
2864    fun:_ZN11SkBaseMutex7acquireEv
2865    fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex
2866    fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex
2867    fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_
2868    fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor
2869    fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv
2870    fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTypefacePK12SkDescriptorPvESB_b
2871    fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb
2872    fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
2873    fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
2876    bug_388013
2877    Memcheck:Leak
2878    fun:_Znw*
2879    fun:_ZN5blinkL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostEPN2v87IsolateE
2880    fun:_ZN5blink21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEPNS_11ScriptStateEi
2881    fun:_ZN5blink21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE
2882    fun:_ZN5blink22InspectorDebuggerAgent17currentCallFramesEv
2883    fun:_ZN5blink22InspectorDebuggerAgent8didPauseEPNS_11ScriptStateERKNS_11ScriptValueES5_RKN3WTF6VectorINS6_6StringELm0ENS6_16DefaultAllocatorEEE
2884    ...
2885    fun:_ZN2v88internal5Debug17CallEventCallbackENS_10DebugEventENS0_6HandleINS0_6ObjectEEES5_PNS_5Debug10ClientDataE
2886    fun:_ZN2v88internal5Debug17ProcessDebugEventENS_10DebugEventENS0_6HandleINS0_8JSObjectEEEb
2887    fun:_ZN2v88internal5Debug12OnDebugBreakENS0_6HandleINS0_6ObjectEEEb
2890    bug_388013_b
2891    Memcheck:Leak
2892    fun:_Znw*
2893    fun:_ZN5blinkL33createInjectedScriptHostV8WrapperEPNS_18InjectedScriptHostEPN2v87IsolateE
2894    fun:_ZN5blink21InjectedScriptManager20createInjectedScriptERKN3WTF6StringEPNS_11ScriptStateEi
2895    fun:_ZN5blink21InjectedScriptManager17injectedScriptForEPNS_11ScriptStateE
2896    fun:_ZN5blink18WorkerRuntimeAgent21injectedScriptForEvalEPN3WTF6StringEPKi
2897    fun:_ZN5blink21InspectorRuntimeAgent8evaluateEPN3WTF6String*
2898    fun:_ZThn32_N5blink21InspectorRuntimeAgent8evaluateEPN3WTF6String*
2899    fun:_ZN5blink30InspectorBackendDispatcherImpl16Runtime_evaluateElPNS_10JSONObjectEPNS_9JSONArrayE
2900    fun:_ZN5blink30InspectorBackendDispatcherImpl8dispatchERKN3WTF6StringE
2901    fun:_ZN5blink25WorkerInspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
2902    fun:_ZN5blinkL30dispatchOnInspectorBackendTaskEPNS_16ExecutionContextERKN3WTF6StringE
2905    bug_388668
2906    Memcheck:Leak
2907    fun:_Znw*
2908    fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReductionProxyUnreachable_Test8TestBodyEv
2911    bug_392912
2912    Memcheck:Uninitialized
2913    fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
2914    fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
2915    fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRectf
2918    bug_394558
2919    Memcheck:Leak
2920    fun:_Znw*
2921    fun:_ZN32ProfileSyncComponentsFactoryMockC1Ev
2924    bug_394624
2925    Memcheck:Leak
2926    ...
2927    fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLRequestJobFactory15ProtocolHandlerE
2928    ...
2929    fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
2930    fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
2933    bug_396658
2934    Memcheck:Uninitialized
2935    ...
2936    fun:wk_png_write_find_filter
2937    fun:wk_png_write_row
2940    bug_397066_a
2941    Memcheck:Uninitialized
2942    ...
2943    fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE
2944    ...
2945    fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEEERKNS_8LineInfoE
2946    fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS_11BidiRunListINS_7BidiRunEEERKNS_14InlineIteratorERNS_8LineInfoERNS_21VerticalPositionCacheEPS2_RN3WTF6VectorINS_15WordMeasurementELm64ENSD_16DefaultAllocatorEEE
2947    fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutStateERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERKS4_RKNS_10BidiStatusE
2948    fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateE
2949    fun:_ZN5blink15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
2950    ...
2951    fun:_ZN5blink15RenderBlockFlow11layoutBlockEb
2954    bug_397066_b
2955    Memcheck:Uninitialized
2956    ...
2957    fun:_ZN5blink13InlineFlowBox24computeLogicalBoxHeightsEPNS_13RootInlineBoxERNS_10LayoutUnitES4_RiS5_RbS6_bRN3WTF7HashMapIPKNS_13InlineTextBoxESt4pairINS7_6VectorIPKNS_14SimpleFontDataELm0ENS7_16DefaultAllocatorEEENS_13GlyphOverflowEENS7_7PtrHashISB_EENS7_10HashTraitsISB_EENSN_ISK_EESH_EENS_12FontBaselineERNS_21VerticalPositionCacheE
2958    fun:_ZN5blink13RootInlineBox26alignBoxesInBlockDirectionENS_10LayoutUnitERN3WTF7HashMapIPKNS_13InlineTextBoxESt4pairINS2_6VectorIPKNS_14SimpleFontDataELm0ENS2_16DefaultAllocatorEEENS_13GlyphOverflowEENS2_7PtrHashIS6_EENS2_10HashTraitsIS6_EENSI_ISF_EESC_EERNS_21VerticalPositionCacheE
2959    ...
2960    fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateE
2961    fun:_ZN5blink15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
2962    fun:_ZN5blink15RenderBlockFlow15layoutBlockFlowEbRNS_10LayoutUnitERNS_18SubtreeLayoutScopeE
2963    fun:_ZN5blink15RenderBlockFlow11layoutBlockEb
2966    bug_397066_c
2967    Memcheck:Uninitialized
2968    ...
2969    fun:_ZN5blink13InlineFlowBox26placeBoxesInBlockDirectionENS_10LayoutUnitES1_ibRS1_S2_S2_RbS2_S2_S3_S3_NS_12FontBaselineE
2970    fun:_ZN5blink13RootInlineBox26alignBoxesInBlockDirectionENS_10LayoutUnitERN3WTF7HashMapIPKNS_13InlineTextBoxESt4pairINS2_6VectorIPKNS_14SimpleFontDataELm0ENS2_16DefaultAllocatorEEENS_13GlyphOverflowEENS2_7PtrHashIS6_EENS2_10HashTraitsIS6_EENSI_ISF_EESC_EERNS_21VerticalPositionCacheE
2971    ...
2972    fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateE
2973    fun:_ZN5blink15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
2974    fun:_ZN5blink15RenderBlockFlow15layoutBlockFlowEbRNS_10LayoutUnitERNS_18SubtreeLayoutScopeE
2975    fun:_ZN5blink15RenderBlockFlow11layoutBlockEb
2978    bug_397066_d
2979    Memcheck:Uninitialized
2980    fun:_ZN5blink13InlineFlowBox45clearDescendantsHaveSameLineHeightAndBaselineEv
2981    fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE
2982    ...
2983    fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEEERKNS_8LineInfoE
2984    fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRuns*
2987    bug_397066_e
2988    Memcheck:Uninitialized
2989    fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBox*
2990    fun:_ZN5blink15RenderBlockFlow*
2991    ...
2992    fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS*
2993    fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutStateERNS_12BidiResolver*
2994    fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutState*
2997    bug_397066_f
2998    Memcheck:Uninitialized
2999    fun:_ZNK5blink13InlineFlowBox35constrainToLineTopAndBottomIfNeededERNS_10LayoutRectE
3000    fun:_ZN5blink13InlineFlowBox28paintBoxDecorationBackgroundERNS_9PaintInfoERKNS_11LayoutPointE
3001    fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10LayoutUnitES6_
3002    fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10LayoutUnitES6_
3003    fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10LayoutUnitES6_
3004    fun:_ZNK5blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_11LayoutPointE
3007    bug_397075_a
3008    Memcheck:Uninitialized
3009    fun:_ZN2v88internal6Object11SetPropertyEPNS0_14LookupIteratorENS0_6HandleIS1_EENS0_10StrictModeENS1_14StoreFromKeyedE
3010    fun:_ZN2v88internal6Object11SetPropertyENS0_6HandleIS1_EENS2_INS0_4NameEEES3_NS0_10StrictModeENS1_14StoreFromKeyedE
3011    fun:_ZN2v88internal7Runtime17SetObjectPropertyEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_S6_NS0_10StrictModeE
3012    fun:_ZN2v86Object3SetENS_6HandleINS_5ValueEEES3_
3013    fun:_ZN18WebCoreTestSupport21injectInternalsObjectEN2v85LocalINS0_7ContextEEE
3014    fun:_ZN5blink17WebTestingSupport21injectInternalsObjectEPNS_13WebLocalFrameE
3015    fun:_ZN7content15BlinkTestRunner20DidClearWindowObjectEPN5blink13WebLocalFrameE
3016    fun:_ZN7content14RenderViewImpl20didClearWindowObjectEPN5blink13WebLocalFrameE
3017    fun:_ZN7content15RenderFrameImpl20didClearWindowObjectEPN5blink13WebLocalFrameE
3018    fun:_ZThn16_N7content15RenderFrameImpl20didClearWindowObjectEPN5blink13WebLocalFrameE
3019    fun:_ZN5blink21FrameLoaderClientImpl39dispatchDidClearWindowObjectInMainWorldEv
3020    fun:_ZN5blink11FrameLoader39dispatchDidClearWindowObjectInMainWorldEv
3021    fun:_ZN5blink16ScriptController11windowShellERNS_15DOMWrapperWorldE
3022    fun:_ZN5blink11toV8ContextEPNS_10LocalFrameERNS_15DOMWrapperWorldE
3023    fun:_ZNK5blink17WebLocalFrameImpl22mainWorldScriptContextEv
3024    fun:_ZN5blink17WebTestingSupport20resetInternalsObjectEPNS_13WebLocalFrameE
3025    fun:_ZN7content15BlinkTestRunner5ResetEv
3026    fun:_ZN7content26ShellContentRendererClient17RenderViewCreatedEPNS_10RenderViewE
3027    fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
3028    fun:_ZN7content14RenderViewImpl6CreateEibRKNS_19RendererPreferencesERKNS_14WebPreferencesEiiilRKSbItN4base20string16_char_traitsESaItEEbbibbiRKN5blink13WebScreenInfoE17AccessibilityMode
3029    fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
3032    bug_397075_b
3033    Memcheck:Uninitialized
3034    fun:_ZN2v88internal6Object11SetPropertyEPNS0_14LookupIteratorENS0_6HandleIS1_EENS0_10StrictModeENS1_14StoreFromKeyedE
3035    fun:_ZN2v88internal6Object11SetPropertyENS0_6HandleIS1_EENS2_INS0_4NameEEES3_NS0_10StrictModeENS1_14StoreFromKeyedE
3036    ...
3037    fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_
3038    fun:_ZN2v88internal9Execution4CallEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_iPS6_b
3041    bug_398349_a
3042    Memcheck:Uninitialized
3043    fun:_ZN2v88internal19JSObjectWalkVisitorINS0_29AllocationSiteCreationContextEE13StructureWalkENS0_6HandleINS0_8JSObjectEEE
3044    fun:_ZN2v88internal8JSObject8DeepWalkENS0_6HandleIS1_EEPNS0_29AllocationSiteCreationContextE
3045    fun:_ZN2v88internal27Runtime_CreateObjectLiteralEiPPNS0_6ObjectEPNS0_7IsolateE
3048    bug_398349_b
3049    Memcheck:Uninitialized
3050    fun:_ZN2v88internal19JSObjectWalkVisitorINS0_26AllocationSiteUsageContextEE13StructureWalkENS0_6HandleINS0_8JSObjectEEE
3051    fun:_ZN2v88internal8JSObject8DeepCopyENS0_6HandleIS1_EEPNS0_26AllocationSiteUsageContextENS1_13DeepCopyHintsE
3052    fun:_ZN2v88internal27Runtime_CreateObjectLiteralEiPPNS0_6ObjectEPNS0_7IsolateE
3055    bug_399853_a
3056    Memcheck:Uninitialized
3057    fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
3058    fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
3059    fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRect
3062    bug_399853_b
3063    Memcheck:Uninitialized
3064    fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
3065    fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
3066    fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
3069    bug_400547
3070    Memcheck:Uninitialized
3071    fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE
3072    fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE
3073    fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs
3074    fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
3075    fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
3078    bug_402257_a
3079    Memcheck:Leak
3080    fun:_Znw*
3081    ...
3082    fun:_ZN10extensions11ApiTestBase15RegisterModulesEv
3083    fun:_ZN10extensions11ApiTestBase5SetUpEv
3084    fun:_ZN10extensions16DataReceiverTest5SetUpEv
3087    bug_402257_b
3088    Memcheck:Leak
3089    ...
3090    fun:_ZN10extensions12_GLOBAL__N_111TestNatives24GetObjectTemplateBuilderEPN2v87IsolateE
3091    fun:_ZN3gin13WrappableBase14GetWrapperImplEPN2v87IsolateEPNS_11WrapperInfoE
3092    fun:_ZN3gin9WrappableIN10extensions12_GLOBAL__N_111TestNativesEE10GetWrapperEPN2v87IsolateE
3093    fun:_ZN3gin12CreateHandleIN10extensions12_GLOBAL__N_111TestNativesEEENS_6HandleIT_EEPN2v87IsolateEPS5_
3094    fun:_ZN10extensions12_GLOBAL__N_111TestNatives6CreateEPN2v87IsolateERKN4base8CallbackIFvvEEE
3095    fun:_ZN10extensions11ApiTestBase7RunTestERKSsS2_
3096    fun:_ZN10extensions29DataReceiverTest_Receive_Test8TestBodyEv
3099    bug_402257_c
3100    Memcheck:Leak
3101    fun:_Znw*
3102    fun:_ZN3gin13HandleWrapper6CreateEPN2v87IsolateEj
3103    fun:_ZN3gin9ConverterIN4mojo6HandleEvE4ToV8EPN2v87IsolateERKS2_
3104    fun:_ZN3gin11ConvertToV8IN4mojo6HandleEEEN2v86HandleINS3_5ValueEEEPNS3_7IsolateET_
3105    fun:_ZN3gin10Dictionary3SetIN4mojo6HandleEEEbRKSsT_
3106    fun:_ZN4mojo2js12_GLOBAL__N_114CreateDataPipeERKN3gin9ArgumentsE
3109    bug_403774
3110    Memcheck:Leak
3111    fun:_Znw*
3112    ...
3113    fun:_ZN5blink18ModulesInitializer4initEv
3114    fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
3115    fun:_ZN5blink10initializeEPNS_8PlatformE
3116    fun:_ZN7content25TestWebKitPlatformSupportC2Ev
3117    fun:_ZN7content25TestWebKitPlatformSupportC1Ev
3118    fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
3119    fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
3122    bug_403775
3123    Memcheck:Leak
3124    fun:_Zna*
3125    fun:_ZN28NotificationConversionHelper28GfxImageToNotificationBitmapEPKN3gfx5ImageEPN10extensions3api13notifications18NotificationBitmapE
3126    fun:_ZN28NotificationConversionHelper33NotificationToNotificationOptionsERK12NotificationPN10extensions3api13notifications19NotificationOptionsE
3127    fun:_ZN71NotificationConversionHelperTest_NotificationToNotificationOptions_Test8TestBodyEv
3130    bug_404182
3131    Memcheck:Leak
3132    fun:_Znw*
3133    fun:_ZN8app_list4test12_GLOBAL__N_122AppListViewTestContext16RunStartPageTestEv
3136    bug_512466
3137    Memcheck:Leak
3138    fun:_Znw*
3139    fun:_ZN4base22PosixDynamicThreadPool13AddTaskNoLockEPNS_11PendingTaskE
3140    fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEE
3141    fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
3142    fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
3145    bug_416729
3146    Memcheck:Unaddressable
3147    fun:_ZNK5blink6MemberINS_38PlatformSpeechSynthesisUtteranceClientEEcvPS1_Ev
3148    fun:_ZNK5blink32PlatformSpeechSynthesisUtterance6clientEv
3149    fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEPNS_32PlatformSpeechSynthesisUtteranceE
3150    ...
3151    fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
3152    fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
3153    fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
3154    fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
3155    ...
3156    fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
3159    bug_417119
3160    Memcheck:Leak
3161    fun:_Znw*
3162    ...
3163    fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSERKS3_
3164    fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE
3165    fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperationContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3166    fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3167    fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSystemURLEPN4base4File5ErrorE
3170    bug_417526
3171    Memcheck:Leak
3172    fun:_Znw*
3173    ...
3174    fun:_ZN16sync_file_system13drive_backend14SyncEngineTest5SetUpEv
3177    bug_424056a
3178    Memcheck:Leak
3179    fun:malloc
3180    fun:_ZN3WTF13CStringBuffer19createUninitializedEm
3181    fun:_ZN3WTF7CString16newUninitializedEmRPc
3182    fun:_ZN3WTF15TextCodecLatin112encodeCommonIhEENS_7CStringEPKT_mNS_19UnencodableHandlingE
3183    fun:_ZN3WTF15TextCodecLatin16encodeEPKhmNS_19UnencodableHandlingE
3186    bug_424056b
3187    Memcheck:Leak
3188    fun:malloc
3189    fun:_ZN3WTF13CStringBuffer19createUninitializedEm
3190    fun:_ZN3WTF7CString4initEPKcm
3191    fun:_ZN3WTF7CStringC1EPKcm
3192    fun:_ZN3WTF13TextCodecUTF812encodeCommonIhEENS_7CStringEPKT_m
3193    fun:_ZN3WTF13TextCodecUTF86encodeEPKhmNS_19UnencodableHandlingE
3194    fun:_ZNK3WTF12TextEncoding6encodeERKNS_6StringENS_19UnencodableHandlingE
3197    bug_424575
3198    Memcheck:Uninitialized
3199    fun:_ZN7content13NavigatorImpl23RecordNavigationMetricsERKNS_20LoadCommittedDetailsERK44FrameHostMsg_DidCommitProvisionalLoad_ParamsPNS_12SiteInstanceE
3200    fun:_ZN7content13NavigatorImpl11DidNavigateEPNS_19RenderFrameHostImplERK44FrameHostMsg_DidCommitProvisionalLoad_Params
3201    fun:_ZN7content19RenderFrameHostImpl26OnDidCommitProvisionalLoadERKN3IPC7MessageE
3202    fun:_ZN7content19TestRenderFrameHost26SendNavigateWithParametersEiRK4GURLN2ui14PageTransitionES3_iPKN4base8FilePathERKSt6vectorIS1_SaIS1_EE
3203    fun:_ZN7content19TestRenderFrameHost41SendNavigateWithTransitionAndResponseCodeEiRK4GURLN2ui14PageTransitionEi
3204    fun:_ZN7content19TestRenderFrameHost26SendNavigateWithTransitionEiRK4GURLN2ui14PageTransitionE
3207    bug_431209a
3208    Memcheck:Leak
3209    fun:_Znw*
3210    fun:_ZN8remoting13ClipboardAuraC1E13scoped_refptrIN4base22SingleThreadTaskRunnerEE
3211    fun:_ZN8remoting17ClipboardAuraTest5SetUpEv
3214    bug_431209b
3215    Memcheck:Leak
3216    fun:_Znw*
3217    fun:_ZN2ui9Clipboard6CreateEv
3218    fun:_ZN2ui9Clipboard19GetForCurrentThreadEv
3219    fun:_ZN2ui21ScopedClipboardWriterD1Ev
3220    fun:_ZN8remoting13ClipboardAura4Core20InjectClipboardEventERKNS_8protocol14ClipboardEventE
3223    bug_431213_a
3224    Memcheck:Leak
3225    fun:_Znw*
3226    fun:_ZN3gin22CreateFunctionTemplateIF*LocalINS6_16FunctionTemplateEEEPNS6_7IsolateEN4base8CallbackIT_EEi
3227    fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsIMN*CreateTemplateEPN2v87IsolateES6_
3228    fun:_ZN3gin21ObjectTemplateBuilder9SetMethodIMN*0_RKN4base16BasicStringPieceISsEERKT_
3229    fun:_ZN*24GetObjectTemplateBuilderEPN2v87IsolateE
3232    bug_431213_b
3233    Memcheck:Leak
3234    fun:_Znw*
3235    fun:_ZN3gin22CreateFunctionTemplateIF*IsolateEN4base8CallbackIT_EEi
3236    fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsIF*
3237    fun:_ZN3gin21ObjectTemplateBuilder9SetMethod*RKN4base16BasicStringPieceISsEERKT_
3238    fun:_ZN4mojo2js*GetModuleEPN2v87IsolateE
3241    bug_431213_c
3242    Memcheck:Leak
3243    fun:_Znw*
3244    fun:_ZN3gin22CreateFunctionTemplateIF*IsolateEN4base8CallbackIT_EEi
3245    fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsI*
3246    fun:_ZN3gin21ObjectTemplateBuilder9SetMethod*RKN4base16BasicStringPieceISsEERKT_
3247    fun:_ZN10extensions19TestServiceProvider24GetObjectTemplateBuilderEPN2v87IsolateE
3250    bug_431213_d
3251    Memcheck:Leak
3252    fun:_Znw*
3253    fun:_ZN3gin22CreateFunctionTemplateIF*IsolateEN4base8CallbackIT_EEi
3254    fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsI*
3255    fun:_ZN3gin21ObjectTemplateBuilder9SetMethod*RKN4base16BasicStringPieceISsEERKT_
3256    fun:_ZN10extensions12_GLOBAL__N_111TestNatives24GetObjectTemplateBuilderEPN2v87IsolateE
3259    bug_436110
3260    Memcheck:Param
3261    socketcall.sendto(msg)
3262    fun:send
3263    fun:_ZN4mojo8embedder20PlatformChannelWriteENS0_14PlatformHandleEPKvm
3264    fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix11WriteNoLockEPmS3_
3265    fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix29OnFileCanWriteWithoutBlockingEi
3266    fun:_ZThn112_N4mojo6system12_GLOBAL__N_115RawChannelPosix29OnFileCanWriteWithoutBlockingEi
3267    fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWithoutBlockingEiPS0_
3268    fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
3269    fun:event_process_active
3270    fun:event_base_loop
3271    fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3272    fun:_ZN4base11MessageLoop10RunHandlerEv
3275    bug_436110_a
3276    Memcheck:Param
3277    socketcall.sendto(msg)
3278    fun:send
3279    fun:_ZN4mojo8embedder20PlatformChannelWriteENS0_14PlatformHandleEPKvm
3280    fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix11WriteNoLockEPmS3_
3281    fun:_ZN4mojo6system10RawChannel12WriteMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3282    fun:_ZN4mojo6system7Channel12WriteMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3283    fun:_ZN4mojo6system15ChannelEndpoint18WriteMessageNoLockE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3284    fun:_ZN4mojo6system15ChannelEndpoint14EnqueueMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3285    fun:_ZN4mojo6system24ProxyMessagePipeEndpoint14EnqueueMessageE10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEE
3286    fun:_ZN4mojo6system11MessagePipe14EnqueueMessageEj10scoped_ptrINS0_16MessageInTransitEN4base14DefaultDeleterIS3_EEEPSt6vectorINS0_19DispatcherTransportESaIS9_EE
3287    fun:_ZN4mojo6system11MessagePipe12WriteMessageEjNS0_11UserPointerIKvEEjPSt6vectorINS0_19DispatcherTransportESaIS6_EEj
3288    fun:_ZN4mojo6system21MessagePipeDispatcher22WriteMessageImplNoLockENS0_11UserPointerIKvEEjPSt6vectorINS0_19DispatcherTransportESaIS6_EEj
3289    fun:_ZN4mojo6system10Dispatcher12WriteMessageENS0_11UserPointerIKvEEjPSt6vectorINS0_19DispatcherTransportESaIS6_EEj
3290    fun:_ZN4mojo6system4Core12WriteMessageEjNS0_11UserPointerIKvEEjNS2_IKjEEjj
3291    fun:MojoWriteMessage
3294    bug_436110_b
3295    Memcheck:Param
3296    sendmsg(msg.msg_iov[0])
3297    obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
3298    fun:_ZN4mojo8embedder33PlatformChannelSendmsgWithHandlesENS0_14PlatformHandleEP5iovecmPS1_m
3299    ...
3300    fun:MojoWriteMessage
3303    bug_436172
3304    Memcheck:Leak
3305    fun:_Znw*
3306    fun:_ZN3IPC11SyncChannelC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS4_13WaitableEventE
3307    ...
3308    fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3311    bug_436172_b
3312    Memcheck:Leak
3313    fun:_Znw*
3314    fun:_ZN3IPC7Channel6CreateERKNS_13ChannelHandleENS0_4ModeEPNS_8ListenerE*
3315    fun:_ZN3IPC12_GLOBAL__N_122PlatformChannelFactory12BuildChannelEPNS_8ListenerE
3316    fun:_ZN3IPC12ChannelProxy7Context13CreateChannelE10scoped_ptrINS_14ChannelFactoryEN4base14DefaultDeleterIS3_EEE
3317    ...
3318    fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3321    bug_436172_c
3322    Memcheck:Leak
3323    fun:_Znw*
3324    fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEE
3325    fun:_ZN3IPC11SyncChannel11SyncContextC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS5_13WaitableEventE
3326    fun:_ZN3IPC11SyncChannelC1EPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS4_13WaitableEventE
3327    fun:_ZN3IPC11SyncChannel6CreateEPNS_8ListenerERK13scoped_refptrIN4base22SingleThreadTaskRunnerEEPNS4_13WaitableEventE
3328    ...
3329    fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3332    bug_436172_d
3333    Memcheck:Leak
3334    fun:_Znw*
3335    fun:_ZN7content14GpuChannelHost7ConnectERKN3IPC13ChannelHandleEPN4base13WaitableEventE
3336    fun:_ZN7content14GpuChannelHost6CreateEPNS_21GpuChannelHostFactoryERKN3gpu7GPUInfoERKN3IPC13ChannelHandleEPN4base13WaitableEventEPNS3_22GpuMemoryBufferManagerE
3337    fun:_ZN7content28BrowserGpuChannelHostFactory21GpuChannelEstablishedEv
3338    fun:_ZN7content28BrowserGpuChannelHostFactory16EstablishRequest12FinishOnMainEv
3341    Expected_leak_due_to_gpu_thread_leaked_by_lazy_instance
3342    Memcheck:Leak
3343    fun:calloc
3344    fun:pthread_setspecific
3345    ...
3346    fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27InitializeOnGpuThreadParamsE
3349    bug_441333
3350    Memcheck:Uninitialized
3351    fun:av_packet_unpack_dictionary
3352    fun:add_metadata_from_side_data
3353    fun:avcodec_decode_*
3356    bug_448700_a
3357    Memcheck:Leak
3358    fun:_Znw*
3359    ...
3360    fun:_ZN10extensions11ApiTestBase15RegisterModulesEv
3361    fun:_ZN10extensions11ApiTestBase5SetUpEv
3364    bug_448700_b
3365    Memcheck:Leak
3366    fun:_Znw*
3367    ...
3368    fun:_ZN10extensions12_GLOBAL__N_111TestNatives24GetObjectTemplateBuilderEPN2v87IsolateE
3369    fun:_ZN3gin13WrappableBase14GetWrapperImplEPN2v87IsolateEPNS_11WrapperInfoE
3370    fun:_ZN3gin9WrappableIN10extensions12_GLOBAL__N_111TestNativesEE10GetWrapperEPN2v87IsolateE
3371    fun:_ZN3gin12CreateHandleIN10extensions12_GLOBAL__N_111TestNativesEEENS_6HandleIT_EEPN2v87IsolateEPS5_
3372    fun:_ZN10extensions12_GLOBAL__N_111TestNatives6CreateEPN2v87IsolateERKN4base8CallbackIFvvEEE
3373    fun:_ZN10extensions11ApiTestBase7RunTestERKSsS2_
3374    fun:_ZN10extensions30MojoPrivateApiTest_Define_Test8TestBodyEv
3377    bug_449156_a
3378    Memcheck:Leak
3379    fun:_Znw*
3380    ...
3381    fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
3382    fun:_ZN7storage21SandboxOriginDatabase4InitENS0_10InitOptionENS0_14RecoveryOptionE
3383    fun:_ZN7storage21SandboxOriginDatabase16GetPathForOriginERKSsPN4base8FilePathE
3384    fun:_ZN7storage32SandboxPrioritizedOriginDatabase16GetPathForOriginERKSsPN4base8FilePathE
3385    fun:_ZN7storage18ObfuscatedFileUtil21GetDirectoryForOriginERK4GURLbPN4base4File5ErrorE
3386    fun:_ZN7storage18ObfuscatedFileUtil28GetDirectoryForOriginAndTypeERK4GURLRKSsbPN4base4File5ErrorE
3387    fun:_ZN7storage12_GLOBAL__N_130OpenFileSystemOnFileTaskRunnerEPNS_18ObfuscatedFileUtilERK4GURLNS_14FileSystemTypeENS_18OpenFileSystemModeEPN4base4File5ErrorE
3390    bug_449156_b
3391    Memcheck:Leak
3392    fun:_Znw*
3393    fun:_ZN7storage18ObfuscatedFileUtil8MarkUsedEv
3394    fun:_ZN7storage18ObfuscatedFileUtil20GetDirectoryDatabaseERKNS_13FileSystemURLEb
3397    bug_449175_a
3398    Memcheck:Leak
3399    fun:_Zna*
3400    fun:_ZN4mojo6system17UserPointerReaderIKjE4InitEPS2_mb
3401    fun:_ZN4mojo6system17UserPointerReaderIKjEC2ENS0_11UserPointerIS2_EEm
3402    fun:_ZN4mojo6system4Core8WaitManyENS0_11UserPointerIKjEES4_jmNS2_IjEENS2_I22MojoHandleSignalsStateEE
3403    fun:MojoWaitMany
3404    fun:_ZN4mojo8WaitManyI*
3405    fun:_ZN4mojo6common15MessagePumpMojo14DoInternalWorkERKNS1_8RunStateEb
3406    fun:_ZN4mojo6common15MessagePumpMojo9DoRunLoopEPNS1_8RunStateEPN4base11MessagePump8DelegateE
3407    fun:_ZN4mojo6common15MessagePumpMojo3RunEPN4base11MessagePump8DelegateE
3408    fun:_ZN4base11MessageLoop10RunHandlerEv
3409    fun:_ZN4base7RunLoop3RunEv
3410    fun:_ZN4base11MessageLoop3RunEv
3411    fun:_ZN4base6Thread3RunEPNS_11MessageLoopE
3412    fun:_ZN4base6Thread10ThreadMainEv
3413    fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3416    bug_449175_b
3417    Memcheck:Leak
3418    fun:calloc
3419    fun:pthread_setspecific
3420    fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv
3421    fun:_ZN4base18ThreadLocalPointerIN4mojo6common15MessagePumpMojoEE3SetEPS3_
3422    fun:_ZN4mojo6common15MessagePumpMojoC1Ev
3423    fun:_ZN4mojo6common15MessagePumpMojo6CreateEv
3426    bug_450228
3427    Memcheck:Leak
3428    fun:_Znw*
3429    fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEEEE8allocateEmPKv
3430    fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv
3431    fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeIJS0_IiS6_EEEEPSt13_Rb_tree_nodeIS7_EDpOT_
3432    fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE10_M_insert_IS0_IiS6_EEESt17_Rb_tree_iteratorIS7_EPKSt18_Rb_tree_node_baseSK_OT_
3433    fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6WorkerEEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueIS0_IiS6_EEES0_ISt17_Rb_tree_iteratorIS7_EbEOT_
3434    fun:_ZNSt3mapIi10linked_ptrIN4base19SequencedWorkerPool6WorkerEESt4lessIiESaISt4pairIKiS4_EEE6insertIS7_IiS4_EvEES7_ISt17_Rb_tree_iteratorIS9_EbEOT_
3435    fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
3436    fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
3437    fun:_ZN4base12SimpleThread10ThreadMainEv
3438    fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3441    bug_455732
3442    Memcheck:Leak
3443    fun:_Znw*
3444    ...
3445    fun:_ZN7content12_GLOBAL__N_120ApplicationSetupImpl24ExchangeServiceProvidersEN4mojo16InterfaceRequestINS2_15ServiceProviderEEENS2_12InterfacePtrIS4_EE
3446    fun:_ZN7content20ApplicationSetupStub6AcceptEPN4mojo7MessageE
3447    fun:_ZN4mojo8internal6Router21HandleIncomingMessageEPNS_7MessageE
3448    fun:_ZN4mojo8internal6Router26HandleIncomingMessageThunk6AcceptEPNS_7MessageE
3449    fun:_ZN7content32ApplicationSetupRequestValidator6AcceptEPN4mojo7MessageE
3450    fun:_ZN4mojo8internal22MessageHeaderValidator6AcceptEPNS_7MessageE
3451    fun:_ZN4mojo22ReadAndDispatchMessageENS_17MessagePipeHandleEPNS_15MessageReceiverEPb
3452    fun:_ZN4mojo8internal9Connector17ReadSingleMessageEPi
3453    fun:_ZN4mojo8internal9Connector24ReadAllAvailableMessagesEv
3454    fun:_ZN4mojo8internal9Connector13OnHandleReadyEi
3455    fun:_ZN4mojo8internal9Connector17CallOnHandleReadyEPvi
3456    fun:_ZN4mojo8internal12_GLOBAL__N_113OnHandleReadyEPNS_6common13HandleWatcherEPFvPviES5_i
3459    bug_457557
3460    Memcheck:Leak
3461    fun:calloc
3462    fun:pthread_setspecific
3463    fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv
3464    fun:_ZN4base18ThreadLocalPointerIvE3SetEPv
3465    fun:_ZN4base18ThreadLocalBoolean3SetEb
3466    fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
3467    fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3470    bug_476940
3471    Memcheck:Leak
3472    fun:malloc
3473    fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
3474    fun:_ZN3WTF9BitVector15resizeOutOfLineEm
3475    fun:_ZN3WTF9BitVector10ensureSizeEm
3476    fun:_ZN3WTF9BitVectorC2Em
3477    fun:_ZN5blink10UseCounter9CountBitsC2Ev
3478    fun:_ZN5blink10UseCounterC1Ev
3479    fun:_ZN5blink4PageC1ERNS0_11PageClientsE
3482    bug_484456
3483    Memcheck:Leak
3484    fun:_Znw*
3485    fun:_ZN7content26GpuProcessTransportFactory23CreatePerCompositorDataEPN2ui10CompositorE
3486    fun:_ZN7content26GpuProcessTransportFactory19CreateOutputSurfaceEN4base7WeakPtrIN2ui10CompositorEEE
3487    fun:_ZN2ui10Compositor23RequestNewOutputSurfaceEv
3488    fun:_ZN2cc13LayerTreeHost23RequestNewOutputSurfaceEv
3489    fun:_ZN2cc17SingleThreadProxy23RequestNewOutputSurfaceEv
3492    bug_484459
3493    Memcheck:Leak
3494    fun:_Znw*
3495    fun:_ZN7content17ResourceScheduler15OnClientCreatedEiibb
3496    fun:_ZN7content26ResourceDispatcherHostImpl23OnRenderViewHostCreatedEiibb
3499    bug_487706
3500    Memcheck:Leak
3501    fun:calloc
3502    ...
3503    fun:ssl3_HandleClientHello
3504    fun:ssl3_HandleHandshakeMessage
3505    fun:ssl3_HandleHandshake
3506    fun:ssl3_HandleRecord
3507    fun:ssl3_GatherCompleteHandshake
3508    fun:SSL_ForceHandshake
3509    fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv
3512    bug_492821
3513    Memcheck:Uninitialized
3514    fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS_13CSSParserModeENS0_31ReleaseParsedCalcValueConditionE
3515    fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS0_31ReleaseParsedCalcValueConditionE
3516    ...
3517    fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEb
3518    fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEbPNS_18CSSParserValueListERKNS_16CSSParserContextERN3WTF6VectorINS_11CSSPropertyELm256ENS7_16DefaultAllocatorEEENS_13StyleRuleBase4TypeE
3519    fun:_ZN5blink13CSSParserImpl23consumeDeclarationValueENS_19CSSParserTokenRangeENS_13CSSPropertyIDEbNS_13StyleRuleBase4TypeE
3522    bug_514434
3523    Memcheck:Leak
3524    fun:malloc
3525    fun:__netlink_request
3526    fun:getifaddrs_internal
3527    fun:getifaddrs
3528    fun:_ZN3net25HaveOnlyLoopbackAddressesEv
3529    fun:_ZN3net16HostResolverImpl16LoopbackProbeJob7DoProbeEv
3532    bug_514439
3533    Memcheck:Leak
3534    fun:_Znw*
3535    fun:_ZN8IOThread34InitSystemRequestContextOnIOThreadEv
3538    bug_514443
3539    Memcheck:Leak
3540    fun:_Znw*
3541    fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
3542    fun:_ZNSs9_M_mutateEmmm
3543    fun:_ZNSs15_M_replace_safeEmmPKcm
3544    fun:_ZN4base8internal13CopyToStringTISsEEvRKNS_16BasicStringPieceIT_EEPS3_
3545    fun:_ZN4base8internal12CopyToStringERKNS_16BasicStringPieceISsEEPSs
3546    fun:_ZNK4base16BasicStringPieceISsE12CopyToStringEPSs
3547    fun:_ZN4base8FilePathC1ENS_16BasicStringPieceISsEE
3550    bug_514868
3551    Memcheck:Leak
3552    fun:_Znw*
3553    fun:_ZN4base12_GLOBAL__N_112CreateThreadEmbPNS_14PlatformThread8DelegateEPNS_20PlatformThreadHandleENS_14ThreadPriorityE
3554    fun:_ZN4base14PlatformThread18CreateWithPriorityEmPNS0_8DelegateEPNS_20PlatformThreadHandleENS_14ThreadPriorityE
3555    fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE
3556    fun:_ZN7content17BrowserThreadImpl16StartWithOptionsERKN4base6Thread7OptionsE
3557    fun:_ZN7content17TestBrowserThread13StartIOThreadEv
3558    fun:_ZN22BrowserProcessImplTest21StartSecondaryThreadsEv
3559    fun:_ZN37BrowserProcessImplTest_LifeCycle_Test8TestBodyEv
3562    bug_515263
3563    Memcheck:Uninitialized
3564    fun:_ZNK5blink6MemberINS_15ResourceFetcherEE3getEv
3565    fun:_ZN5blink13VisitorHelperINS_27InlinedGlobalMarkingVisitorEE5traceINS_15ResourceFetcherEEEvRKNS_6MemberIT_EE
3566    fun:_ZN5blink14ResourceLoader9traceImplINS_27InlinedGlobalMarkingVisitorEEEvT_
3567    fun:_ZN5blink14ResourceLoader5traceENS_27InlinedGlobalMarkingVisitorE
3568    fun:_ZN5blink10TraceTraitINS_14ResourceLoaderEE5traceEPNS_7VisitorEPv
3569    fun:_ZN5blink13CallbackStack4Item4callEPNS_7VisitorE
3572    bug_515266
3573    Memcheck:Uninitialized
3574    fun:_ZN3WTF16VectorBufferBaseIN5blink6MemberINS1_11MessagePortEEELb1ENS1_13HeapAllocatorEE6bufferEv
3575    fun:_ZN3WTF6VectorIN5blink6MemberINS1_11MessagePortEEELm1ENS1_13HeapAllocatorEE5traceINS1_27InlinedGlobalMarkingVisitorEEEvT_
3576    fun:_ZN5blink10TraceTraitIN3WTF6VectorINS_6MemberINS_11MessagePortEEELm1ENS_13HeapAllocatorEEEE5traceEPNS_7VisitorEPv
3577    fun:_ZN5blink13CallbackStack4Item4callEPNS_7VisitorE
3578    fun:_ZN5blink4Heap25popAndInvokeTraceCallbackEPNS_7VisitorE
3579    fun:_ZN5blink4Heap19processMarkingStackEPNS_7VisitorE