1# There are four kinds of suppressions in this file.
2# 1. third party stuff we have no control over
3#
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
6#
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#-----------------------------------------------------------------------
12
13# 1. third party stuff we have no control over
14{
15   Uninitialized value in deflate (Third Party)
16   Memcheck:Uninitialized
17   ...
18   fun:MOZ_Z_deflate
19}
20{
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
26}
27{
28   Fontconfig leak?
29   Memcheck:Leak
30   ...
31   fun:XML_ParseBuffer
32   fun:FcConfigParseAndLoad
33}
34{
35   bug_9245_FcConfigAppFontAddFile_leak
36   Memcheck:Leak
37   ...
38   fun:FcConfigAppFontAddFile
39}
40{
41   # See also http://www.gnome.org/~johan/gtk.suppression
42   # (which has a smattering of similar pango suppressions)
43   pango_font_leak_todo
44   Memcheck:Leak
45   ...
46   fun:FcFontRenderPrepare
47   obj:*
48   fun:pango_font_map_load_fontset
49}
50{
51   pango_font_leak_todo_2
52   Memcheck:Leak
53   fun:malloc
54   fun:g_malloc
55   fun:g_strdup
56   fun:pango_script_get_sample_language
57   ...
58   fun:pango_font_get_metrics
59}
60{
61   pango_font_leak_todo_3
62   Memcheck:Leak
63   ...
64   fun:FcFontRenderPrepare
65   ...
66   fun:pango_itemize_with_base_dir
67}
68{
69   pango_font_leak_todo_4
70   Memcheck:Leak
71   ...
72   fun:FcFontRenderPrepare
73   ...
74   fun:pango_ot_buffer_output
75}
76{
77   pango_font_leak_todo_5
78   Memcheck:Leak
79   ...
80   fun:FcFontRenderPrepare
81   ...
82   fun:pango_context_get_metrics
83}
84{
85   pango_font_leak_todo_6
86   Memcheck:Leak
87   ...
88   fun:FcDefaultSubstitute
89   ...
90   fun:pango_itemize_with_base_dir
91}
92{
93   # Similar to fontconfig_bug_8428 below. Reported in
94   # https://bugs.freedesktop.org/show_bug.cgi?id=8215
95   fontconfig_bug_8215
96   Memcheck:Leak
97   fun:malloc
98   fun:FcPatternObjectInsertElt
99   fun:FcPatternObjectAddWithBinding
100}
101{
102   # Fontconfig leak, seen in shard 16 of 20 of ui_tests
103   # See https://bugs.freedesktop.org/show_bug.cgi?id=8428
104   # and http://www.gnome.org/~johan/gtk.suppression
105   fontconfig_bug_8428
106   Memcheck:Leak
107   ...
108   fun:realloc
109   fun:FcPatternObjectInsertElt
110   fun:FcPatternObjectAddWithBinding
111}
112{
113   # Another permutation of previous leak.
114   fontconfig_bug_8428_2
115   Memcheck:Leak
116   ...
117   fun:realloc
118   fun:FcPatternObjectInsertElt
119   fun:FcPatternObjectAdd
120}
121{
122   bug_18590 (Third Party)
123   Memcheck:Leak
124   ...
125   fun:malloc
126   fun:FcConfigValues
127   fun:FcConfigValues
128   ...
129   fun:FcConfigValues
130   fun:FcConfigValues
131}
132{
133   bug_18590a (Third Party)
134   Memcheck:Leak
135   fun:malloc
136   fun:FcConfigValues
137   fun:FcConfigSubstituteWithPat
138   fun:*SkFontConfigInterfaceDirect*match*
139}
140{
141   bug_46177_a (Third Party)
142   Memcheck:Leak
143   ...
144   fun:FcCharSetOperate
145   fun:FcFontSetSort
146   fun:FcFontSort
147   ...
148   fun:pango_layout_get_pixel_size
149}
150{
151   bug_46177_b (Third Party)
152   Memcheck:Leak
153   ...
154   fun:FcCharSetFindLeafCreate
155   fun:FcCharSetAddLeaf
156   fun:FcCharSetOperate
157   fun:FcFontSetSort
158   fun:FcFontSort
159   ...
160   fun:pango_layout_get_iter
161}
162{
163   bug_46177_c (Third Party)
164   Memcheck:Leak
165   ...
166   fun:FcCharSetFindLeafCreate
167   fun:FcCharSetAddLeaf
168   fun:FcCharSetOperate
169   fun:FcFontSetSort
170   fun:FcFontSort
171   ...
172   fun:pango_layout_line_get_extents
173}
174{
175   bug_46177_d (Third Party)
176   Memcheck:Leak
177   fun:malloc
178   fun:FcFontSetCreate
179   fun:FcFontSetSort
180   fun:FcFontSort
181}
182{
183   bug_46177_e (Third Party)
184   Memcheck:Leak
185   ...
186   fun:FcCharSetFindLeafCreate
187   fun:FcCharSetAddChar
188}
189{
190   bug_181572 (Skia -- global cache of typefaces)
191   Memcheck:Leak
192   fun:_Znw*
193   fun:_ZN10SkFontHost14CreateTypefaceEPK10SkTypefacePKcNS0_5StyleE
194   fun:_ZN10SkTypeface14CreateFromNameEPKcNS_5StyleE
195}
196{
197   dlopen invalid read, probably a bug in glibc.  TODO(dkegel): file glibc bug
198   Memcheck:Uninitialized
199   ...
200   fun:dlopen@@GLIBC_2.1
201   fun:PR_LoadLibraryWithFlags
202}
203{
204   dlopen leak on error. See http://sourceware.org/bugzilla/show_bug.cgi?id=12878.
205   Memcheck:Leak
206   fun:calloc
207   fun:_dlerror_run
208   fun:dlopen@@GLIBC_2.1
209}
210{
211   glibc leak.  See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
212   Memcheck:Leak
213   fun:malloc
214   fun:_dl_map_object_from_fd
215}
216{
217   Pure NSS leak, does not involve glibc.  TODO(dkegel): track down and fix or file bug.
218   Memcheck:Leak
219   ...
220   fun:NSS_NoDB_Init
221}
222{
223   Another pure NSS leak, does not involve glibc.  TODO(dkegel): track down and fix or file bug.  Shows up under --show-reachable=yes.
224   Memcheck:Leak
225   ...
226   fun:SECMOD_LoadUserModule
227}
228{
229   Pure NSS leak, does not involve glibc.
230   Memcheck:Leak
231   ...
232   fun:SECMOD_AddNewModule
233}
234{
235   bug_12614 (Third Party)
236   Memcheck:Leak
237   fun:?alloc
238   ...
239   fun:PR_LoadLibraryWithFlags
240   ...
241   fun:SECMOD_LoadModule
242}
243{
244   NSS leak - https://bugzilla.mozilla.org/show_bug.cgi?id=762351 - fixed in NSS 3.13.6/3.14
245   Memcheck:Leak
246   ...
247   fun:PKIX_PL_Malloc
248   ...
249   fun:PKIX_PL_OID_Create
250   ...
251   fun:cert_PKIXMakeOIDList
252   fun:cert_pkixSetParam
253   fun:CERT_PKIXVerifyCert
254}
255{
256   libc_dynamiclinker_foo
257   Memcheck:Uninitialized
258   obj:/lib*/ld-2.*.so
259   obj:/lib*/ld-2.*.so
260}
261{
262   libc_dynamiclinker_bar
263   Memcheck:Unaddressable
264   obj:/lib*/ld-2.*.so
265   obj:/lib*/ld-2.*.so
266}
267{
268   libc_dynamiclinker_bar_2
269   Memcheck:Jump
270   obj:*
271   obj:/lib*/ld-2.*.so
272}
273{
274   FIXME epoll uninitialized data 1
275   Memcheck:Param
276   epoll_ctl(epfd)
277   fun:syscall
278   fun:event_add
279}
280{
281   FIXME epoll uninitialized data 2
282   Memcheck:Param
283   epoll_ctl(epfd)
284   fun:syscall
285   fun:event_del
286}
287{
288   FIXME epoll uninitialized data 3
289   Memcheck:Param
290   epoll_wait(epfd)
291   fun:syscall
292   fun:event_base_loop
293}
294{
295   # "The section of the SQLite library identified works exactly as it should."
296   # http://www.sqlite.org/cvstrac/tktview?tn=536,39
297   # http://www.sqlite.org/cvstrac/tktview?tn=694,39
298   # http://www.sqlite.org/cvstrac/tktview?tn=964,39
299   # This looks like a case where an entire page was allocated, the header and
300   # perhaps some data was written, but the entire buffer was not written to.
301   # The SQLite authors aren't very interested in adding code to clear buffers
302   # for no reason other than pleasing valgrind, but a patch might be accepted
303   # under a macro like SQLITE_SECURE_DELETE which could be construed to apply
304   # to cases like this. (Note that we compile with SQLITE_SECURE_DELETE.)
305   bug_20653a (Third Party)
306   Memcheck:Param
307   write(buf)
308   ...
309   fun:sqlite3OsWrite
310   fun:pager_write_pagelist
311}
312{
313   bug_20653b (Third Party)
314   Memcheck:Param
315   write(buf)
316   ...
317   fun:*Write
318   fun:sqlite3OsWrite
319   ...
320   fun:pager_write
321}
322{
323   # array of weak references freed but not processed?
324   bug_16576
325   Memcheck:Leak
326   ...
327   fun:g_object_weak_ref
328   fun:g_object_add_weak_pointer
329}
330{
331   # Totem plugin leaks when we load it.
332   bug_21326 (Third Party)
333   Memcheck:Leak
334   ...
335   fun:_ZN56webkit5npapi9PluginLib17ReadWebPluginInfoE*
336}
337{
338   # NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443
339   https://bugzilla.mozilla.org/show_bug.cgi?id=518443
340   Memcheck:Leak
341   fun:calloc
342   ...
343   fun:PORT_ZAlloc_Util
344   fun:PORT_NewArena_Util
345   fun:PK11_ImportAndReturnPrivateKey
346}
347{
348   bug_23314 (Third Party)
349   Memcheck:Unaddressable
350   fun:sqlite3PcacheClearSyncFlags
351   fun:syncJournal
352   fun:sqlite3PagerCommitPhaseOne
353   fun:sqlite3BtreeCommitPhaseOne
354}
355{
356   bug_23314b (Third Party)
357   Memcheck:Unaddressable
358   fun:sqlite3PcacheClearSyncFlags
359   fun:syncJournal
360   fun:sqlite3PagerCommitPhaseOne
361   fun:sqlite3BtreeCommitPhaseOne
362}
363{
364   http://sources.redhat.com/bugzilla/show_bug.cgi?id=5171
365   Memcheck:Leak
366   fun:calloc
367   fun:allocate_dtv
368   fun:_dl_allocate_tls
369   fun:pthread_create@@GLIBC_2.1
370}
371{
372   bug_33394 (Third Party)
373   Memcheck:Leak
374   fun:calloc
375   fun:PR_Calloc
376   fun:PR_NewLock
377   fun:_PR_UnixInit
378   fun:_PR_ImplicitInitialization
379   ...
380   fun:_ZN4base14EnsureNSPRInitEv
381}
382{
383   bug_33394_b (Third Party)
384   Memcheck:Leak
385   fun:calloc
386   fun:PR_Calloc
387   fun:PR_NewMonitor
388   fun:_PR_UnixInit
389   fun:_PR_ImplicitInitialization
390   ...
391   fun:_ZN4base14EnsureNSPRInitEv
392}
393{
394   # Looks like a leak in gtk's code when loading the im context module.
395   bug_41231 (Third Party)
396   Memcheck:Leak
397   ...
398   fun:malloc
399   fun:g_malloc
400   fun:g_strdup
401   fun:gtk_im_multicontext_get_slave
402   fun:gtk_im_multicontext_set_client_window
403   fun:gtk_im_context_set_client_window
404}
405{
406   bug_51332a (Third Party)
407   Memcheck:Leak
408   ...
409   fun:PORT_NewArena_Util
410   fun:sec_pkcs7_create_content_info
411   fun:SEC_PKCS7CreateData
412   fun:sec_pkcs12_encoder_start_context
413   fun:SEC_PKCS12Encode
414}
415{
416   bug_51332b (Third Party)
417   Memcheck:Leak
418   ...
419   fun:PORT_ArenaZAlloc_Util
420   fun:sec_pkcs7_create_content_info
421   fun:SEC_PKCS7CreateData
422   fun:sec_pkcs12_encoder_start_context
423   fun:SEC_PKCS12Encode
424}
425{
426   bug_51332c (Third Party)
427   Memcheck:Leak
428   fun:calloc
429   fun:PORT_ZAlloc_Util
430   fun:PORT_NewArena_Util
431   fun:sec_pkcs7_create_content_info
432   fun:sec_pkcs12_encoder_start_context
433   fun:SEC_PKCS12Encode
434}
435{
436   bug_51330 (Third Party)
437   Memcheck:Leak
438   ...
439   fun:p12u_DigestOpen
440   ...
441   fun:SEC_PKCS12DecoderUpdate
442}
443{
444   bug_51328a (Third Party)
445   Memcheck:Leak
446   ...
447   fun:SEC_ASN1DecoderUpdate_Util
448   ...
449   fun:SEC_ASN1DecoderUpdate_Util
450   fun:SEC_PKCS7DecoderUpdate
451   ...
452   fun:SEC_ASN1DecoderUpdate_Util
453   fun:SEC_PKCS12DecoderUpdate
454}
455{
456   bug_51328b (Third Party)
457   Memcheck:Leak
458   ...
459   fun:SEC_PKCS7DecoderStart
460   ...
461   fun:SEC_ASN1DecoderUpdate_Util
462   fun:SEC_PKCS12DecoderUpdate
463}
464{
465   # See http://sourceware.org/bugzilla/show_bug.cgi?id=14015.
466   bug_51770 (Third Party)
467   Memcheck:Leak
468   fun:calloc
469   fun:_dlerror_run
470   fun:dlsym
471}
472{
473   bug_58730_strlen_addr8 (Third Party)
474   Memcheck:Unaddressable
475   fun:__strlen_sse2
476}
477{
478   bug_58730_strlen_cond (Third Party)
479   Memcheck:Uninitialized
480   fun:__strlen_sse2
481}
482{
483   bug_58730_strcmp_addr8 (Third Party)
484   Memcheck:Unaddressable
485   fun:__strcmp_ssse3
486}
487{
488   bug_58730_strcmp_cond (Third Party)
489   Memcheck:Uninitialized
490   fun:__strcmp_ssse3
491}
492{
493   bug_58730_strcmp_value8 (Third Party)
494   Memcheck:Uninitialized
495   fun:__strcmp_ssse3
496}
497{
498   bug_58730_strncmp_value8 (Third Party)
499   Memcheck:Uninitialized
500   fun:__strncmp_ssse3
501}
502{
503   bug_58730_memmove_value4 (Third Party)
504   Memcheck:Uninitialized
505   fun:__memmove_ssse3
506}
507{
508   bug_58730_memmove_cond (Third Party)
509   Memcheck:Uninitialized
510   fun:__memmove_ssse3
511}
512{
513   bug_58730_memcpy_value4 (Third Party)
514   Memcheck:Uninitialized
515   fun:__memcpy_ssse3
516}
517{
518   bug_58730_memcpy_addr8 (Third Party)
519   Memcheck:Unaddressable
520   fun:__memcpy_ssse3
521}
522{
523   bug_58730_memcpy_cond (Third Party)
524   Memcheck:Uninitialized
525   fun:__memcpy_ssse3
526}
527{
528   bug_58730_memmove_chk_cond (Third Party)
529   Memcheck:Uninitialized
530   fun:__memmove_chk_ssse3
531}
532{
533   bug_58730_libc.so_addr8 (Third Party)
534   Memcheck:Unaddressable
535   obj:/lib/libc-2.*.so
536}
537{
538   bug_58730_libc.so_cond (Third Party)
539   Memcheck:Uninitialized
540   obj:/lib/libc-2.*.so
541}
542{
543   bug_58730_libc.so_value8 (Third Party)
544   Memcheck:Uninitialized
545   obj:/lib/libc-2.11.1.so
546}
547# net::SniffXML() clearly tries to read < 8 bytes, but strncasecmp() reads 8.
548{
549   bug_58730_strncasecmp_uninit (Third Party)
550   Memcheck:Uninitialized
551   ...
552   fun:strncasecmp
553   fun:_ZN4base11strncasecmpEPKcS1_m
554   fun:_ZN3netL8SniffXMLEPKcmPbPSs
555}
556{
557   # I believe it's a bug in gtk+-2.12.x and should already be fixed in recent gtk.
558   bug_61685 (Third Party)
559   Memcheck:Leak
560   fun:malloc
561   ...
562   fun:gtk_text_buffer_select_range
563   fun:*OmniboxViewGtk16SetSelectedRange*
564}
565{
566   bug_66941 (Third Party)
567   Memcheck:Leak
568   ...
569   fun:STAN_ChangeCertTrust
570   fun:CERT_ChangeCertTrust
571}
572{
573   leaks in bash
574   Memcheck:Leak
575   ...
576   obj:/bin/bash
577}
578{
579   bug_73000_fixed_upstream_in_gtk
580   Memcheck:Uninitialized
581   fun:clipboard_clipboard_buffer_received
582   ...
583   fun:gtk_text_view_key_press_event
584   fun:_ZN14OmniboxViewGtk14HandleKeyPressEP10_GtkWidgetP12_GdkEventKey
585}
586{
587   bug_76386a (Third Party)
588   Memcheck:Leak
589   fun:_Znw*
590   fun:_ZNSs4_Rep9_S_createE*RKSaIcE
591   ...
592   fun:_ZNSsC1*KS*
593}
594{
595   bug_76386b (Third Party)
596   Memcheck:Leak
597   fun:_Znw*
598   fun:_ZNSs4_Rep9_S_createE*RKSaIcE
599   fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
600}
601{
602   bug_76386c (Third Party)
603   Memcheck:Leak
604   fun:_Znw*
605   fun:_ZNSs4_Rep9_S_createE*RKSaIcE
606   fun:_ZNSs9_M_mutateEjjj
607}
608{
609   bug_80378_fixed_upstream_for_next_gtk
610   Memcheck:Leak
611   fun:malloc
612   fun:g_malloc
613   fun:g_slice_alloc
614   ...
615   fun:gtk_window_group_list_windows
616   fun:_ZN8gtk_util*AppModal*
617}
618{
619   getpwuid_and_getgrouplist
620   Memcheck:Leak
621   fun:malloc
622   fun:nss_parse_service_list
623   fun:__nss_database_lookup
624   obj:*
625   ...
626   fun:get*
627}
628{
629   dbus_x64_leaks
630   Memcheck:Leak
631   ...
632   obj:/usr/bin/dbus-launch
633}
634{
635   pulseaudio: pa_set_env_and_record
636   Memcheck:Leak
637   fun:malloc
638   fun:realloc
639   fun:pa_xrealloc
640   fun:pa_sprintf_malloc
641   fun:pa_set_env
642   fun:pa_set_env_and_record
643   fun:main
644}
645
646# The following stack suppresses Memcheck false positives on NaCl browser_tests
647# See https://bugs.kde.org/show_bug.cgi?id=270709#c4 for possible reason
648{
649   bug_101755 valgrind_bitfields_false_positive
650   Memcheck:Uninitialized
651   ...
652   fun:_ZN7WebCore13WidthIterator*
653   ...
654   fun:_ZNK7WebCore4Font*
655}
656
657# Invalid frees from exit() and accept().
658{
659   bug_108618 (Third party)
660   Memcheck:Free
661   fun:free
662   fun:__libc_freeres
663   fun:_vgnU_freeres
664}
665
666# XRandRInfo object seems to be leaking inside XRRFindDisplay.  This happens the
667# first time it is called, no matter who the caller is.  We have observed this
668# problem with both XRRSelectInput and XRRQueryExtension.
669{
670   bug_119677
671   Memcheck:Leak
672   fun:malloc
673   fun:XRRFindDisplay
674}
675{
676   Flash Player Leak
677   Memcheck:Leak
678   ...
679   obj:/usr/lib/flashplugin-installer/libflashplayer.so
680}
681{
682   Flash Player Unaddressable
683   Memcheck:Unaddressable
684   ...
685   obj:/usr/lib/flashplugin-installer/libflashplayer.so
686}
687{
688   Flash Player Uninitialized
689   Memcheck:Uninitialized
690   ...
691   obj:/usr/lib/flashplugin-installer/libflashplayer.so
692}
693{
694   Occasional leak inside setlocale()
695   Memcheck:Leak
696   fun:malloc
697   ...
698   fun:_nl_make_l10nflist
699   fun:_nl_find_locale
700   fun:setlocale
701   fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl10InitializeEiPPKcPN7content19ContentMainDelegateE
702   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
703   fun:ChromeMain
704}
705{
706   Occasional leak inside gdk_init()
707   Memcheck:Leak
708   fun:malloc
709   ...
710   fun:_nl_find_domain
711   fun:__dcigettext
712   fun:gdk_screen_class_intern_init
713   fun:g_type_class_ref
714   fun:g_type_class_ref
715   fun:g_object_newv
716   fun:g_object_new
717   fun:_gdk_x11_screen_new
718   fun:gdk_display_open
719   fun:gdk_display_open_default_libgtk_only
720   fun:gdk_init_check
721   fun:gdk_init
722}
723{
724   bug_130770_a
725   Memcheck:Unaddressable
726   ...
727   fun:_mesa_glsl_compile_shader
728}
729{
730   bug_130770_b
731   Memcheck:Unaddressable
732   ...
733   fun:_mesa_glsl_link_shader
734}
735# leak in OSMesa used to run compositor_unittests in bots.
736{
737   bug_148477
738   Memcheck:Leak
739   fun:malloc
740   ...
741   fun:_ZN3gfx9GLApiBase17glCompileShaderFnEj
742   fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl13compileShaderEj
743   fun:_ZN2cc18ProgramBindingBase10LoadShaderEPN6WebKit20WebGraphicsContext3DEjRKSs
744   fun:_ZN2cc18ProgramBindingBase4InitEPN6WebKit20WebGraphicsContext3DERKSsS5_
745}
746{
747   bug_148477_link
748   Memcheck:Leak
749   fun:malloc
750   ...
751   fun:_ZN3gfx9GLApiBase15glLinkProgramFnEj
752   fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl11linkProgramEj
753   fun:_ZN2cc18ProgramBindingBase4LinkEPN6WebKit20WebGraphicsContext3DE
754   fun:_ZN2cc14ProgramBindingINS_*
755}
756# bug_todo_getdelim, bug_todo_getdelim2 and bug_todo_grep used to happen on
757# Google Lucid workstations only.
758{
759   bug_todo_getdelim
760   Memcheck:Leak
761   fun:malloc
762   fun:getdelim
763   ...
764   fun:call_init
765   fun:_dl_init
766}
767{
768   bug_todo_getdelim2
769   Memcheck:Leak
770   fun:malloc
771   fun:getdelim
772   obj:/lib/libselinux.so.1
773   obj:/lib/libselinux.so.1
774   obj:/lib/libselinux.so.1
775}
776{
777   bug_todo_grep
778   Memcheck:Leak
779   fun:malloc
780   obj:/bin/grep
781   obj:/bin/grep
782}
783{
784   Ubuntu_Precise_Fontconfig_Optimized_Code
785   Memcheck:Unaddressable
786   fun:FcConfigFileExists
787}
788{
789   Ubuntu_Precise_Itoa_Optimized_Code
790   Memcheck:Uninitialized
791   fun:_itoa_word
792   fun:vfprintf
793   fun:__vsnprintf_chk
794   fun:__snprintf_chk
795}
796{
797   Ubuntu_Precise_Wcscmp_Optimized_Code_In_Tests
798   Memcheck:Uninitialized
799   fun:wcscmp
800   fun:_ZN7testing8internal6String17WideCStringEqualsEPKwS3_
801}
802{
803   # Most plugins return a constant char * string, but this totem plugin
804   # uses printf and allocates one.
805   Ubuntu_Precise_totem_mime_desc_leak
806   Memcheck:Leak
807   fun:g_strdup_printf
808   obj:*/libtotem-cone-plugin.so
809   fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoERKN4base8FilePathEPNS_13WebPluginInfoE
810}
811{
812   glib/gthread malloc leak in component build
813   Memcheck:Leak
814   fun:malloc
815   ...
816   fun:g_thread_proxy
817}
818{
819   glib/gthread calloc leak in component build
820   Memcheck:Leak
821   fun:calloc
822   ...
823   fun:g_thread_proxy
824}
825
826#-----------------------------------------------------------------------
827# 2. intentional unit test errors, or stuff that is somehow a false positive
828# in our own code, or stuff that is so trivial it's not worth fixing
829
830# See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
831{
832   Memcheck sanity test 01 (memory leak).
833   Memcheck:Leak
834   fun:_Zna*
835   fun:_ZN4base31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
836}
837{
838   Memcheck sanity test 02 (malloc/read left).
839   Memcheck:Unaddressable
840   fun:*ReadValueOutOfArrayBoundsLeft*
841   ...
842   fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
843}
844{
845   Memcheck sanity test 03 (malloc/read right).
846   Memcheck:Unaddressable
847   fun:*ReadValueOutOfArrayBoundsRight*
848   ...
849   fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
850}
851{
852   Memcheck sanity test 04 (malloc/write left).
853   Memcheck:Unaddressable
854   fun:*WriteValueOutOfArrayBoundsLeft*
855   ...
856   fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
857}
858{
859   Memcheck sanity test 05 (malloc/write right).
860   Memcheck:Unaddressable
861   fun:*WriteValueOutOfArrayBoundsRight*
862   ...
863   fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
864}
865{
866   Memcheck sanity test 06 (new/read left).
867   Memcheck:Unaddressable
868   fun:*ReadValueOutOfArrayBoundsLeft*
869   ...
870   fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
871}
872{
873   Memcheck sanity test 07 (new/read right).
874   Memcheck:Unaddressable
875   fun:*ReadValueOutOfArrayBoundsRight*
876   ...
877   fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
878}
879{
880   Memcheck sanity test 08 (new/write left).
881   Memcheck:Unaddressable
882   fun:*WriteValueOutOfArrayBoundsLeft*
883   ...
884   fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
885}
886{
887   Memcheck sanity test 09 (new/write right).
888   Memcheck:Unaddressable
889   fun:*WriteValueOutOfArrayBoundsRight*
890   ...
891   fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
892}
893{
894   Memcheck sanity test 10 (write after free).
895   Memcheck:Unaddressable
896   fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
897}
898{
899   Memcheck sanity test 11 (write after delete).
900   Memcheck:Unaddressable
901   fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
902}
903{
904   Memcheck sanity test 12 (array deleted without []).
905   Memcheck:Free
906   ...
907   fun:_ZN4base46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
908}
909{
910   Memcheck sanity test 13 (single element deleted with []).
911   Memcheck:Free
912   ...
913   fun:_ZN4base51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
914}
915{
916   Memcheck sanity test 14 (malloc/read uninit).
917   Memcheck:Uninitialized
918   fun:*ReadUninitializedValue*
919   ...
920   fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
921}
922{
923   Memcheck sanity test 15 (new/read uninit).
924   Memcheck:Uninitialized
925   fun:*ReadUninitializedValue*
926   ...
927   fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
928}
929{
930   bug_86301 This test explicitly verifies PostTaskAndReply leaks the task if the originating MessageLoop has been deleted.
931   Memcheck:Leak
932   fun:_Znw*
933   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
934   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
935   fun:_ZN4base12_GLOBAL__N_169MessageLoopProxyTest_PostTaskAndReply_DeadReplyLoopDoesNotDelete_Test8TestBodyEv
936}
937{
938   logging::InitLogging never frees filename. It would be hard to free properly.
939   Memcheck:Leak
940   ...
941   fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateENS_20OldFileDeletionStateE
942}
943{
944   Linux tests don't bother to undo net::SpawnedTestServer::LoadTestRootCert().
945   Memcheck:Leak
946   ...
947   fun:_ZN3net10SpawnedTestServer16LoadTestRootCertEv
948}
949{
950   # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose
951   Intentional_crash
952   Memcheck:Unaddressable
953   fun:_ZN12AboutHandler10AboutCrashEv
954}
955{
956   Intentional_browser_test_crash
957   Memcheck:Unaddressable
958   fun:_ZL18CrashIntentionallyv
959   fun:_ZL19MaybeHandleDebugURLRK4GURL
960   fun:_ZN14RenderViewImpl10OnNavigateERK23ViewMsg_Navigate_Params
961}
962{
963   # Non-joinable thread doesn't clean up all state on program exit
964   # very common in ui tests
965   bug_16096 (WontFix)
966   Memcheck:Leak
967   fun:_Znw*
968   fun:_ZNSs4_Rep9_S_createE*RKSaIcE
969   fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
970   fun:_ZNSs7reserveE*
971   fun:_ZNSs6appendEPKc*
972   fun:*StringAppendV*
973   ...
974   fun:_ZN4base12StringPrintfEPKcz
975}
976{
977   # According to dglazkov, these are one-time leaks and intentional.
978   # They may go away if the change to move these off the heap lands.
979   bug_17996 (Intentional)
980   Memcheck:Leak
981   ...
982   fun:_ZN7WebCore8SVGNames4initEv
983}
984{
985   intentional_BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test_leak
986   Memcheck:Leak
987   fun:_Znw*
988   fun:*BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBodyEv
989}
990{
991   # This is an on demand initialization which is done and then intentionally
992   # kept around (not freed) while the process is running.
993   intentional_WebCore_XMLNames_init_leak
994   Memcheck:Leak
995   ...
996   fun:_ZN7WebCore8XMLNames4initEv
997}
998{
999   # This is WebKit wide theading initialization which is intentionally kept
1000   # around (not freed) while the process is running.
1001   intentional_WTF_ThreadIdentifierData_initialize_leak
1002   Memcheck:Leak
1003   ...
1004   fun:_ZN3WTF20ThreadIdentifierData10initializeEj
1005}
1006{
1007   # This is WebKit wide theading initialization which is intentionally kept
1008   # around (not freed) while the process is running.
1009   intentional_WTF_wtfThreadData_leak
1010   Memcheck:Leak
1011   ...
1012   fun:_ZN3WTF13wtfThreadDataEv
1013}
1014{
1015   # Intentional crash test
1016   intentional_RendererCrashTest
1017   Memcheck:Unaddressable
1018   fun:_Z*33HandleRendererErrorTestParametersRK11CommandLine
1019   fun:_Z12RendererMainRKN7content18MainFunctionParams*
1020}
1021{
1022   # PR_GetCurrentThread allocates a PRThread structure and stores it in
1023   # thread-specific data.  The PRThread structure is freed by the
1024   # PR_DetachThread call in CertVerifierWorker::Run or when the thread
1025   # terminates.  Since we do not shut down worker threads, the PRThread
1026   # structure created for a worker thread may be leaked at Chrome shutdown
1027   # if the worker thread did not make it to the PR_DetachThread call.
1028   bug_32624 (Intentional)
1029   Memcheck:Leak
1030   fun:calloc
1031   fun:PR_Calloc
1032   fun:PR_GetCurrentThread
1033   ...
1034   fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
1035   fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1036   fun:_ZN3net18CertVerifierWorker3RunEv
1037}
1038{
1039   # Intentionally leaking NSS to prevent shutdown crashes
1040   bug_61585a (Intentional)
1041   Memcheck:Leak
1042   fun:calloc
1043   ...
1044   fun:error_get_my_stack
1045}
1046{
1047   FileStream::Context can leak through WorkerPool by design
1048   Memcheck:Leak
1049   fun:_Znw*
1050   fun:_ZN3net10FileStreamC1EPNS_6NetLogE
1051}
1052{
1053   Tasks posted to WorkerPool can leak by design
1054   Memcheck:Leak
1055   fun:_Znw*
1056   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
1057   fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_b
1058}
1059{
1060   bug_61585b (Intentional)
1061   Memcheck:Leak
1062   fun:malloc
1063   fun:PL_ArenaAllocate
1064   fun:PORT_ArenaAlloc*
1065}
1066{
1067   # Histograms are used on un-joined threads, and can't be deleted atexit.
1068   Histograms via FactoryGet including Linear Custom Boolean and Basic
1069   Memcheck:Leak
1070   fun:_Znw*
1071   ...
1072   fun:_ZN4base*Histogram10FactoryGet*
1073}
1074{
1075   # Histograms are used on un-joined threads, and can't be deleted atexit.
1076   Histograms via FactoryGet including Stats for disk_cache
1077   Memcheck:Leak
1078   fun:_Znw*
1079   ...
1080   fun:_ZN10disk_cache14StatsHistogram10FactoryGet*
1081}
1082{
1083   Intentional leak for Histogram (in StatisticsRecorderTest, NotInitialized).
1084   Memcheck:Leak
1085   fun:_Znw*
1086   fun:_ZN4base42StatisticsRecorderTest_NotInitialized_Test8TestBodyEv
1087}
1088{
1089   Intentional leak for SampleMap (stores SparseHistogram counts).
1090   Memcheck:Leak
1091   ...
1092   fun:_ZN4base9SampleMap10AccumulateEii
1093   fun:_ZN4base15SparseHistogram3AddEi
1094}
1095{
1096   Intentional leak for list<const BucketRanges*>(in StatisticsRecorderTest, RegisterBucketRanges).
1097   Memcheck:Leak
1098   fun:_Znw*
1099   fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPKNS_12BucketRangesE
1100   fun:_ZN4base48StatisticsRecorderTest_RegisterBucketRanges_Test8TestBodyEv
1101}
1102{
1103   # See http://code.google.com/p/chromium/issues/detail?id=70062#c8
1104   bug_70062 (Intentional)
1105   Memcheck:Leak
1106   ...
1107   fun:InitSessionCacheLocks
1108   fun:initSessionCacheLocksLazily
1109   ...
1110   fun:ssl_InitSessionCacheLocks
1111}
1112{
1113   bug_83345 (Needs_Annotation)
1114   Memcheck:Leak
1115   ...
1116   fun:_ZN4base*23LeakyLazyInstanceTraits*NewEPv
1117   fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
1118}
1119{
1120   bug_87500_a (Intentional)
1121   Memcheck:Leak
1122   ...
1123   fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
1124   fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
1125}
1126{
1127   bug_87500_b (Intentional)
1128   Memcheck:Leak
1129   fun:_Znw*
1130   fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
1131   fun:_ZN4base11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
1132   fun:_ZN4base20MessageLoopProxyImpl14PostTaskHelperERKN15tracked_objects8LocationEP4Taskxb
1133   fun:_ZN4base20MessageLoopProxyImpl8PostTaskERKN15tracked_objects8LocationEP4Task
1134   fun:_ZN10disk_cache10InFlightIO12OnIOCompleteEPNS_12BackgroundIOE
1135}
1136{
1137   bug_87500_c (Intentional)
1138   Memcheck:Leak
1139   fun:_Znw*
1140   fun:_ZN3net9HttpCache*EntryERKSsPPNS0_11ActiveEntryEPNS0_11TransactionE
1141   fun:_ZN3net9HttpCache11Transaction13Do*EntryEv
1142   fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1143   fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
1144}
1145{
1146   Intentional, see http://codereview.chromium.org/7670025
1147   Memcheck:Param
1148   msync(start)
1149   fun:msync$UNIX2003
1150   fun:mach_override_ptr
1151   fun:_ZN4base33EnableTerminationOnHeapCorruptionEv
1152}
1153{
1154   # Intentional - data is stored in thread-local storage for an unjoined
1155   # worker thread, and so can occasionally leak. See crbug.com/89553 for
1156   # additional info
1157   bug_89553
1158   Memcheck:Leak
1159   fun:_Znw*
1160   fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv
1161}
1162{
1163   bug_79322 (Intentional)
1164   Memcheck:Leak
1165   fun:_Znw*
1166   ...
1167   fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv
1168}
1169{
1170   # This test simulates a ppapi plugin that fails to decrement a reference
1171   # count. In that case, the ppapi runtime will clean up its internal data
1172   # structures, but intentionally does not delete the plugin object's
1173   # desctructor, because we don't want them to have the opportunity to do
1174   # anything at that part of shutdown.
1175   bug_145710 (Intentional)
1176   Memcheck:Leak
1177   fun:_Znw*
1178   fun:_ZN12TestInstance27TestLeakedObjectDestructorsEv
1179   fun:_ZN12TestInstance8RunTestsERKSs
1180   fun:_ZN15TestingInstance12ExecuteTestsEi
1181   fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadTraitsEE11Dispatcher0IMS1_FviEEclEPS1_i
1182   fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadTraitsEE12CallbackDataINS3_11Dispatcher0IMS1_FviEEEE5ThunkEPvi
1183}
1184{
1185   intentional_see_bug_156466
1186   Memcheck:Leak
1187   fun:_Znw*
1188   fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE
1189   fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
1190}
1191{
1192   intentional OOM in layout test: fast/js/string-replacement-outofmemory.html
1193   Memcheck:Unaddressable
1194   fun:_ZN7WebCoreL28reportFatalErrorInMainThreadEPKcS1_
1195   fun:_ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb
1196   ...
1197   fun:_ZN7WebCore16HTMLScriptRunner36executePendingScriptAndDispatchEventERNS_13PendingScriptE
1198}
1199
1200# http://crbug.com/269278 causes really widespread, flaky leaks in
1201# value objects that own some memory.  These suppressions will cover
1202# all such objects, even though it's possible to get real leaks that
1203# look the same way (e.g. by allocating such an object in an arena).
1204{
1205   bug_269278a
1206   Memcheck:Leak
1207   fun:_Znw*
1208   fun:_ZN4base4Bind*Callback*BindState*
1209}
1210{
1211   bug_269278b
1212   Memcheck:Leak
1213   fun:_Znw*
1214   fun:_ZN9__gnu_cxx13new_allocator*allocate*
1215   fun:_ZNSt12_Vector_base*_M_allocate*
1216}
1217
1218
1219#-----------------------------------------------------------------------
1220# 3. Suppressions for real chromium bugs that are not yet fixed.
1221# These should all be in chromium's bug tracking system (but a few aren't yet).
1222
1223{
1224   # Chromium flakily leaks tasks at shutdown, see
1225   # http://crbug.com/6532
1226   # http://codereview.chromium.org/20067
1227   # http://codereview.chromium.org/42083
1228   # To reproduce, run ipc tests
1229   # This is the -O0 case
1230   # In Purify, they don't even try to free them anymore.
1231   # For now, in Valgrind, we'll add suppressions to ignore these leaks.
1232   bug_6532
1233   Memcheck:Leak
1234   fun:_Znw*
1235   fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableTaskPT_T0_
1236}
1237{
1238   # See http://crbug.com/6532
1239   # This is the -O1 case
1240   bug_6532b
1241   Memcheck:Leak
1242   ...
1243   fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv
1244   fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1245}
1246{
1247   # webkit leak?  See http://crbug.com/9503
1248   bug_9503
1249   Memcheck:Leak
1250   ...
1251   fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
1252}
1253{
1254   # very common in ui tests
1255   bug_16091
1256   Memcheck:Leak
1257   ...
1258   fun:_ZN4base11MessageLoop22AddDestructionObserverEPNS0_19DestructionObserverE
1259   ...
1260   fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
1261}
1262{
1263   # very common in ui tests
1264   bug_16092
1265   Memcheck:Leak
1266   fun:*
1267   fun:_ZN4base11MessageLoopC1ENS0_4TypeE
1268   fun:_ZN4base6Thread10ThreadMainEv
1269}
1270{
1271   # very common in ui tests
1272   bug_16092b
1273   Memcheck:Leak
1274   ...
1275   fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE17_M_initialize_mapE*
1276   ...
1277   fun:_ZN4base11MessageLoopC1ENS0_4TypeE
1278}
1279{
1280   # very common in ui tests
1281   bug_16092c
1282   Memcheck:Leak
1283   ...
1284   fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt4lessIS1_EEC1ERKS6_RKS4_
1285   fun:_ZN4base11MessageLoopC1ENS0_4TypeE
1286   fun:_ZN4base6Thread10ThreadMainEv
1287}
1288{
1289   # very common in ui tests, also seen in Linux Reliability
1290   bug_16093
1291   Memcheck:Leak
1292   ...
1293   fun:getaddrinfo
1294}
1295{
1296   # very common in ui tests, also seen in Linux Reliability
1297   bug_16095
1298   Memcheck:Leak
1299   ...
1300   fun:_ZN4base11MessageLoop21AddToDelayedWorkQueueERKN*PendingTaskE
1301   fun:_ZN4base11MessageLoop6DoWorkEv
1302}
1303{
1304   bug_16128
1305   Memcheck:Leak
1306   fun:_Znw*
1307   ...
1308   fun:_ZN3IPC11SyncChannelC1E*
1309   ...
1310   fun:_ZN7content11ChildThread4InitEv
1311}
1312{
1313   bug_16326
1314   Memcheck:Leak
1315   fun:_Znw*
1316   ...
1317   fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev
1318   fun:_ZN11webkit_glue16WebKitClientImpl15createURLLoaderEv
1319   fun:_ZN7WebCore22ResourceHandleInternal5startEv
1320}
1321{
1322   bug_17291
1323   Memcheck:Leak
1324   fun:malloc
1325   fun:_ZN3WTF10fastMallocE*
1326   ...
1327   fun:_ZN2v88internal8JSObject23SetPropertyWithCallbackEPNS0_6ObjectEPNS0_6StringES3_PS1_
1328}
1329{
1330   # also bug 17979.  It's a nest of leaks.
1331   bug_17385
1332   Memcheck:Leak
1333   fun:_Znw*
1334   ...
1335   fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE
1336   fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb
1337   fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
1338   ...
1339   fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelProxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
1340}
1341{
1342   bug_17540
1343   Memcheck:Leak
1344   fun:_Znw*
1345   fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
1346   fun:_ZN4base16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
1347   fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv
1348   fun:_ZN3IPC7Channel7ConnectEv
1349   fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
1350}
1351{
1352   bug_19196
1353   Memcheck:Leak
1354   fun:_Znw*
1355   fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
1356   fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE
1357   fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi
1358   fun:_ZN6WebKit17registerExtensionEPN2v89ExtensionEi
1359   fun:_ZN12RenderThread23EnsureWebKitInitializedEv
1360}
1361{
1362   bug_19371
1363   Memcheck:Leak
1364   fun:_Znw*
1365   ...
1366   fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1367   fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1368   fun:_ZN4base13WaitableEvent4WaitEv
1369   fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1370}
1371{
1372   # slight variant of the above
1373   bug_19371a
1374   Memcheck:Leak
1375   fun:_Znw*
1376   ...
1377   fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1378   fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1379   fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1380}
1381{
1382   bug_19377
1383   Memcheck:Leak
1384   fun:calloc
1385   ...
1386   fun:event_base_new
1387   fun:_ZN4base19MessagePumpLibeventC1Ev
1388   fun:_ZN4base11MessageLoopC1ENS0_4TypeE
1389   fun:_ZN4base6Thread10ThreadMainEv
1390}
1391{
1392   bug_19463
1393   Memcheck:Leak
1394   ...
1395   fun:_ZN4base19MessagePumpLibevent4InitEv
1396   fun:_ZN4base19MessagePumpLibeventC1Ev
1397   fun:_ZN4base11MessageLoopC1ENS0_4TypeE
1398}
1399{
1400   bug_19775_a
1401   Memcheck:Leak
1402   ...
1403   fun:malloc
1404   fun:sqlite3MemMalloc
1405   fun:mallocWithAlarm
1406   fun:sqlite3Malloc
1407   ...
1408   fun:sqlite3VdbeExec
1409   fun:sqlite3Step
1410   fun:sqlite3_step
1411   fun:sqlite3_exec
1412   fun:_ZN3sql10Connection7Execute*
1413   ...
1414   fun:_ZN7history*Database*Create*
1415}
1416{
1417   bug_19775_c
1418   Memcheck:Leak
1419   ...
1420   fun:openDatabase
1421   fun:sqlite3_open
1422   fun:_ZN3sql10Connection12OpenInternalERKSs
1423}
1424{
1425   bug_19775_g
1426   Memcheck:Leak
1427   fun:malloc
1428   fun:sqlite3MemMalloc
1429   fun:mallocWithAlarm
1430   fun:sqlite3Malloc
1431   fun:sqlite3ParserAlloc
1432   fun:sqlite3RunParser
1433   fun:sqlite3Prepare
1434   fun:sqlite3LockAndPrepare
1435   fun:sqlite3_prepare*
1436}
1437{
1438   bug_19775_h
1439   Memcheck:Leak
1440   ...
1441   fun:malloc
1442   fun:sqlite3MemMalloc
1443   fun:mallocWithAlarm
1444   fun:sqlite3Malloc
1445   ...
1446   fun:yy_reduce
1447}
1448# IPCing uninitialized data
1449{
1450   bug_20997_a
1451   Memcheck:Param
1452   socketcall.sendmsg(msg.msg_iov[i])
1453   fun:sendmsg*
1454   fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
1455}
1456{
1457   bug_20997_b
1458   Memcheck:Param
1459   socketcall.sendmsg(msg.msg_iov[i])
1460   fun:sendmsg$UNIX2003
1461   ...
1462   fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
1463   ...
1464   fun:event_process_active
1465   fun:event_base_loop
1466}
1467{
1468   bug_22098
1469   Memcheck:Leak
1470   fun:_Znw*
1471   fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
1472   fun:_ZN4base16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
1473   fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
1474   fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
1475   fun:_ZN3IPC7Channel4SendEPNS_7MessageE
1476   fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
1477   fun:_ZN3IPC8SendTask3RunEv
1478}
1479{
1480   bug_22923
1481   Memcheck:Leak
1482   fun:_Znw*
1483   ...
1484   fun:_ZN13WorkerService12CreateWorker*
1485   fun:_ZN19RenderMessageFilter14OnCreateWorker*
1486}
1487{
1488   bug_27665
1489   Memcheck:Leak
1490   fun:_Znw*
1491   fun:_ZN10SkXfermode6CreateENS_4ModeE
1492   fun:_ZN7SkPaint15setXfermodeModeEN10SkXfermode4ModeE
1493   fun:_ZNK7WebCore19PlatformContextSkia16setupPaintCommonEP7SkPaint
1494   fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
1495   fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceENS_17CompositeOperatorE
1496}
1497# The following three suppressions are related to the workers code.
1498{
1499   bug_27837
1500   Memcheck:Leak
1501   fun:_Znw*
1502   fun:_ZN19WebSharedWorkerStub9OnConnectEii
1503}
1504{
1505   bug_27838
1506   Memcheck:Leak
1507   fun:malloc
1508   fun:_ZN3WTF10fastMallocEj
1509   fun:_ZN3WTF13FastAllocBasenwEj
1510   fun:_ZN7WebCore18MessagePortChannel6createEN3WTF10PassRefPtrINS_26PlatformMessagePortChannelEEE
1511   fun:_ZN6WebKit19WebSharedWorkerImpl7connectEPNS_21WebMessagePortChannelEPNS_15WebSharedWorker15ConnectListenerE
1512   fun:_ZN19WebSharedWorkerStub9OnConnectEii
1513}
1514{
1515   bug_28200
1516   Memcheck:Leak
1517   fun:malloc
1518   fun:malloc
1519   fun:_ZN3WTF10fastMallocEj
1520   fun:_ZN3WTF13FastAllocBasenwEj
1521   fun:_ZN7WebCore18MessagePortChannel6createEN3WTF10PassRefPtrINS_26PlatformMessagePortChannelEEE
1522   fun:_ZN6WebKit19WebSharedWorkerImpl7connectEPNS_21WebMessagePortChannelEPNS_15WebSharedWorker15ConnectListenerE
1523   fun:_ZN19WebSharedWorkerStub9OnConnectEii
1524}
1525{
1526   # GTK tooltip doesn't always initialize variables.
1527   # https://bugzilla.gnome.org/show_bug.cgi?id=554686
1528   tooltip_554686
1529   Memcheck:Uninitialized
1530   fun:child_location_foreach
1531   fun:gtk_fixed_forall
1532   ...
1533   fun:find_widget_under_pointer
1534   fun:gtk_tooltip_show_tooltip
1535   fun:tooltip_popup_timeout
1536   fun:gdk_threads_dispatch
1537   fun:g_timeout_dispatch
1538}
1539{
1540   bug_29675
1541   Memcheck:Leak
1542   fun:_Znw*
1543   fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv
1544   fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv
1545   fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
1546   fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
1547   fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
1548   fun:_ZN7content21ContentMainRunnerImpl3RunEv
1549   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
1550   fun:ChromeMain
1551}
1552{
1553   bug_30346
1554   Memcheck:Leak
1555   fun:_Znw*
1556   ...
1557   fun:_ZN13TCMallocGuardC1Ev
1558   fun:_Z41__static_initialization_and_destruction_0ii
1559   fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_instead43FLAGS_tcmalloc_large_alloc_report_thresholdE
1560}
1561{
1562   bug_30346b
1563   Memcheck:Unaddressable
1564   ...
1565   fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_
1566   fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_
1567   fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv
1568   fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv
1569   fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv
1570}
1571{
1572   bug_30703a
1573   Memcheck:Param
1574   write(buf)
1575   ...
1576   fun:zipCloseFileInZipRaw
1577   fun:zipCloseFileInZip
1578   fun:_Z*13AddEntryToZip*
1579}
1580{
1581   bug_30703b
1582   Memcheck:Uninitialized
1583   fun:deflate
1584   ...
1585   fun:zipCloseFileInZipRaw
1586   fun:zipCloseFileInZip
1587   fun:_Z*13AddEntryToZip*
1588}
1589{
1590   bug_30704a
1591   Memcheck:Uninitialized
1592   fun:crc32
1593   ...
1594   fun:png_write_row
1595}
1596{
1597   bug_30704b
1598   Memcheck:Param
1599   write(buf)
1600   ...
1601   fun:_ZN26SandboxedUnpacker17RewriteImageFilesEv
1602}
1603{
1604   bug_30704c
1605   Memcheck:Param
1606   write(buf)
1607   ...
1608   fun:_ZNK16BrowserThemePack11WriteToDiskE*
1609}
1610{
1611   bug_30704d
1612   Memcheck:Uninitialized
1613   ...
1614   fun:png_process_data
1615   fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb
1616   fun:_ZN7WebCore15PNGImageDecoder6decodeEb
1617   fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm
1618}
1619{
1620   bug_30704e
1621   Memcheck:Uninitialized
1622   obj:*/libpng*
1623   fun:png_write_row
1624}
1625{
1626   bug_30704f
1627   Memcheck:Uninitialized
1628   ...
1629   fun:wk_png_write_find_filter
1630   fun:wk_png_write_row
1631}
1632{
1633   bug_30704g
1634   Memcheck:Param
1635   write(buf)
1636   obj:*libpthread*
1637   fun:_ZN9file_util19WriteFileDescriptorE*
1638   fun:_ZN9file_util9WriteFileE*
1639   fun:*SaveScreenshotInternalE*4base8Callback*
1640   fun:*SaveScreenshotE*4base8Callback*
1641}
1642{
1643   bug_87232
1644   Memcheck:Uninitialized
1645   fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb
1646   fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b
1647   fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_*
1648}
1649{
1650   bug_31985
1651   Memcheck:Leak
1652   fun:_Znw*
1653   ...
1654   fun:_ZN3net16HttpNetworkLayer10GetSessionEv
1655   fun:_ZN3net16HttpNetworkLayer17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
1656   fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
1657   fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1658}
1659{
1660   bug_32085
1661   Memcheck:Leak
1662   fun:_Znw*
1663   fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8allocate*
1664   fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
1665   fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
1666   fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
1667   fun:_ZN7content21NotificationRegistrar3Add*
1668}
1669{
1670   bug_32273_a
1671   Memcheck:Leak
1672   fun:_Znw*
1673   fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
1674   fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
1675   fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
1676   fun:_ZN11ChildThread4SendEPN3IPC7MessageE
1677   fun:_ZN12RenderThread4SendEPN3IPC7MessageE
1678   fun:_ZN12RenderWidget4SendEPN3IPC7MessageE
1679   fun:_ZN12RenderWidget16DoDeferredUpdateEv
1680   fun:_ZN12RenderWidget20CallDoDeferredUpdateEv
1681}
1682{
1683   bug_32273_b
1684   Memcheck:Leak
1685   fun:_Znw*
1686   ...
1687   fun:_ZN24BrowserRenderProcessHost4SendEPN3IPC7MessageE
1688   fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
1689}
1690{
1691   bug_32623
1692   Memcheck:Leak
1693   ...
1694   fun:ssl3_HandleHandshakeMessage
1695   fun:ssl3_HandleHandshake
1696   fun:ssl3_HandleRecord
1697   fun:ssl3_GatherCompleteHandshake
1698   fun:SSL_ForceHandshake
1699   fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv
1700}
1701{
1702   bug_32624_b
1703   Memcheck:Leak
1704   fun:malloc
1705   obj:*
1706   obj:*
1707   obj:*
1708   obj:*
1709   obj:*
1710   obj:*
1711   obj:*
1712   obj:*
1713   obj:*
1714   obj:*
1715   obj:*
1716   obj:*
1717   obj:*
1718   obj:*
1719   obj:*
1720   obj:*
1721   obj:*
1722   obj:*
1723   obj:*
1724   obj:*
1725   fun:secmod_ModuleInit
1726}
1727{
1728   bug_32624_c
1729   Memcheck:Leak
1730   ...
1731   fun:malloc
1732   ...
1733   fun:PORT_Alloc_Util
1734   ...
1735   fun:PK11_InitPin
1736}
1737{
1738   bug_32624_f
1739   Memcheck:Leak
1740   ...
1741   fun:CERT_PKIXVerifyCert
1742   fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1743}
1744{
1745   bug_32624_g
1746   Memcheck:Leak
1747   ...
1748   fun:CERT_VerifySignedData
1749   fun:cert_VerifyCertChain
1750   fun:CERT_VerifyCertChain
1751   fun:CERT_VerifyCert
1752}
1753{
1754   bug_38138
1755   Memcheck:Param
1756   write(buf)
1757   obj:*libpthread*
1758   fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
1759   ...
1760   fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1761   fun:_ZN4base11MessageLoop11RunInternalEv
1762   fun:_ZN4base11MessageLoop10RunHandlerEv
1763}
1764{
1765   bug_30633_39325
1766   Memcheck:Leak
1767   fun:_Znw*
1768   ...
1769   fun:_ZN11ProfileImpl17GetRequestContextEv
1770   fun:_ZN19SafeBrowsingService5StartEv
1771   fun:_ZN19SafeBrowsingService10InitializeEv
1772   fun:_ZN22ResourceDispatcherHost10InitializeEv
1773   fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1774   fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1775   fun:_ZN16ExtensionService4InitEv
1776}
1777{
1778   bug_42842
1779   Memcheck:Leak
1780   fun:_Znw*
1781   fun:_ZN19TestWebViewDelegate12createWorkerEPN6WebKit8WebFrameEPNS0_15WebWorkerClientE
1782   fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6WorkerE
1783   fun:_ZN7WebCore18WorkerContextProxy6createEPNS_6WorkerE
1784   fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
1785   fun:_ZN7WebCore6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi
1786   fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
1787}
1788{
1789   bug_42942_a
1790   Memcheck:Leak
1791   fun:_Znw*
1792   ...
1793   fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
1794   fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc
1795   fun:_ZN3sql9MetaTable8GetValueEPKcPi
1796   fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv
1797   ...
1798   fun:_ZN3net13CookieMonster9InitStoreEv
1799}
1800{
1801   bug_42942_b
1802   Memcheck:Leak
1803   fun:_Znw*
1804   ...
1805   fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
1806   fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc
1807   fun:_ZN3sql9MetaTable8SetValueEPKci
1808   fun:_ZN3sql9MetaTable16SetVersionNumberEi
1809   ...
1810   fun:_ZN3net13CookieMonster9InitStoreEv
1811}
1812{
1813   bug_42958_a
1814   Memcheck:Leak
1815   fun:malloc
1816   ...
1817   fun:_NPN_RegisterObject
1818   fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
1819   fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
1820   fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
1821   fun:NPN_GetValue
1822}
1823{
1824   bug_42958_b
1825   Memcheck:Leak
1826   fun:malloc
1827   ...
1828   fun:_NPN_RegisterObject
1829   fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_
1830   fun:_ZN7WebCore16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6StringEP8NPObject
1831   fun:_ZN6WebKit12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject
1832   fun:_ZN13CppBoundClass16bindToJavascriptEPN6WebKit8WebFrameERKNS0_9WebStringE
1833}
1834{
1835   bug_42958_c
1836   Memcheck:Leak
1837   fun:malloc
1838   ...
1839   fun:_NPN_RegisterObject
1840   fun:_ZN7WebCore25createV8ObjectForNPObjectEP8NPObjectS1_
1841   fun:_ZN7WebCore16ScriptController29createScriptInstanceForWidgetEPNS_6WidgetE
1842   fun:_ZN*7WebCore17HTMLPlugInElement11getInstanceEv
1843}
1844{
1845   bug_43471
1846   Memcheck:Leak
1847   fun:_Znw*
1848   fun:_ZN9__gnu_cxx13new_allocatorIPN4base11MessageLoop19DestructionObserverEE8allocateE*
1849   fun:_ZNSt12_Vector_baseIPN4base11MessageLoop19DestructionObserverESaIS*
1850   fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS*
1851   fun:_ZNSt6vectorIPN4base11MessageLoop19DestructionObserverESaIS*
1852   fun:_ZN16ObserverListBaseIN4base11MessageLoop19DestructionObserverEE11AddObserverEPS*
1853   fun:_ZN4base11MessageLoop22AddDestructionObserverEPNS0_19DestructionObserverE
1854}
1855{
1856   bug_46250
1857   Memcheck:Leak
1858   fun:_Znw*
1859   fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPKv
1860   fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj
1861   fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
1862   fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_
1863   fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_
1864   fun:_ZN4base11MessageLoop15AddTaskObserverEPNS_12TaskObserverE
1865   fun:*IOJankObserver21AttachToCurrentThreadEv
1866}
1867{
1868   bug_47950
1869   Memcheck:Leak
1870   fun:_Znw*
1871   ...
1872   fun:*CreateSpdyHeadersFromHttpRequestERKN3net15HttpRequestInfoEPSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE
1873}
1874{
1875   bug_49279_a
1876   Memcheck:Leak
1877   fun:_Znw*
1878   fun:*ChromeCookieMonsterDelegateC1EP7Profile
1879   fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1880}
1881{
1882   bug_49279_b
1883   Memcheck:Leak
1884   fun:_Znw*
1885   ...
1886   fun:_ZN29ChromeURLRequestContextGetter28CreateRequestContextForMediaE*
1887   fun:_ZN29ChromeURLRequestContextGetter22CreateOriginalForMediaE*
1888   fun:_ZN11ProfileImpl25GetRequestContextForMediaEv
1889}
1890{
1891   bug_49279_c
1892   Memcheck:Leak
1893   fun:_Znw*
1894   fun:*ChromeCookieMonsterDelegateC2EP7Profile
1895   fun:*ChromeCookieMonsterDelegateC1EP7Profile
1896   fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1897}
1898{
1899   bug_50304
1900   Memcheck:Leak
1901   ...
1902   fun:_ZN7history14HistoryBackend8InitImpl*
1903   fun:_ZN7history14HistoryBackend4Init*
1904}
1905{
1906   bug_50936
1907   Memcheck:Leak
1908   fun:_Znw*
1909   ...
1910   fun:_ZN23OffTheRecordProfileImpl4InitEv
1911   fun:_ZN7Profile25CreateOffTheRecordProfileEv
1912   fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
1913}
1914{
1915   bug_50968_a
1916   Memcheck:Leak
1917   ...
1918   fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1919}
1920{
1921   bug_50968_b
1922   Memcheck:Unaddressable
1923   ...
1924   fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1925}
1926{
1927   bug_50968_d
1928   Memcheck:Uninitialized
1929   ...
1930   fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
1931}
1932{
1933   bug_56359_a
1934   Memcheck:Leak
1935   fun:_Znw*
1936   fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE
1937   fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv
1938   fun:_ZN3net9HttpCache11Transaction6DoLoopEi
1939   fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
1940   fun:_ZN17URLRequestHttpJob16StartTransactionEv
1941   fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi
1942   fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv
1943   fun:_ZN17URLRequestHttpJob5StartEv
1944   fun:_ZN10URLRequest8StartJobEP13URLRequestJob
1945   fun:_ZN10URLRequest5StartEv
1946   fun:_ZN10URLFetcher4Core15StartURLRequestEv
1947}
1948{
1949   bug_51153
1950   Memcheck:Leak
1951   ...
1952   fun:_ZN7history14HistoryBackend16GetFaviconForURLE13scoped_refptrI17CancelableRequestI14CallbackRunnerI6Tuple5IibS1_I16RefCountedMemoryEb4GURLEEEERKS7_
1953}
1954{
1955   bug_51379
1956   Memcheck:Leak
1957   fun:malloc
1958   ...
1959   obj:/usr/lib/libpangocairo-1.0.so.0.2002.3
1960   ...
1961   fun:_ZN3gfx10Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERKjiiiii
1962   fun:_ZN3gfx10Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERKjiiii
1963}
1964{
1965   bug_51590a
1966   Memcheck:Unaddressable
1967   ...
1968   fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1969   fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1970}
1971{
1972   bug_51590b
1973   Memcheck:Unaddressable
1974   ...
1975   fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1976   fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1977}
1978{
1979   bug_51590c
1980   Memcheck:Unaddressable
1981   ...
1982   fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv
1983   fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
1984}
1985{
1986   bug_51679
1987   Memcheck:Leak
1988   fun:_Znw*
1989   ...
1990   fun:_ZN23MessageService16AddEventListenerERKSsi
1991   fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
1992}
1993{
1994   bug_52831
1995   Memcheck:Leak
1996   fun:_Znw*
1997   ...
1998   fun:*InotifyReaderTask3RunEv
1999   ...
2000   fun:_ZN4base11MessageLoop11RunInternalEv
2001   fun:_ZN4base11MessageLoop10RunHandlerEv
2002}
2003{
2004   bug_52837
2005   Memcheck:Leak
2006   fun:_Znw*
2007   ...
2008   fun:_ZNSt3map*FilePath*insert*
2009   fun:_ZNSt3map*FilePath*ix*
2010   fun:_ZN16ExtensionService15UnloadExtensionERKSs
2011   fun:_ZN16ExtensionService18UninstallExtensionERKSsb
2012   fun:_ZN18AutomationProvider18UninstallExtensionEiPb
2013}
2014{
2015   bug_52957
2016   Memcheck:Unaddressable
2017   fun:glGetString
2018   fun:_ZN18gpu_info_collector19CollectGraphicsInfoER7GPUInfo
2019   fun:_ZN9GpuThread18OnEstablishChannelEi
2020}
2021{
2022   bug_54308
2023   Memcheck:Leak
2024   fun:_Znw*
2025   ...
2026   fun:_ZNK8chromeos25CrosSettingsProviderProxy3GetERKSsPP5Value
2027   fun:_ZNK8chromeos12CrosSettings3GetERKSsPP5Value
2028   fun:_ZN8chromeos26CoreChromeOSOptionsHandler9FetchPrefERKSs
2029   fun:_ZN18CoreOptionsHandler16HandleFetchPrefsEPK9ListValue
2030}
2031{
2032   bug_55533
2033   Memcheck:Leak
2034   fun:_Znw*
2035   ...
2036   fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics*
2037   fun:_ZN17RenderProcessHost*Profile
2038   fun:_ZN21MockRenderProcessHost*Profile
2039}
2040{
2041   bug_56676
2042   Memcheck:Leak
2043   fun:_Znw*
2044   fun:_ZN9__gnu_cxx13new_allocatorIN4base15file_util_proxy5EntryEE8allocate*
2045   fun:_ZNSt12_Vector_baseIN4base15file_util_proxy5EntryESaIS2_EE11_M_allocate*
2046   fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS2*
2047   fun:_ZNSt6vectorIN4base15file_util_proxy5EntryESaIS2_EEaSERKS4_
2048   fun:_ZN14MockDispatcher16DidReadDirectoryERKSt6vectorIN4base15file_util_proxy5EntryESaIS3_EEb
2049   fun:_ZN7fileapi19FileSystemOperation16DidReadDirectoryEN4base17PlatformFileErrorERKSt6vectorINS1_15file_util_proxy5EntryESaIS5_EE
2050}
2051{
2052   bug_58321
2053   Memcheck:Unaddressable
2054   fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
2055   fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_16ResourceResponseE
2056   fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN6WebKit12WebURLLoaderERKNS1_14WebURLResponseE
2057   fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20ResourceLoaderBridge12ResponseInfoEb
2058   fun:_ZN85_GLOBAL__N_webkit_tools_test_shell_simple_resource_loader_bridge.cc_00000000_*12RequestProxy22NotifyReceivedResponseERKN11webkit_glue20ResourceLoaderBridge12ResponseInfoEb
2059}
2060{
2061   bug_58340
2062   Memcheck:Unaddressable
2063   fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
2064   fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS_16ResourceResponseE
2065   fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN6WebKit12WebURLLoaderERKNS1_14WebURLResponseE
2066   fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20ResourceResponseInfoEb
2067}
2068{
2069   bug_58546
2070   Memcheck:Leak
2071   fun:_Znw*
2072   fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
2073   fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
2074   fun:_ZN11ProfileImplC1E*
2075   fun:_ZN7Profile13CreateProfileE*
2076   fun:_ZN14ProfileManager13CreateProfileE*
2077   fun:_ZN14ProfileManager10GetProfileE*
2078   fun:_ZN14ProfileManager17GetDefaultProfileE*
2079   fun:_ZN14ProfileManager17GetDefaultProfileEv
2080}
2081{
2082   bug_58561
2083   Memcheck:Leak
2084   fun:_Znw*
2085   ...
2086   fun:_ZN3net8internal26ClientSocketPoolBaseHelper16GetOrCreateGroupERKSs
2087   fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7RequestE
2088   fun:_ZN3net20ClientSocketPoolBaseINS_*
2089   fun:_ZN3net*SocketPool13RequestSocketE*
2090   fun:_ZN3net18ClientSocketHandle4InitINS_*
2091   ...
2092   fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
2093   fun:_ZN3net21HttpStreamFactoryImpl3Job6DoLoopEi
2094}
2095{
2096   bug_58564
2097   Memcheck:Leak
2098   fun:calloc
2099   ...
2100   fun:SSL_ImportFD
2101   fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv
2102   fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
2103   fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
2104   fun:_ZN3net13SSLConnectJob6DoLoopEi
2105}
2106{
2107   bug_58574
2108   Memcheck:Unaddressable
2109   ...
2110   fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEE
2111   fun:_ZN3net12CertVerifier7Request8DoVerifyEv
2112}
2113{
2114   bug_60556a
2115   Memcheck:Unaddressable
2116   ...
2117   fun:sqlite3_exec
2118   fun:_ZN3sql10Connection7ExecuteEPKc
2119   fun:_ZN11WebDatabase*
2120}
2121{
2122   bug_60556b
2123   Memcheck:Unaddressable
2124   ...
2125   fun:sqlite3_exec
2126   fun:_ZN3sql10Connection7ExecuteEPKc
2127   fun:_ZN11WebDatabase*
2128}
2129{
2130   bug_60556c
2131   Memcheck:Unaddressable
2132   ...
2133   fun:sqlite3_step
2134   fun:_ZN3sql9Statement3RunEv
2135   fun:_ZN3sql10Connection17CommitTransactionEv
2136   fun:_ZN3sql11Transaction6CommitEv
2137   fun:_ZN11WebDatabase*
2138}
2139{
2140   bug_60556d
2141   Memcheck:Unaddressable
2142   ...
2143   fun:sqlite3_step
2144   fun:_ZN3sql9Statement3RunEv
2145   fun:_ZN3sql10Connection17CommitTransactionEv
2146   fun:_ZN3sql11Transaction6CommitEv
2147   fun:_ZN11WebDatabase*
2148}
2149{
2150   bug_60556e
2151   Memcheck:Param
2152   read(buf)
2153   ...
2154   fun:sqlite3_exec
2155   fun:_ZN3sql10Connection7ExecuteEPKc
2156   fun:_ZN11WebDatabase*
2157}
2158{
2159   bug_60556f
2160   Memcheck:Unaddressable
2161   ...
2162   fun:sqlite3_close
2163   fun:_ZN3sql10Connection5CloseEv
2164   fun:_ZN3sql10ConnectionD2Ev
2165   fun:_ZN3sql10ConnectionD1Ev
2166   fun:_ZN11WebDatabase*
2167}
2168{
2169   bug_60556g
2170   Memcheck:Unaddressable
2171   ...
2172   fun:sqlite3_step
2173   fun:_ZN3sql9Statement4StepEv
2174   fun:_ZN7history11URLDatabase12GetRowForURLERK4GURLPNS_6URLRowE
2175   fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11VisitSourceE
2176}
2177{
2178   bug_60654
2179   Memcheck:Uninitialized
2180   fun:_ZN7WebCore25GraphicsContext3DInternal7reshapeEii
2181   fun:_ZN7WebCore17GraphicsContext3D7reshapeEii
2182   fun:_ZN7WebCore21WebGLRenderingContextC1EPNS_17HTMLCanvasElementEN3WTF10PassRefPtrINS_17GraphicsContext3DEEE
2183   fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
2184   fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
2185   ...
2186   fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPPPS4_Pb
2187}
2188{
2189   bug_60667c
2190   Memcheck:Leak
2191   ...
2192   obj:*
2193   fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
2194   fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_13CompileShaderE
2195   fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
2196}
2197{
2198   bug_60668a
2199   Memcheck:Uninitialized
2200   ...
2201   fun:_swrast_write_rgba_span
2202   fun:general_triangle
2203   fun:_swrast_validate_triangle
2204   fun:_swrast_Triangle
2205   fun:triangle_rgba
2206   fun:_tnl_render_triangles_verts
2207   fun:run_render
2208   fun:_tnl_run_pipeline
2209   fun:_tnl_draw_prims
2210   fun:_tnl_vbo_draw_prims
2211   fun:vbo_exec_DrawArrays
2212   fun:neutral_DrawArrays
2213   fun:glDrawArrays
2214}
2215{
2216   bug_60668b
2217   Memcheck:Overlap
2218   fun:memcpy
2219   fun:clip_span
2220   fun:_swrast_write_rgba_span
2221   fun:general_triangle
2222   fun:_swrast_validate_triangle
2223   fun:_swrast_Triangle
2224   fun:triangle_rgba
2225   fun:_tnl_render_poly_elts
2226   fun:_tnl_RenderClippedPolygon
2227   fun:clip_tri_4
2228   fun:clip_elt_triangles
2229   fun:run_render
2230   fun:_tnl_run_pipeline
2231   fun:_tnl_draw_prims
2232   fun:_tnl_vbo_draw_prims
2233   fun:vbo_validated_drawrangeelements
2234   fun:vbo_exec_DrawElements
2235   fun:neutral_DrawElements
2236   fun:glDrawElements
2237   fun:_ZN3gpu5gles216GLES2DecoderImpl14DoDrawElementsEbjijii
2238   fun:_ZN3gpu5gles216GLES2DecoderImpl18HandleDrawElementsEjRKNS0_12DrawElementsE
2239   fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
2240}
2241{
2242   bug_60668c
2243   Memcheck:Overlap
2244   ...
2245   fun:_swrast_write_rgba_span
2246   fun:general_triangle
2247   fun:_swrast_Triangle
2248   fun:triangle_rgba
2249   fun:_tnl_render_poly_elts
2250   fun:_tnl_RenderClippedPolygon
2251   fun:clip_tri_4
2252   fun:clip_render_tri_fan_verts
2253   fun:run_render
2254   fun:_tnl_run_pipeline
2255   fun:_tnl_draw_prims
2256   fun:_tnl_vbo_draw_prims
2257   fun:vbo_exec_DrawArrays
2258   fun:neutral_DrawArrays
2259   fun:glDrawArrays
2260}
2261{
2262   bug_60670a
2263   Memcheck:Unaddressable
2264   fun:swizzle_copy
2265   fun:_mesa_swizzle_ubyte_image
2266   fun:_mesa_texstore_rgba8888
2267   fun:_mesa_texstore
2268   fun:_mesa_store_teximage2d
2269   fun:_mesa_TexImage2D
2270   fun:glTexImage2D
2271   fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10texImage2DEjjjjjjjjPKv
2272   fun:_ZN7WebCore25GraphicsContext3DInternal10texImage2DEjjjjjjjjPv
2273   fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv
2274}
2275{
2276   bug_60670b
2277   Memcheck:Unaddressable
2278   fun:extract_float_rgba
2279   fun:_mesa_unpack_color_span_chan
2280   fun:_mesa_make_temp_chan_image
2281   fun:_mesa_texstore_rgba8888
2282   fun:_mesa_texstore
2283   fun:_mesa_store_teximage2d
2284   fun:_mesa_TexImage2D
2285   fun:glTexImage2D
2286   fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10texImage2DEjjjjjjjjPKv
2287   fun:_ZN7WebCore25GraphicsContext3DInternal10texImage2DEjjjjjjjjPv
2288   fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv
2289}
2290{
2291   bug_69073
2292   Memcheck:Leak
2293   fun:malloc
2294   ...
2295   fun:sqlite3*
2296   ...
2297   fun:find_objects
2298   fun:find_objects_by_template
2299   fun:nssToken_FindCertificatesBySubject
2300   fun:nssTrustDomain_FindCertificatesBySubject
2301   fun:nssCertificate_BuildChain
2302   fun:NSSCertificate_BuildChain
2303}
2304{
2305   bug_61424
2306   Memcheck:Leak
2307   fun:_Znw*
2308   fun:_ZN13FormStructure18EncodeQueryRequestERK12ScopedVectorIS_EPSt6vectorISsSaISsEEPSs
2309   fun:*FormStructureTest_EncodeQueryRequest_Test8TestBodyEv
2310}
2311{
2312   bug_61424_b
2313   Memcheck:Leak
2314   fun:_Znw*
2315   fun:_ZN13FormStructure18EncodeQueryRequestERK12ScopedVectorIS_EPSt6vectorISsSaISsEEPSs
2316   fun:_ZN12_GLOBAL__N_141FormStructureTest_EncodeQueryRequest_Test8TestBodyEv
2317}
2318{
2319   bug_63671
2320   Memcheck:Param
2321   write(buf)
2322   ...
2323   fun:_ZN9file_util9WriteFileE*
2324   fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE
2325   fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv
2326}
2327{
2328   bug_63671_b
2329   Memcheck:Param
2330   write(buf)
2331   ...
2332   fun:_ZN9file_util9WriteFileE*
2333   fun:_ZN12_GLOBAL__N_110SaveBitmapEPSt6vectorIhSaIhEE*
2334   fun:_ZN4base8internal15RunnableAdapterIPFvPSt6vectorIhSaIhEE*
2335}
2336{
2337   bug_64804
2338   Memcheck:Leak
2339   fun:_Znw*
2340   fun:_ZN4base16MessageLoopProxy22currentEv
2341   ...
2342   fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE
2343   fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE
2344}
2345{
2346   bug_64887_a
2347   Memcheck:Uninitialized
2348   fun:_itoa_word
2349   fun:vfprintf
2350   fun:vsnprintf
2351   fun:snprintf
2352   fun:_ZN7testing*26PrintByteSegmentInObjectToEPKhmmPSo
2353   fun:_ZN7testing*24PrintBytesInObjectToImplEPKhmPSo
2354   fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
2355   fun:_ZN7testing9internal220TypeWithoutFormatterI*
2356   fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
2357   fun:_ZN16testing_internal26DefaultPrintNonContainerToI*
2358   fun:_ZN7testing8internal14DefaultPrintToI*
2359   fun:_ZN7testing8internal7PrintToI*
2360   fun:_ZN7testing8internal16UniversalPrinterI*
2361   fun:_ZN7testing8internal14UniversalPrintI*
2362}
2363{
2364   bug_64887_b
2365   Memcheck:Uninitialized
2366   fun:_itoa_word
2367   fun:vfprintf
2368   fun:*vsnprintf*
2369   fun:*snprintf*
2370   fun:_ZN7testing*PrintByteSegmentInObjectTo*
2371   fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
2372   fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
2373   fun:_ZN7testing9internal220TypeWithoutFormatter*
2374   fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
2375   fun:_ZN16testing_internal26DefaultPrintNonContainerTo*
2376   fun:_ZN7testing8internal14DefaultPrintToI*
2377   fun:_ZN7testing8internal7PrintToI*
2378   fun:_ZN7testing8internal16UniversalPrinterI*
2379   fun:_ZN7testing8internal14UniversalPrintI*
2380}
2381{
2382   bug_64887_c
2383   Memcheck:Uninitialized
2384   fun:_itoa_word
2385   fun:vfprintf
2386   fun:*vsnprintf*
2387   fun:*snprintf*
2388   fun:_ZN7testing*PrintByteSegmentInObjectTo*
2389   fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
2390   fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
2391   fun:_ZN7testing9internal220TypeWithoutFormatter*
2392   fun:_ZN7testing9internal2lsIcSt11char_traitsIcE*
2393   fun:_ZN16testing_internal26DefaultPrintNonContainerTo*
2394   fun:_ZN7testing8internal14DefaultPrintToI*
2395   fun:_ZN7testing8internal7PrintToI*
2396   fun:_ZN7testing8internal16UniversalPrinterI*
2397   fun:_ZN7testing8internal14UniversalPrintI*
2398}
2399{
2400   bug_64887_d
2401   Memcheck:Uninitialized
2402   ...
2403   fun:_ZNSolsEx
2404   fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
2405   fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
2406   fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
2407   fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
2408   fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
2409   fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
2410   fun:_ZN7testing8internal18TuplePrefixPrinter*
2411   fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
2412   fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
2413   fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
2414   fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
2415   fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
2416   fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
2417   fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
2418   fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
2419   fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
2420}
2421{
2422   bug_64887_e
2423   Memcheck:Uninitialized
2424   ...
2425   fun:_ZNSolsEx
2426   fun:_ZN7testing9internal220TypeWithoutFormatterIN5media7PreloadELNS0_8TypeKindE1EE10PrintValueERKS3_PSo
2427   fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN5media7PreloadEEERSt13basic_ostreamIT_T0_ESA_RKT1_
2428   fun:_ZN16testing_internal26DefaultPrintNonContainerToIN5media7PreloadEEEvRKT_PSo
2429   fun:_ZN7testing8internal14DefaultPrintToIN5media7PreloadEEEvcNS0_13bool_constantILb0EEERKT_PSo
2430   fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKT_PSo
2431   fun:_ZN7testing8internal16UniversalPrinterIN5media7PreloadEE5PrintERKS3_PSo
2432   fun:_ZN7testing8internal18TuplePrefixPrinter*
2433   fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIN5media7PreloadENS2*
2434   fun:_ZN7testing8internal7PrintToIN5media7PreloadEEEvRKNSt3tr15tupleIT*
2435   fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIN5media7PreloadENS2*
2436   fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIN5media7PreloadENS2*
2437   fun:_ZNK7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE32UntypedDescribeUninterestingCallEPKvPSo
2438   fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
2439   fun:_ZN7testing8internal18FunctionMockerBaseIFvN5media7PreloadEEE10InvokeWithERKNSt3tr15tupleIS3*
2440   fun:_ZN7testing8internal14FunctionMockerIFvN5media7PreloadEEE6InvokeES3_
2441   fun:_ZN5media11MockDemuxer10SetPreloadENS_7PreloadE
2442}
2443{
2444   bug_65940_a
2445   Memcheck:Leak
2446   fun:_Znw*
2447   ...
2448   fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7Channel4ModeE
2449   fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopb
2450   fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
2451   fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE
2452}
2453{
2454   bug_65940_b
2455   Memcheck:Leak
2456   fun:_Znw*
2457   ...
2458   fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS_8ListenerEPN4base22SingleThreadTaskRunnerEbPNS8_13WaitableEventE
2459   fun:_ZN7content11ChildThread4InitEv
2460   fun:_ZN7content11ChildThreadC2ERKSs
2461}
2462{
2463   bug_65940_c
2464   Memcheck:Leak
2465   fun:_Znw*
2466   fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEEE8allocateEmPKv
2467   fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE11_M_allocateEm
2468   fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_
2469   fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE9push_backERKS4_
2470   fun:_ZN3IPC12ChannelProxy7Context11OnAddFilterEv
2471}
2472{
2473   bug_65940_d
2474   Memcheck:Leak
2475   fun:_Znw*
2476   fun:_ZN7content11ChildThread4InitEv
2477   fun:_ZN7content11ChildThreadC*
2478   ...
2479   fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
2480}
2481{
2482   bug_65940_e
2483   Memcheck:Leak
2484   fun:_Znw*
2485   fun:_ZN7content16RenderThreadImpl4InitEv
2486   fun:_ZN7content16RenderThreadImplC*
2487   ...
2488   fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
2489}
2490{
2491   bug_66853_a
2492   Memcheck:Leak
2493   fun:_Znw*
2494   fun:_ZN11ProfileImpl14GetHostZoomMapEv
2495   ...
2496   fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
2497   fun:_ZN11ProfileImpl17GetRequestContextEv
2498   fun:_ZN19SafeBrowsingService5StartEv
2499   fun:_ZN19SafeBrowsingService10InitializeEv
2500   fun:_ZN22ResourceDispatcherHost10InitializeEv
2501   fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
2502   fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
2503   fun:_ZN16ExtensionService4InitEv
2504   fun:_ZN11ProfileImpl14InitExtensionsE*
2505   fun:_ZN14ProfileManager10AddProfileEP7Profileb
2506}
2507{
2508   bug_67142
2509   Memcheck:Leak
2510   fun:_Znw*
2511   fun:_ZN16ChildProcessHost13CreateChannelEv
2512   fun:_ZN14GpuProcessHost4InitEv
2513}
2514{
2515   bug_67261
2516   Memcheck:Leak
2517   fun:_Znw*
2518   ...
2519   fun:_ZN3sql10Connection18GetUniqueStatementEPKc
2520   fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
2521   fun:_ZN8appcache16AppCacheDatabase22PrepareCachedStatementERKN3sql11StatementIDEPKcPNS1_9StatementE
2522}
2523{
2524   bug_67553
2525   Memcheck:Leak
2526   fun:_Znw*
2527   ...
2528   fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEixERS7_
2529   fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
2530}
2531{
2532   bug_68069_a
2533   Memcheck:Leak
2534   fun:malloc
2535   obj:*
2536   obj:*
2537   obj:*
2538   obj:*
2539   fun:_ZN3gfx20GetGLCoreProcAddressEPKc
2540   fun:_ZN3gfx22InitializeGLBindingsGLEv
2541   fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE
2542   fun:_ZN3gfx9GLSurface16InitializeOneOffEv
2543}
2544{
2545   bug_68069_b
2546   Memcheck:Leak
2547   fun:malloc
2548   fun:XextCreateExtension
2549   ...
2550   fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv
2551   fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv
2552   fun:_ZN3gfx9GLSurface16InitializeOneOffEv
2553}
2554{
2555   bug_68553
2556   Memcheck:Leak
2557   fun:_Znw*
2558   fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifierEPNS_9HttpCacheE
2559   fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLConfigE
2560   fun:_ZN3net13SSLConnectJob12DoTCPConnectEv
2561   fun:_ZN3net13SSLConnectJob6DoLoopEi
2562   fun:_ZN3net13SSLConnectJob15ConnectInternalEv
2563   fun:_ZN3net10ConnectJob7ConnectEv
2564   fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsPKNS1_7RequestE
2565   fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7RequestE
2566   fun:_ZN3net20ClientSocketPoolBaseINS_15SSLSocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2567   fun:_ZN3net19SSLClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
2568   fun:_ZN3net18ClientSocketHandle4InitINS_15SSLSocketParamsENS_19SSLClientSocketPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1IiEEPT0_RKNS_11BoundNetLogE
2569}
2570{
2571   Bug_69919
2572   Memcheck:Leak
2573   fun:calloc
2574   ...
2575   fun:_ZN3gfx15OSMesaGLContext10InitializeEjPNS_9GLContextE
2576   fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_
2577   fun:*InitializeGLContextEv
2578}
2579{
2580   Bug_69934_a
2581   Memcheck:Leak
2582   fun:_Znw*
2583   fun:_ZN*NPObjectProxy10NPAllocateEP4_NPPP7NPClass
2584   fun:_NPN_CreateObject
2585   fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass
2586}
2587{
2588   Bug_69934_b
2589   Memcheck:Leak
2590   fun:_Znw*
2591   fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
2592   fun:_ZN3IPC17SyncMessageSchema*
2593}
2594{
2595   bug_70327
2596   Memcheck:Leak
2597   ...
2598   fun:shaper_font_cache_insert
2599   fun:get_shaper_and_font
2600   fun:itemize_state_process_run
2601   fun:pango_itemize_with_base_dir
2602   fun:pango_layout_check_lines
2603   fun:pango_layout_get_extents_internal
2604   fun:pango_layout_get_pixel_extents
2605   fun:pango_layout_get_pixel_size
2606   fun:_ZN3gfx10Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEERKNS_4FontEPiSA_i
2607}
2608{
2609   bug_71152
2610   Memcheck:Leak
2611   fun:_Znw*
2612   ...
2613   fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSessionService26InternalGetCommandsRequestEE
2614}
2615{
2616   bug_71728
2617   Memcheck:Leak
2618   fun:_Znw*
2619   fun:*DownloadFileTest5SetUpEv
2620}
2621{
2622   bug_72544
2623   Memcheck:Leak
2624   fun:malloc
2625   fun:_ZN3WTF10fastMallocEj
2626   fun:_ZN3WTF10RefCountedIN7WebCore14StyleSheetListEEnwEj
2627   fun:_ZN7WebCore14StyleSheetList6createEPNS_8DocumentE
2628   fun:_ZN7WebCore8DocumentC2EPNS_5FrameERKNS_4KURLEbbS5_
2629   fun:_ZN7WebCore12HTMLDocumentC1EPNS_5FrameERKNS_4KURLES5_
2630   fun:_ZN7WebCore12HTMLDocument6createEPNS_5FrameERKNS_4KURLES5_
2631   fun:_ZN7WebCore17DOMImplementation14createDocumentERKN3WTF6StringEPNS_5FrameERKNS_4KURLEb
2632   fun:_ZN7WebCore14DocumentWriter14createDocumentERKNS_4KURLE
2633   fun:_ZN7WebCore14DocumentWriter5beginERKNS_4KURLEbPNS_14SecurityOriginE
2634   fun:_ZN7WebCore11FrameLoader4initEv
2635   fun:_ZN7WebCore5Frame4initEv
2636   fun:_ZN6WebKit12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE
2637   fun:_ZN6WebKit11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
2638   fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
2639   fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
2640   fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
2641}
2642{
2643   bug_72698_a
2644   Memcheck:Leak
2645   fun:_Znw*
2646   ...
2647   fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
2648}
2649{
2650   bug_73299
2651   Memcheck:Leak
2652   fun:_Znw*
2653   ...
2654   fun:_ZN21RenderProcessHostImpl20CreateMessageFiltersEv
2655   fun:_ZN21RenderProcessHostImpl4InitEb
2656   fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEEi
2657}
2658{
2659   bug_73415
2660   Memcheck:Unaddressable
2661   fun:_ZN23AccessibilityController36shouldDumpAccessibilityNotificationsEv
2662   fun:_ZN11WebViewHost29postAccessibilityNotificationERKN6WebKit22WebAccessibilityObjectENS0_28WebAccessibilityNotificationE
2663   fun:_ZN6WebKit16ChromeClientImpl29postAccessibilityNotificationEPN7WebCore19AccessibilityObjectENS1_13AXObjectCache14AXNotificationE
2664   fun:_ZN7WebCore13AXObjectCache24postPlatformNotificationEPNS_19AccessibilityObjectENS0_14AXNotificationE
2665}
2666{
2667   bug_73675
2668   Memcheck:Leak
2669   fun:_Znw*
2670   fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EEEPS2_
2671   fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6VectorI10CppVariantLj0EEEPS5_
2672   fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
2673   fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
2674   fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
2675   fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE
2676   fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOBAL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
2677   obj:*
2678}
2679{
2680   bug_75019
2681   Memcheck:Leak
2682   fun:_Znw*
2683   ...
2684   fun:_ZN14GpuDataManagerC1Ev
2685   fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
2686   fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
2687   fun:_ZN14GpuDataManager11GetInstanceEv
2688   fun:_Z11BrowserMainRK18MainFunctionParams
2689   fun:_ZN20InProcessBrowserTest5SetUpEv
2690}
2691{
2692   bug_75051
2693   Memcheck:Leak
2694   fun:_Znw*
2695   ...
2696   fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEEPPv
2697   fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
2698   fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
2699   fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
2700}
2701{
2702   bug_75127a
2703   Memcheck:Uninitialized
2704   ...
2705   fun:png_process_data
2706   fun:_ZN3gfx8PNGCodec6Decode*
2707}
2708{
2709   bug_75127b
2710   Memcheck:Uninitialized
2711   ...
2712   fun:png_process_data
2713   fun:_ZN3gfx8PNGCodec6Decode*
2714}
2715{
2716   bug_75127c
2717   Memcheck:Uninitialized
2718   ...
2719   fun:png_process_data
2720   fun:_ZN3gfx8PNGCodec6Decode*
2721}
2722{
2723   bug_76197a
2724   Memcheck:Unaddressable
2725   fun:sqlite3DbFree
2726   fun:releaseMemArray
2727   fun:sqlite3VdbeDelete
2728   fun:sqlite3VdbeFinalize
2729   fun:sqlite3_finalize
2730   fun:_ZN3sql10Connection12StatementRef5CloseEv
2731   fun:_ZN3sql10Connection12StatementRefD2Ev
2732   fun:_ZN3sql10Connection12StatementRefD1Ev
2733   fun:_ZNK4base10RefCountedIN3sql10Connection12StatementRefEE7ReleaseEv
2734   fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED2Ev
2735   fun:_ZN13scoped_refptrIN3sql10Connection12StatementRefEED1Ev
2736   fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED2Ev
2737   fun:_ZNSt4pairIKN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEEED1Ev
2738   fun:_ZN9__gnu_cxx13new_allocatorISt4pairIKN3sql11StatementIDE13scoped_refptrINS2_10Connection12StatementRefEEEE7destroyEPS9_
2739   fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE12destroy_nodeEPSt13_Rb_tree_nodeIS8_E
2740   fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E
2741   fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Connection12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
2742   fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementRefEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
2743   fun:_ZN3sql10Connection5CloseEv
2744   fun:_ZN3sql10ConnectionD2Ev
2745   fun:_ZN3sql10ConnectionD1Ev
2746   fun:_ZN7history16InMemoryDatabaseD0Ev
2747}
2748{
2749   bug_76197b
2750   Memcheck:Unaddressable
2751   ...
2752   fun:sqlite3_step
2753   fun:sqlite3_exec
2754   fun:_ZN3sql10Connection7ExecuteEPKc
2755   fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
2756   fun:_ZN7history16InMemoryDatabase12InitFromDiskE*
2757   fun:_ZN7history22InMemoryHistoryBackend4InitE*
2758}
2759{
2760   bug_77766
2761   Memcheck:Leak
2762   fun:malloc
2763   fun:_ZN3WTF10fastMallocEm
2764   fun:_ZN7WebCore18PerformTaskContextnwEm
2765   fun:_ZN7WebCore8Document8postTaskEN3WTF10PassOwnPtrINS_22ScriptExecutionContext4TaskEEE
2766   fun:_ZN7WebCore20WorkerMessagingProxy22workerContextDestroyedEv
2767   fun:_ZN6WebKit19WebWorkerClientImpl22workerContextDestroyedEv
2768   fun:_ZN7WebCore13WorkerContextD2Ev
2769   fun:_ZN7WebCore22DedicatedWorkerContextD0Ev
2770   fun:_ZN3WTF10RefCountedIN7WebCore13WorkerContextEE5derefEv
2771   fun:_ZN3WTF6RefPtrIN7WebCore13WorkerContextEEaSEPS2_
2772   fun:_ZN7WebCore12WorkerThread12workerThreadEv
2773   fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
2774   fun:_ZN3WTFL16threadEntryPointEPv
2775   fun:_ZN3WTFL19wtfThreadEntryPointEPv
2776}
2777{
2778   bug_78201
2779   Memcheck:Leak
2780   fun:_Znw*
2781   fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
2782   fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
2783   fun:_ZN16ExtensionService4InitEv
2784   fun:_ZN11ProfileImpl14InitExtensionsE*
2785}
2786{
2787   bug_78786
2788   Memcheck:Leak
2789   fun:_Znw*
2790   fun:*35NonBlockingInvalidationNotifierTest5SetUpEv
2791}
2792{
2793   bug_79357a
2794   Memcheck:Unaddressable
2795   ...
2796   fun:*FilePathWatcherImpl*Watch*Delegate*
2797   fun:*FilePathWatcher*Watch*
2798   fun:_ZN21UserStyleSheetWatcher4InitEv
2799}
2800{
2801   bug_79357b
2802   Memcheck:Leak
2803   ...
2804   fun:*FilePathWatcherImpl*Watch*Delegate*
2805   fun:*FilePathWatcher*Watch*
2806   fun:_ZN21UserStyleSheetWatcher4InitEv
2807}
2808{
2809   bug_79651
2810   Memcheck:Leak
2811   ...
2812   fun:_ZN8notifier14XmppConnectionC1ERKN4buzz18XmppClientSettingsERK13scoped_refptrIN3net23URLRequestContextGetterEEPNS0_8DelegateEPNS1_11PreXmppAuthE
2813   fun:_ZN8notifier18SingleLoginAttempt13OnNewSettingsERKNS_18ConnectionSettingsE
2814   fun:_ZN8notifier23XmppConnectionGenerator17UseNextConnectionEv
2815   fun:_ZN8notifier23XmppConnectionGenerator15StartGeneratingEv
2816   fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
2817   fun:_ZN8notifier5Login15StartConnectionEv
2818   fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
2819   fun:*35InvalidationNotifierTest_Basic_Test8TestBodyEv
2820}
2821{
2822   bug_79652
2823   Memcheck:Leak
2824   ...
2825   fun:_ZN8chromeos14AudioMixerAlsa15ConnectInternalEv
2826   fun:_ZN8chromeos14AudioMixerAlsa7ConnectEv
2827}
2828{
2829   bug_79654_a
2830   Memcheck:Leak
2831   fun:_Znw*
2832   ...
2833   fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
2834   fun:_ZN*9TabLoader12TabIsLoadingEP24NavigationControllerImpl
2835   fun:_ZN*18SessionRestoreImpl21ProcessSessionWindowsEPSt6vectorIP13SessionWindowSaIS3_EE
2836   fun:_ZN*18SessionRestoreImpl12OnGotSessionEiPSt6vectorIP13SessionWindowSaIS3_EE
2837}
2838{
2839   bug_79654_b
2840   Memcheck:Leak
2841   fun:_Znw*
2842   ...
2843   fun:*RenderWidgetHost*
2844   ...
2845   fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
2846   fun:*TabLoader7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
2847   fun:_ZN23NotificationServiceImpl*
2848   fun:_ZN15WebContentsImpl12SetIsLoading*
2849   fun:_ZN15WebContentsImpl14RenderViewGone*
2850}
2851{
2852   bug_79865a
2853   Memcheck:Leak
2854   fun:_Znw*
2855   ...
2856   fun:_ZN33MalwareDetailsTest_HTTPCache_Test8TestBodyEv
2857}
2858{
2859   bug_79865b
2860   Memcheck:Leak
2861   ...
2862   fun:_Znw*
2863   fun:_ZN14TestingProfile20CreateRequestContextEv
2864   fun:_ZN42MalwareDetailsTest_HTTPCacheNoEntries_Test8TestBodyEv
2865}
2866{
2867   bug_79933a
2868   Memcheck:Leak
2869   fun:_Znw*
2870   ...
2871   fun:_ZN21TestURLRequestContext4InitEv
2872   ...
2873   fun:_ZN21TestURLRequestContextC1Ev
2874   fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
2875}
2876{
2877   bug_16089 WorkerPool threads can leak by design
2878   Memcheck:Leak
2879   fun:_Znw*
2880   fun:_ZN4base22PosixDynamicThreadPool8PostTask*
2881}
2882{
2883   bug_80462_a
2884   Memcheck:Leak
2885   fun:malloc
2886   fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
2887   fun:_NPN_CreateObject
2888   fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DOMWindowE
2889   fun:_ZN6WebKitL16makeIntArrayImplERKNS_9WebVectorIiEE
2890   fun:_ZN6WebKit11WebBindings12makeIntArrayERKNS_9WebVectorIiEE
2891}
2892{
2893   bug_80462_b
2894   Memcheck:Leak
2895   fun:malloc
2896   fun:_ZN7WebCoreL15allocV8NPObjectEP4_NPPP7NPClass
2897   fun:_NPN_CreateObject
2898   fun:_ZN7WebCore22npCreateV8ScriptObjectEP4_NPPN2v86HandleINS2_6ObjectEEEPNS_9DOMWindowE
2899   fun:_ZN6WebKitL19makeStringArrayImplERKNS_9WebVectorINS_9WebStringEEE
2900   fun:_ZN6WebKit11WebBindings15makeStringArrayERKNS_9WebVectorINS_9WebStringEEE
2901}
2902{
2903   bug_80537_a
2904   Memcheck:Leak
2905   fun:calloc
2906   ...
2907   fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEv
2908}
2909{
2910   bug_80537_b
2911   Memcheck:Leak
2912   fun:calloc
2913   ...
2914   fun:_ZN3gfx15GLContextOSMesa11MakeCurrentEPNS_9GLSurfaceE
2915}
2916{
2917   bug_80551
2918   Memcheck:Leak
2919   fun:_Znw*
2920   fun:_Z11BrowserMainRK18MainFunctionParams
2921   fun:_ZN20InProcessBrowserTest5SetUpEv
2922}
2923{
2924   bug_80550_a
2925   Memcheck:Leak
2926   fun:_Znw*
2927   fun:_ZN16RenderWidgetHost11WasRestoredEv
2928}
2929{
2930   bug_80550_b
2931   Memcheck:Leak
2932   fun:_Znw*
2933   fun:_ZN16RenderWidgetHost9WasHiddenEv
2934}
2935{
2936   bug_80663
2937   Memcheck:Leak
2938   fun:_Znw*
2939   fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore10CookieInfoESaIS6_EEEPS2_EENS_8internal20InvokerStorageHolderINSD_15InvokerStorage1IT_T0_EEEESG_RKSH_
2940   fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
2941   fun:_ZN3net17URLRequestHttpJob5StartEv
2942   fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
2943   fun:_ZN3net10URLRequest5StartEv
2944   fun:_ZN10URLFetcher4Core15StartURLRequestEv
2945   fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv
2946}
2947{
2948   bug_82717
2949   Memcheck:Leak
2950   fun:_Znw*
2951   ...
2952   fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7content17RenderProcessHostE
2953   fun:_ZN21RenderProcessHostImpl4Init*
2954   ...
2955   fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP*
2956   fun:_ZN21RenderViewHostManager14InitRenderViewEP*
2957   ...
2958   fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
2959   fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS0_20NavigationController10ReloadTypeE
2960}
2961{
2962   bug_83609
2963   Memcheck:Leak
2964   fun:_Znw*
2965   fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
2966   fun:_ZN4base11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
2967   fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP4Taskxb
2968   fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task
2969}
2970{
2971   bug_83609b
2972   Memcheck:Leak
2973   fun:_Znw*
2974   fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
2975   fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
2976}
2977{
2978   bug_84224_a
2979   Memcheck:Leak
2980   fun:_Znw*
2981   fun:_ZN9__gnu_cxx13new_allocator*PendingTaskEE8allocate*
2982   fun:_ZN*_Deque_baseIN*PendingTaskESaIS1_*_M_allocate_*
2983   ...
2984   fun:_ZNSt5dequeIN*PendingTaskESaIS1_EE*push_back*
2985   fun:_ZNSt5queueIN4*PendingTask*deque*push*
2986   fun:_ZN4base11MessageLoop18AddToIncomingQueueEPN*PendingTaskE*
2987}
2988{
2989   bug_84224_b
2990   Memcheck:Unaddressable
2991   fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC2ERKS3_
2992   fun:_ZN13scoped_refptrIN4base8internal18InvokerStorageBaseEEC1ERKS3_
2993   fun:_ZN4base8internal12CallbackBaseC2ERKS1_
2994   fun:_ZN4base8CallbackIFvvEEC2ERKS2_
2995   fun:_ZN4base8CallbackIFvvEEC1ERKS2_
2996   fun:_ZN4base11MessageLoop11PendingTaskC2ERKS0_
2997   fun:_ZN4base11MessageLoop11PendingTaskC1ERKS0_
2998   fun:_ZN9__gnu_cxx13new_allocatorIN11MessageLoop11PendingTaskEE9constructEPS2_RKS2_
2999   fun:_ZNSt5dequeIN11MessageLoop11PendingTaskESaIS1_EE9push_backERKS1_
3000   fun:_ZNSt5queueIN11MessageLoop11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
3001   fun:_ZN4base11MessageLoop18AddToIncomingQueueEPNS_11PendingTaskE
3002}
3003{
3004   bug_84265
3005   Memcheck:Leak
3006   fun:_Znw*
3007   fun:_ZN12LoginHandler6CreateEPN3net17AuthChallengeInfoEPNS0_10URLRequestE
3008   fun:_Z17CreateLoginPromptPN3net17AuthChallengeInfoEPNS_10URLRequestE
3009   fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17AuthChallengeInfoE
3010   fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3011}
3012{
3013   bug_84770_a
3014   Memcheck:Unaddressable
3015   fun:_ZN6WebKit21FrameLoaderClientImpl12allowPluginsEb
3016   fun:_ZN7WebCore14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPluginsE
3017}
3018{
3019   bug_84770_b
3020   Memcheck:Unaddressable
3021   fun:_ZN6WebKit21FrameLoaderClientImpl15allowJavaScriptEb
3022   fun:_ZN7WebCore16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanExecuteScriptsE
3023}
3024{
3025   bug_84770_c
3026   Memcheck:Unaddressable
3027   fun:_ZN6WebKit21FrameLoaderClientImpl20allowScriptExtensionERKN3WTF6StringEi
3028   fun:_ZN7WebCore16V8DOMWindowShell16createNewContextEN2v86HandleINS1_6ObjectEEEi
3029}
3030{
3031   bug_86481
3032   Memcheck:Leak
3033   fun:_Znw*
3034   fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
3035   fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map*
3036   fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map*
3037   fun:_ZNSt11_Deque_baseI*FilePath*
3038   fun:_ZNSt5dequeI*FilePath*
3039   fun:_ZNSt5stackI*FilePath*deque*
3040   fun:_ZN9file_util14FileEnumeratorC1E*
3041   fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
3042}
3043{
3044   bug_87423
3045   Memcheck:Uninitialized
3046   fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv
3047   fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi
3048   fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3049   fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tuple1IiEE
3050   fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs
3051   fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsProxy_Test8TestBodyEv
3052}
3053{
3054   bug_88640_a
3055   Memcheck:Leak
3056   fun:_Znw*
3057   fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
3058   fun:_ZN11ProfileImpl11DoFinalInitEv
3059   fun:_ZN11ProfileImpl13OnPrefsLoadedEb
3060}
3061{
3062   bug_88640_b
3063   Memcheck:Leak
3064   ...
3065   fun:_ZN11ProfileImpl13OnPrefsLoadedEb
3066   ...
3067   fun:_ZN11ProfileImplC*E*
3068}
3069{
3070   bug_88640_c
3071   Memcheck:Leak
3072   fun:_Znw*
3073   fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfilePK13ProfileIOData
3074   fun:_ZN17ProfileImplIOData6Handle4InitE*
3075   fun:_ZN11ProfileImpl11DoFinalInitEv
3076   fun:_ZN11ProfileImpl13OnPrefsLoadedEb
3077}
3078{
3079   bug_81796
3080   Memcheck:Leak
3081   fun:_Znw*
3082   fun:_ZN4base16MessageLoopProxy22currentEv
3083   fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoopProxyE
3084   fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyE
3085}
3086{
3087   bug_89304
3088   Memcheck:Leak
3089   fun:_Znw*
3090   ...
3091   fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
3092   fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
3093   fun:_ZN3net18ClientSocketHandle4Init*
3094   ...
3095   fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLRKNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9ProxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEE
3096   fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv
3097}
3098{
3099   bug_89311
3100   Memcheck:Leak
3101   fun:_Znw*
3102   ...
3103   fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi
3104   fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv
3105   fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi
3106}
3107{
3108   bug_89942_a
3109   Memcheck:Leak
3110   ...
3111   fun:_ZN10ZygoteHost11ForkRequestERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_EERKSs
3112   fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
3113}
3114{
3115   bug_89942_b
3116   Memcheck:Leak
3117   ...
3118   fun:_ZNSt6vectorISt4pairIjiESaIS1_EE9push_backERKS1_
3119   fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
3120}
3121{
3122   bug_90057a
3123   Memcheck:Leak
3124   ...
3125   fun:_ZN3net13CookieMonster9InitStoreEv
3126   fun:_ZN3net13CookieMonster15InitIfNecessaryEv
3127   fun:_ZN3net13CookieMonster30GetAllCookiesForURLWithOptionsERK4GURLRKNS_13CookieOptionsE
3128   fun:_ZN3net13CookieMonster19GetAllCookiesForURLERK4GURL
3129   fun:_ZN22ResourceDispatcherHost13CanGetCookiesEPN3net10URLRequestE
3130   fun:_ZN3net10URLRequest13CanGetCookiesEv
3131   fun:_ZN3net13URLRequestJob13CanGetCookiesEv
3132   fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
3133}
3134{
3135   bug_90057b
3136   Memcheck:Leak
3137   ...
3138   fun:_ZN3net13CookieMonster9InitStoreEv
3139   fun:_ZN3net13CookieMonster15InitIfNecessaryEv
3140   fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptionsE
3141   fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOptionsERKN4base8CallbackIFvRKSsEEE
3142   fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
3143   fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSs
3144}
3145{
3146   bug_90057c
3147   Memcheck:Leak
3148   fun:_Znw*
3149   ...
3150   fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
3151   fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
3152   fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
3153}
3154{
3155   bug_90215_c
3156   Memcheck:Leak
3157   ...
3158   fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
3159   fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
3160}
3161{
3162   bug_90215_d
3163   Memcheck:Leak
3164   ...
3165   fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
3166}
3167{
3168   bug_90215_e
3169   Memcheck:Leak
3170   fun:_Znw*
3171   fun:_ZN8appcache15AppCacheService10InitializeE*
3172   fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE*
3173}
3174{
3175   bug_90215_f
3176   Memcheck:Leak
3177   fun:_Znw*
3178   ...
3179   fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERKN4base8FilePathEb
3180   fun:_ZNK13ProfileIOData4InitEPSt3mapISs10linked_ptrIN3net20URLRequestJobFactory15ProtocolHandlerEESt4lessISsESaISt4pairIKSsS5_EEE
3181   fun:_ZN12_GLOBAL__N_114FactoryForMain6CreateEv
3182   fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
3183   fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
3184}
3185{
3186   bug_90240
3187   Memcheck:Leak
3188   fun:_Znw*
3189   ...
3190   fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
3191}
3192{
3193   bug_90400
3194   Memcheck:Leak
3195   fun:_Znw*
3196   fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv
3197   fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs*
3198   fun:_ZN15WebContentsImpl14GetWebkitPrefsEv
3199}
3200{
3201   bug_90487a
3202   Memcheck:Leak
3203   fun:_Znw*
3204   fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allocateEjPKv
3205   fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
3206   fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
3207   fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2_ERKS2_
3208   fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
3209   fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
3210   fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
3211}
3212{
3213   bug_90487b
3214   Memcheck:Leak
3215   fun:_Znw*
3216   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
3217   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
3218   ...
3219   fun:_ZN5quota12QuotaManager*
3220}
3221{
3222   bug_90496a
3223   Memcheck:Leak
3224   ...
3225   fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii23ResourceHostMsg_RequestEE8DispatchI22ResourceDispatcherHostS6_iRKS2_EEbPKNS_7MessageEPT_PT0_MSC_FvRSA_T1_T2_E
3226   fun:_ZN22ResourceDispatcherHost17OnMessageReceivedERKN3IPC7MessageEP21ResourceMessageFilterPb
3227   fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
3228   fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
3229   fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
3230   fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
3231   fun:_ZN3IPC12ChannelProxy7Context17OnMessageReceivedERKNS_7MessageE
3232   fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
3233   fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
3234}
3235{
3236   bug_90496b
3237   Memcheck:Leak
3238   fun:_Znw*
3239   fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
3240   fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
3241   fun:_ZN3net10URLRequest21NotifyResponseStartedEv
3242   fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3243}
3244{
3245   bug_90496c
3246   Memcheck:Leak
3247   fun:_Znw*
3248   fun:_ZN20AsyncResourceHandler15OnReadCompletedEiPi
3249   fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
3250   fun:_ZN27SafeBrowsingResourceHandler15OnReadCompletedEiPi
3251   fun:_ZN22OfflineResourceHandler15OnReadCompletedEiPi
3252   fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
3253   fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
3254   fun:_ZN3net10URLRequest19NotifyReadCompletedEi
3255   fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
3256   fun:_ZN19URLRequestChromeJob13DataAvailableEP16RefCountedMemory
3257   fun:_ZN27ChromeURLDataManagerBackend13DataAvailableEiP16RefCountedMemory
3258   fun:_ZN20ChromeURLDataManager10DataSource22SendResponseOnIOThreadEi13scoped_refptrI16RefCountedMemoryE
3259}
3260{
3261   bug_90496d
3262   Memcheck:Leak
3263   ...
3264   fun:_ZN24CrossSiteResourceHandler14ResumeResponseEv
3265   fun:_ZN22ResourceDispatcherHost12OnSwapOutACKERK22ViewMsg_SwapOut_Params
3266   fun:_ZN18RenderWidgetHelper21OnCrossSiteSwapOutACKERK22ViewMsg_SwapOut_Params
3267}
3268{
3269   bug_90496e
3270   Memcheck:Leak
3271   ...
3272   fun:_ZN14SharedIOBuffer4InitEv
3273   fun:_ZN20AsyncResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3274   fun:_ZN24CrossSiteResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3275   fun:_ZN23BufferedResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3276   fun:_ZN27SafeBrowsingResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3277   fun:_ZN22OfflineResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3278   fun:_ZN22ResourceDispatcherHost4ReadEPN3net10URLRequestEPi
3279   fun:_ZN22ResourceDispatcherHost12StartReadingEPN3net10URLRequestE
3280}
3281{
3282   bug_90671
3283   Memcheck:Leak
3284   fun:_Znw*
3285   ...
3286   fun:_ZNK3sql9Statement*ColumnString*
3287   fun:_ZN7history11URLDatabase10FillURLRowERN3sql9StatementEPNS_6URLRowE
3288   fun:_ZN7history11URLDatabase13URLEnumerator10GetNextURLEPNS_6URLRowE
3289   fun:_ZN7history14HistoryBackend11IterateURLsEPN14HistoryService13URLEnumeratorE
3290}
3291{
3292   bug_91199
3293   Memcheck:Leak
3294   fun:_Znw*
3295   fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE
3296   fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
3297   fun:_ZN19URLRequestChromeJob10StartAsyncEv
3298}
3299{
3300   bug_92571
3301   Memcheck:Leak
3302   fun:_Znw*
3303   fun:_ZN7history16TopSitesDatabase8CreateDBE*
3304   fun:_ZN7history16TopSitesDatabase4InitE*
3305   fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
3306}
3307{
3308   bug_92741a
3309   Memcheck:Leak
3310   fun:_Znw*
3311   fun:_ZN4base4BindIPFvPNS_13WaitableEventEPSsRKSsES2_S3_EENS_8internal20InvokerStorageHolderINS8_15InvokerStorage2IT_T0_T1_EEEESB_RKSC_RKSD_
3312   fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSs
3313   fun:_Z18DispatchToFunctionIPFvRK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEEPN4base13WaitableEventEPSsES0_S6_SB_SC_EvT_RK6Tuple4IT0_T1_T2_T3_E
3314}
3315{
3316   bug_92741b
3317   Memcheck:Leak
3318   fun:_Znw*
3319   fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore10CookieInfoESaIS6_EEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSE_15InvokerStorage1IT_T0_EEEESH_RKSI_
3320   fun:_ZN3net17URLRequestHttpJob24CheckCookiePolicyAndLoadERKNS_10CookieListE
3321}
3322{
3323   bug_92741c
3324   Memcheck:Leak
3325   fun:_Znw*
3326   fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvRKNS1_10CookieListEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSA_15InvokerStorage1IT_T0_EEEESD_RKSE_
3327   fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
3328   fun:_ZN3net17URLRequestHttpJob5StartEv
3329   fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
3330   fun:_ZN3net10URLRequest5StartEv
3331}
3332{
3333   bug_92876a
3334   Memcheck:Leak
3335   fun:_Znw*
3336   fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
3337   fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
3338   fun:_ZN3net18SSLClientSocketNSS11DoWriteLoopEi
3339   fun:_ZN3net18SSLClientSocketNSS5WriteEPNS_8IOBufferEiP14CallbackRunnerI6Tuple1IiEE
3340   fun:_ZN3net11SpdySession11WriteSocketEv
3341}
3342{
3343   bug_92876b
3344   Memcheck:Leak
3345   fun:_Znw*
3346   fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
3347   fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
3348   fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
3349   fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
3350   fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
3351   fun:_ZN3net13SSLConnectJob6DoLoopEi
3352   fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
3353}
3354{
3355   bug_93250a
3356   Memcheck:Leak
3357   fun:_Znw*
3358   ...
3359   fun:*SHA1Fingerprint*
3360   fun:_ZN3net16CertVerifyResultaSERKS0_
3361   fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16CertVerifyResultE
3362   fun:_ZN3net18CertVerifierWorker7DoReplyEv
3363}
3364{
3365   bug_93250b
3366   Memcheck:Leak
3367   fun:_Znw*
3368   fun:_ZN4base4BindIMNS_6subtle18TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
3369   fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
3370   fun:_ZN3net18CertVerifierWorker6FinishEv
3371   fun:_ZN3net18CertVerifierWorker3RunEv
3372}
3373{
3374   bug_93730_a
3375   Memcheck:Leak
3376   fun:_Znw*
3377   fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
3378   fun:_Z18ServiceProcessMainRK18MainFunctionParams
3379   ...
3380   fun:ChromeMain
3381   fun:main
3382}
3383{
3384   bug_93730_b
3385   Memcheck:Leak
3386   fun:_Zna*
3387   fun:_ZN4base13LaunchProcessERKSt6vectorISsSaISsEERKNS_13LaunchOptionsEPi
3388   fun:_ZN4base13LaunchProcessERK11CommandLineRKNS_13LaunchOptionsEPi
3389   fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
3390}
3391{
3392   bug_93730_c
3393   Memcheck:Leak
3394   fun:_Znw*
3395   fun:_Z17NewRunnableMethodIN21ServiceProcessControl8LauncherEMS1_FvvEEP14CancelableTaskPT_T0_
3396   fun:_ZN21ServiceProcessControl8Launcher5DoRunEv
3397}
3398{
3399   bug_93730_d
3400   Memcheck:Leak
3401   fun:_Znw*
3402   fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE
3403   fun:_ZN16ServiceIPCServer13CreateChannelEv
3404   fun:_ZN16ServiceIPCServer4InitEv
3405   fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState
3406   fun:_Z18ServiceProcessMainRK18MainFunctionParams
3407   ...
3408   fun:ChromeMain
3409   fun:main
3410}
3411{
3412   bug_94195
3413   Memcheck:Leak
3414   ...
3415   fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE
3416}
3417{
3418   bug_94345
3419   Memcheck:Leak
3420   fun:_Znw*
3421   fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
3422   fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserverEEE9AsWeakPtrEv
3423   fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
3424}
3425{
3426   bug_94764
3427   Memcheck:Leak
3428   fun:_Znw*
3429   fun:_ZN8remoting13ClientSession11UnpressKeysEv
3430   fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
3431}
3432{
3433   bug_95448
3434   Memcheck:Leak
3435   fun:_Znw*
3436   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEEEE8allocateEjPKv
3437   fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv
3438   fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_
3439   fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_
3440   fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_
3441   fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_tree_iteratorIS7_ERKS7_
3442   fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
3443   fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
3444   fun:_ZN4base15DictionaryValue3SetERKSsPNS_5ValueE
3445   fun:_ZN4base15DictionaryValue9SetStringERKSsRKSbItNS_20string16_char_traitsESaItEE
3446   fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
3447   fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoESaIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
3448}
3449{
3450   bug_95902
3451   Memcheck:Leak
3452   ...
3453   fun:xdg_mime_init
3454   fun:xdg_mime_get_mime_type_from_file_name
3455   fun:*GetFileMimeTypeE*
3456   fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs
3457   fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs
3458   fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs
3459   fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileE*
3460   fun:_ZN3net19GetMimeTypeFromFileE*
3461}
3462{
3463   bug_96069
3464   Memcheck:Leak
3465   fun:_Znw*
3466   fun:_ZN3net9HttpCache13CreateBackendEPPN10disk_cache7BackendEP14CallbackRunnerI6Tuple1IiEE
3467   fun:_ZN3net9HttpCache17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
3468   ...
3469   fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8CallbackIFvvEEE
3470}
3471{
3472   bug_96365
3473   Memcheck:Leak
3474   fun:_Znw*
3475   fun:_ZN27PasswordManagerDelegateImpl33AddSavePasswordInfoBarIfPermittedEP19PasswordFormManager
3476   fun:_ZN15PasswordManager23OnPasswordFormsRenderedERKSt6vectorIN6webkit5forms12PasswordFormESaIS3_EE
3477}
3478{
3479   bug_96369
3480   Memcheck:Leak
3481   fun:malloc
3482   fun:g_malloc
3483   fun:g_slice_alloc
3484   fun:g_slice_alloc0
3485   fun:g_type_create_instance
3486   fun:g_object_constructor
3487   fun:g_object_newv
3488   fun:g_object_new
3489   fun:_gdk_window_impl_new
3490   fun:gdk_window_ensure_native
3491   fun:gdk_x11_drawable_get_xid
3492   fun:_ZN20GtkNativeViewManager14GetIdForWidgetEP10_GtkWidget
3493   fun:_ZNK7content23RenderWidgetHostViewGtk15GetNativeViewIdEv
3494}
3495{
3496   bug_96402
3497   Memcheck:Leak
3498   fun:malloc
3499   fun:g_malloc
3500   fun:g_slice_alloc
3501   fun:g_slice_alloc0
3502   fun:g_type_create_instance
3503   fun:g_object_constructor
3504   fun:g_object_newv
3505   fun:g_object_new
3506   fun:_gdk_window_impl_new
3507   fun:gdk_window_ensure_native
3508   fun:gdk_x11_drawable_get_xid
3509   ...
3510   fun:g_closure_invoke
3511   fun:signal_emit_unlocked_R
3512   fun:g_signal_emit_valist
3513   fun:g_signal_emit
3514   fun:gtk_widget_realize
3515   fun:gtk_widget_set_parent
3516}
3517{
3518   bug_96407
3519   Memcheck:Leak
3520   fun:malloc
3521   fun:g_malloc
3522   fun:g_slice_alloc
3523   fun:g_slice_alloc0
3524   fun:g_type_create_instance
3525   fun:g_object_constructor
3526   fun:g_object_newv
3527   fun:g_object_new
3528   fun:_gdk_window_impl_new
3529   fun:gdk_window_ensure_native
3530   fun:gdk_x11_drawable_get_xid
3531   fun:_ZN19TestWebViewDelegate20CreatePluginDelegateE*
3532}
3533{
3534   bug_96568a
3535   Memcheck:Leak
3536   fun:*alloc
3537   ...
3538   fun:HB_OpenType*
3539   ...
3540   fun:HB_ShapeItem
3541   fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
3542   fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
3543}
3544{
3545   bug_96568b
3546   Memcheck:Leak
3547   ...
3548   fun:HB_NewFace
3549   fun:_ZN7WebCoreL21getCachedHarfbuzzFaceEPNS_16FontPlatformDataE
3550   fun:_ZN7WebCore12HarfbuzzFaceC1EPNS_16FontPlatformDataE
3551   fun:_ZN7WebCore12HarfbuzzFace6createEPNS_16FontPlatformDataE
3552   fun:_ZNK7WebCore16FontPlatformData12harfbuzzFaceEv
3553   fun:_ZN7WebCore21ComplexTextController21setupFontForScriptRunEv
3554}
3555{
3556   bug_98568
3557   Memcheck:Leak
3558   ...
3559   fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv
3560}
3561{
3562   bug_98867
3563   Memcheck:Jump
3564   obj:*
3565   obj:*
3566   obj:*
3567}
3568{
3569   bug_99304
3570   Memcheck:Leak
3571   fun:_Znw*
3572   ...
3573   fun:_ZN2v88internal10PagedSpace11AllocateRawEi
3574   fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi
3575   fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
3576   fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
3577   fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
3578   fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
3579   fun:_ZN2v88internal12Deserializer13VisitPointersEPPNS0_6ObjectES4_
3580}
3581{
3582   bug_99307
3583   Memcheck:Uninitialized
3584   fun:modp_b64_encode
3585   fun:_ZN4base12Base64Encode*
3586   fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap
3587   fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap
3588}
3589{
3590   bug_99308
3591   Memcheck:Leak
3592   fun:malloc
3593   fun:_ZL9toCStringRK9_NPString
3594   fun:_ZL15testPostURLFileP12PluginObjectPK10_NPVariantjPS1_
3595   fun:_ZL12pluginInvokeP8NPObjectPvPK10_NPVariantjPS2_
3596   fun:_ZN7WebCoreL18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
3597}
3598{
3599   bug_99321
3600   Memcheck:Leak
3601   fun:_Znw*
3602   fun:_ZN6WebKit12CCThreadImpl6createEPNS_9WebThreadE
3603   fun:_ZN6WebKit13WebCompositor9setThreadEPNS_9WebThreadE
3604   fun:_ZN11WebViewHostC1EP9TestShell
3605   fun:_ZN9TestShell15createNewWindowERKN6WebKit6WebURLEP16DRTDevToolsAgent
3606}
3607{
3608   bug_99435
3609   Memcheck:Leak
3610   fun:_Znw*
3611   fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3612   fun:_ZN4base11MessageLoop11RunInternalEv
3613   fun:_ZN4base11MessageLoop10RunHandlerEv
3614}
3615{
3616   bug_100043
3617   Memcheck:Leak
3618   fun:_Znw*
3619   fun:_ZN9__gnu_cxx13new_allocatorIN6webkit13WebPluginInfoEE8allocateEjPKv
3620   ...
3621   fun:_ZNSt6vectorIN6webkit13WebPluginInfoESaIS1*
3622}
3623{
3624   bug_101125a
3625   Memcheck:Uninitialized
3626   ...
3627   fun:_ZN6SkScan12AntiFillPathERK6SkPathRK8SkRegionP9SkBlitterb
3628   fun:_ZN6SkScan12AntiFillPathERK6SkPathRK12SkRasterClipP9SkBlitter
3629   fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
3630   fun:_ZN8SkDevice8drawPathERK6SkDrawRK6SkPathRK7SkPaintPK8SkMatrixb
3631   fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
3632   fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
3633   fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
3634   fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
3635   fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
3636}
3637{
3638   bug_101125b
3639   Memcheck:Uninitialized
3640   ...
3641   fun:_ZN6SkScan12AntiFillRectERK6SkRectPK8SkRegionP9SkBlitter
3642   fun:_ZN6SkScan12AntiFillRectERK6SkRectRK12SkRasterClipP9SkBlitter
3643   fun:_ZNK6SkDraw8drawRectERK6SkRectRK7SkPaint
3644   fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
3645   fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
3646   fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
3647   fun:_ZN7WebCore15GraphicsContext20drawHighlightForTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEiRKNS_5ColorENS_10ColorSpaceEii
3648}
3649{
3650   bug_101125c
3651   Memcheck:Uninitialized
3652   ...
3653   fun:_ZL11morphpointsP7SkPointPKS_iR13SkPathMeasureRK8SkMatrix
3654   fun:_ZL9morphpathP6SkPathRKS_R13SkPathMeasureRK8SkMatrix
3655   fun:_ZNK6SkDraw14drawTextOnPathEPKcmRK6SkPathPK8SkMatrixRK7SkPaint
3656   fun:_ZN8SkDevice14drawTextOnPathERK6SkDrawPKvmRK6SkPathPK8SkMatrixRK7SkPaint
3657   fun:_ZN8SkCanvas14drawTextOnPathEPKvmRK6SkPathPK8SkMatrixRK7SkPaint
3658   fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
3659   fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
3660   fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
3661   fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
3662   fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
3663}
3664{
3665   bug_100133
3666   Memcheck:Leak
3667   fun:_Znw*
3668   fun:_Z22RecoveryRegisterHelperP22ComponentUpdateServiceP11PrefService
3669}
3670{
3671   bug_100330
3672   Memcheck:Leak
3673   fun:_Znw*
3674   fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsCompleteEiRK4GURLiPN3IPC7MessageE
3675}
3676{
3677   bug_100647
3678   Memcheck:Leak
3679   fun:_Znw*
3680   fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
3681   fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFetcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs
3682   fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_
3683   fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv
3684   fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
3685}
3686{
3687   bug_100777
3688   Memcheck:Leak
3689   fun:_Znw*
3690   fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateContextEEEPN7content18URLFetcherDelegateEPT_PT0_
3691   fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
3692}
3693{
3694   bug_100916
3695   Memcheck:Leak
3696   fun:_Znw*
3697   fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6WorkerE
3698   ...
3699   fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
3700   fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
3701   fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
3702   fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
3703}
3704{
3705   bug_100982
3706   Memcheck:Leak
3707   fun:_Znw*
3708   fun:_ZN7WebCore12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
3709   fun:_ZNK7WebCore9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24RenderBoxRegionInfoFlagsE
3710   ...
3711   fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
3712}
3713{
3714   bug_101145a
3715   Memcheck:Leak
3716   fun:_Znw*
3717   fun:_ZN2v88internal2OS15CreateSemaphoreEi
3718   fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE
3719   fun:_ZN2v88internal6Logger5SetUpEv
3720   fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE
3721   ...
3722   fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1_12TextPositionEPNS_27WorkerContextExecutionStateE
3723}
3724{
3725   bug_101145b
3726   Memcheck:Leak
3727   fun:_Znw*
3728   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
3729   fun:_ZN7WebCore16V8StringResourceILNS_20V8StringResourceMode*
3730}
3731{
3732   bug_101145c
3733   Memcheck:Leak
3734   fun:_Znw*
3735   fun:_ZN7WebCore*makeExternalString*
3736   ...
3737   fun:_ZN7WebCore11StringCache20v8ExternalStringSlow*
3738   fun:_ZN7WebCore11StringCache16v8ExternalStringEPN*
3739}
3740{
3741   bug_101146d
3742   Memcheck:Leak
3743   fun:_Znw*
3744   fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
3745   fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
3746}
3747{
3748   bug_101151
3749   Memcheck:Leak
3750   fun:_Znw*
3751   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF*StringEEET_*
3752   fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF*StringEEET_*
3753   fun:_ZN7WebCore15V8ParameterBasecvN3WTF*StringEEv
3754   ...
3755   fun:_ZN2v88internalL*HandleApiCall*
3756   obj:*
3757}
3758{
3759   bug_101159
3760   Memcheck:Leak
3761   fun:_Znw*
3762   fun:_ZN7WebCore15NPObjectWrapper10NPAllocateEP4_NPPP7NPClass
3763   fun:_NPN_CreateObject
3764   fun:_ZN7WebCore15NPObjectWrapper6createEP8NPObject
3765   fun:_ZN7WebCore16ScriptController20windowScriptNPObjectEv
3766   fun:_ZNK6WebKit12WebFrameImpl12windowObjectEv
3767   fun:_ZN6webkit5npapi13WebPluginImpl23GetWindowScriptNPObjectEv
3768   fun:NPN_GetValue
3769}
3770{
3771   bug_101345
3772   Memcheck:Leak
3773   fun:_Znw*
3774   fun:_ZN22WebPluginDelegateProxy20CreateResourceClientEmRK4GURLi
3775   fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jibNS1_8ReferrerEbb
3776}
3777{
3778   bug_101347
3779   Memcheck:Leak
3780   fun:_Znw*
3781   fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
3782   fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
3783   fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
3784   fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Graphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
3785   fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy10OnMsgFlushERKNS_12HostResourceE
3786}
3787{
3788   bug_101470
3789   Memcheck:Param
3790   write(buf)
3791   obj:/lib/x86_64-linux-gnu/libc-2.15.so
3792   ...
3793   fun:new_do_write
3794   ...
3795   fun:_ZNK13safe_browsing9PrefixSet9WriteFileE*
3796}
3797{
3798   bug_101750
3799   Memcheck:Leak
3800   fun:malloc
3801   fun:_ZN3WTF10fastMallocEj
3802   fun:_ZN3WTF7HashSetIPN7WebCore16SVGStyledElementENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEEnwEj
3803   fun:_ZN7WebCore21SVGDocumentExtensions18addPendingResourceERKN3WTF12AtomicStringEPNS_16SVGStyledElementE
3804}
3805{
3806   bug_101751
3807   Memcheck:Leak
3808   fun:_Znw*
3809   fun:_ZN7WebCore14SVGFontElement6createERKNS_13QualifiedNameEPNS_8DocumentE
3810   fun:_ZN7WebCoreL15fontConstructorERKNS_13QualifiedNameEPNS_8DocumentEb
3811   fun:_ZN7WebCore17SVGElementFactory16createSVGElementERKNS_13QualifiedNameEPNS_8DocumentEb
3812   fun:_ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb
3813}
3814{
3815   bug_101781
3816   Memcheck:Uninitialized
3817   fun:encode_one_block
3818   fun:encode_mcu_huff
3819   fun:compress_data
3820   fun:process_data_simple_main
3821   fun:chromium_jpeg_write_scanlines
3822   fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
3823   fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageE?PSt6vectorIhSaIhEE
3824   fun:_ZN7history8TopSites12EncodeBitmapE*N3gfx5ImageEP13scoped_refptrIN4base15RefCountedBytesEE
3825   fun:_ZN7history8TopSites16SetPageThumbnailERK4GURL*N3gfx5ImageERK14ThumbnailScore
3826   fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
3827   fun:_ZN7history*ExpireHistoryTest_*
3828}
3829{
3830   bug_101781_d
3831   Memcheck:Uninitialized
3832   fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
3833   fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
3834}
3835{
3836   bug_102257
3837   Memcheck:Uninitialized
3838   ...
3839   fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
3840   fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
3841}
3842{
3843   bug_102327a
3844   Memcheck:Leak
3845   fun:_Znw*
3846   fun:_ZN15tracked_objects10ThreadData10InitializeEv
3847   fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
3848   fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
3849}
3850{
3851   bug_102327b
3852   Memcheck:Leak
3853   fun:_Znw*
3854   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_objects6BirthsENS3_9DeathDataEEEE8allocateE*
3855   ...
3856   fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
3857   fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
3858   fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6Births*
3859   fun:_ZN15tracked_objects10ThreadData3?TallyRun*IfTrackingE*
3860}
3861{
3862   bug_102327c
3863   Memcheck:Leak
3864   fun:_Znw*
3865   fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
3866   fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
3867}
3868{
3869   bug_102327d
3870   Memcheck:Uninitialized
3871   fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
3872   fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
3873   fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4base12TrackingInfoERKNS_11TrackedTimeES7_
3874}
3875{
3876   Intentional leak of stl map during thread cleanup in profiler
3877   Memcheck:Leak
3878   fun:_Znw*
3879   fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
3880}
3881{
3882   bug_102614
3883   Memcheck:Leak
3884   fun:_Znw*
3885   fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Version
3886}
3887{
3888   bug_102831_a
3889   Memcheck:Leak
3890   ...
3891   fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
3892}
3893{
3894   bug_104447
3895   Memcheck:Leak
3896   ...
3897   fun:HB_OpenTypeShape
3898   fun:arabicSyriacOpenTypeShape
3899   fun:HB_ArabicShape
3900   fun:HB_ShapeItem
3901   fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
3902   fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
3903   fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv
3904   fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflowE
3905   fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE
3906   fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
3907   fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
3908   fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
3909}
3910{
3911   # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread.  Sometimes it
3912   # leaks on shutdown instead of getting deleted.  The destructor doesn't do
3913   # anything important, so this shouldn't be a big deal.
3914   bug_104578
3915   Memcheck:Leak
3916   fun:_Znw*
3917   fun:_ZN16ProcessSingletonC1E*
3918   fun:_ZN22ChromeProcessSingletonC1E*
3919}
3920{
3921   bug_104806_a
3922   Memcheck:Leak
3923   fun:_Znw*
3924   ...
3925   fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
3926   fun:_ZN4base12TrackingInfoC?ERKN15tracked_objects8LocationENS_9TimeTicksE
3927}
3928{
3929   bug_104806_b
3930   Memcheck:Leak
3931   fun:_Znw*
3932   ...
3933   fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pairIKS3_S4_EEEixERS8_
3934   fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
3935   fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_
3936}
3937{
3938   bug_105715
3939   Memcheck:Uninitialized
3940   ...
3941   fun:vfprintf
3942   fun:__vsnprintf_chk
3943   fun:_ZN4base9vsnprintfEPcjPKcS0_
3944   fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_
3945   fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc
3946   fun:_ZN4base13StringAppendVEPSsPKcPc
3947   fun:_ZN4base13StringAppendFEPSsPKcz
3948   fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
3949   fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
3950   fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
3951   fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
3952   fun:_ZN4base10JSONWriter16WriteWithOptionsEPKNS_5ValueEbiPSs
3953   fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
3954   fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
3955   fun:_ZN18jstemplate_builder12AppendJsonJSEPKN4base15DictionaryValueEPSs
3956   fun:_ZN19OptionsUIHTMLSource16StartDataRequestERKSsbi
3957   fun:_ZN4base8internal15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEE3RunEPS3_S5_RKbRKi
3958   fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEEEFvRKPS4_S6_RKbRKiEE8MakeItSoES9_SC_S6_SE_SG_
3959   fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEFvRKSsbiEEEFvPS5_S7_biEFvSB_SsbiEEESC_E3RunEPNS0_13BindStateBaseE
3960   fun:_ZNK4base8CallbackIFvvEE3RunEv
3961}
3962{
3963   bug_105744b
3964   Memcheck:Leak
3965   fun:_Znw*
3966   ...
3967   fun:_ZNSt6vector*9push_back*
3968   fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
3969   fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19ConvolutionFilter1DE
3970   fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethodEiiiiRK7SkIRect
3971   fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
3972   fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRect
3973   fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
3974   fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN6WebKit7WebViewEiiP8SkBitmapP14ThumbnailScore
3975   fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
3976   fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
3977}
3978{
3979   bug_105907
3980   Memcheck:Uninitialized
3981   ...
3982   fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
3983   fun:_ZN4skia15ImageOperations11ResizeBasicE*
3984   fun:_ZN4skia15ImageOperations6ResizeE*
3985}
3986{
3987   bug_106183a
3988   Memcheck:Uninitialized
3989   fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
3990   fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
3991   fun:_ZN7WebCore20RenderBoxModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
3992   fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
3993   fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
3994   fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
3995}
3996{
3997   bug_106183b
3998   Memcheck:Uninitialized
3999   fun:_ZN7WebCore21ComplexTextController*
4000   ...
4001   fun:_ZNK7WebCore4Font27selectionRectForComplexTextERKNS_7TextRunERKNS_10FloatPointEiii
4002   fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEiii
4003   fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi
4004   fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi
4005   fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
4006   fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositionE
4007   fun:_ZN7WebCore14FrameSelection14localCaretRectEv
4008   fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv
4009   fun:_ZN7WebCore14FrameSelection16updateAppearanceEv
4010}
4011{
4012   bug_106183c
4013   Memcheck:Uninitialized
4014   fun:_ZN7WebCore21ComplexTextController*
4015   ...
4016   fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4017   fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4018   fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
4019   fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDataEbb
4020   ...
4021   fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE
4022   fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
4023   fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
4024   fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
4025}
4026{
4027   bug_106402
4028   Memcheck:Leak
4029   fun:_Znw*
4030   fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
4031   fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
4032   fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2_26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResourceEES7_EENS_18CompletionCallbackET_RKT0_
4033   fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Graphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
4034   fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResourceE
4035}
4036{
4037   bug_106552
4038   Memcheck:Uninitialized
4039   ...
4040   fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
4041   fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
4042   fun:_ZN13JsonPrefStore13SerializeDataEPSs
4043   fun:_ZN19ImportantFileWriter16DoScheduledWriteEv
4044   fun:_ZN13JsonPrefStore18CommitPendingWriteEv
4045   fun:_ZN13JsonPrefStoreD0Ev
4046   fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
4047   fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_
4048   fun:_ZN11PrefServiceD0Ev
4049   fun:_ZN10scoped_ptrI11PrefServiceED1Ev
4050   fun:_ZN14TestingProfileD2Ev
4051   fun:_ZN23ExtensionTestingProfileD0Ev
4052}
4053{
4054   bug_106912
4055   Memcheck:Leak
4056   fun:_Znw*
4057   fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
4058   fun:_ZN4base14PlatformThread7SetNameEPKc
4059}
4060{
4061   bug_107696
4062   Memcheck:Leak
4063   fun:_Znw*
4064   fun:_ZN7WebCore11iBeamCursorEv
4065   fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResultsEPNS_9ScrollbarE
4066   fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
4067   fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
4068   fun:_ZN6WebKit11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
4069   fun:_ZN6WebKit11WebViewImpl16handleInputEventERKNS_13WebInputEventE
4070   fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
4071}
4072{
4073   bug_107699
4074   Memcheck:Leak
4075   fun:malloc
4076   fun:_ZN3WTF10fastMallocEm
4077   ...
4078   fun:_ZN7WebCore13AnimationBase17ensurePropertyMapEv
4079   fun:_ZN7WebCore13AnimationBase16getNumPropertiesEv
4080   fun:_ZN7WebCore18CompositeAnimation17updateTransitionsEPNS_12RenderObjectEPNS_11RenderStyleES4_
4081   fun:_ZN7WebCore18CompositeAnimation7animateEPNS_12RenderObjectEPNS_11RenderStyleES4_
4082   fun:_ZN7WebCore19AnimationController16updateAnimationsEPNS_12RenderObjectEPNS_11RenderStyleE
4083   fun:_ZN7WebCore12RenderObject18setAnimatableStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4084   fun:_ZN7WebCore4Node14setRenderStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
4085   ...
4086   fun:_ZN7WebCore7Element11recalcStyleENS_4Node11StyleChangeE
4087   fun:_ZN7WebCore8Document11recalcStyleENS_4Node11StyleChangeE
4088   fun:_ZN7WebCore8Document19updateStyleIfNeededEv
4089   fun:_ZN7WebCore8Document12updateLayoutEv
4090   fun:_ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv
4091}
4092{
4093   bug_108146a
4094   Memcheck:Leak
4095   fun:_Znw*
4096   ...
4097   fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24SerializedVarReturnValueE
4098}
4099{
4100   bug_108146b
4101   Memcheck:Param
4102   write(buf)
4103   obj:/lib/tls/i686/cmov/libpthread-2.11.1.so
4104   fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
4105   fun:_ZN3IPC7Channel4SendEPNS_7MessageE
4106   fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
4107   fun:_ZN3IPC18SendCallbackHelper4SendEv
4108}
4109{
4110   bug_108147
4111   Memcheck:Uninitialized
4112   ...
4113   fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
4114   fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
4115   fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
4116   fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
4117   fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
4118   fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4119   fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4120}
4121{
4122   bug_108620
4123   Memcheck:Uninitialized
4124   fun:_ZN7WebCore13PlatformEventC2ENS0_4TypeEbbbbd
4125   fun:_ZN7WebCore18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_13PlatformEvent4TypeEibbbbd
4126   fun:_ZN7WebCore12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE
4127   fun:_ZN7WebCore5TimerINS_12EventHandlerEE5firedEv
4128   fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
4129   fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
4130   fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
4131   fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv
4132}
4133{
4134   bug_108621
4135   Memcheck:Leak
4136   fun:malloc
4137   fun:_ZN3WTF10fastMallocEm
4138   fun:_ZN3WTF10RefCountedIN7WebCore5EventEEnwEm
4139   fun:_ZN7WebCore12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPtrINS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS1_6StringESE_NS9_INS_9DOMWindowEEE
4140   fun:_ZN7WebCore16PostMessageTimer5eventEPNS_22ScriptExecutionContextE
4141   fun:_ZN7WebCore9DOMWindow21postMessageTimerFiredEN3WTF10PassOwnPtrINS_16PostMessageTimerEEE
4142   fun:_ZN7WebCore16PostMessageTimer5firedEv
4143   fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
4144   fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
4145   fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
4146   fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv
4147}
4148{
4149   bug_108622
4150   Memcheck:Leak
4151   fun:_Zna*
4152   fun:_ZN2v88internal8NewArrayIhEEPT*
4153   fun:_ZN2v88internal11RegExpStack14EnsureCapacityEm
4154   fun:_ZN2v88internal16RegExpStackScopeC1EPNS0_7IsolateE
4155   fun:_ZN2v88internal26NativeRegExpMacroAssembler7ExecuteEPNS0_4CodeEPNS0_6String*
4156   fun:_ZN2v88internal26NativeRegExpMacroAssembler5MatchENS0_6HandleINS0_4CodeEEENS2_INS0_6StringEEEPiiiPNS0_7IsolateE
4157   fun:_ZN2v88internal10RegExpImpl*IrregexpExec*ENS0_6HandleINS0_8JSRegExpEEENS2_INS0_6StringEEEiPii
4158}
4159{
4160   bug_108624
4161   Memcheck:Leak
4162   fun:_Znw*
4163   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4164   fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
4165   fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
4166   ...
4167   fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
4168   fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
4169   fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
4170   fun:_ZN7WebCore28V8WorkerContextEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
4171   fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
4172   fun:_ZN7WebCore28V8WorkerContextEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
4173   fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
4174}
4175{
4176   bug_108624a
4177   Memcheck:Leak
4178   fun:_Znw*
4179   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4180   fun:_ZN7WebCore15V8ParameterBase8toStringIN3WTF6StringEEET_v
4181   fun:_ZN7WebCore15V8ParameterBasecvN3WTF6StringEEv
4182   fun:_ZN7WebCore25WebKitBlobBuilderInternal*
4183}
4184{
4185   bug_108628
4186   Memcheck:Leak
4187   fun:_Znw*
4188   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
4189   fun:_ZN7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EE8toStringIN3WTF12AtomicStringEEET_v
4190   fun:_ZN7WebCore16V8StringResourceILNS_20V8StringResourceModeE0EEcvN3WTF12AtomicStringEEv
4191   ...
4192   fun:_ZN7WebCore24XMLHttpRequestV8Internal*
4193   fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4194}
4195{
4196   bug_109495e
4197   Memcheck:Leak
4198   fun:_Znw*
4199   fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribManager16VertexAttribInfoEEE8allocateEmPKv
4200   fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE11_M_get_nodeEv
4201   fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14_M_create_nodeERKS4_
4202   fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6insertESt14_List_iteratorIS4_ERKS4_
4203   fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2_SaIS4_EE
4204   fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
4205   fun:_ZN3gpu5gles216GLES2DecoderImpl10Initialize*
4206   fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
4207   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4208   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4209}
4210{
4211   bug_109495f
4212   Memcheck:Leak
4213   fun:_Znw*
4214   ...
4215   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4216   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4217   fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
4218   fun:_ZN7WebCore17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0_11RenderStyleE
4219   fun:_ZN7WebCore21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22WebGLContextAttributesE
4220   fun:_ZN7WebCore17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasContextAttributesE
4221   fun:_ZN7WebCore19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE
4222}
4223{
4224   bug_109496
4225   Memcheck:Uninitialized
4226   ...
4227   fun:_ZN7WebCore11ImageBuffer27platformTransformColorSpaceERKN3WTF6VectorIiLm0EEE
4228   fun:_ZN7WebCore11ImageBuffer19transformColorSpaceENS_10ColorSpaceES1_
4229   fun:_ZN7WebCore23RenderSVGResourceFilter17postApplyResourceEPNS_12RenderObjectERPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
4230   ...
4231   fun:_ZN7WebCore14RenderSVGShape5paintERNS_9PaintInfoERKNS_*
4232   ...
4233   fun:_ZN7WebCore13RenderSVGRoot*paint*PaintInfoERKNS_*
4234}
4235{
4236   bug_109872
4237   Memcheck:Leak
4238   fun:_Znw*
4239   fun:_ZN18BrowserProcessImpl29ResourceDispatcherHostCreatedEv
4240   fun:_ZN6chrome26ChromeContentBrowserClient29ResourceDispatcherHostCreatedEv
4241   fun:_ZN22ResourceDispatcherHost*
4242   ...
4243   fun:_ZN7content15BrowserMainLoop21BrowserThreadsStartedEv
4244   fun:_ZN7content15BrowserMainLoop*
4245   ...
4246   fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
4247}
4248{
4249   bug_110734
4250   Memcheck:Leak
4251   fun:_Znw*
4252   fun:_ZN15StartupTimeBomb3ArmERKN4base9TimeDeltaE
4253   fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
4254}
4255{
4256   bug_111186
4257   Memcheck:Leak
4258   fun:_Znw*
4259   fun:_ZN11leveldb_*ChromiumEnv11StartThread*
4260   fun:_ZN11leveldb_*ChromiumEnv8Schedule*
4261   fun:_ZN7leveldb6DBImpl23MaybeScheduleCompactionEv
4262   fun:_ZN7leveldb6DBImpl16MakeRoomForWriteEb
4263   fun:_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE
4264   fun:_ZN17LeveldbValueStore9WriteToDbEPN7leveldb10WriteBatchE
4265   fun:_ZN17LeveldbValueStore3SetEiRKSsRKN4base5ValueE
4266   fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetEiRKSsRKN4base5ValueE
4267   fun:_ZN10extensions23SyncableSettingsStorage3SetEiRKSsRKN4base5ValueE
4268}
4269{
4270   bug_111341
4271   Memcheck:Leak
4272   fun:malloc
4273   fun:_ZN3WTF10fastMallocEm
4274   fun:_ZN7WebCore17ClipboardChromiumnwEm
4275   fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF10PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
4276}
4277{
4278   bug_111669
4279   Memcheck:Leak
4280   fun:_Znw*
4281   fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
4282}
4283{
4284   bug_112278
4285   Memcheck:Uninitialized
4286   fun:fetch_texel_2d_f_rgba8888
4287   fun:sample_2d_linear
4288   fun:sample_linear_2d
4289   fun:fetch_texel_lod
4290   fun:fetch_texel
4291   fun:_mesa_execute_program
4292   fun:run_program
4293   fun:_swrast_exec_fragment_program
4294   fun:shade_texture_span
4295   fun:_swrast_write_rgba_span
4296   fun:general_triangle
4297   fun:_swrast_validate_triangle
4298   fun:_swrast_Triangle
4299   fun:triangle_rgba
4300   fun:_tnl_render_triangles_elts
4301   fun:run_render
4302   fun:_tnl_run_pipeline
4303   fun:_tnl_draw_prims
4304   fun:_tnl_vbo_draw_prims
4305   fun:vbo_validated_drawrangeelements
4306   fun:vbo_exec_DrawElements
4307   fun:neutral_DrawElements
4308}
4309{
4310   bug_112278b
4311   Memcheck:Uninitialized
4312   fun:fetch_texel_2d_f_rgba8888
4313   fun:sample_2d_nearest
4314   fun:sample_nearest_2d
4315   fun:fetch_texel_lod
4316   fun:fetch_texel
4317   fun:_mesa_execute_program
4318   fun:run_program
4319   fun:_swrast_exec_fragment_program
4320   fun:shade_texture_span
4321   fun:_swrast_write_rgba_span
4322   fun:general_triangle
4323   ...
4324   fun:_swrast_Triangle
4325   fun:triangle_rgba
4326   ...
4327   fun:run_render
4328   fun:_tnl_run_pipeline
4329   fun:_tnl_draw_prims
4330   fun:_tnl_vbo_draw_prims
4331}
4332{
4333   bug_112315
4334   Memcheck:Leak
4335   fun:_Znw*
4336   fun:_ZN2v88internal21NativeObjectsExplorer18FindOrAddGroupInfoEPKc
4337   ...
4338   fun:_ZN2v88internal21NativeObjectsExplorer27IterateAndExtractReferencesEPNS0_23SnapshotFillerInterfaceE
4339   fun:_ZN2v88internal21HeapSnapshotGenerator25CountEntriesAndReferencesEv
4340   fun:_ZN2v88internal21HeapSnapshotGenerator16GenerateSnapshotEv
4341   fun:_ZN2v88internal12HeapProfiler16TakeSnapshotImplEPKciPNS_15ActivityControlE
4342   ...
4343   fun:_ZN2v88internal12HeapProfiler12TakeSnapshotEPNS0_6StringEiPNS_15ActivityControlE
4344   fun:_ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeEPNS_15ActivityControlE
4345   fun:_ZL13GetNumObjectsPKc
4346}
4347{
4348   bug_112450_b
4349   Memcheck:Unaddressable
4350   fun:_ZN7WebCore15PlatformSupport25loadPlatformAudioResourceEPKcd
4351   fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf
4352   fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WTF6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_
4353   fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif
4354   fun:_ZN7WebCore12HRTFDatabaseC1Ef
4355   fun:_ZN7WebCore12HRTFDatabase6createEf
4356   fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv
4357   fun:_ZN7WebCoreL19databaseLoaderEntryEPv
4358   fun:_ZN3WTFL16threadEntryPointEPv
4359}
4360{
4361   bug_112594_a
4362   Memcheck:Leak
4363   ...
4364   fun:NPP_New
4365   fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
4366   fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
4367   fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISsSaISsEES9_PNS0_9WebPluginEb
4368   fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN6WebKit18WebPluginContainerE
4369   fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
4370   fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
4371   fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
4372   fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
4373}
4374{
4375   bug_112594_b
4376   Memcheck:Unaddressable
4377   fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jibNS1_8ReferrerEbb
4378   fun:_ZN6webkit5npapi13WebPluginImpl16HandleURLRequestEPKcS3_S3_S3_jibb
4379   fun:_ZN6webkit5npapi14PluginInstance10RequestURLEPKcS3_S3_S3_jbPv
4380   fun:GetURLNotify
4381   fun:NPN_GetURLNotify
4382   fun:_ZN10PluginTest16NPN_GetURLNotifyEPKcS1_Pv
4383   fun:_ZN34GetURLNotifyWithURLThatFailsToLoad7NPP_NewEPctsPS0_S1_P12_NPSavedData
4384   fun:NPP_New
4385   fun:_ZN6webkit5npapi14PluginInstance7NPP_NewEtsPPcS3_
4386   fun:_ZN6webkit5npapi14PluginInstance5StartERK4GURLPPcS6_ib
4387   fun:_ZN6webkit5npapi21WebPluginDelegateImpl10InitializeERK4GURLRKSt6vectorISsSaISsEES9_PNS0_9WebPluginEb
4388   fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN6WebKit18WebPluginContainerE
4389   fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
4390   fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
4391   fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
4392   fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
4393}
4394{
4395   bug_112594_c
4396   Memcheck:Unaddressable
4397   fun:_ZN27DocumentOpenInDestroyStream17NPP_DestroyStreamEP9_NPStreams
4398   fun:NPP_DestroyStream
4399   fun:_ZN6webkit5npapi14PluginInstance17NPP_DestroyStreamEP9_NPStreams
4400   fun:_ZN6webkit5npapi12PluginStream5CloseEs
4401   fun:_ZN6webkit5npapi15PluginStreamUrl5CloseEs
4402   fun:_ZN6webkit5npapi15PluginStreamUrl16DidFinishLoadingEv
4403   fun:_ZN6webkit5npapi13WebPluginImpl16didFinishLoadingEPN6WebKit12WebURLLoaderEd
4404}
4405{
4406   bug_112594_d
4407   Memcheck:Leak
4408   fun:malloc
4409   fun:NPN_MemAlloc
4410   fun:*Enumerate*ObjectPPPvPj
4411   fun:_ZN7WebCore26npObjectPropertyEnumerator*Info*
4412   ...
4413   fun:_ZN2v88internal28Runtime_GetPropertyNamesFast*IsolateE
4414}
4415{
4416   bug_112573
4417   Memcheck:Leak
4418   fun:_Znw*
4419   fun:_ZN2v88internal2OS15CreateSemaphoreEi
4420   fun:_ZN2v88internal8ProfilerC1EPNS0_7IsolateE
4421   fun:_ZN2v88internal6Logger5SetUpEv
4422   fun:_ZN2v88internal7Isolate4InitEPNS0_12DeserializerE
4423   fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE
4424   fun:_ZN2v88internal8Snapshot11DeserializeEPKhi
4425   fun:_ZN2v88internal8Snapshot10InitializeEPKc
4426   fun:_ZN2v8L16InitializeHelperEv
4427   fun:_ZN2v8L27EnsureInitializedForIsolateEPNS_8internal7IsolateEPKc
4428   fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_
4429   fun:_ZN7WebCore27WorkerContextExecutionProxy19initContextIfNeededEv
4430   fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1_12TextPositionEPNS_27WorkerContextExecutionStateE
4431   fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_11ScriptValueE
4432   fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE
4433   fun:_ZN7WebCore12WorkerThread12workerThreadEv
4434   fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
4435   fun:_ZN3WTFL16threadEntryPointEPv
4436}
4437{
4438   bug_112835
4439   Memcheck:Unaddressable
4440   ...
4441   fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge4stopEv
4442   fun:_ZN6WebKit31WorkerFileSystemContextObserver10notifyStopEv
4443   fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
4444   fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecutionContextE
4445   fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
4446   fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
4447}
4448{
4449   bug_113076
4450   Memcheck:Uninitialized
4451   fun:_ZN5mediaL19ConvertYUVToRGB32_CEhhhPh
4452   fun:_ZN5media35LinearScaleYUVToRGB32RowWithRange_CEPKhS1_S1_Phiii
4453   fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
4454   fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7SkIRectPhiS5_S8_S8_
4455}
4456{
4457   bug_115294
4458   Memcheck:Leak
4459   fun:_Znw*
4460   ...
4461   fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters
4462}
4463{
4464   bug_115419_1
4465   Memcheck:Uninitialized
4466   fun:fetch_texel_2d_f_rgba8888
4467   fun:texture_get_row
4468   fun:fast_read_rgba_pixels
4469   fun:read_rgba_pixels
4470   fun:_swrast_ReadPixels
4471   fun:_mesa_ReadPixels
4472   fun:glReadPixels
4473   fun:_ZN3gpu5gles216GLES2DecoderImpl16HandleReadPixelsEjRKNS0_10ReadPixelsE
4474   fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
4475   fun:_ZN3gpu13CommandParser14ProcessCommandEv
4476   fun:_ZN3gpu12GpuScheduler10PutChangedEv
4477   fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
4478}
4479{
4480   bug_115419_2
4481   Memcheck:Uninitialized
4482   fun:get_src_arg_mask
4483   fun:_mesa_remove_extra_move_use
4484   fun:_mesa_optimize_program
4485   fun:_Z16get_mesa_programP14__GLcontextRecP17gl_shader_programP9gl_shader
4486   fun:_mesa_ir_link_shader
4487   fun:_mesa_glsl_link_shader
4488   fun:link_program
4489   fun:_mesa_LinkProgramARB
4490   fun:glLinkProgram
4491   ...
4492   fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgram*
4493   fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgram*
4494   fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
4495   fun:_ZN3gpu13CommandParser14ProcessCommandEv
4496   fun:_ZN3gpu12GpuScheduler10PutChangedEv
4497   fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
4498}
4499{
4500   bug_116475
4501   Memcheck:Uninitialized
4502   ...
4503   fun:_ZNK4base9Histogram11BucketIndexEi
4504   fun:_ZN4base9Histogram3AddEi
4505   fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciiii
4506   fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii
4507   fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPasses*
4508   fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
4509   fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
4510}
4511{
4512   bug_118890_a
4513   Memcheck:Leak
4514   ...
4515   fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
4516   fun:_ZN8notifier5Login15StartConnectionEv
4517   fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
4518}
4519{
4520   bug_118890_b
4521   Memcheck:Leak
4522   fun:_Znw*
4523   fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
4524}
4525{
4526   bug_121729
4527   Memcheck:Leak
4528   ...
4529   fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
4530   fun:_ZN7WebCoreL12parseUASheetEPKcj
4531   ...
4532   fun:_ZN7WebCore7Element16styleForRendererE*
4533}
4534{
4535   bug_122177
4536   Memcheck:Leak
4537   ...
4538   fun:_ZN7history16InMemoryURLIndex23PostSaveToCacheFileTaskEv
4539   fun:_ZN7history16InMemoryURLIndex8ShutDownEv
4540   fun:_ZN14HistoryService13UnloadBackendEv
4541   fun:_ZN14HistoryService7CleanupEv
4542}
4543{
4544   bug_122189
4545   Memcheck:Leak
4546   fun:_Znw*
4547   fun:_ZN6WebKit16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserClientERKNS1_5ColorE
4548   fun:_ZN7WebCore6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5ColorE
4549   fun:_ZN7WebCore14ColorInputType22handleDOMActivateEventEPNS_5EventE
4550   fun:_ZN7WebCore16HTMLInputElement19defaultEventHandlerEPNS_5EventE
4551   fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE
4552   fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE
4553}
4554{
4555   bug_122192
4556   Memcheck:Leak
4557   fun:_Znw*
4558   ...
4559   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4560   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4561   fun:_ZN14webkit_support23CreateGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesEPNS0_7WebViewEb
4562   fun:_ZN11WebViewHost23createGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
4563   fun:_ZN6WebKit11WebViewImpl33createCompositorGraphicsContext3DEv
4564   fun:_ZN6WebKit11WebViewImpl15createContext3DEv
4565}
4566{
4567   bug_122195
4568   Memcheck:Leak
4569   ...
4570   fun:_ZNSt3*insert*
4571   fun:_ZN3gpu5gles219GLES2Implementation15GetStringHelperEj
4572   fun:_ZN3gpu5gles219GLES2Implementation9GetStringEj
4573   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl9getStringEj
4574   fun:_ZN7WebCore24GraphicsContext3DPrivate9getStringEj
4575   fun:_ZN7WebCore24GraphicsContext3DPrivate20initializeExtensionsEv
4576   fun:_ZN7WebCore24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE
4577   fun:_ZN7WebCore20Extensions3DChromium8supportsERKN3WTF6StringE
4578}
4579{
4580   bug_122201
4581   Memcheck:Unaddressable
4582   fun:_ZN3WTF17ChromiumThreading16callOnMainThreadEPFvPvES1_
4583   fun:_ZN3WTF16callOnMainThreadEPFvPvES0_
4584}
4585{
4586   bug_122245a
4587   Memcheck:Uninitialized
4588   ...
4589   fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
4590   fun:_ZN15SkScalerContext10getMetricsEP7SkGlyph
4591   fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
4592}
4593{
4594   bug_122245b
4595   Memcheck:Uninitialized
4596   ...
4597   fun:_ZNK6SkRect8roundOutEP7SkIRect
4598   fun:_ZN15SkScalerContext10getMetricsEP7SkGlyph
4599   fun:_ZN12SkGlyphCache13lookupMetricsEjNS_11MetricsTypeE
4600   fun:_ZN12SkGlyphCache17getGlyphIDMetricsEt
4601   fun:_ZL22sk_getMetrics_glyph_00P12SkGlyphCachePPKcii
4602   fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
4603   fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
4604   fun:_ZN11SkGpuDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
4605   fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
4606   fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
4607   fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
4608   fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4609   fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
4610   fun:_ZN7WebCore15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointE
4611   fun:_ZN7WebCore24CanvasRenderingContext2D16drawTextInternalERKN3WTF6StringEffbfb
4612   fun:_ZN7WebCore24CanvasRenderingContext2D10strokeTextERKN3WTF6StringEfff
4613   fun:_ZN7WebCore32CanvasRenderingContext2DInternalL18strokeTextCallbackERKN2v89ArgumentsE
4614   fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4615   fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4616}
4617{
4618   bug_122429
4619   Memcheck:Leak
4620   fun:_Znw*
4621   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4622   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4623   fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
4624   fun:_ZN13TestWebPlugin10initializeEPN6WebKit18WebPluginContainerE
4625   fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
4626}
4627{
4628   bug_122431
4629   Memcheck:Leak
4630   fun:_Znw*
4631   fun:_ZN11WebViewHost12createPluginEPN6WebKit8WebFrameERKNS0_15WebPluginParamsE
4632   fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6StringELm0EEESF_RKSC_b
4633   fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
4634   fun:_ZN7WebCore14SubframeLoader13requestPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7_Lm0EEESD_b
4635   fun:_ZN7WebCore14SubframeLoader13requestObjectEPNS_22HTMLPlugInImageElementERKN3WTF6StringERKNS3_12AtomicStringES6_RKNS3_6VectorIS4_Lm0EEESD_
4636   fun:_ZN7WebCore16HTMLEmbedElement12updateWidgetENS_20PluginCreationOptionE
4637}
4638{
4639   bug_122435a
4640   Memcheck:Leak
4641   fun:_Zna*
4642   fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
4643   fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContext*SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
4644   fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
4645   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4646   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4647}
4648{
4649   bug_122435b
4650   Memcheck:Leak
4651   fun:_Znw*
4652   fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribManager16VertexAttribInfoEEE8allocateEmPKv
4653   fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE11_M_get_nodeEv
4654   fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14_M_create_nodeERKS4_
4655   fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6insertESt14_List_iteratorIS4_ERKS4_
4656   fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2_SaIS4_EE
4657   fun:_ZN3gpu5gles219VertexAttribManager6EnableEjb
4658}
4659{
4660   bug_122436
4661   Memcheck:Leak
4662   fun:_Znw*
4663   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEEEE8allocateEmPKv
4664   fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE11_M_get_nodeEv
4665   fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE14_M_create_nodeERKS7_
4666   fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_
4667   fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE16_M_insert_uniqueERKS7_
4668   fun:_ZNSt8_Rb_treeIjSt4pairIKj10linked_ptrIN3gpu13CommonDecoder6BucketEEESt10_Select1stIS7_ESt4lessIjESaIS7_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS7_ERKS7_
4669   fun:_ZNSt3mapIj10linked_ptrIN3gpu13CommonDecoder6BucketEESt4lessIjESaISt4pairIKjS4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
4670   fun:_ZNSt3mapIj10linked_ptrIN3gpu13CommonDecoder6BucketEESt4lessIjESaISt4pairIKjS4_EEEixERS8_
4671   fun:_ZN3gpu13CommonDecoder12CreateBucketEj
4672}
4673{
4674   bug_122437
4675   Memcheck:Leak
4676   fun:_Znw*
4677   ...
4678   fun:_ZN3gpu19MappedMemoryManager5Alloc*
4679   fun:_ZN3gpu5gles219GLES2Implementation24MapTexSubImage2DCHROMIUM*
4680   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl24mapTexSubImage2DCHROMIUM*
4681   fun:_ZN7WebCore24GraphicsContext3DPrivate24mapTexSubImage2DCHROMIUM*
4682   fun:_ZN7WebCore20Extensions3DChromium24mapTexSubImage2DCHROMIUM*
4683   fun:_ZN7WebCore20LayerTextureSubImage24uploadWithMapTexSubImageEPKhRKNS_7IntRectES5_S5_jPNS_17GraphicsContext3DE
4684   fun:_ZN7WebCore20LayerTextureSubImage6uploadEPKhRKNS_7IntRectES5_S5_jPNS_17GraphicsContext3DE
4685   fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater17updateTextureRectEPNS_17GraphicsContext3DEPNS_16TextureAllocatorEPNS_14ManagedTextureERKNS_7IntRectES9_
4686   fun:_ZN7WebCore31BitmapCanvasLayerTextureUpdater7Texture10updateRectEPNS_17GraphicsContext3DEPNS_16TextureAllocatorERKNS_7IntRectES8_
4687}
4688{
4689   bug_122454
4690   Memcheck:Leak
4691   fun:_Znw*
4692   fun:_ZN11GrGLTexture4initEP7GrGpuGLRKNS_4DescEPKN16GrGLRenderTarget4DescE
4693   fun:_ZN11GrGLTextureC1EP7GrGpuGLRKNS_4DescE
4694   fun:_ZN7GrGpuGL15onCreateTextureERK13GrTextureDescPKvm
4695   fun:_ZN5GrGpu13createTextureERK13GrTextureDescPKvm
4696   fun:_ZN9GrContext20createAndLockTextureEmPK14GrSamplerStateRK13GrTextureDescPvm
4697   fun:_Z27sk_gr_create_bitmap_textureP9GrContextmPK14GrSamplerStateRK8SkBitmap
4698   fun:_ZN11SkGpuDevice17lockCachedTextureERK8SkBitmapPK14GrSamplerState
4699}
4700{
4701   bug_122455
4702   Memcheck:Leak
4703   fun:_Znw*
4704   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISsEE8allocateEmPKv
4705   fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE11_M_get_nodeEv
4706   fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE14_M_create_nodeERKSs
4707   fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKSs
4708   fun:_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueERKSs
4709   fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs
4710   fun:_ZN3gpu5gles219GLES2Implementation32GetRequestableExtensionsCHROMIUMEv
4711   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl32getRequestableExtensionsCHROMIUMEv
4712   fun:_ZN7WebCore24GraphicsContext3DPrivate20initializeExtensionsEv
4713   fun:_ZN7WebCore24GraphicsContext3DPrivate17supportsExtensionERKN3WTF6StringE
4714}
4715{
4716   bug_122457
4717   Memcheck:Leak
4718   fun:malloc
4719   fun:_ZN3WTF10fastMallocEm
4720   fun:_ZN3WTF10RefCountedIN7WebCore7ArchiveEEnwEm
4721   fun:_ZN7WebCore12MHTMLArchive6createEv
4722   ...
4723   fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
4724   fun:_ZN7WebCore11MHTMLParser12parseArchiveEv
4725   fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
4726   fun:_ZN7WebCoreL20archiveFactoryCreateINS_12MHTMLArchiveEEEN3WTF10PassRefPtrINS_7ArchiveEEERKNS_4KURLEPNS_12SharedBufferE
4727   fun:_ZN7WebCore14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6StringE
4728   ...
4729   fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
4730   fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd
4731}
4732{
4733   bug_122670
4734   Memcheck:Leak
4735   fun:_Znw*
4736   fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1Ev
4737   fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS*
4738   fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS*
4739   fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS*
4740   fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS*
4741}
4742{
4743   bug_122716
4744   Memcheck:Leak
4745   fun:_Znw*
4746   fun:_ZN9__gnu_cxx13new_allocatorISsE8allocate*
4747   fun:_ZNSt12_Vector_baseISsSaISsEE11_M_allocate*
4748   fun:_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs
4749   fun:_ZNSt6vectorISsSaISsEE9push_backERKSs
4750   fun:_ZN4baseL12SplitStringTISsEEvRKT_NS1_10value_typeEbPSt6vectorIS1_SaIS1_EE
4751}
4752{
4753   bug_122717_use_after_free
4754   Memcheck:Unaddressable
4755   fun:__pthread_mutex_unlock_usercnt
4756   fun:_ZN4base8internal8LockImpl6UnlockEv
4757   fun:_ZN4base4Lock7ReleaseEv
4758   fun:_ZN4base8AutoLockD1Ev
4759   fun:_ZN5gdata15GDataFileSystem21RunTaskOnIOThreadPoolERKN4base8CallbackIFvvEEE
4760}
4761{
4762   bug_122717_leak
4763   Memcheck:Leak
4764   fun:_Znw*
4765   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
4766   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
4767   fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
4768   fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_
4769   fun:_ZN5gdata15GDataFileSystem29PostBlockingPoolSequencedTaskERKSsRKN15tracked_objects8LocationERKN4base8CallbackIFvvEEE
4770   fun:_ZN5gdata15GDataFileSystem8SaveFeedE10scoped_ptrIN4base5ValueEE*
4771   fun:_ZN5gdata15GDataFileSystem14OnGetDocumentsEPNS0_18GetDocumentsParamsENS_14GDataErrorCodeE10scoped_ptrIN4base5ValueEE
4772}
4773{
4774   bug_122733
4775   Memcheck:Leak
4776   fun:_Znw*
4777   fun:_ZN9__gnu_cxx13new_allocatorINS_15_Hashtable_nodeISsEEE8allocateEmPKv
4778   fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE11_M_get_nodeEv
4779   fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE11_M_new_nodeERKSs
4780   fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE22insert_unique_noresizeERKSs
4781   fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE13insert_uniqueERKSs
4782   fun:_ZN9__gnu_cxx8hash_setISsNS_4hashISsEESt8equal_toISsESaISsEE6insertERKSs
4783   fun:_ZN13safe_browsing6Scorer6CreateERKN4base16BasicStringPieceISsEE
4784   fun:_ZN13safe_browsing24PhishingClassifierFilter18OnSetPhishingModelERKSs
4785}
4786{
4787   bug_122733b
4788   Memcheck:Leak
4789   fun:_Znw*
4790   ...
4791   fun:_ZN13safe_browsing15ClientSideModel27MergePartialFromCodedStreamEPN6google8protobuf2io16CodedInputStreamE
4792   fun:_ZN6google8protobuf11MessageLite14ParseFromArrayEPKvi
4793   fun:_ZN13safe_browsing6Scorer6CreateERKN4base16BasicStringPieceISsEE
4794   fun:_ZN13safe_browsing24PhishingClassifierFilter18OnSetPhishingModelERKSs
4795}
4796{
4797   bug_122752a
4798   Memcheck:Unaddressable
4799   fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE
4800   fun:_ZN7WebCore13CCThreadProxy18finishAllRenderingEv
4801   fun:_ZN7WebCore15CCLayerTreeHost18finishAllRenderingEv
4802   fun:_ZN6WebKit16WebLayerTreeView18finishAllRenderingEv
4803   fun:_ZN6WebKit11WebViewImpl33setIsAcceleratedCompositingActiveEb
4804   fun:_ZN6WebKit11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
4805}
4806{
4807   bug_122752b
4808   Memcheck:Unaddressable
4809   fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE
4810   fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv
4811   fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv
4812   fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv
4813   fun:_ZN7WebCore13LayerChromium11removeChildEPS0_
4814   fun:_ZN7WebCore13LayerChromium16removeFromParentEv
4815   fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv
4816}
4817{
4818   bug_123307
4819   Memcheck:Leak
4820   fun:malloc
4821   fun:_ZN3WTF10fastMallocEm
4822   fun:_ZN3WTF16fastZeroedMallocEm
4823   ...
4824   fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS3_EERKj
4825   fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6ObjectEEE
4826   fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5ValueEEEPNS1_9StateBaseE
4827   fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
4828   fun:_ZN7WebCore21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
4829   fun:_ZN7WebCore21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb
4830   fun:_ZN7WebCoreL25handlePostMessageCallbackERKN2v89ArgumentsEb
4831   fun:_ZN7WebCore11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE
4832   fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4833   fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4834}
4835{
4836   bug_124156
4837   Memcheck:Leak
4838   fun:_Znw*
4839   ...
4840   fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
4841   fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLRequestEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
4842   fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURLRequestEPNS1_18WebURLLoaderClientE
4843}
4844{
4845   bug_124488
4846   Memcheck:Leak
4847   fun:malloc
4848   fun:strdup
4849   ...
4850   fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv
4851   fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
4852   fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
4853   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
4854   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
4855}
4856{
4857   bug_124496
4858   Memcheck:Leak
4859   fun:_Znw*
4860   ...
4861   fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi
4862}
4863{
4864   bug_124500
4865   Memcheck:Leak
4866   fun:_Znw*
4867   fun:_ZN9__gnu_cxx13new_allocatorIN6webkit17WebPluginMimeTypeEE8allocateEmPKv
4868   fun:_ZNSt12_Vector_baseIN6webkit17WebPluginMimeTypeESaIS1_EE11_M_allocateEm
4869   fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_
4870   fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE9push_backERKS1_
4871   fun:_ZN6webkit5npapi9PluginLib20ParseMIMEDescriptionERKSsPSt6vectorINS_17WebPluginMimeTypeESaIS5_EE
4872   fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoE*
4873   fun:_ZN6webkit5npapi10PluginList14ReadPluginInfoE*
4874   fun:_ZN6webkit5npapi10PluginList10LoadPluginE*
4875   fun:_ZN17UtilityThreadImpl13OnLoadPluginsE*
4876}
4877{
4878   bug_127716
4879   Memcheck:Leak
4880   fun:_Znw*
4881   fun:_ZN3gfx5ImageC1ERK8SkBitmap
4882   fun:_ZN16BrowserThemePack16LoadRawBitmapsToE*
4883   fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension
4884   fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
4885}
4886{
4887   bug_130362
4888   Memcheck:Leak
4889   fun:_Znw*
4890   fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
4891   fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
4892   fun:_ZN12invalidation22InvalidationClientImpl5StartEv
4893   fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerEPNS_11StateWriterE
4894   fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
4895   fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
4896}
4897{
4898   bug_130449
4899   Memcheck:Leak
4900   fun:_Znw*
4901   fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
4902   fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingStateBlobEv
4903   fun:_ZN12invalidation22InvalidationClientImpl5StartEv
4904   fun:_ZN6syncer24SyncInvalidationListener5StartERKSsS2_S2_RKSt3mapIN8syncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleINS_24InvalidationStateTrackerEEEPNS0_8ListenerE
4905   fun:_ZN6syncer20InvalidationNotifier17UpdateCredentialsERKSsS2_
4906   fun:_ZN6syncer31NonBlockingInvalidationNotifier4Core17UpdateCredentialsERKSsS3_
4907}
4908{
4909   bug_130619
4910   Memcheck:Leak
4911   fun:_Znw*
4912   fun:_ZN7WebCore9ClipRects6createERKS0_
4913   fun:_ZN7WebCore11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
4914   ...
4915   fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE
4916   fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE
4917}
4918{
4919   bug_138058
4920   Memcheck:Uninitialized
4921   ...
4922   fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
4923   fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
4924   fun:_ZN7WebCore12TextTrackCue12getCueAsHTMLEv
4925   fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
4926   fun:_ZN7WebCore16HTMLMediaElement25updateActiveTextTrackCuesEf
4927}
4928{
4929   bug_138060
4930   Memcheck:Uninitialized
4931   fun:_NPN_EvaluateHelper
4932   fun:_NPN_Evaluate
4933   fun:_ZN6WebKit11WebBindings8evaluateEP4_NPPP8NPObjectP9_NPStringP10_NPVariant
4934   fun:_ZL13executeScriptPK12PluginObjectPKc
4935   fun:NPP_Destroy
4936   fun:_ZN6webkit5npapi14PluginInstance11NPP_DestroyEv
4937   fun:_ZN6webkit5npapi21WebPluginDelegateImpl15DestroyInstanceEv
4938   fun:_ZN6webkit5npapi21WebPluginDelegateImplD0Ev
4939   fun:_ZN6webkit5npapi21WebPluginDelegateImpl15PluginDestroyedEv
4940   fun:_ZN6webkit5npapi13WebPluginImpl22TearDownPluginInstanceEPN6WebKit12WebURLLoaderE
4941   fun:_ZN6webkit5npapi13WebPluginImpl12SetContainerEPN6WebKit18WebPluginContainerE
4942   fun:_ZN6webkit5npapi13WebPluginImpl7destroyEv
4943   fun:_ZN6WebKit22WebPluginContainerImplD0Ev
4944   fun:_ZN3WTF10RefCountedIN7WebCore6WidgetEE5derefEv
4945   fun:_ZNSt4pairIN3WTF6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewEED1Ev
4946   fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_E15deallocateTableEPS8_i
4947   fun:_ZN3WTF9HashTableINS_6RefPtrIN7WebCore6WidgetEEESt4pairIS4_PNS2_9FrameViewEENS_18PairFirstExtractorIS8_EENS_7PtrHashIS4_EENS_14PairHashTraitsINS_10HashTraitsIS4_EENSE_IS7_EEEESF_ED1Ev
4948   fun:_ZN3WTF7HashMapINS_6RefPtrIN7WebCore6WidgetEEEPNS2_9FrameViewENS_7PtrHashIS4_EENS_10HashTraitsIS4_EENS9_IS6_EEED1Ev
4949   fun:_ZN7WebCore12RenderWidget28resumeWidgetHierarchyUpdatesEv
4950   fun:_ZN7WebCore7Element6detachEv
4951   fun:_ZN7WebCore13ContainerNode14detachChildrenEv
4952   fun:_ZN7WebCore13ContainerNode6detachEv
4953}
4954{
4955   bug_138220_a
4956   Memcheck:Uninitialized
4957   fun:_ZNK7WebCore16HTMLInputElement8dataListEv
4958   fun:_ZNK7WebCore16HTMLInputElement4listEv
4959   fun:_ZN7WebCore21RenderSliderContainer6layoutEv
4960   fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginInfoERNS_20FractionalLayoutUnitES6_
4961   fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRNS_20FractionalLayoutUnitE
4962   fun:_ZN7WebCore11RenderBlock11layoutBlockEbNS_20FractionalLayoutUnitE
4963   fun:_ZN7WebCore11RenderBlock6layoutEv
4964   fun:_ZN7WebCore12RenderSlider6layoutEv
4965}
4966{
4967   bug_138220_b
4968   Memcheck:Uninitialized
4969   fun:_ZNK7WebCore16HTMLInputElement8dataListEv
4970   fun:_ZNK7WebCore16HTMLInputElement4listEv
4971   fun:_ZN7WebCore11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
4972   fun:_ZN7WebCore24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
4973   fun:_ZN7WebCore11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7IntRectE
4974   fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21FractionalLayoutPointE
4975   fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLayoutPointE
4976}
4977{
4978   bug_138233_a
4979   Memcheck:Leak
4980   fun:malloc
4981   fun:_ZN3WTF10fastMallocEm
4982   fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
4983   fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
4984   fun:_ZNK7WebCore13ScriptProfile4headEv
4985   fun:_ZN7WebCore23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
4986   fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6StringE
4987   fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringEP18PropertyAttributes
4988   fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEENS3_INS0_6StringEEE
4989   fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE
4990}
4991{
4992   bug_138233_b
4993   Memcheck:Leak
4994   fun:malloc
4995   fun:_ZN3WTF10fastMallocEm
4996   fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
4997   fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
4998   fun:_ZNK7WebCore17ScriptProfileNode8childrenEv
4999   fun:_ZN7WebCore27ScriptProfileNodeV8InternalL16childrenCallbackERKN2v89ArgumentsE
5000}
5001{
5002   bug_138522
5003   Memcheck:Leak
5004   fun:_Znw*
5005   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
5006   fun:_ZN7WebCore*V8StringResourceILNS_20V8StringResourceMode*
5007   ...
5008   fun:_ZN7WebCore23WorkerContextV8InternalL22addEventListenerMethodERKN2v89ArgumentsE
5009}
5010{
5011   bug_138712
5012   Memcheck:Uninitialized
5013   fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
5014   fun:_ZN3gfx30JPEGCodec_EncodeDecodeRGB_Test8TestBodyEv
5015}
5016{
5017   bug_16089 WorkerPool threads and its tasks can leak by design
5018   Memcheck:Leak
5019   fun:_Znw*
5020   fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
5021   fun:_ZN4base22PosixDynamicThreadPool8PostTask*
5022}
5023{
5024   bug_139467
5025   Memcheck:Uninitialized
5026   fun:_ZNK7WebCore18AccessibilityTable9roleValueEv
5027   fun:_ZNK7WebCore25AccessibilityRenderObject20ariaLiveRegionStatusEv
5028   fun:_ZNK7WebCore19AccessibilityObject22supportsARIALiveRegionEv
5029   fun:_ZNK7WebCore19AccessibilityObject22supportsARIAAttributesEv
5030   fun:_ZN7WebCore25AccessibilityRenderObject26determineAccessibilityRoleEv
5031   fun:_ZN7WebCore23AccessibilityNodeObject4initEv
5032   fun:_ZN7WebCore25AccessibilityRenderObject4initEv
5033   fun:_ZN7WebCore18AccessibilityTable4initEv
5034}
5035{
5036   bug_139470
5037   Memcheck:Leak
5038   fun:_Znw*
5039   fun:_ZN7WebCore22ThreadableBlobRegistry17unregisterBlobURLERKNS_4KURLE
5040   ...
5041   fun:_ZN7WebCore15WrapperTypeInfo11derefObjectEPv
5042   fun:_ZN7WebCore7DOMData11derefObjectEPNS_15WrapperTypeInfoEPv
5043   fun:_ZN7WebCore7DOMData23WrapperMapObjectRemoverIvE15visitDOMWrapperEPNS_12DOMDataStoreEPvN2v810PersistentINS6_6ObjectEEE
5044   fun:_ZN7WebCore16WeakReferenceMapIvN2v86ObjectEE5visitEPNS_12DOMDataStoreEPNS_24AbstractWeakReferenceMapIvS2_E7VisitorE
5045   fun:_ZN7WebCore7DOMData27removeObjectsFromWrapperMapIvEEvPNS_12DOMDataStoreERNS_24AbstractWeakReferenceMapIT_N2v86ObjectEEE
5046   fun:_ZN7WebCore19removeAllDOMObjectsEv
5047   fun:_ZN7WebCore22WorkerScriptControllerD1Ev
5048   fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_
5049   fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
5050   fun:_ZN7WebCore13WorkerContext11clearScriptEv
5051   fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExecutionContextE
5052   fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
5053   fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredicateENS0_8WaitModeE
5054   fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
5055   fun:_ZN7WebCore12WorkerThread12runEventLoopEv
5056   fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
5057}
5058{
5059   bug_139662
5060   Memcheck:Uninitialized
5061   fun:qcms_transform_data_rgba_out_lut_sse2
5062   fun:qcms_transform_data_type
5063   fun:_ZN7WebCore16JPEGImageDecoder15outputScanlinesEv
5064   fun:_ZN7WebCore15JPEGImageReader6decodeERKNS_12SharedBufferEb
5065}
5066{
5067   bug_139853
5068   Memcheck:Unaddressable
5069   fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture
5070   fun:_ZN7WebCoreL23createAcceleratedCanvas*
5071   fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater17*
5072   fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updateRectEPNS_18CCResourceProviderERKNS_7IntRectES6_
5073   fun:_ZN7WebCore12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_19LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_
5074   fun:_ZN7WebCore16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13TextureCopierEPNS_15TextureUploaderEm
5075   fun:_ZN7WebCore19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE
5076   fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
5077   fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
5078   fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
5079   fun:_ZN6WebKit16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
5080   fun:_ZN6WebKit11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7IntRectE
5081   fun:_ZN6WebKit11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
5082   fun:_ZN11WebViewHost9paintRectERKN6WebKit7WebRectE
5083   fun:_ZN11WebViewHost22paintInvalidatedRegionEv
5084}
5085{
5086   bug_139996
5087   Memcheck:Leak
5088   fun:_Znw*
5089   fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
5090   fun:_ZN7WebCore15toWebCoreStringEN2v86HandleINS0_5ValueEEE
5091   fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE
5092   fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5093   fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5094}
5095{
5096   bug_139998
5097   Memcheck:Leak
5098   fun:*alloc
5099   ...
5100   fun:_ZL23link_intrastage_shadersP14__GLcontextRecP17gl_shader_programPP9gl_shaderj
5101   fun:_Z12link_shadersP14__GLcontextRecP17gl_shader_program
5102   fun:_mesa_glsl_link_shader
5103   fun:link_program
5104   fun:_mesa_LinkProgramARB
5105   fun:glLinkProgram
5106   ...
5107   fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
5108   fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgram*
5109   fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5110   fun:_ZN3gpu13CommandParser14ProcessCommandEv
5111   fun:_ZN3gpu12GpuScheduler10PutChangedEv
5112   fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5113}
5114{
5115   bug_140196
5116   Memcheck:Uninitialized
5117   fun:_ZNK12SkDescriptor6equalsERKS_
5118   fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
5119   ...
5120   fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5121}
5122{
5123   bug_143545
5124   Memcheck:Uninitialized
5125   fun:_ZN4aura10RootWindow10ShowCursorEb
5126   fun:_ZN3ash5Shell10ShowCursorEb
5127   fun:_ZN3ash13CursorManager10ShowCursorEb
5128   fun:_ZN3ash4test11AshTestBase5SetUpEv
5129}
5130{
5131   bug_144118
5132   Memcheck:Unaddressable
5133   fun:NPP_SetWindow
5134   fun:_ZN6webkit5npapi14PluginInstance13NPP_SetWindowEP9_NPWindow
5135   fun:_ZN6webkit5npapi21WebPluginDelegateImpl17WindowedSetWindowEv
5136   fun:_ZN6webkit5npapi21WebPluginDelegateImpl22WindowedUpdateGeometryERKN3gfx4RectES5_
5137   fun:_ZN6webkit5npapi21WebPluginDelegateImpl14UpdateGeometryERKN3gfx4RectES5_
5138   fun:_ZN6webkit5npapi13WebPluginImpl14updateGeometryERKN6WebKit7WebRectES5_RKNS2_9WebVectorIS3_EEb
5139   fun:_ZN6WebKit22WebPluginContainerImpl14reportGeometryEv
5140   fun:_ZN6WebKit22WebPluginContainerImpl12setFrameRectERKN7WebCore7IntRectE
5141   ...
5142   fun:_ZN9TestShell4dumpEv
5143}
5144{
5145   bug_144118_b
5146   Memcheck:Unaddressable
5147   fun:_ZNK3WTF6OwnPtrIN6WebKit14ScrollbarGroupEEcvMS3_PS2_Ev
5148   fun:_ZN6WebKit22WebPluginContainerImpl14reportGeometryEv
5149   fun:_ZN6WebKit22WebPluginContainerImpl12setFrameRectERKN7WebCore7IntRectE
5150   ...
5151   fun:_ZN9TestShell4dumpEv
5152}
5153{
5154   bug_144913
5155   Memcheck:Leak
5156   fun:_Znw*
5157   fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev
5158   fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementationTypeEPN4dbus3BusEPNS_22BluetoothManagerClientE
5159   fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
5160   fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5161   fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5162}
5163{
5164   bug_144913_b
5165   Memcheck:Leak
5166   fun:_Znw*
5167   fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5168   fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5169}
5170{
5171   bug_144913_c
5172   Memcheck:Leak
5173   fun:_Znw*
5174   ...
5175   fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
5176   fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5177   fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5178}
5179{
5180   bug_144930
5181   Memcheck:Leak
5182   fun:_Znw*
5183   fun:_ZL20cachedPaintLuminancef
5184}
5185{
5186   bug_144930_b
5187   Memcheck:Leak
5188   fun:_Znw*
5189   fun:_ZL21cachedDeviceLuminancef
5190}
5191{
5192   bug_145244
5193   Memcheck:Uninitialized
5194   fun:_ZN7WebCore15StyleRuleImport17requestStyleSheetEPNS_13CSSStyleSheetERKNS_16CSSParserContextE
5195   fun:_ZN7WebCore18StyleSheetContents26requestImportedStyleSheetsEPNS_13CSSStyleSheetE
5196}
5197{
5198   bug_145645
5199   Memcheck:Leak
5200   fun:malloc
5201   fun:_ZN3WTF10fastMallocEm
5202   fun:_ZN3WTF10RefCountedIN7WebCore18InjectedScriptHostEEnwEm
5203   fun:_ZN7WebCore18InjectedScriptHost6createEv
5204   fun:_ZN7WebCore21InjectedScriptManagerC1EPFbPNS_11ScriptStateEE
5205   fun:_ZN7WebCore21InjectedScriptManager15createForWorkerEv
5206   fun:_ZN7WebCore25WorkerInspectorControllerC1EPNS_13WorkerContextE
5207}
5208{
5209   bug_145650a
5210   Memcheck:Leak
5211   fun:_Znw*
5212   ...
5213   fun:_ZN14WebDataService10AddKeywordERK15TemplateURLData
5214   fun:_ZN18TemplateURLService11AddNoNotifyEP11TemplateURLb
5215}
5216{
5217   bug_145650b
5218   Memcheck:Leak
5219   fun:_Znw*
5220   fun:_ZN14WebDataService13RemoveKeywordEl
5221   fun:_ZN18TemplateURLService14RemoveNoNotifyEP11TemplateURL
5222   fun:_ZN18TemplateURLService6RemoveEP11TemplateURL
5223   fun:_ZN9protector71DefaultSearchProviderChangeTest_CurrentSearchProviderRemovedByUser_Test19RunTestOnMainThreadEv
5224}
5225{
5226   bug_145650c
5227   Memcheck:Leak
5228   fun:_Znw*
5229   fun:_ZN14WebDataService13UpdateKeywordERK15TemplateURLData
5230   fun:_ZN18TemplateURLService32SetDefaultSearchProviderNoNotifyEP11TemplateURL
5231}
5232{
5233   bug_125692a
5234   Memcheck:Uninitialized
5235   fun:_ZN2v88internal11StoreBuffer28IteratePointersInStoreBufferEPFvPPNS0_10HeapObjectES3_E
5236   fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
5237   fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
5238   fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
5239   fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
5240   fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
5241}
5242{
5243   bug_125692b
5244   Memcheck:Uninitialized
5245   fun:_ZN2v88internal11StoreBuffer7CompactEv
5246   fun:_ZN2v88internal11StoreBuffer19PrepareForIterationEv
5247   fun:_ZN2v88internal11StoreBuffer25IteratePointersToNewSpaceEPFvPPNS0_10HeapObjectES3_E
5248   fun:_ZN2v88internal20MarkCompactCollector29EvacuateNewSpaceAndCandidatesEv
5249   fun:_ZN2v88internal20MarkCompactCollector11SweepSpacesEv
5250   fun:_ZN2v88internal20MarkCompactCollector14CollectGarbageEv
5251   fun:_ZN2v88internal4Heap11MarkCompactEPNS0_8GCTracerE
5252   fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracerE
5253   fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageCollectorEPKcS5_
5254   fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
5255   fun:_ZN2v88internal4Heap17CollectAllGarbageEiPKc
5256   fun:_ZN2v88internal4Heap16IdleNotificationEi
5257   fun:_ZN2v88internal2V816IdleNotificationEi
5258   fun:_ZN2v82V816IdleNotificationEi
5259   fun:_ZN16RenderThreadImpl11IdleHandlerEv
5260}
5261{
5262   bug_145693
5263   Memcheck:Leak
5264   fun:_Znw*
5265   fun:_ZN10extensions18PermissionsUpdater17RecordOAuth2GrantEPKNS_9ExtensionE
5266   fun:_ZN10extensions18PermissionsUpdater22GrantActivePermissionsEPKNS_9ExtensionEb
5267   fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
5268}
5269{
5270   bug_145695
5271   Memcheck:Leak
5272   fun:malloc
5273   fun:NaClDescImcBoundDescAcceptConn
5274   fun:RevRpcHandlerBase
5275   fun:NaClThreadInterfaceStart
5276}
5277{
5278   bug_145696
5279   Memcheck:Leak
5280   fun:_Znw*
5281   fun:_ZN10extensions9TabHelper23OnInlineWebstoreInstallEiiRKSsRK4GURL
5282}
5283{
5284   bug_145697
5285   Memcheck:Leak
5286   fun:_Znw*
5287   ...
5288   fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12ResourceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi
5289   fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit_glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE
5290   fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestStatusERKSsRKN4base9TimeTicksE
5291}
5292{
5293   bug_145698
5294   Memcheck:Leak
5295   fun:_Znw*
5296   fun:_ZN6chrome24ShowSessionCrashedPromptEP7Browser
5297   fun:_ZN25StartupBrowserCreatorImpl22AddInfoBarsIfNecessaryEP7BrowserN6chrome7startup16IsProcessStartupE
5298   fun:_ZN25StartupBrowserCreatorImpl17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS1_EE
5299   fun:_ZN25StartupBrowserCreatorImpl6LaunchEP7ProfileRKSt6vectorI4GURLSaIS3_EEb
5300}
5301{
5302   bug_145699
5303   Memcheck:Leak
5304   fun:_Znw*
5305   fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv
5306   fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv
5307   fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv
5308   fun:_ZN17OAuth2ApiCallFlow5StartEv
5309   fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv
5310}
5311{
5312   bug_145703
5313   Memcheck:Leak
5314   fun:_Znw*
5315   ...
5316   fun:_ZN7content16SiteInstanceImpl10GetProcessEv
5317   fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHostDelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE
5318   fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22RenderViewHostDelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE
5319   fun:_ZN7content21RenderViewHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEi
5320   fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
5321   fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
5322   fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContextEPNS_12SiteInstanceE
5323}
5324{
5325   bug_145704
5326   Memcheck:Leak
5327   fun:_Znw*
5328   fun:_ZN2v88internal5Debug17CreateScriptCacheEv
5329   fun:_ZN2v88internal5Debug16GetLoadedScriptsEv
5330   fun:_ZN2v88internal29Runtime_DebugGetLoadedScriptsENS0_9ArgumentsEPNS0_7IsolateE
5331}
5332{
5333   bug_145705
5334   Memcheck:Leak
5335   fun:_Znw*
5336   fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
5337   fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
5338   fun:_ZN16ExtensionServiceC1E*
5339}
5340{
5341   bug_145708
5342   Memcheck:Leak
5343   fun:_Znw*
5344   fun:_ZN27ExtensionDevToolsClientHostC1EPN7content11WebContentsERKSsS4_i
5345   fun:_ZN22AttachDebuggerFunction7RunImplEv
5346   fun:_ZN17ExtensionFunction3RunEv
5347   fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
5348   fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
5349}
5350{
5351   bug_145712
5352   Memcheck:Leak
5353   fun:_Znw*
5354   fun:_ZN6WebKit25NotificationPresenterImpl17requestPermissionEPN7WebCore22Scri ptExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
5355   fun:_ZN7WebCore18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_1 2VoidCallbackEEE
5356   fun:_ZN7WebCore20V8NotificationCenter25requestPermissionCallbackERKN2v89Argum entsE
5357}
5358{
5359   bug_145723
5360   Memcheck:Leak
5361   fun:_Znw*
5362   fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunctionv
5363   fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
5364   fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHostMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12ExtensionAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
5365   fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_ParamsPN7content14RenderViewHostE
5366   fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Params
5367}
5368{
5369   bug_145733
5370   Memcheck:Leak
5371   fun:_Znw*
5372   fun:_ZN25ExtensionInstallUIDefault35GetNewThemeInstalledInfoBarDelegateEP11TabContentsPKN10extensions9ExtensionERKSsb
5373   fun:_ZN25ExtensionInstallUIDefault16ShowThemeInfoBarERKSsbPKN10extensions9ExtensionEP7Profile
5374   fun:_ZN25ExtensionInstallUIDefault16OnInstallSuccessEPKN10extensions9ExtensionEP8SkBitmap
5375   fun:_ZN22ExtensionInstallPrompt16OnInstallSuccessEPKN10extensions9ExtensionEP8SkBitmap
5376   fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
5377}
5378{
5379   bug_145735
5380   Memcheck:Leak
5381   fun:_Znw*
5382   fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv
5383   fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm
5384   fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_
5385   fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_
5386   fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderEii
5387}
5388{
5389   bug_145747a
5390   Memcheck:Leak
5391   fun:_Znw*
5392   fun:_ZN24TranslateInfoBarDelegate19CreateErrorDelegateEN15TranslateErrors4TypeEP14InfoBarServiceP11PrefServiceRKSsS7_
5393   fun:_ZN16TranslateManager14PageTranslatedEPN7content11WebContentsEP21PageTranslatedDetails
5394   fun:_ZN16TranslateManager7ObserveEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
5395   fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
5396   fun:_ZN18TranslateTabHelper16OnPageTranslatedEiRKSsS1_N15TranslateErrors4TypeE
5397}
5398{
5399   bug_145747b
5400   Memcheck:Leak
5401   fun:_Znw*
5402   fun:_ZN24TranslateInfoBarDelegate19CreateErrorDelegateEN15TranslateErrors4TypeEP14InfoBarServiceP11PrefServiceRKSsS7_
5403   fun:_ZN16TranslateManager18OnURLFetchCompleteEPKN3net10URLFetcherE
5404   fun:_ZN20TranslateManagerTest31SimulateTranslateScriptURLFetchEb
5405}
5406{
5407   bug_146464
5408   Memcheck:Leak
5409   fun:realloc
5410   fun:add_codeset.isra.10
5411   ...
5412   fun:XCreatePixmap
5413   fun:XCreateBitmapFromData
5414   ...
5415   fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4RectE
5416}
5417{
5418   bug_146950
5419   Memcheck:Leak
5420   fun:malloc
5421   fun:get_peer_sock_name
5422   fun:_xcb_get_auth_info
5423   fun:xcb_connect_to_display_with_auth_info
5424   fun:_XConnectXCB
5425   fun:XOpenDisplay
5426   fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
5427}
5428{
5429   bug_147755_a
5430   Memcheck:Leak
5431   fun:_Znw*
5432   fun:_ZN12PluginFinder18GetPluginInstallerERKN6webkit13WebPluginInfoE
5433   fun:_ZN11PluginPrefs30EnablePluginIfPossibleCallbackE*
5434}
5435{
5436   bug_147755_b
5437   Memcheck:Leak
5438   fun:_Znw*
5439   fun:_ZN12PluginFinder17GetPluginMetadataERKN6webkit13WebPluginInfoE
5440   fun:_ZN11PluginPrefs12EnablePluginE*
5441   fun:_ZN15PluginPrefsTest25EnablePluginSynchronouslyE*
5442   fun:_ZN44PluginPrefsTest_UnifiedPepperFlashState_Test8TestBodyEv
5443}
5444{
5445   bug_148637_a
5446   Memcheck:Unaddressable
5447   ...
5448   fun:_ZN9SkPathRef6EditorC1EP12SkAutoTUnrefIS_Eii
5449   fun:_ZN6SkPath10incReserveEj
5450   fun:_ZN7WebCoreL23setPathFromConvexPointsEP6SkPathmPKNS_10FloatPointE
5451   fun:_ZN7WebCore15GraphicsContext17drawConvexPolygonEmPKNS_10FloatPointEb
5452}
5453{
5454   bug_148637_b
5455   Memcheck:Unaddressable
5456   fun:_Z13sk_atomic_incPi
5457   fun:_ZNK8SkRefCnt3refEv
5458   fun:_ZN9SkPathRef11CreateEmptyEv
5459   fun:_ZN6SkPathC1Ev
5460   fun:_ZN11SkClipStack3RecC1EiRK6SkRectN8SkRegion2OpEb
5461   fun:_ZN11SkClipStack11clipDevRectERK6SkRectN8SkRegion2OpEb
5462   fun:_ZN8SkCanvas8clipRectERK6SkRectN8SkRegion2OpEb
5463   fun:_ZN7WebCore15GraphicsContext4clipERKNS_9FloatRectE
5464   fun:_ZN7WebCore15GraphicsContext4clipERKNS_7IntRectE
5465}
5466{
5467   bug_149734a
5468   Memcheck:Leak
5469   fun:malloc
5470   fun:_ZN3WTF10fastMallocEm
5471   fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
5472   fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
5473   fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm
5474   fun:_ZN7WebCore20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_
5475}
5476{
5477   bug_149734b
5478   Memcheck:Leak
5479   fun:malloc
5480   fun:_ZN3WTF10fastMallocEm
5481   fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
5482   fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
5483   fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE15reserveCapacityEm
5484   fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEm
5485   fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEmPKS2_
5486   fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14appendSlowCaseIS2_EEvRKT_
5487   fun:_ZN7WebCore20ElementAttributeData12addAttributeERKNS_9AttributeEPNS_7ElementENS_30SynchronizationOfLazyAttributeE
5488}
5489{
5490   bug_150995
5491   Memcheck:Leak
5492   fun:_Zna*
5493   fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWrite*
5494   fun:_ZN14webkit_support26EncodeWithCompressionLevel*
5495   fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormat*
5496   fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksum*
5497   fun:_ZNK9TestShell9dumpImageEP8SkCanvas
5498   fun:_ZN9TestShell4dumpEv
5499   fun:_ZN9TestShell12testFinishedEP11WebViewHost
5500   fun:_ZN11WebViewHost12testFinishedEv
5501   fun:_ZN13WebTestRunner10TestRunner9WorkQueue15processWorkSoonEv
5502}
5503{
5504   bug_151006
5505   Memcheck:Leak
5506   fun:malloc
5507   fun:uprv_malloc_46
5508   fun:_ZN6icu_467UMemorynwEm
5509   fun:_ZN6icu_4610DateFormat6createENS0_6EStyleES1_RKNS_6LocaleE
5510   fun:_ZN6icu_4610DateFormat22createDateTimeInstanceENS0_6EStyleES1_RKNS_6LocaleE
5511   fun:udat_open_46
5512   fun:_ZNK7WebCore9LocaleICU14openDateFormatE16UDateFormatStyleS1_
5513   fun:_ZN7WebCore9LocaleICU24initializeDateTimeFormatEv
5514   fun:_ZN7WebCore9LocaleICU15shortTimeFormatEv
5515   fun:_ZN7WebCore19DateTimeEditElement6layoutERKNS_9StepRangeERKNS_14DateComponentsERNS_9LocalizerE
5516   fun:_ZN7WebCore19DateTimeEditElement13setEmptyValueERKNS_9StepRangeERKNS_14DateComponentsERNS_9LocalizerE
5517   fun:_ZN7WebCore13TimeInputType20updateInnerTextValueEv
5518   fun:_ZN7WebCore13TimeInputType19createShadowSubtreeEv
5519   fun:_ZN7WebCore16HTMLInputElement10updateTypeEv
5520   fun:_ZN7WebCore16HTMLInputElement14parseAttributeERKNS_9AttributeE
5521   fun:_ZN7WebCore7Element16attributeChangedERKNS_9AttributeE
5522   fun:_ZN7WebCore13StyledElement16attributeChangedERKNS_9AttributeE
5523   fun:_ZN7WebCore7Element19parserSetAttributesERKN3WTF6VectorINS_9AttributeELm0EEENS_27FragmentScriptingPermissionE
5524   fun:_ZN7WebCore20HTMLConstructionSite17createHTMLElementEPNS_15AtomicHTMLTokenE
5525   fun:_ZN7WebCore20HTMLConstructionSite28insertSelfClosingHTMLElementEPNS_15AtomicHTMLTokenE
5526   fun:_ZN7WebCore15HTMLTreeBuilder24processStartTagForInBodyEPNS_15AtomicHTMLTokenE
5527   fun:_ZN7WebCore15HTMLTreeBuilder15processStartTagEPNS_15AtomicHTMLTokenE
5528}
5529{
5530   bug_151007
5531   Memcheck:Leak
5532   fun:malloc
5533   fun:_ZN3WTF10fastMallocEm
5534   fun:_ZN3WTF10RefCountedIN7WebCore15AtomicHTMLTokenEEnwEm
5535   fun:_ZN7WebCore15AtomicHTMLToken6createERNS_9HTMLTokenE
5536   fun:_ZN7WebCore15HTMLTreeBuilder22constructTreeFromTokenERNS_9HTMLTokenE
5537   fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
5538   fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15SynchronousModeE
5539   fun:_ZN7WebCore18HTMLDocumentParser6insertERKNS_15SegmentedStringE
5540   fun:_ZN7WebCore18HTMLDocumentParser21parseDocumentFragmentERKN3WTF6StringEPNS_16DocumentFragmentEPNS_7ElementENS_27FragmentScriptingPermissionE
5541   fun:_ZN7WebCore16DocumentFragment9parseHTMLERKN3WTF6StringEPNS_7ElementENS_27FragmentScriptingPermissionE
5542   fun:_ZN7WebCore31createFragmentForInnerOuterHTMLERKN3WTF6StringEPNS_7ElementENS_27FragmentScriptingPermissionERi
5543   fun:_ZN7WebCore11HTMLElement12setInnerHTMLERKN3WTF6StringERi
5544   fun:_ZN7WebCore21HTMLElementV8InternalL19innerHTMLAttrSetterEN2v85LocalINS1_6StringEEENS2_INS1_5ValueEEERKNS1_12AccessorInfoE
5545   fun:_ZN2v88internal21StoreCallbackPropertyENS0_9ArgumentsEPNS0_7IsolateE
5546   ...
5547   fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
5548}
5549{
5550   bug_151017
5551   Memcheck:Leak
5552   fun:_Znw*
5553   fun:_ZN19GrTextureStripAtlas8GetAtlasERKNS_4DescE
5554   fun:_ZN16GrGradientEffectC2EP9GrContextRK20SkGradientShaderBaseN8SkShader8TileModeE
5555   ...
5556   fun:_ZN12_GLOBAL__N_121skPaint2GrPaintShaderEP11SkGpuDeviceRK7SkPaintbPNS0_19SkAutoCachedTextureEP7GrPaint
5557   fun:_ZN11SkGpuDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
5558   fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
5559   fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectE
5560   fun:_ZN7WebCore24CanvasRenderingContext2D8fillRectEffff
5561   fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL16fillRectCallbackERKN2v89ArgumentsE
5562   fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5563   fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5564   ...
5565   fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
5566   fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
5567   fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
5568}
5569{
5570   bug_151908
5571   Memcheck:Leak
5572   fun:_Znw*
5573   ...
5574   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
5575   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
5576   fun:_ZN14webkit_support23CreateGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesEPNS0_7WebViewE
5577   fun:_ZN11WebViewHost19createOutputSurfaceEv
5578   fun:_ZN6WebKit11WebViewImpl19createOutputSurfaceEv
5579   fun:_ZN6WebKit20WebLayerTreeViewImpl19createOutputSurfaceEv
5580}
5581{
5582   bug_155404
5583   Memcheck:Uninitialized
5584   fun:_ZN2v88internalL21ProfilerSignalHandlerEiP7siginfoPv
5585   obj:/lib/libpthread-2.11.1.so
5586}
5587{
5588   bug_156829
5589   Memcheck:Leak
5590   fun:_Znw*
5591   fun:_ZN7content23AudioInputDeviceManager23EnumerateOnDeviceThread*
5592}
5593{
5594   bug_158510
5595   Memcheck:Uninitialized
5596   fun:_ZN7WebCore11RenderTable6layoutEv
5597   ...
5598   fun:_ZN7WebCore11RenderBlock6layoutEv
5599}
5600{
5601   bug_158514
5602   Memcheck:Uninitialized
5603   ...
5604   fun:_ZN2v88internal16ProfileGenerator16RecordTickSampleERKNS0_10TickSampleE
5605   fun:_ZN2v88internal23ProfilerEventsProcessor12ProcessTicksEj
5606   fun:_ZN2v88internal23ProfilerEventsProcessor3RunEv
5607   fun:_ZN2v88internalL11ThreadEntryEPv
5608}
5609{
5610   bug_159005
5611   Memcheck:Uninitialized
5612   fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
5613   fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
5614   fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
5615   fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
5616   fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
5617   fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
5618}
5619{
5620   bug_160877
5621   Memcheck:Leak
5622   fun:_Znw*
5623   ...
5624   fun:_ZN7content*DummyListenSocketC1Ev
5625   fun:_ZNK7content*DummyListenSocketFactory15CreateAndListenEPN3net18StreamListenSocket8DelegateE
5626   ...
5627   fun:_ZN3net10HttpServerC1ERKNS_25StreamListenSocketFactoryEPNS0_8DelegateE
5628   fun:_ZN7content23DevToolsHttpHandlerImpl4InitEv
5629}
5630{
5631   bug_162825
5632   Memcheck:Uninitialized
5633   fun:bcmp
5634   fun:_ZNK3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParamsltERKS2_
5635   fun:_ZNKSt4lessIN3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParamsEEclERKS3_S6_
5636   ...
5637   fun:_ZNSt3mapIN3gpu5gles221ShaderTranslatorCache26ShaderTranslatorInitParamsEPNS1_16ShaderTranslatorESt4lessIS3_ESaISt4pairIKS3_S5_EEE4findERS9_
5638   fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
5639   fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
5640}
5641{
5642   bug_162828
5643   Memcheck:Leak
5644   fun:malloc
5645   fun:_Z15sk_malloc_flagsmj
5646   fun:_Z15sk_malloc_throwm
5647   fun:_ZN6SkMask10AllocImageEm
5648   fun:_ZL17drawRectsIntoMaskPK6SkRectiP6SkMask
5649   fun:_ZN20SkBlurMaskFilterImpl17filterRectsToNineEPK6SkRectiRK8SkMatrixRK7SkIRectPN12SkMaskFilter9NinePatchE
5650   fun:_ZN12SkMaskFilter10filterPathERK6SkPathRK8SkMatrixRK12SkRasterClipP9SkBounderP9SkBlitterN7SkPaint5StyleE
5651   fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
5652}
5653{
5654   bug_163111
5655   Memcheck:Leak
5656   fun:_Znw*
5657   fun:_ZN4dbus8Response14FromMethodCallEPNS_10MethodCallE
5658   fun:_ZN8chromeos20IBusPanelServiceImpl*
5659}
5660{
5661   bug_163922
5662   Memcheck:Leak
5663   fun:_Znw*
5664   fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
5665   fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
5666   fun:_ZN16ExtensionServiceC1E*
5667   fun:_ZN10extensions19ExtensionSystemImpl6Shared4InitEb
5668   fun:_ZN10extensions19ExtensionSystemImpl21InitForRegularProfileEb
5669   fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
5670   fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
5671   fun:_ZN14ProfileManager10AddProfileEP7Profile
5672   fun:_ZN14ProfileManager10GetProfileE*
5673}
5674{
5675   bug_163924
5676   Memcheck:Leak
5677   fun:_Znw*
5678   fun:_ZN28JSONAsynchronousUnpackerImpl22StartProcessOnIOThreadEN7content13BrowserThread2IDERKSs
5679}
5680{
5681   bug_164176
5682   Memcheck:Leak
5683   fun:_Znw*
5684   fun:_ZN18BrowserProcessImpl21PreMainMessageLoopRunEv
5685   fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
5686   fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
5687   fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
5688   fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
5689   fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
5690   fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
5691   fun:_ZN7content21ContentMainRunnerImpl3RunEv
5692   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5693   fun:ChromeMain
5694}
5695{
5696   bug_164178
5697   Memcheck:Leak
5698   fun:_Znw*
5699   fun:_ZN3net25MultiThreadedCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEEPPvRKNS_11BoundNetLogE
5700   fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
5701   fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
5702   fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
5703   fun:_ZN3net18SSLClientSocketNSS21OnHandshakeIOCompleteEi
5704}
5705{
5706   bug_164179
5707   Memcheck:Leak
5708   fun:_Znw*
5709   ...
5710   fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDelegateE
5711   fun:_ZN18WebResourceService10StartFetchEv
5712}
5713{
5714   bug_164198
5715   Memcheck:Uninitialized
5716   fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperatorEPNS_12RenderObjectE
5717   ...
5718   fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
5719   fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
5720   fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5721   fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5722   fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5723   fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5724   fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5725   fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5726   fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
5727}
5728{
5729   bug_166470
5730   Memcheck:Leak
5731   fun:_Znw*
5732   fun:_ZN4base4BindIMN11dom_storage17DomStorageContextEFvRK4GURLE13scoped_refptrIS2_ES3_EENS_8CallbackINS_8internal9BindStateINSB_13FunctorTraitsIT_E12RunnableTypeENSF_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeENSI_IT1_E11StorageTypeEEE14UnboundRunTypeEEESE_RKSJ_RKSM_
5733   fun:_ZN7content21DOMStorageContextImpl18DeleteLocalStorageERK4GURL
5734  ...
5735   fun:_ZN10extensions11DataDeleter13StartDeletingEP7ProfileRKSsRK4GURL
5736   fun:_ZN16ExtensionService18UninstallExtensionESsbPSbItN4base20string16_char_traitsESaItEE
5737}
5738{
5739   bug_166470c
5740   Memcheck:Leak
5741   fun:_Znw*
5742   fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
5743   fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
5744}
5745{
5746   bug_166470d
5747   Memcheck:Leak
5748   ...
5749   fun:_ZN7fileapi26GetOriginIdentifierFromURLERK4GURL
5750   fun:_ZN11dom_storage14DomStorageArea26DatabaseFileNameFromOriginERK4GURL
5751   fun:_ZN11dom_storage14DomStorageAreaC1E*
5752   fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
5753   fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
5754}
5755{
5756   bug_166709
5757   Memcheck:Leak
5758   fun:_Znw*
5759   fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvENS_8internal17UnretainedWrapper*
5760   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8Location*
5761   ...
5762   fun:_ZN16ExtensionService12AddExtensionEPKN10extensions9ExtensionE
5763   fun:_ZN52BackgroundApplicationListModelTest_ExplicitTest_Test8TestBodyEv
5764}
5765{
5766   bug_166709b
5767   Memcheck:Leak
5768   fun:_Znw*
5769   fun:_ZN4base12_GLOBAL__N_112CreateThreadEmbPNS_14PlatformThread8DelegateEPmNS_14ThreadPriorityE
5770   fun:_ZN4base14PlatformThread6CreateEmPNS0_8DelegateEPm
5771   fun:_ZN4base12SimpleThread5StartEv
5772   fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
5773   fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
5774   fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
5775   fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
5776   fun:_ZN4base12SimpleThread10ThreadMainEv
5777   fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
5778}
5779{
5780   bug_166709c
5781   Memcheck:Leak
5782   fun:_Znw*
5783   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
5784   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
5785   fun:_ZN7content13BrowserThread28PostBlockingPoolTaskAndReplyERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESA_
5786   fun:_ZN10extensions11ImageLoader15LoadImagesAsyncEPKNS_9ExtensionERKSt6vectorINS0_19ImageRepresentationESaIS5_EERKN4base8CallbackIFvRKN3gfx5ImageEEEE
5787}
5788{
5789   bug_166818
5790   Memcheck:Leak
5791   fun:malloc
5792   fun:g_malloc
5793   ...
5794   fun:gdk_pixbuf_loader_load_module
5795   fun:gdk_pixbuf_loader_close
5796   fun:_ZN2ui12_GLOBAL__N_110LoadPixbufEPN4base22RefCountedStaticMemoryEb
5797   fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEiNS0_8ImageRTLE
5798   fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEi
5799}
5800{
5801   bug_166819
5802   Memcheck:Leak
5803   fun:_Znw*
5804   fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
5805   fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
5806   fun:_ZNK3sql10Connection14DoesTableExistEPKc
5807   fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE
5808   ...
5809   fun:_ZN7history16TopSitesDatabase4InitE*
5810   fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadE*
5811}
5812{
5813   bug_166819b
5814   Memcheck:Leak
5815   fun:_Znw*
5816   fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc
5817   fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_
5818   fun:_ZNK3sql10Connection14DoesTableExistEPKc
5819   fun:_ZN7history17ShortcutsDatabase11EnsureTableEv
5820   fun:_ZN7history17ShortcutsDatabase4InitEv
5821   fun:_ZN7history16ShortcutsBackend12InitInternalEv
5822}
5823{
5824   bug_166976a
5825   Memcheck:Leak
5826   fun:_Znw*
5827   fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
5828   fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
5829   fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
5830   fun:_ZN4base12SimpleThread10ThreadMainEv
5831   fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
5832}
5833{
5834   bug_166976b
5835   Memcheck:Leak
5836   fun:_Znw*
5837   fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN4base13WaitableEvent6WaiterEEE8allocateEmPKv
5838   fun:_ZNSt10_List_baseIPN4base13WaitableEvent6WaiterESaIS3_EE11_M_get_nodeEv
5839   fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE14_M_create_nodeERKS3_
5840   fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9_M_insertESt14_List_iteratorIS3_ERKS3_
5841   fun:_ZNSt4listIPN4base13WaitableEvent6WaiterESaIS3_EE9push_backERKS3_
5842   fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
5843   fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
5844   fun:_ZN4base13WaitableEvent4WaitEv
5845   ...
5846   fun:_ZN4base19SequencedWorkerPool6WorkerC1ERK13scoped_refptrIS0_EiRKSs
5847   fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
5848   fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
5849   fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
5850}
5851{
5852   bug_167175a
5853   Memcheck:Leak
5854   ...
5855   fun:g_*
5856   ...
5857   fun:_ZN16BrowserWindowGtk11InitWidgetsEv
5858   fun:_ZN16BrowserWindowGtk4InitEv
5859   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
5860}
5861{
5862   bug_167175b
5863   Memcheck:Leak
5864   fun:malloc
5865   obj:/lib/libpng12.so.0.42.0
5866   fun:png_create_read_struct_2
5867   ...
5868   fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser
5869   fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow
5870   fun:_ZN16BrowserWindowGtk11InitWidgetsEv
5871   fun:_ZN16BrowserWindowGtk4InitEv
5872   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
5873}
5874{
5875   bug_167175d
5876   Memcheck:Leak
5877   fun:_Znw*
5878   fun:_ZN9__gnu_cxx13new_allocatorISbItN4base20string16_char_traitsESaItEEE8allocateEmPKv
5879   fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_allocateEm
5880   ...
5881   fun:_ZN15WrenchMenuModel5BuildEbb
5882   fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb
5883   fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk
5884   fun:_ZN16BrowserWindowGtk11InitWidgetsEv
5885   fun:_ZN16BrowserWindowGtk4InitEv
5886   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
5887}
5888{
5889   bug_164781a
5890   Memcheck:Uninitialized
5891   ...
5892   fun:vp8cx_encode_*_macroblock
5893   fun:thread_encoding_proc
5894}
5895{
5896   bug_167481b
5897   Memcheck:Uninitialized
5898   ...
5899   fun:encode_frame_to_data_rate
5900   fun:vp8_get_compressed_data
5901   fun:vp8e_encode
5902   fun:vpx_codec_encode
5903}
5904{
5905   bug_170340
5906   Memcheck:Uninitialized
5907   fun:_ZN3WTF12AtomicString3addEPKt
5908   fun:_ZN3WTF12AtomicStringC1EPKt
5909   fun:_ZN7WebCore18HTMLPreloadScanner12processTokenEv
5910   fun:_ZN7WebCore18HTMLPreloadScanner4scanEv
5911   fun:_ZN7WebCore18HTMLDocumentParser13pumpTokenizerENS0_15SynchronousModeE
5912   fun:_ZN7WebCore18HTMLDocumentParser23pumpTokenizerIfPossibleENS0_15SynchronousModeE
5913   fun:_ZN7WebCore18HTMLDocumentParser6appendERKNS_15SegmentedStringE
5914   fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE
5915   fun:_ZN7WebCore14DocumentWriter3endEv
5916   fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
5917}
5918{
5919   bug_171722
5920   Memcheck:Leak
5921   fun:_Znw*
5922   fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWriteILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm
5923}
5924{
5925   bug_172005
5926   Memcheck:Leak
5927   fun:_Znw*
5928   fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE
5929   fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
5930   fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
5931   fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
5932   fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
5933   fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
5934}
5935{
5936   bug_172005b
5937   Memcheck:Leak
5938   fun:_Znw*
5939   fun:_ZN7leveldb6DBImplC1ERKNS_7OptionsERKSs
5940   fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
5941   fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE
5942   fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb
5943   fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3mapISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE
5944   fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequenceERKSt3setISsSt4lessISsESaISsEES7_
5945}
5946{
5947   bug_172025
5948   Memcheck:Uninitialized
5949   fun:_ZN11WebViewHost19didCreateDataSourceEPN6WebKit8WebFrameEPNS0_13WebDataSourceE
5950   fun:_ZN6WebKit21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15ResourceRequestERKNS1_14SubstituteDataE
5951   fun:_ZN7WebCore11FrameLoader4initEv
5952   fun:_ZN7WebCore5Frame4initEv
5953   fun:_ZN6WebKit12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
5954   fun:_ZN6WebKit11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
5955   fun:_ZN9TestShell15createNewWindowERKN6WebKit6WebURLEP16DRTDevToolsAgentPN13WebTestRunner17WebTestInterfacesE
5956   fun:_ZN9TestShell16createMainWindowEv
5957   fun:_ZN9TestShell10initializeEv
5958}
5959{
5960   bug_172884
5961   Memcheck:Leak
5962   fun:_Znw*
5963   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKiSt3setIPN10extensions15DeclarativeRuleINS5_16ContentConditionENS5_13ContentActionEEESt4lessISA_ESaISA_EEEEE8allocateEmPKv
5964   ...
5965   fun:_ZNSt3mapIiSt3setIPN10extensions15DeclarativeRuleINS1_16ContentConditionENS1_13ContentActionEEESt4lessIS6_ESaIS6_EES7_IiESaISt4pairIKiSA_EEE6insertESt17_Rb_tree_iteratorISE_ERKSE_
5966   fun:_ZNSt3mapIiSt3setIPN10extensions15DeclarativeRuleINS1_16ContentConditionENS1_13ContentActionEEESt4lessIS6_ESaIS6_EES7_IiESaISt4pairIKiSA_EEEixERSD_
5967   fun:_ZN10extensions20ContentRulesRegistry5ApplyEPN7content11WebContentsERKSt6vectorISsSaISsEE
5968   fun:_ZN10extensions20ContentRulesRegistry20DidNavigateMainFrameEPN7content11WebContentsERKNS1_20LoadCommittedDetailsERKNS1_19FrameNavigateParamsE
5969   fun:_ZN10extensions9TabHelper20DidNavigateMainFrameERKN7content20LoadCommittedDetailsERKNS1_19FrameNavigateParamsE
5970   fun:_ZN7content15WebContentsImpl30DidNavigateMainFramePostCommitERKNS_20LoadCommittedDetailsERK32ViewHostMsg_FrameNavigate_Params
5971   fun:_ZN7content15WebContentsImpl11DidNavigateEPNS_14RenderViewHostERK32ViewHostMsg_FrameNavigate_Params
5972   fun:_ZN7content18RenderViewHostImpl10OnNavigateERKN3IPC7MessageE
5973   fun:_ZN7content18RenderViewHostImpl17OnMessageReceivedERKN3IPC7MessageE
5974   fun:_ZN7content21RenderProcessHostImpl17OnMessageReceivedERKN3IPC7MessageE
5975   fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
5976}
5977{
5978   bug_173096
5979   Memcheck:Uninitialized
5980   fun:bcmp
5981   fun:_ZN2cc19LayerTreeDebugState5equalERKS0_S2_
5982   fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE
5983   fun:_ZN6WebKit20WebLayerTreeViewImpl*set*
5984   fun:_ZN6WebKit11WebViewImpl33setIsAcceleratedCompositingActiveEb
5985   fun:_ZN6WebKit11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
5986   fun:_ZN6WebKit16ChromeClientImpl23attachRootGraphicsLayerEPN7WebCore5FrameEPNS1_13GraphicsLayerE
5987   fun:_ZN7WebCore21RenderLayerCompositor15attachRootLayerENS0_19RootLayerAttachmentE
5988   fun:_ZN7WebCore21RenderLayerCompositor15ensureRootLayerEv
5989   fun:_ZN7WebCore21RenderLayerCompositor21enableCompositingModeEb
5990   fun:_ZN7WebCore21RenderLayerCompositor13updateBackingEPNS_11RenderLayerENS0_24CompositingChangeRepaintE
5991   fun:_ZN7WebCore21RenderLayerCompositor27updateLayerCompositingStateEPNS_11RenderLayerENS0_24CompositingChangeRepaintE
5992   fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
5993   fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
5994   fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
5995}
5996{
5997   bug_175100
5998   Memcheck:Leak
5999   ...
6000   fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE
6001   fun:_ZN*OneClickSigninHelperTest*
6002}
6003{
6004   bug_175815
6005   Memcheck:Leak
6006   fun:_Znw*
6007   fun:_ZN4base5Value18CreateIntegerValueEi
6008   fun:_ZNK4base16FundamentalValue8DeepCopyEv
6009   fun:_ZN4base8internal12_GLOBAL__N_125DictionaryHiddenRootValue26RemoveWithoutPathExpansionERKSsPPNS_5ValueE
6010   fun:_ZN4base15DictionaryValue6RemoveERKSsPPNS_5ValueE
6011   fun:_ZN32PluginFinderTest_JsonSyntax_Test8TestBodyEv
6012}
6013{
6014   bug_175823
6015   Memcheck:Leak
6016   ...
6017   fun:_ZN18ValueStoreFrontend*
6018}
6019{
6020    bug_175985
6021    Memcheck:Uninitialized
6022    fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE
6023    ...
6024    fun:_ZN6WebKit20WebLayerTreeViewImpl*
6025}
6026{
6027   bug_176270
6028   Memcheck:Uninitialized
6029   fun:_ZNK2cc19LayerTreeDebugState20recordRenderingStatsEv
6030}
6031{
6032   bug_176616_a
6033   Memcheck:Uninitialized
6034   fun:_ZN13WebTestRunner16WebTestProxyBase19didCreateDataSourceEPN6WebKit8WebFrameEPNS1_13WebDataSourceE
6035   fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE19didCreateDataSourceEPN6WebKit8WebFrameEPNS5_13WebDataSourceE
6036   fun:_ZN6WebKit21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15ResourceRequestERKNS1_14SubstituteDataE
6037   fun:_ZN7WebCore11FrameLoader4initEv
6038   fun:_ZN7WebCore5Frame4initEv
6039   fun:_ZN6WebKit12WebFrameImpl21initializeAsMainFrameEPN7WebCore4PageE
6040   fun:_ZN6WebKit11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
6041   fun:_ZN9TestShell15createNewWindowERKN6WebKit6WebURLEP16DRTDevToolsAgentPN13WebTestRunner17WebTestInterfacesE
6042   fun:_ZN9TestShell16createMainWindowEv
6043   fun:_ZN9TestShell10initializeEP25MockWebKitPlatformSupport
6044}
6045{
6046   bug_176616_b
6047   Memcheck:Uninitialized
6048   fun:_ZN13WebTestRunner10TestRunner5resetEv
6049   fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
6050   fun:_ZN13WebTestRunner17WebTestInterfaces8resetAllEv
6051   fun:_ZN9TestShell19resetTestControllerEv
6052   fun:_ZL7runTestR9TestShellR10TestParamsRKSsb
6053}
6054{
6055   bug_176619_a
6056   Memcheck:Uninitialized
6057   fun:_ZN3WTF6StringC1EPKt
6058   fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
6059   fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
6060   fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv
6061   fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv
6062   fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
6063}
6064{
6065   bug_176619_b
6066   Memcheck:Uninitialized
6067   fun:_ZN7WebCore12WebVTTParser13collectDigitsERKN3WTF6StringEPj
6068   fun:_ZN7WebCore12WebVTTParser16collectTimeStampERKN3WTF6StringEPj
6069   fun:_ZN7WebCore12WebVTTParser22constructTreeFromTokenEPNS_8DocumentE
6070   fun:_ZN7WebCore12WebVTTParser33createDocumentFragmentFromCueTextERKN3WTF6StringE
6071   fun:_ZN7WebCore12TextTrackCue20createWebVTTNodeTreeEv
6072   fun:_ZN7WebCore12TextTrackCue22createCueRenderingTreeEv
6073   fun:_ZN7WebCore12TextTrackCue17updateDisplayTreeEf
6074}
6075{
6076   bug_176621
6077   Memcheck:Leak
6078   fun:_Znw*
6079   fun:_ZN13WebTestRunner10TestPlugin6createEPN6WebKit8WebFrameERKNS1_15WebPluginParamsEPNS_15WebTestDelegateE
6080   fun:_ZN13WebTestRunner16WebTestProxyBase12createPluginEPN6WebKit8WebFrameERKNS1_15WebPluginParamsE
6081   fun:_ZN13WebTestRunner12WebTestProxyI11WebViewHostP9TestShellE12createPluginEPN6WebKit8WebFrameERKNS5_15WebPluginParamsE
6082   fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINSA_6String*
6083   fun:_ZN7WebCore14SubframeLoader10loadPluginEPNS_22HTMLPlugInImageElementERKNS_4KURLERKN3WTF6StringERKNS6_6VectorIS7*
6084}
6085{
6086   bug_176888
6087   Memcheck:Leak
6088   fun:malloc
6089   fun:strdup
6090   fun:p11_kit_registered_module_to_name
6091   fun:gnutls_pkcs11_init
6092   fun:gnutls_global_init
6093   fun:_ZN12_GLOBAL__N_117GcryptInitializer4InitEv
6094   fun:_ZN12_GLOBAL__N_117GcryptInitializerC1Ev
6095   fun:_ZN4base25DefaultLazyInstanceTraitsIN12_GLOBAL__N_117GcryptInitializerEE3NewEPv
6096}
6097{
6098   bug_176889_a
6099   Memcheck:Uninitialized
6100   fun:inflateReset2
6101   fun:inflateInit2_
6102   fun:png_create_read_struct_2
6103   obj:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
6104   obj:/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
6105   fun:gdk_pixbuf_loader*
6106}
6107{
6108   bug_176889_b
6109   Memcheck:Uninitialized
6110   fun:sse2_composite_over_8888_8888
6111   ...
6112   fun:gdk_pixbuf_loader_close
6113}
6114{
6115   bug_176889_c
6116   Memcheck:Uninitialized
6117   fun:sse2_combine_over_u
6118   ...
6119   fun:gdk_pixbuf_loader_close
6120}
6121{
6122   bug_176889_d
6123   Memcheck:Uninitialized
6124   obj:*/librsvg-2.so*
6125   fun:rsvg_handle_get_pixbuf_sub
6126   obj:*/libpixbufloader-svg.so
6127   fun:gdk_pixbuf_loader_close
6128}
6129{
6130   bug_176889_e
6131   Memcheck:Uninitialized
6132   fun:gdk_pixbuf_saturate_and_pixelate
6133}
6134{
6135   bug_176891a
6136   Memcheck:Leak
6137   fun:calloc
6138   fun:nss_ZAlloc
6139   fun:nssCryptokiObject_Create
6140   fun:create_objects_from_handles
6141   fun:find_objects
6142   fun:find_objects_by_template
6143   fun:nssToken_FindCertificateByEncodedCertificate
6144   fun:PK11_FindCertFromDERCertItem
6145   fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper*
6146}
6147{
6148   bug_176891b
6149   Memcheck:Leak
6150   ...
6151   fun:nssPKIObject_Create
6152   fun:nssTrustDomain_FindTrustForCertificate
6153   fun:STAN_DeleteCertTrustMatchingSlot
6154   fun:SEC_DeletePermCertificate
6155   ...
6156   fun:_ZN3net15NSSCertDatabase16DeleteCertAndKeyEPKNS_15X509CertificateE
6157}
6158{
6159   bug_177213
6160   Memcheck:Leak
6161   ...
6162   fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE
6163}
6164{
6165   bug_178424a
6166   Memcheck:Param
6167   write(buf)
6168   obj:/lib*/libpthread-*.so
6169   fun:_ZN3net10FileStream7Context13WriteFileImplE13scoped_refptrINS_8IOBufferEEi
6170}
6171{
6172   bug_178424b
6173   Memcheck:Param
6174   read(buf)
6175   obj:/lib*/libpthread-*.so
6176   fun:_ZN3net10FileStream7Context12ReadFileImplE13scoped_refptrINS_8IOBufferEEi
6177}
6178{
6179   bug_179758_a
6180   Memcheck:Leak
6181   fun:_Znw*
6182   fun:_ZN4base54WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtr_Test8TestBodyEv
6183}
6184{
6185   bug_179758_b
6186   Memcheck:Leak
6187   fun:_Znw*
6188   fun:_ZN4base58WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtrBase_Test8TestBodyEv
6189}
6190{
6191   bug_180381
6192   Memcheck:Leak
6193   fun:_Znw*
6194   ...
6195   fun:_ZN4base8FilePath31StripTrailingSeparatorsInternalEv
6196   fun:_ZNK4base8FilePath7DirNameEv
6197   fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePathE
6198   fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv
6199   fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv
6200   fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
6201   fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
6202}
6203{
6204   bug_181038
6205   Memcheck:Leak
6206   ...
6207   fun:_ZN3gfx9GLApiBase17glCompileShaderFnEj
6208   fun:_ZN3gpu5gles214ProgramManager18ForceCompileShaderEPKSsPNS0_6ShaderEPNS0_16ShaderTranslatorEPNS0_11FeatureInfoE
6209   fun:_ZN3gpu5gles214ProgramManager15DoCompileShaderEPNS0_6ShaderEPNS0_16ShaderTranslatorEPNS0_11FeatureInfoE
6210   fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
6211}
6212{
6213   bug_181038_link
6214   Memcheck:Leak
6215   fun:malloc
6216   ...
6217   fun:_ZN3gfx9GLApiBase15glLinkProgramFnEj
6218   fun:_ZN3gpu5gles27Program4LinkEPNS0_13ShaderManagerEPNS0_16ShaderTranslatorES5_PNS0_11FeatureInfoE
6219   fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
6220   fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_4cmds11LinkProgramE
6221   fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
6222   fun:_ZN3gpu13CommandParser14ProcessCommandEv
6223   fun:_ZN3gpu12GpuScheduler10PutChangedEv
6224   fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
6225}
6226{
6227   bug_181082
6228   Memcheck:Leak
6229   fun:_Znw*
6230   fun:_ZN12_GLOBAL__N_124ResourceLoaderBridgeImpl5StartEPN11webkit_glue20ResourceLoaderBridge4PeerE
6231   fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLRequestEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
6232   fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURLRequestEPNS1_18WebURLLoaderClientE
6233   fun:_ZN7WebCore22ResourceHandleInternal5start*
6234   ...
6235   fun:_ZN7WebCore14CachedResource4loadEPNS_20CachedResourceLoaderERKNS_21ResourceLoaderOptionsE
6236   fun:_ZN7WebCore20CachedResourceLoader15requestResourceENS_14CachedResource4TypeERNS_21CachedResourceRequestE
6237}
6238{
6239   bug_181680
6240   Memcheck:Leak
6241   fun:_Znw*
6242   fun:_ZN7WebCore11ScriptState10forContextEN2v85LocalINS1_7ContextEEE
6243   fun:_ZN7WebCore17ScriptDebugServer12breakProgramEN2v86HandleINS1_6ObjectEEENS2_INS1_5ValueEEE
6244   fun:_ZN7WebCore17ScriptDebugServer18handleV8DebugEventERKN2v85Debug12EventDetailsE
6245   fun:_ZN7WebCore17ScriptDebugServer20v8DebugEventCallbackERKN2v85Debug12EventDetailsE
6246   fun:_ZN2v88internal8Debugger18CallCEventCallbackENS_10DebugEventENS0_6HandleINS0_6ObjectEEES5_PNS_5Debug10ClientDataE
6247}
6248{
6249   bug_184264
6250   Memcheck:Leak
6251   fun:_Znw*
6252   fun:_ZN7WebCore24createDragImageFromImageEPNS_5ImageENS_27RespectImageOrientationEnumE
6253   fun:_ZN7WebCore5Frame21dragImageForSelectionEv
6254   fun:_ZN7WebCore27createDragImageForSelectionEPNS_5FrameE
6255   fun:_ZN7WebCore14DragController9startDragEPNS_5FrameERKNS_9DragStateENS_13DragOperationERKNS_18PlatformMouseEventERKNS_8IntPointE
6256   fun:_ZN7WebCore12EventHandler10handleDragERKNS_28MouseEventWithHitTestResultsENS_19CheckDragHysteresisE
6257   fun:_ZN7WebCore12EventHandler23handleMouseDraggedEventERKNS_28MouseEventWithHitTestResultsE
6258   fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
6259   fun:_ZN7WebCore12EventHandler28passMouseMoveEventToSubframeERNS_28MouseEventWithHitTestResultsEPNS_5FrameEPNS_13HitTestResultE
6260   fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEPNS_13HitTestResultEb
6261   fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventE
6262}
6263{
6264   bug_189194
6265   Memcheck:Leak
6266   ...
6267   fun:*ProfileSigninConfirmationDialogTest_*
6268}
6269{
6270   bug_195160_a
6271   Memcheck:Leak
6272   fun:_Znw*
6273   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv
6274   fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv
6275   fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_create_nodeERKi
6276   fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_M_insert_EPKSt18_Rb_tree_node_baseS8_RKi
6277   fun:_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueERKi
6278   fun:_ZNSt3setIiSt4lessIiESaIiEE6insertERKi
6279   fun:_ZN10extensions10URLMatcher14UpdateTriggersEv
6280   fun:_ZN10extensions10URLMatcher28UpdateInternalDatastructuresEv
6281   fun:_ZN10extensions10URLMatcher16AddConditionSetsERKSt6vectorI13scoped_refptrINS_22URLMatcherConditionSetEESaIS4_EE
6282   fun:_ZN12_GLOBAL__N_113FilterBuilder5BuildEv
6283   fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
6284}
6285{
6286   bug_195160_b
6287   Memcheck:Leak
6288   fun:_Znw*
6289   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN10extensions13StringPatternEEE8allocateEmPKv
6290   fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE11_M_get_nodeEv
6291   fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE14_M_create_nodeERKS2_
6292   fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_
6293   fun:_ZNSt8_Rb_treeIPN10extensions13StringPatternES2_St9_IdentityIS2_ENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE16_M_insert_uniqueERKS2_
6294   fun:_ZNSt3setIPN10extensions13StringPatternENS0_26URLMatcherConditionFactory27StringPatternPointerCompareESaIS2_EE6insertERKS2_
6295   fun:_ZN10extensions26URLMatcherConditionFactory15CreateConditionENS_19URLMatcherCondition9CriterionERKSs
6296   fun:_ZN10extensions26URLMatcherConditionFactory35CreateHostSuffixPathPrefixConditionERKSsS2_
6297   fun:_ZN6policy12URLBlacklist18CreateConditionSetEPN10extensions10URLMatcherEiRKSsS5_btS5_
6298   fun:_ZN12_GLOBAL__N_113FilterBuilder10AddPatternERKSsi
6299   fun:_ZN12_GLOBAL__N_113FilterBuilder11AddSiteListEP19ManagedModeSiteList
6300   fun:_ZN12_GLOBAL__N_134LoadWhitelistsOnBlockingPoolThreadE12ScopedVectorI19ManagedModeSiteListE
6301}
6302{
6303   bug_195160_c
6304   Memcheck:Leak
6305   fun:_Znw*
6306   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
6307   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
6308   fun:_ZN4base26PostTaskAndReplyWithResultI10scoped_ptrIN20ManagedModeURLFilter8ContentsENS_14DefaultDeleterIS3_EEES6_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNSD_IFvT0_EEE
6309   fun:_ZN20ManagedModeURLFilter14LoadWhitelistsE12ScopedVectorI19ManagedModeSiteListE
6310}
6311{
6312   bug_222363
6313   Memcheck:Leak
6314   fun:_Znw*
6315   fun:_ZN18WebDatabaseService12LoadDatabaseERKN4base8CallbackIFvN3sql10InitStatusEEEE
6316}
6317{
6318   bug_222687a
6319   Memcheck:Leak
6320   fun:_Znw*
6321   ...
6322   fun:_ZN6chrome12_GLOBAL__N_134CreateMtabWatcherLinuxOnFileThread*
6323}
6324{
6325   bug_222687b
6326   Memcheck:Leak
6327   ...
6328   fun:_ZN4base26PostTaskAndReplyWithResultIPN6chrome16MtabWatcherLinux*
6329   fun:_ZN7content13BrowserThread26PostTaskAndReplyWithResultIPN6chrome16MtabWatcherLinux*
6330   fun:_ZN6chrome19StorageMonitorLinux4InitEv
6331}
6332{
6333   bug_222687c
6334   Memcheck:Leak
6335   fun:_Znw*
6336   fun:_ZN4base4BindIMN6chrome19StorageMonitorLinux*
6337   fun:_ZN6chrome19StorageMonitorLinux4InitEv
6338   fun:_ZN27ChromeBrowserMainPartsLinux15PostProfileInitEv
6339   fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
6340   fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
6341   fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
6342}
6343{
6344   bug_222687d
6345   Memcheck:Leak
6346   ...
6347   fun:_ZN21TestingBrowserProcess15storage_monitorEv
6348   fun:_ZN6chrome14StorageMonitor11GetInstanceEv
6349   fun:_ZN6chrome12_GLOBAL__N_131GetMediaTransferProtocolManagerEv
6350   fun:_ZN6chrome40MediaTransferProtocolDeviceObserverLinuxD1Ev
6351   fun:_ZN6chrome40MediaTransferProtocolDeviceObserverLinuxD0Ev
6352   fun:_ZNK4base14DefaultDeleterIN6chrome40MediaTransferProtocolDeviceObserverLinuxEEclEPS2_
6353   fun:_ZN4base8internal15scoped_ptr_implIN6chrome40MediaTransferProtocolDeviceObserverLinuxENS_14DefaultDeleterIS3_EEED1Ev
6354   fun:_ZN10scoped_ptrIN6chrome40MediaTransferProtocolDeviceObserverLinuxEN4base14DefaultDeleterIS1_EEED1Ev
6355   fun:_ZN6chrome19StorageMonitorLinuxD1Ev
6356   ...
6357   fun:_ZN6chrome4test18TestStorageMonitor15RemoveSingletonEv
6358}
6359{
6360   bug_222876
6361   Memcheck:Leak
6362   fun:_Znw*
6363   fun:_ZN21WebDataServiceWrapperC1EP7Profile
6364   fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserContextE
6365   fun:_ZN33BrowserContextKeyedServiceFactory27GetServiceForBrowserContextEPN7content14BrowserContextEb
6366   fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTypeE
6367   ...
6368   fun:_ZN12TokenService10InitializeEPKcP7Profile
6369}
6370{
6371   bug_222880
6372   Memcheck:Leak
6373   fun:malloc
6374   fun:_ZN3WTF10fastMallocEm
6375   fun:_ZN3WTF16VectorBufferBaseINS_6RefPtrIN7WebCore7ArchiveEEEE14allocateBufferEm
6376   ...
6377   fun:_ZN7WebCore7Archive18addSubframeArchiveEN3WTF10PassRefPtrIS0_EE
6378   fun:_ZN7WebCore11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
6379   fun:_ZN7WebCore11MHTMLParser12parseArchiveEv
6380   fun:_ZN7WebCore12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
6381}
6382{
6383   bug_222883
6384   Memcheck:Uninitialized
6385   fun:_ZN2v88internal15ScavengeVisitor15ScavengePointerEPPNS0_6ObjectE.isra.327
6386   fun:_ZN2v88internal15ScavengeVisitor13VisitPointersEPPNS0_6ObjectES4_
6387   fun:_ZNK2v88internal13StandardFrame18IterateExpressionsEPNS0_13ObjectVisitorE
6388   ...
6389   fun:_ZN2v88internal4Heap8ScavengeEv
6390   fun:_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracerE.constprop.678
6391}
6392{
6393   bug_222887
6394   Memcheck:Leak
6395   fun:_Znw*
6396   fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2_13GpuPreferenceE
6397   fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4SizeES2_PKcPKiNS3_13GpuPreferenceE
6398   fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
6399   fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN6WebKit20WebGraphicsContext3D10AttributesE
6400   fun:_ZN7WebCore17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0_11RenderStyleE
6401}
6402{
6403   bug_222898
6404   Memcheck:Leak
6405   fun:malloc
6406   fun:_ZN3WTF10fastMallocEm
6407   fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
6408   fun:_ZN3WTF9BitVector15resizeOutOfLineEm
6409   fun:_ZN3WTF9BitVector10ensureSizeEm
6410   fun:_ZN3WTF9BitVectorC1Em
6411   fun:_ZN7WebCore10UseCounter10didObserveENS0_7FeatureE
6412   fun:_ZN7WebCore10UseCounter7observeEPNS_8DocumentENS0_7FeatureE
6413}
6414{
6415   bug_224747
6416   Memcheck:Leak
6417   fun:_Znw*
6418   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
6419   ...
6420   fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8TestBodyEv
6421}
6422{
6423   bug_225028
6424   Memcheck:Leak
6425   fun:_Znw*
6426   fun:_ZN31SafeBrowsingDatabaseFactoryImpl26CreateSafeBrowsingDatabaseEbbbb
6427   fun:_ZN20SafeBrowsingDatabase6CreateEbbbb
6428   fun:_ZN27SafeBrowsingDatabaseManager11GetDatabaseEv
6429}
6430{
6431   bug_225596
6432   Memcheck:Leak
6433   fun:_Znw*
6434   fun:_ZN8chromeos12input_method22InputMethodManagerImpl4InitERK13scoped_refptrIN4base19SequencedTaskRunnerEES7_
6435   fun:_ZN8chromeos12input_method10InitializeERK13scoped_refptrIN4base19SequencedTaskRunnerEES6_
6436   fun:_ZN8chromeos12input_method48InputMethodConfigurationTest_TestInitialize_Test8TestBodyEv
6437}
6438{
6439   bug_226254
6440   Memcheck:Leak
6441   fun:_Znw*
6442   fun:_ZN4base4BindIMN10extensions16UserScriptMaster14ScriptReloader*
6443   fun:_ZN10extensions16UserScriptMaster14ScriptReloader9StartLoad*
6444   fun:_ZN10extensions16UserScriptMaster9StartLoadEv
6445   fun:_ZN10extensions16UserScriptMaster7ObserveEiRKN7content18NotificationSourceERKNS1_19NotificationDetailsE
6446}
6447{
6448   bug_227278a
6449   Memcheck:Uninitialized
6450   ...
6451   fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
6452   fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test8TestBodyEv
6453}
6454{
6455   bug_227278b
6456   Memcheck:Uninitialized
6457   ...
6458   fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12TestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
6459   fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test8TestBodyEv
6460}
6461{
6462   bug_227278c
6463   Memcheck:Uninitialized
6464   fun:BitSetNextSetBit
6465   fun:RegistersReInterfere
6466   fun:RegistersMerge
6467   fun:glpPPShaderLinearizeStreamMgr
6468   fun:glpPPShaderLinearize
6469   fun:glePrepareShaderForEmulation
6470   fun:gleSetVPTransformFuncAll
6471   fun:gleVPRenderQuadsSmooth
6472   fun:gleDrawArraysOrElements_ExecCore
6473   fun:glDrawArrays_Exec
6474   fun:glDrawArrays
6475   fun:_ZN7content12_GLOBAL__N_18DrawQuadEffffbff
6476   fun:_ZN7content31CompositingIOSurfaceTransformer14ResizeBilinearEjRKN3gfx4RectERKNS1_4SizeEPj
6477   fun:_ZN7content35CompositingIOSurfaceTransformerTest13RunResizeTestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
6478   fun:_ZN7content65CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test8TestBodyEv
6479}
6480{
6481   bug_227278d
6482   Memcheck:Uninitialized
6483   fun:glViewport_Exec
6484   fun:glViewport
6485   fun:_ZN7content12_GLOBAL__N_139SetTransformationsForOffScreenRenderingERKN3gfx4SizeE
6486   fun:_ZN7content31CompositingIOSurfaceTransformer18TransformRGBToYV12EjRKN3gfx4RectERKNS1_4SizeEPjS8_S8_PS5_S9_
6487   fun:_ZN7content35CompositingIOSurfaceTransformerTest25RunTransformRGBToYV12TestERK8SkBitmapRKN3gfx4RectERKNS4_4SizeE
6488   fun:_ZN7content60CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test8TestBodyEv
6489}
6490{
6491   bug_227278e
6492   Memcheck:Free
6493   fun:_ZdlPv
6494   fun:_ZN12BindingTableD2Ev
6495   fun:_ZN14TGenericLinkerD0Ev
6496   fun:ShDestruct
6497   fun:gleFreeProgramObject
6498   fun:gleUnbindDeleteHashNameAndObject
6499   fun:glDeleteObjectARB_Exec
6500   fun:glDeleteProgram
6501   fun:_ZN7content34CompositingIOSurfaceShaderPrograms5ResetEv
6502   fun:_ZN7content35CompositingIOSurfaceTransformerTestD2Ev
6503   fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAndLink_TestD2Ev
6504   fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAndLink_TestD1Ev
6505   fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAndLink_TestD0Ev
6506   fun:_ZN7testing4Test11DeleteSelf_Ev
6507}
6508{
6509   bug_233541
6510   Memcheck:Leak
6511   fun:_Znw*
6512   fun:_ZN22DiskCacheTestWithCache13CreateBackendEjPN4base6ThreadE
6513   fun:_ZN22DiskCacheTestWithCache13InitDiskCacheEv
6514   fun:_ZN22DiskCacheTestWithCache9InitCacheEv
6515   fun:*DiskCacheBackendTest_SimpleDoom*
6516}
6517{
6518   bug_234845
6519   Memcheck:Leak
6520   fun:malloc
6521   fun:PORT_Alloc_Util
6522   fun:pk11_CreateSymKey
6523   fun:PK11_KeyGenWithTemplate
6524   fun:pk11_TokenKeyGenWithFlagsAndKeyType
6525   fun:pk11_RawPBEKeyGenWithKeyType
6526   fun:PK11_PBEKeyGen
6527   fun:PK11_ExportEncryptedPrivKeyInfo
6528   fun:_ZN6crypto12ECPrivateKey25ExportEncryptedPrivateKeyERKSsiPSt6vectorIhSaIhEE
6529}
6530{
6531   bug_235584
6532   Memcheck:Leak
6533   fun:_Znw*
6534   fun:_ZN4base4Bind*
6535   fun:_ZN3net18SSLClientSocketNSS4Core21OnHandshakeIOCompleteEi
6536   fun:_ZN3net18SSLClientSocketNSS4Core28OnGetDomainBoundCertCompleteEi
6537}
6538{
6539   bug_236791
6540   Memcheck:Leak
6541   fun:_Znw*
6542   fun:_ZN3ash4test53FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test8TestBodyEv
6543}
6544{
6545   bug_238170a
6546   Memcheck:Uninitialized
6547   fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchRequestERNS_13StyleResolver9RuleRangeE
6548   fun:_ZN7WebCore20ElementRuleCollector19hasAnyMatchingRulesEPNS_7RuleSetE
6549}
6550{
6551   bug_238170b
6552   Memcheck:Uninitialized
6553   fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchRequestERNS_13StyleResolver9RuleRangeE
6554   fun:_ZN7WebCore13StyleResolver16matchAuthorRulesERNS_20ElementRuleCollectorEb
6555}
6556{
6557   bug_238170c
6558   Memcheck:Uninitialized
6559   fun:_ZN7WebCore23ReplaceSelectionCommand7doApplyEv
6560   fun:_ZN7WebCore20CompositeEditCommand5applyEv
6561   fun:_ZN7WebCore12applyCommandEN3WTF10PassRefPtrINS_20CompositeEditCommandEEE
6562}
6563{
6564   bug_238547
6565   Memcheck:Leak
6566   fun:_Znw*
6567   fun:_ZN9__gnu_cxx13new_allocatorIPN4base11PendingTaskEE8allocateEmPKv
6568   fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE15_M_allocate_mapEm
6569   fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE17_M_reallocate_mapEmb
6570   fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE22_M_reserve_map_at_backEm
6571   fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE16_M_push_back_auxERKS1_
6572   fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE9push_backERKS1_
6573   fun:_ZNSt5queueIN4base11PendingTaskESt5dequeIS1_SaIS1_EEE4pushERKS1_
6574   ...
6575   fun:_ZN4base*MessageLoop*15PostDelayedTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaE
6576}
6577{
6578   bug_239141
6579   Memcheck:Leak
6580   fun:malloc
6581   fun:_ZN3WTF10fastMallocEm
6582   fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
6583   fun:_ZN3WTF9BitVector15resizeOutOfLineEm
6584   fun:_ZN3WTF9BitVector10ensureSizeEm
6585   fun:_ZN3WTF9BitVectorC1Em
6586   fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE
6587}
6588{
6589   bug_241044
6590   Memcheck:Uninitialized
6591   fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
6592   fun:_ZN6WebKit15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
6593   fun:_ZN11webkit_glue19ApplyWebPreferencesERK14WebPreferencesPN6WebKit7WebViewE
6594   fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
6595   fun:_ZN7content14RenderViewImpl6CreateEiRKNS_19RendererPreferencesERK14WebPreferencesPN4base14RefCountedDataIiEEiilRKSbItNS7_20string16_char_traitsESaItEEbbiRKN6WebKit13WebScreenInfoE17AccessibilityModeb
6596   fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
6597}
6598{
6599   bug_241892a
6600   Memcheck:Leak
6601   fun:_Znw*
6602   fun:_ZN7WebCore11CSSSelector8RareData6createEN3WTF10PassRefPtrINS2_16AtomicStringImplEEE
6603   fun:_ZN7WebCore11CSSSelector14createRareDataEv
6604   ...
6605   fun:_Z10cssyyparsePN7WebCore9CSSParserE
6606   fun:_ZN7WebCore9CSSParser10parseSheetEPNS_18StyleSheetContentsE*
6607   fun:_ZN7WebCore18StyleSheetContents17parseStringAtLineERKN3WTF6StringEib
6608   fun:_ZN7WebCore12StyleElement11createSheetE*
6609   fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE
6610}
6611{
6612   bug_241892b
6613   Memcheck:Leak
6614   fun:_Znw*
6615   fun:_ZN7WebCore11CSSSelector8RareData6createEN3WTF10PassRefPtrINS2_16AtomicStringImplEEE
6616   fun:_ZN7WebCore11CSSSelector14createRareDataEv
6617   ...
6618   fun:_Z10cssyyparsePN7WebCore9CSSParserE
6619   fun:_ZN7WebCore9CSSParser13parseSelectorERKN3WTF6StringERNS_15CSSSelectorListE
6620}
6621{
6622   bug_241892c
6623   Memcheck:Leak
6624   fun:_Znw*
6625   fun:_ZN7WebCore11CSSSelector8RareData6createEN3WTF10PassRefPtrINS2_16AtomicStringImplEEE
6626   fun:_ZN7WebCore11CSSSelector14createRareDataEv
6627   fun:_ZN7WebCore11CSSSelector12setAttributeERKNS_13QualifiedNameE
6628   fun:_ZN7WebCore17CSSParserSelector12setAttributeERKNS_13QualifiedNameE
6629   fun:_Z10cssyyparsePN7WebCore9CSSParserE
6630   fun:_ZN7WebCore9CSSParser10parseSheetEPNS_18StyleSheetContentsERKN3WTF6StringERKNS3_12TextPositionEPNS0_17SourceDataHandlerEb
6631   fun:_ZN7WebCore18StyleSheetContents21parseStringAtPositionERKN3WTF6StringERKNS1_12TextPositionEb
6632   fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementERKN3WTF6StringE
6633   fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE
6634   fun:_ZN7WebCore12StyleElement17processStyleSheetEPNS_8DocumentEPNS_7ElementE
6635   fun:_ZN7WebCore16HTMLStyleElement26didNotifySubtreeInsertionsEPNS_13ContainerNodeE
6636   fun:_ZN7WebCore26ChildNodeInsertionNotifier6notifyEPNS_4NodeE
6637   fun:_ZN7WebCoreL24updateTreeAfterInsertionEPNS_13ContainerNodeEPNS_4NodeENS_14AttachBehaviorE
6638   fun:_ZN7WebCore13ContainerNode11appendChildEN3WTF10PassRefPtrINS_4NodeEEERiNS_14AttachBehaviorE
6639   fun:_ZN7WebCore4Node11appendChildEN3WTF10PassRefPtrIS0_EERiNS_14AttachBehaviorE
6640   fun:_ZN7WebCore6V8Node23appendChildMethodCustomERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6641   fun:_ZN7WebCore14NodeV8InternalL37appendChildMethodCallbackForMainWorldERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6642}
6643{
6644   bug_241932
6645   Memcheck:Leak
6646   fun:calloc
6647   fun:_ZN3WTF13tryFastCallocEmm
6648   fun:_ZN3WTF9RawBufferC1EjjNS0_20InitializationPolicyE
6649   fun:_ZN3WTF19ArrayBufferContentsC1EjjNS_9RawBuffer20InitializationPolicyE
6650   fun:_ZN3WTF11ArrayBuffer6createEPKvj
6651   fun:_ZN7WebCore12_GLOBAL__N_16Reader17doReadArrayBufferEv
6652   fun:_ZN7WebCore12_GLOBAL__N_16Reader15readArrayBufferEPN2v86HandleINS2_5ValueEEE
6653   fun:_ZN7WebCore12_GLOBAL__N_16Reader4readEPN2v86HandleINS2_5ValueEEERNS0_16CompositeCreatorE
6654   fun:_ZN7WebCore12_GLOBAL__N_112Deserializer13doDeserializeEv
6655   fun:_ZN7WebCore12_GLOBAL__N_112Deserializer11deserializeEv
6656   fun:_ZN7WebCore21SerializedScriptValue11deserializeEPN2v87IsolateEPN3WTF6VectorINS4_6RefPtrINS_11MessagePortEEELm1EEE
6657   fun:_ZN7WebCore14V8MessageEvent20dataAttrGetterCustomEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
6658   fun:_ZN7WebCore22MessageEventV8InternalL22dataAttrGetterCallbackEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
6659}
6660{
6661   bug_242672
6662   Memcheck:Leak
6663   fun:malloc
6664   fun:_ZN3WTF10fastMallocEm
6665   fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
6666   fun:_ZN3WTF9BitVector15resizeOutOfLineEm
6667   fun:_ZN3WTF9BitVector10ensureSizeEm
6668   fun:_ZN7WebCore10UseCounterC1Ev
6669   fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE
6670}
6671{
6672   bug_243132
6673   Memcheck:Leak
6674   fun:malloc
6675   fun:_ZN3WTF10fastMallocEm
6676   fun:_ZN3WTF10StringImpl19createUninitializedEjRPh
6677   fun:_ZN3WTF6String6appendERKS0_
6678   fun:_ZN7WebCoreL24valueForGridTrackBreadthERKNS_10GridLengthEPKNS_11RenderStyleEPNS_10RenderViewE
6679   fun:_ZN7WebCoreL21valueForGridTrackSizeERKNS_13GridTrackSizeEPKNS_11RenderStyleEPNS_10RenderViewE
6680   fun:_ZN7WebCoreL21valueForGridTrackListERKN3WTF6VectorINS_13GridTrackSizeELm0EEERKNS0_7HashMap*
6681   fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPropertyIDENS_13EUpdateLayoutE
6682   fun:_ZNK7WebCore27CSSComputedStyleDeclaration19getPropertyCSSValueENS_13CSSPropertyIDE
6683   fun:_ZNK7WebCore27CSSComputedStyleDeclaration16getPropertyValueENS_13CSSPropertyIDE
6684   fun:_ZN7WebCore27CSSComputedStyleDeclaration16getPropertyValueERKN3WTF6StringE
6685}
6686{
6687   bug_243137
6688   Memcheck:Leak
6689   fun:_Znw*
6690   fun:_ZN7WebCore11RenderStyle6createEv
6691   fun:_ZN7WebCore13StyleResolver15styleForElementEPNS_7ElementEPNS_11RenderStyle*
6692   fun:_ZN7WebCore7Element16styleForRendererEv
6693   fun:_ZN7WebCore20NodeRenderingContext32createRendererForElementIfNeededEv
6694   fun:_ZN7WebCore7Element22createRendererIfNeededEv
6695   fun:_ZN7WebCore7Element6attachEv
6696   fun:_ZN7WebCore22HTMLPlugInImageElement6attachEv
6697}
6698{
6699   bug_243753
6700   Memcheck:Leak
6701   fun:_Znw*
6702   fun:_ZN7fileapi28SandboxFileSystemBackendTest11GetRootPathERK4GURLNS_14FileSystemTypeEbPN4base8FilePathE
6703}
6704{
6705   bug_245714
6706   Memcheck:Leak
6707   fun:_Znw*
6708   fun:_ZN7content17WorkerServiceImplC1Ev
6709   fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
6710   fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
6711   fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
6712   fun:_ZN7content19WorkerMessageFilter16OnChannelClosingEv
6713   fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
6714}
6715{
6716   bug_245714b
6717   Memcheck:Leak
6718   fun:_Znw*
6719   fun:_ZN7content17WorkerServiceImplC1Ev
6720   fun:_ZN22DefaultSingletonTraitsIN7content17WorkerServiceImplEE3NewEv
6721   fun:_ZN9SingletonIN7content17WorkerServiceImplE22DefaultSingletonTraitsIS1_ES1_E3getEv
6722   fun:_ZN7content17WorkerServiceImpl11GetInstanceEv
6723   fun:_ZN7content22ResourceRequestDetailsC1EPKN3net10URLRequestEi
6724   fun:_ZN7content26ResourceDispatcherHostImpl18DidReceiveResponseEPNS_14ResourceLoaderE
6725   fun:_ZN7content14ResourceLoader23CompleteResponseStartedEv
6726   fun:_ZN7content14ResourceLoader17OnResponseStartedEPN3net10URLRequestE
6727   fun:_ZN3net10URLRequest21NotifyResponseStartedEv
6728}
6729{
6730   bug_245828
6731   Memcheck:Leak
6732   fun:_Znw*
6733   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
6734   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
6735   fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESB_
6736   fun:_ZN7content23DevToolsHttpHandlerImpl4StopEv
6737   fun:_ZN7content21ShellDevToolsDelegate4StopEv
6738   fun:_ZN7content21ShellBrowserMainParts22PostMainMessageLoopRunEv
6739   fun:_ZN7content15BrowserMainLoop25ShutdownThreadsAndCleanUpEv
6740   fun:_ZN7content21BrowserMainRunnerImpl8ShutdownEv
6741   fun:_Z16ShellBrowserMainRKN7content18MainFunctionParams*
6742   fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
6743   fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
6744   fun:_ZN7content21ContentMainRunnerImpl3RunEv
6745   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
6746}
6747{
6748   bug_245866
6749   Memcheck:Leak
6750   fun:_Znw*
6751   fun:_ZN4base23EnsureProcessTerminatedEi
6752   fun:_ZN7content6Zygote17HandleReapRequestEiRK6Pickle14PickleIterator
6753   fun:_ZN7content6Zygote24HandleRequestFromBrowserEi
6754   fun:_ZN7content6Zygote15ProcessRequestsEv
6755   fun:_ZN7content10ZygoteMainERKNS_18MainFunctionParamsEPNS_18ZygoteForkDelegateE
6756   fun:_ZN7content9RunZygoteERKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
6757   fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
6758   fun:_ZN7content21ContentMainRunnerImpl3RunEv
6759   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
6760}
6761{
6762   bug_246148
6763   Memcheck:Leak
6764   fun:_Znw*
6765   ...
6766   fun:_ZN7content16SiteInstanceImpl10GetProcessEv
6767   fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHostDelegateEPNS_24RenderWidgetHostDelegateEiibPNS_23SessionStorageNamespaceE
6768   fun:_ZN7content21RenderViewHostFactory6CreateEPNS_12SiteInstanceEPNS_22RenderViewHostDelegateEPNS_24RenderWidgetHostDelegateEiibPNS_23SessionStorageNamespaceE
6769   fun:_ZN7content21RenderViewHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
6770   fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
6771   fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
6772   fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContextEPNS_12SiteInstanceE
6773   fun:_ZN8autofill12_GLOBAL__N_128AutofillDialogControllerTest5SetUpEv
6774}
6775{
6776   bug_246153
6777   Memcheck:Uninitialized
6778   fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
6779   fun:_ZN6WebKit15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
6780   fun:_ZN11webkit_glue19ApplyWebPreferencesERK14WebPreferencesPN6WebKit7WebViewE
6781   ...
6782   fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
6783   fun:_ZN7content14RenderViewImpl6CreateEiRKNS_19RendererPreferencesERK14WebPreferencesPN4base14RefCountedDataIiEEiiilRKSbItNS7_20string16_char_traitsESaItEEbbiRKN6WebKit13WebScreenInfoE17AccessibilityModeb
6784   fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
6785}
6786{
6787   bug_247525a
6788   Memcheck:Leak
6789   fun:_Znw*
6790   fun:_ZN7fileapi24SandboxFileSystemBackendC1EPN5quota17QuotaManagerProxyEPN4base19SequencedTaskRunnerERKNS4_8FilePathERKNS_17FileSystemOptionsEPNS1_20SpecialStoragePolicyE
6791   fun:_ZN7fileapi17FileSystemContextC1E10scoped_ptrINS_21FileSystemTaskRunnersEN4base14DefaultDeleterIS2_EEEPNS_19ExternalMountPointsEPN5quota20SpecialStoragePolicyEPNS9_17QuotaManagerProxyE12ScopedVectorINS_17FileSystemBackendEERKNS3_8FilePathERKNS_17FileSystemOptionsE
6792   fun:_ZN7content23CreateFileSystemContextERKN4base8FilePathEbPN7fileapi19ExternalMountPointsEPN5quota20SpecialStoragePolicyEPNS7_17QuotaManagerProxyE
6793   fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
6794   fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6795   fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContextERKSsS4_b
6796   fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6797   fun:_ZN7content24NavigationControllerImpl26GetSessionStorageNamespaceEPNS_12SiteInstanceE
6798   fun:_ZN7content21RenderViewHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
6799   fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
6800   fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
6801   fun:_ZN7content25RenderViewHostTestHarness21CreateTestWebContentsEv
6802   fun:_ZN7content25RenderViewHostTestHarness5SetUpEv
6803   fun:_ZN31ChromeRenderViewHostTestHarness5SetUpEv
6804}
6805{
6806   bug_247525b
6807   Memcheck:Leak
6808   fun:_Znw*
6809   fun:_ZN8appcache19AppCacheStorageImpl10InitializeERKN4base8FilePathEPNS1_16MessageLoopProxyES6_
6810   fun:_ZN8appcache15AppCacheService10InitializeERKN4base8FilePathEPNS1_16MessageLoopProxyES6_
6811   fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePathEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota20SpecialStoragePolicyEE
6812}
6813{
6814   bug_247525c
6815   Memcheck:Leak
6816   fun:_Znw*
6817   fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8FilePathE
6818   fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6819   fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserContextERKSsS4_b
6820   fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6821   fun:_ZN7content24NavigationControllerImpl26GetSessionStorageNamespaceEPNS_12SiteInstanceE
6822   fun:_ZN7content21RenderViewHostManager4InitEPNS_14BrowserContextEPNS_12SiteInstanceEii
6823   fun:_ZN7content15WebContentsImpl4InitERKNS_11WebContents12CreateParamsE
6824   fun:_ZN7content15TestWebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstanceE
6825   fun:_ZN7content25RenderViewHostTestHarness21CreateTestWebContentsEv
6826   fun:_ZN7content25RenderViewHostTestHarness5SetUpEv
6827   fun:_ZN31ChromeRenderViewHostTestHarness5SetUpEv
6828}
6829{
6830   bug_250529_a
6831   Memcheck:Leak
6832   fun:_Znw*
6833   fun:_ZN14TestingProfile20CreateRequestContextEv
6834   fun:_ZN12_GLOBAL__N_130ProfileSyncServiceTypedUrlTest5SetUpEv
6835}
6836{
6837   bug_250529_b
6838   Memcheck:Leak
6839   fun:_Znw*
6840   fun:_ZN14TestingProfile20CreateRequestContextEv
6841   fun:_ZN30ProfileSyncServicePasswordTest5SetUpEv
6842}
6843{
6844   bug_250533
6845   Memcheck:Leak
6846   fun:_Znw*
6847   ...
6848   fun:_ZN3net21TestURLRequestContext4InitEv
6849   fun:_ZN3net21TestURLRequestContextC1Ev
6850   fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
6851   fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactoryERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12HostPortPairE
6852   fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
6853   fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
6854}
6855{
6856   bug_250533_b
6857   Memcheck:Leak
6858   fun:_Znw*
6859   ...
6860   fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
6861   fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactoryERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12HostPortPairE
6862   fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERKN3net12HostPortPairE
6863   fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE
6864}
6865{
6866   bug_250688
6867   Memcheck:Leak
6868   fun:_Znw*
6869   fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net9HostCache3KeyES2_INS4_5EntryEN4base9TimeTicksEEEEE8allocateEmPKv
6870   fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE11_M_get_nodeEv
6871   fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE14_M_create_nodeERKS9_
6872   fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE10_M_insert_EPKSt18_Rb_tree_node_baseSI_RKS9_
6873   fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_S3_INS1_5EntryEN4base9TimeTicksEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_EE16_M_insert_uniqueERKS9_
6874   fun:_ZNSt3mapIN3net9HostCache3KeyESt4pairINS1_5EntryEN4base9TimeTicksEESt4lessIS2_ESaIS3_IKS2_S7_EEE6insertERKSB_
6875   fun:_ZN3net13ExpiringCacheINS_9HostCache3KeyENS1_5EntryEN4base9TimeTicksESt4lessIS5_ENS1_15EvictionHandlerEE3PutERKS2_RKS3_RKS5_SF_
6876   fun:_ZN3net9HostCache3SetERKNS0_3KeyERKNS0_5EntryEN4base9TimeTicksENS7_9TimeDeltaE
6877   fun:_ZN3net20MockHostResolverBase11ResolveProcEmRKNS_12HostResolver11RequestInfoEPNS_11AddressListE
6878   fun:_ZN3net20MockHostResolverBase10ResolveNowEm
6879}
6880{
6881   bug_251004_a
6882   Memcheck:Leak
6883   fun:_Znw*
6884   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
6885   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
6886   fun:_ZN3net10FileStream7Context14CloseAndDeleteEv
6887}
6888{
6889   bug_251034
6890   Memcheck:Leak
6891   ...
6892   fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
6893   fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE
6894   fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv
6895   fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE
6896   fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKcRKSt6vectorIiSaIiEENS1_13GpuPreferenceE
6897}
6898{
6899   bug_252054
6900   Memcheck:Unaddressable
6901   fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv
6902   fun:_ZN7WebCore15SpeechSynthesis17didFinishSpeakingEN3WTF10PassRefPtrINS_32PlatformSpeechSynthesisUtteranceEEE
6903   fun:_ZN7WebCore29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
6904   fun:_ZN7WebCore5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
6905   fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
6906   fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
6907   fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
6908}
6909{
6910   bug_252036
6911   Memcheck:Uninitialized
6912   fun:_ZN2cc9Scheduler27SetupNextBeginFrameIfNeededEv
6913   fun:_ZN2cc9Scheduler23ProcessScheduledActionsEv
6914}
6915{
6916   bug_252209
6917   Memcheck:Leak
6918   fun:_Znw*
6919   fun:_ZN7content18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
6920   fun:_ZN7content11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
6921   fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_glue20ResourceLoaderBridge11RequestInfoE
6922   fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLRequestEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
6923   fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURLRequestEPNS1_18WebURLLoaderClientE
6924   fun:_ZN7WebCore22ResourceHandleInternal5startENS_17StoredCredentialsE
6925   fun:_ZN7WebCore14ResourceHandle5startENS_17StoredCredentialsE
6926   fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceHandleClientEbbNS_17StoredCredentialsE
6927}
6928{
6929   bug_252228
6930   Memcheck:Leak
6931   fun:_Znw*
6932   ...
6933   fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEE
6934   fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6935   fun:_ZN2v88internalL25Builtin_implHandleApiCallENS0_12_GLOBAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6936   fun:_ZN2v88internalL21Builtin_HandleApiCallEiPPNS0_6ObjectEPNS0_7IsolateE
6937   ...
6938   fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
6939   fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
6940}
6941{
6942   bug_252241_a
6943   Memcheck:Leak
6944   fun:_Znw*
6945   ...
6946   fun:_ZN7content20WebKitTestController20PrepareForLayoutTestERK4GURLRKN4base8FilePathEbRKSs
6947   fun:_Z16ShellBrowserMainRKN7content18MainFunctionParams*
6948   fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
6949   fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
6950   fun:_ZN7content21ContentMainRunnerImpl3RunEv
6951   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
6952}
6953{
6954   bug_252241_b
6955   Memcheck:Leak
6956   fun:_Znw*
6957   fun:_ZN7content19ContentMainDelegate26CreateContentUtilityClientEv
6958   fun:_ZN7content24ContentClientInitializer3SetERKSsPNS_19ContentMainDelegateE
6959   fun:_ZN7content21ContentMainRunnerImpl10InitializeEiPPKcPNS_19ContentMainDelegateE
6960   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
6961}
6962{
6963   bug_252641_a
6964   Memcheck:Uninitialized
6965   fun:pthread_rwlock_init$UNIX2003
6966   fun:_ZN3re25MutexC2Ev
6967   fun:_ZN3re25MutexC1Ev
6968   ...
6969   fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi
6970}
6971{
6972   bug_252641_b
6973   Memcheck:Uninitialized
6974   fun:pthread_rwlock_init$UNIX2003
6975   fun:_ZN3re25MutexC2Ev
6976   fun:_ZN3re25MutexC1Ev
6977   ...
6978   fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi
6979   fun:_ZN7content23RecoveryCouldBeFruitfulEN7leveldb6StatusE
6980   fun:_ZN7content21IndexedDBBackingStore4OpenERKSsRKN4base8FilePathES2_PN6WebKit15WebIDBCallbacks8DataLossEPNS_14LevelDBFactoryE
6981   fun:_ZN12_GLOBAL__N_137IndexedDBIOErrorTest_CleanUpTest_Test8TestBodyEv
6982}
6983{
6984   bug_253797
6985   Memcheck:Uninitialized
6986   fun:_ZNSt11char_traitsIcE6lengthEPKc
6987   fun:_ZN4base8internal17StringPieceDetail*
6988   fun:_ZN4base16BasicStringPieceISsEC1EPKc
6989   fun:_ZN8autofill22AutofillQueryXmlParser13CharacterDataEPN4buzz15XmlParseContextEPKci
6990   fun:_ZN4buzz9XmlParser18ExpatCharacterDataEPKci
6991   fun:_ZN4buzzL21CharacterDataCallbackEPvPKci
6992   obj:*libexpat.so*
6993   obj:*libexpat.so*
6994   obj:*libexpat.so*
6995   obj:*libexpat.so*
6996   fun:XML_ParseBuffer
6997   fun:_ZN4buzz9XmlParser5ParseEPKcmb
6998   fun:_ZN8autofill12_GLOBAL__N_126AutofillQueryXmlParserTest13ParseQueryXMLERKSsb
6999   fun:_ZN8autofill12_GLOBAL__N_149AutofillQueryXmlParserTest_ParseAutofillFlow_Test8TestBodyEv
7000}
7001{
7002   bug_255718
7003   Memcheck:Leak
7004   fun:_Znw*
7005   fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvENS_8internal17UnretainedWrapperIS2_EEEENS_8CallbackINS5_9BindStateINS5_13FunctorTraitsIT_E12RunnableTypeENSC_7RunTypeEFvNS5_19CallbackParamTraitsIT0_E11StorageTypeEEE14UnboundRunTypeEEESB_RKSG_
7006   fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
7007   fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_
7008   fun:_ZN4base26PostTaskAndReplyWithResultIN5quota15QuotaStatusCodeES2_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNS9_IFvT0_EEE
7009   fun:_ZN7fileapi21FileSystemQuotaClient16DeleteOriginDataERK4GURLN5quota11StorageTypeERKN4base8CallbackIFvNS4_15QuotaStatusCodeEEEE
7010   fun:_ZN5quota12QuotaManager17OriginDataDeleter3RunEv
7011   fun:_ZN5quota9QuotaTask5StartEv
7012   fun:_ZN5quota12QuotaManager16DeleteOriginDataERK4GURLNS_11StorageTypeEiRKN4base8CallbackIFvNS_15QuotaStatusCodeEEEE
7013   fun:_ZN7content12_GLOBAL__N_134ClearQuotaManagedOriginsOnIOThreadERK13scoped_refptrIN5quota12QuotaManagerEERKSt3setI4GURLSt4lessIS8_ESaIS8_EENS2_11StorageTypeE
7014   fun:_ZN7content12_GLOBAL__N_121ClearOriginOnIOThreadEjRK4GURLRK13scoped_refptrIN3net23URLRequestContextGetterEERKS4_IN5quota12QuotaManagerEE
7015}
7016{
7017   bug_258466
7018   Memcheck:Leak
7019   fun:_Znw*
7020   fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
7021   fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
7022   fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
7023   fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
7024   fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
7025   fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
7026   fun:_ZN7content21ContentMainRunnerImpl3RunEv
7027   fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
7028   fun:ChromeMain
7029}
7030{
7031   bug_258132a
7032   Memcheck:Leak
7033   fun:_Znw*
7034   fun:_ZN5ppapi5proxy15PPP_Class_Proxy19CreateProxiedObjectEPK18PPB_Var_DeprecatedPNS0_10DispatcherEill
7035   fun:_ZN5ppapi5proxy24PPB_Var_Deprecated_Proxy27OnMsgCreateObjectDeprecatedEillNS0_24SerializedVarReturnValueE
7036}
7037{
7038   bug_258132b
7039   Memcheck:Leak
7040   fun:_Znw*
7041   fun:_ZN5ppapi5proxy26PluginProxyMultiThreadTest7RunTestEv
7042   fun:_ZN5ppapi*ThreadAwareCallback*Test_*
7043}
7044{
7045   bug_259188
7046   Memcheck:Leak
7047   fun:_Znw*
7048   fun:_ZN7WebCore16V8PerIsolateData6createEPN2v87IsolateE
7049   fun:_ZN7WebCore16V8PerIsolateData17ensureInitializedEPN2v87IsolateE
7050   fun:_ZN6WebKit10initializeEPNS_8PlatformE
7051}
7052{
7053   bug_259303
7054   Memcheck:Leak
7055   fun:_Znw*
7056   fun:_ZN3IPC7Message23EnsureFileDescriptorSetEv
7057   fun:_ZN3IPC7Message19file_descriptor_setEv
7058   fun:_ZN3IPC7Channel11ChannelImpl24WillDispatchInputMessageEPNS_7MessageE
7059   fun:_ZN3IPC8internal13ChannelReader17DispatchInputDataEPKci
7060   fun:_ZN3IPC8internal13ChannelReader23ProcessIncomingMessagesEv
7061   fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
7062   fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
7063   fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
7064}
7065{
7066   bug_259357d
7067   Memcheck:Uninitialized
7068   ...
7069   fun:_ZN3gpu5gles239ShaderTranslatorTest_OptionsString_Test8TestBodyEv
7070}
7071{
7072   bug_259357f
7073   Memcheck:Uninitialized
7074   fun:_ZNK3gpu12AsyncAPIMock6IsArgsclEPKv
7075   fun:_ZNK7testing8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEE15MatchAndExplainIPKvEEbRT_PNS_19MatchResultListenerE
7076   fun:_ZNK7testing18PolymorphicMatcherINS_8internal12TrulyMatcherIN3gpu12AsyncAPIMock6IsArgsEEEE15MonomorphicImplIPKvE15MatchAndExplainESA_PNS_19MatchResultListenerE
7077   fun:_ZNK7testing8internal11MatcherBaseIPKvE15MatchAndExplainES3_PNS_19MatchResultListenerE
7078   fun:_ZNK7testing8internal11MatcherBaseIPKvE7MatchesES3_
7079   fun:_ZN7testing8internal11TuplePrefixILm3EE7MatchesINSt3tr15tupleIINS_7MatcherIjEES7_NS6_IPKvEEEEENS5_IIjjS9_EEEEEbRKT_RKT0_
7080   fun:_ZN7testing8internal12TupleMatchesINSt3tr15tupleIINS_7MatcherIjEES5_NS4_IPKvEEEEENS3_IIjjS7_EEEEEbRKT_RKT0_
7081   fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE7MatchesERKNSt3tr15tupleIIjjS6_EEE
7082   fun:_ZNK7testing8internal16TypedExpectationIFN3gpu5error5ErrorEjjPKvEE21ShouldHandleArgumentsERKNSt3tr15tupleIIjjS6_EEE
7083   fun:_ZNK7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE29FindMatchingExpectationLockedERKNSt3tr15tupleIIjjS6_EEE
7084   fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE30UntypedFindMatchingExpectationES6_PS6_PbPSoSB_
7085   fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
7086   fun:_ZN7testing8internal18FunctionMockerBaseIFN3gpu5error5ErrorEjjPKvEE10InvokeWithERKNSt3tr15tupleIIjjS6_EEE
7087   fun:_ZN7testing8internal14FunctionMockerIFN3gpu5error5ErrorEjjPKvEE6InvokeEjjS6_
7088   fun:_ZN3gpu12AsyncAPIMock9DoCommandEjjPKv
7089   fun:_ZN3gpu13CommandParser14ProcessCommandEv
7090   fun:_ZN3gpu12GpuScheduler10PutChangedEv
7091}
7092{
7093   bug_259789
7094   Memcheck:Uninitialized
7095   fun:_ZN7WebCore12_GLOBAL__N_116adjustAttributesERKNS_17GraphicsContext3D10AttributesEPNS_8SettingsE
7096   fun:_ZN7WebCore21WebGLRenderingContext19maybeRestoreContextEPNS_5TimerIS0_EE
7097   fun:_ZN7WebCore5TimerINS_21WebGLRenderingContextEE5firedEv
7098   fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv
7099   fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv
7100   fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
7101}
7102{
7103   bug_259799
7104   Memcheck:Leak
7105   fun:_Znw*
7106   fun:_ZN6WebKit16EditorClientImpl23requestCheckingOfStringEN3WTF10PassRefPtrIN7WebCore19TextCheckingRequestEEE
7107   fun:_ZN7WebCore12SpellChecker13invokeRequestEN3WTF10PassRefPtrINS_17SpellCheckRequestEEE
7108   fun:_ZN7WebCore12SpellChecker18requestCheckingForEN3WTF10PassRefPtrINS_17SpellCheckRequestEEE
7109   fun:_ZN7WebCore6Editor40markAllMisspellingsAndBadGrammarInRangesEjPNS_5RangeES2_
7110   fun:_ZN7WebCore6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePositionERKNS_16VisibleSelectionE
7111   fun:_ZN7WebCore13TypingCommand27markMisspellingsAfterTypingENS0_14ETypingCommandE
7112   fun:_ZN7WebCore13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommandE
7113   fun:_ZN7WebCore13TypingCommand28insertTextRunWithoutNewlinesERKN3WTF6StringEb
7114   fun:_ZNK7WebCore26TypingCommandLineOperationclEmmb
7115}
7116{
7117   bug_262875
7118   Memcheck:Leak
7119   fun:_Znw*
7120   ...
7121   fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
7122   ...
7123   fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv
7124   fun:_ZN15webkit_database15DatabaseTracker8LazyInitEv
7125   fun:_ZN15webkit_database15DatabaseTracker23GetAllOriginIdentifiersEPSt6vectorISsSaISsEE
7126   fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTrackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE
7127}
7128{
7129   bug_268258
7130   Memcheck:Leak
7131   fun:malloc
7132   fun:_ZN3WTF10fastMallocEm
7133   fun:_ZN3WTF10StringImpl12createStaticEPKcjj
7134   fun:_ZN7WebCore*Names*init*
7135}
7136{
7137   bug_268267
7138   Memcheck:Leak
7139   fun:_Znw*
7140   fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
7141   fun:_ZN4base14WeakPtrFactoryINS_12_GLOBAL__N_16TargetEE10GetWeakPtrEv
7142   fun:_ZN4base45WeakPtrTest_MoveOwnershipAfterInvalidate_Test8TestBodyEv
7143}
7144{
7145  bug_268368
7146  Memcheck:Leak
7147  fun:calloc
7148  fun:_dlerror_run
7149  ...
7150  fun:_ZN4base17LoadNativeLibraryERKNS_8FilePathEPSs
7151  fun:_ZN7content10PluginList17ReadWebPluginInfoERKN4base8FilePathEPNS_13WebPluginInfoE
7152  fun:_ZN7content10PluginList14ReadPluginInfoERKN4base8FilePathEPNS_13WebPluginInfoE
7153}
7154{
7155   bug_269201
7156   Memcheck:Unaddressable
7157   ...
7158   fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
7159   fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEE
7160   fun:_ZN8printing8PrintJob21UpdatePrintedDocumentEPNS_15PrintedDocumentE
7161   fun:_ZN8printing8PrintJob4StopEv
7162}
7163{
7164   bug_269844
7165   Memcheck:Leak
7166   fun:_Znw*
7167   fun:_ZN9__gnu_cxx13new_allocatorIPN4base11PendingTaskEE8allocateEmPKv
7168   fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE15_M_allocate_mapEm
7169   fun:_ZNSt5dequeIN4base11PendingTaskESaIS1_EE17_M_reallocate_mapEmb
7170   ...
7171   fun:_ZN4base8internal17IncomingTaskQueue15PostPendingTaskEPNS_11PendingTaskE
7172   fun:_ZN4base8internal17IncomingTaskQueue18AddToIncomingQueueERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEENS_9TimeDeltaEb
7173   fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEE
7174}
7175{
7176   bug_269884a
7177   Memcheck:Leak
7178   fun:_Znw*
7179   fun:_ZN24SkColorFilterImageFilter6CreateEP13SkColorFilterP13SkImageFilterPK7SkIRect
7180   fun:_ZN7WebCore22SkiaImageFilterBuilder19transformColorSpaceEP13SkImageFilterNS_10ColorSpaceES3_
7181   fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE
7182}
7183{
7184   bug_269884b
7185   Memcheck:Leak
7186   fun:_Znw*
7187   fun:_ZN19SkPerlinNoiseShader15CreateTubulenceEffifPK7SkTSizeIiE
7188   fun:_ZN7WebCore12FETurbulence12createShaderERKNS_7IntRectE
7189   fun:_ZN7WebCore12FETurbulence17createImageFilterEPNS_22SkiaImageFilterBuilderE
7190   fun:_ZN7WebCore22SkiaImageFilterBuilder5buildEPNS_12FilterEffectENS_10ColorSpaceE
7191   fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE
7192}
7193{
7194   bug_270312
7195   Memcheck:Leak
7196   fun:_Znw*
7197   fun:_ZN14message_center22MessageCenterButtonBarC1EPNS_17MessageCenterViewEPNS_13MessageCenterEPNS_24NotifierSettingsProviderEb
7198   fun:_ZN14message_center17MessageCenterViewC1EPNS_13MessageCenterEPNS_17MessageCenterTrayEibb
7199   fun:_ZN14message_center21MessageCenterViewTest5SetUpEv
7200}
7201{
7202   bug_271431
7203   Memcheck:Leak
7204   fun:_Znw*
7205   fun:_ZN8autofill33TestGeneratedCreditCardBubbleView6CreateERKN4base7WeakPtrINS_35GeneratedCreditCardBubbleControllerEEE
7206   fun:_ZN8autofill12_GLOBAL__N_139TestGeneratedCreditCardBubbleController12CreateBubbleEv
7207   fun:_ZN8autofill35GeneratedCreditCardBubbleController4ShowEb
7208   fun:_ZN8autofill35GeneratedCreditCardBubbleController12SetupAndShowERKSbItN4base20string16_char_traitsESaItEES6_
7209   fun:_ZN8autofill35GeneratedCreditCardBubbleController4ShowEPN7content11WebContentsERKSbItN4base20string16_char_traitsESaItEES9_
7210   fun:_ZN8autofill12_GLOBAL__N_139GeneratedCreditCardBubbleControllerTest4ShowEv
7211}
7212