Upstream version 8.37.180.0
[platform/framework/web/crosswalk.git] / src / tools / valgrind / memcheck / suppressions_mac.txt
1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over.
3 #
4 # 2. Intentional unit test errors, 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.
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    FIXME mac kevent libevent probably needs valgrind hooks
16    Memcheck:Param
17    kevent(changelist)
18    fun:kevent
19    fun:event_base_new
20 }
21 {
22    # CoreAudio leak.  See http://crbug.com/9351
23    bug_9351
24    Memcheck:Leak
25    ...
26    fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_
27    ...
28    fun:_ZN9HALSystem16CheckOutInstanceEv
29    ...
30 }
31 {
32    bug_18215
33    Memcheck:Uninitialized
34    fun:_DPSNextEvent
35    fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
36    fun:-[NSApplication run]
37 }
38 {
39    # Also filed with Apple as rdar://7255382
40    bug_20459b
41    Memcheck:Leak
42    fun:malloc_zone_malloc
43    fun:_CFRuntimeCreateInstance
44    fun:__CFArrayInit
45    fun:CFArrayCreateMutableCopy
46    ...
47    fun:_ZN8Security12KeychainCore5Trust8evaluate*
48 }
49 {
50    # See also http://openradar.appspot.com/radar?id=1169404
51    bug_79533b
52    Memcheck:Uninitialized
53    ...
54    fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel
55    fun:CSSM_DL_DataAbortQuery
56    fun:_ZN11SSDLSession14DataAbortQueryEll
57    fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel
58    fun:CSSM_DL_DataAbortQuery
59    fun:tpDbFindIssuerCrl
60    fun:tpVerifyCertGroupWithCrls
61 }
62 {
63    # QTKit leak. See http://crbug.com/100772 and rdar://10319535.
64    bug_100772
65    Memcheck:Leak
66    fun:calloc
67    fun:QTMLCreateMutex
68    fun:WarholCreateGlobals
69    fun:INIT_QuickTimeLibInternal
70    fun:pthread_once
71    fun:INIT_QuickTimeLib
72    fun:EnterMovies_priv
73    fun:EnterMovies
74    fun:TundraUnitInputFromTSFileEntry
75    fun:TundraUnitVDIGInputEntry
76    fun:TundraUnitCreateFromDescription
77    fun:+[QTCaptureVDIGDevice _refreshDevices]
78    fun:+[QTCaptureVDIGDevice devicesWithIOType:]
79    fun:+[QTCaptureDevice devicesWithIOType:]
80    fun:+[QTCaptureDevice inputDevices]
81    fun:+[QTCaptureDevice inputDevicesWithMediaType:]
82    ...
83 }
84 {
85    # See http://crbug.com/141293
86    bug_141293
87    Memcheck:Uninitialized
88    fun:deflateEnd
89    fun:deflateSetDictionary
90    fun:deflate
91    fun:png_write_finish_row
92    ...
93    fun:png_write_find_filter
94    fun:_cg_png_write_row
95    fun:writeOnePng
96    fun:_CGImagePluginWritePNG
97    fun:CGImageDestinationFinalize
98    fun:+[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImageRepsInArray:usingType:properties:]
99    fun:-[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingType:properties:]
100    fun:_ZN3gfx8internal24Get1xPNGBytesFromNSImageEP7NSImage
101 }
102 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first
103 # run of each reboot.  See also issues 105525, 257276, 340847.
104 {
105    bug_257276
106    Memcheck:Leak
107    ...
108    fun:ripc_DrawPath
109    fun:CGContextDrawPath
110 }
111 {
112    bug_257276_b
113    Memcheck:Leak
114    fun:malloc_zone_malloc
115    ...
116    fun:setCursorFromBundle
117    fun:CoreCursorSet
118    fun:-[NSCursor set]
119 }
120
121 # 2. Intentional unit test errors, stuff that is somehow a false positive
122 # in our own code, or stuff that is so trivial it's not worth fixing.
123 {
124    # Mac Sandbox test cases are registered in a global map.  This code is only
125    # used in the unit test binary.
126    Mac_Sandbox_Intentional_Leak1
127    Memcheck:Leak
128    fun:_Znw*
129    fun:_ZN7content8internal19RegisterSandboxTestINS_*
130    ...
131    fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
132    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
133    fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
134    fun:_ZN4dyld24initializeMainExecutableEv
135 }
136 {
137    # __cxa_get_globals leaks a structure when called for the first time
138    __cxa_get_globals one-time leak
139    Memcheck:Leak
140    ...
141    fun:__cxa_get_globals
142 }
143 {
144    # Intentional leak of a time-based self-deleting object.
145    bug_264886
146    Memcheck:Leak
147    fun:_Znw*
148    ...
149    fun:_ZN4base26MessagePumpInstrumentation6CreateERKNS_9TimeDeltaES3_
150    fun:_ZN4base24MessagePumpCFRunLoopBase21EnableInstrumentationEv
151    fun:_ZN4base24MessagePumpNSApplicationC2Ev
152    fun:_ZN4base24MessagePumpCrApplicationC2Ev
153    fun:_ZN4base24MessagePumpCrApplicationC1Ev
154    fun:_ZN4base14MessagePumpMac6CreateEv
155 }
156
157 # 3. Suppressions for real chromium bugs that are not yet fixed.
158 {
159    bug_17297
160    Memcheck:Leak
161    fun:malloc
162    ...
163    fun:+[NSColor keyboardFocusIndicatorColor]
164    fun:+[NSColor colorWithCatalogName:colorName:]
165    fun:+[NSCatalogColor newWithCoder:zone:]
166    fun:-[NSColor initWithCoder:]
167 }
168 {
169    bug_18218
170    Memcheck:Leak
171    fun:malloc
172    fun:__addHandler2
173    fun:__NSFinalizeThreadData
174    fun:_pthread_tsd_cleanup
175    fun:_pthread_exit
176    fun:thread_start
177 }
178 {
179    bug_20582
180    Memcheck:Leak
181    fun:_Znw*
182    fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
183    fun:_ZN4base16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
184    fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
185 }
186 {
187    bug_21479a
188    Memcheck:Leak
189    fun:malloc_zone_malloc
190    fun:_CFRuntimeCreateInstance
191    fun:CFPasteboardCreate
192    fun:CFPasteboardCreateUnique
193    fun:+[NSPasteboard _pasteboardWithName:]
194    fun:+[NSPasteboard pasteboardWithUniqueName]
195 }
196 {
197    bug_21479b
198    Memcheck:Leak
199    fun:malloc_zone_malloc
200    fun:_CFRuntimeCreateInstance
201    fun:CFPasteboardCreate
202    fun:+[NSPasteboard _pasteboardWithName:]
203    fun:-[FindPasteboard findPboard]
204 }
205 {
206    bug_27315
207    Memcheck:Leak
208    fun:_Znw*
209    fun:_ZNSt8_Rb_treeIlSt4pairIKlPN4llvm8PassInfoEESt10_Select1stIS5_ESt4lessIlESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_
210    fun:_ZNSt8_Rb_treeIlSt4pairIKlPN4llvm8PassInfoEESt10_Select1stIS5_ESt4lessIlESaIS5_EE13insert_uniqueERKS5_
211    fun:_ZN4llvm16RegisterPassBase12registerPassEv
212    fun:_Z41__static_initialization_and_destruction_0ii
213    fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
214    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
215    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
216    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
217    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
218    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
219    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
220    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
221    fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
222    fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
223 }
224 {
225    bug_27644
226    Memcheck:Leak
227    ...
228    fun:_ZN19WebSharedWorkerStub9OnConnectEii
229 }
230 {
231    bug_28847a
232    Memcheck:Leak
233    fun:_Znw*
234    fun:_ZN13WorkerService12CreateWorkerERK4GURLbbRKSbItN4base20string16_char_traitsESaItEEiiPN3IPC7Message6SenderEi
235    fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16_char_traitsESaItEEiPi
236 }
237 {
238    bug_28847b
239    Memcheck:Leak
240    fun:_Znw*
241    fun:_ZN16ChildProcessHost6LaunchERKSt6vectorISt4pairISsSsESaIS2_EEP11CommandLine
242    fun:_ZN17WorkerProcessHost4InitEv
243    fun:_ZN13WorkerService12CreateWorkerERK4GURLbbRKSbItN4base20string16_char_traitsESaItEEiiPN3IPC7Message6SenderEi
244    fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16_char_traitsESaItEEiPi
245 }
246 {
247    bug_28072a
248    Memcheck:Leak
249    ...
250    fun:CSBackupSetItemExcluded
251    fun:_ZN8mac_util22SetFileBackupExclusionE*
252    fun:_ZN7history15HistoryDatabase4InitE*
253    fun:_ZN7history14HistoryBackend8InitImplEv
254    fun:_ZN7history14HistoryBackend4InitEb
255 }
256 {
257    bug_28072b
258    Memcheck:Leak
259    fun:_Znw*
260    fun:_ZN7history14HistoryBackend8InitImplEv
261    fun:_ZN7history14HistoryBackend4InitEb
262 }
263 {
264    bug_28072c
265    Memcheck:Unaddressable
266    ...
267    fun:CSBackupSetItemExcluded
268    fun:_ZN8mac_util22SetFileBackupExclusionE*
269    fun:_ZN7history15HistoryDatabase4InitE*
270    fun:_ZN7history14HistoryBackend8InitImplEv
271    fun:_ZN7history14HistoryBackend4InitEb
272 }
273 {
274    bug_28072d
275    Memcheck:Unaddressable
276    ...
277    fun:CSBackupSetItemExcluded
278    fun:_ZN4base3mac22SetFileBackupExclusionE*
279    fun:_ZN7history15HistoryDatabase4InitE*
280    fun:_ZN7history14HistoryBackend8InitImplERKSs
281    fun:_ZN7history14HistoryBackend4InitERKSsb
282 }
283
284 # Note: bug 31634 happens very sporatically.
285 {
286    bug_31634
287    Memcheck:Leak
288    fun:malloc_zone_malloc
289    fun:_CFRuntimeCreateInstance
290    fun:__CFDictionaryInit
291    fun:CFDictionaryCreate
292    fun:classDescription
293 }
294 {
295    bug_35164
296    Memcheck:Uninitialized
297    ...
298    fun:gl_context_init_client_state
299    fun:ogl_begin_rendering
300    fun:CARenderOGLRender
301    fun:view_draw
302 }
303 {
304    bug_35625
305    Memcheck:Leak
306    fun:malloc_zone_malloc
307    fun:_CFRuntimeCreateInstance
308    fun:CGTypeCreateInstanceWithAllocator
309    fun:CGTypeCreateInstance
310    fun:CGFunctionCreate
311    fun:CGGradientGetFunction
312    fun:CGContextDrawLinearGradient
313    ...
314    fun:-[NSView _drawRect:clip:]
315    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
316 }
317 {
318    bug_40429
319    Memcheck:Leak
320    fun:calloc
321    fun:_internal_class_createInstanceFromZone
322    fun:_internal_class_createInstance
323    fun:+[NSObject allocWithZone:]
324    ...
325    fun:_decodeObjectBinary
326    fun:_decodeObject
327    fun:-[NSButtonCell initWithCoder:]
328    fun:_decodeObjectBinary
329    fun:_decodeObject
330    fun:-[NSControl initWithCoder:]
331    fun:-[NSButton initWithCoder:]
332    fun:_decodeObjectBinary
333    fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
334    fun:-[NSArray(NSArray) initWithCoder:]
335    fun:_decodeObjectBinary
336    fun:_decodeObject
337    fun:-[NSView initWithCoder:]
338    fun:_decodeObjectBinary
339    fun:_decodeObject
340 }
341 {
342    bug_40429b
343    Memcheck:Leak
344    fun:calloc
345    fun:_internal_class_createInstanceFromZone
346    ...
347    fun:+[NSObject allocWithZone:]
348    ...
349    fun:_decodeObjectBinary
350    fun:_decodeObject
351    fun:-[NSNibConnector initWithCoder:]
352    fun:-[NSNibControlConnector initWithCoder:]
353    fun:_decodeObjectBinary
354    fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
355    fun:-[NSArray(NSArray) initWithCoder:]
356    fun:_decodeObjectBinary
357    fun:_decodeObject
358    fun:-[NSIBObjectData initWithCoder:]
359    fun:_decodeObjectBinary
360 }
361 {
362    bug_40429c
363    Memcheck:Leak
364    fun:calloc
365    fun:_internal_class_createInstanceFromZone
366    fun:_internal_class_createInstance
367    fun:+[NSObject allocWithZone:]
368    fun:_decodeObjectBinary
369    fun:_decodeObject
370    fun:-[NSButtonCell initWithCoder:]
371    fun:_decodeObjectBinary
372    fun:_decodeObject
373    fun:-[NSControl initWithCoder:]
374    fun:-[NSButton initWithCoder:]
375    fun:_decodeObjectBinary
376    fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
377    fun:-[NSArray(NSArray) initWithCoder:]
378    fun:_decodeObjectBinary
379    fun:_decodeObject
380    fun:-[NSView initWithCoder:]
381    fun:_decodeObjectBinary
382    fun:_decodeObject
383    fun:-[NSResponder initWithCoder:]
384    fun:-[NSView initWithCoder:]
385 }
386 {
387   bug_40659
388    Memcheck:Leak
389    fun:_Znw*
390    ...
391    fun:_ZN19extension_file_util13LoadExtensionE*
392    fun:_ZN12CrxInstaller15CompleteInstallEv
393 }
394 {
395    bug_47949_a
396    Memcheck:Uninitialized
397    ...
398    fun:ripc_DrawRects
399    fun:CGContextFillRects
400    fun:CGContextFillRect
401    fun:NSRectFill
402    fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
403 }
404 {
405    bug_47949_b
406    Memcheck:Uninitialized
407    ...
408    fun:ripc_DrawRects
409    fun:CGContextFillRects
410    fun:CGContextFillRect
411    fun:NSRectFill
412    fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
413 }
414 {
415    bug_47949_c
416    Memcheck:Leak
417    ...
418    fun:ripc_DrawRects
419    fun:CGContextFillRects
420    fun:CGContextFillRect
421    fun:NSRectFill
422    fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
423 }
424 {
425    bug_50286
426    Memcheck:Leak
427    fun:_Znw*
428    fun:_ZN11ProfileImpl14InitExtensionsEv
429    fun:_ZN14ProfileManager10AddProfileEP7Profileb
430    fun:_ZN14ProfileManager10GetProfileE*
431    fun:_ZN14ProfileManager10GetProfileE*
432    fun:_ZN14ProfileManager17GetDefaultProfileE*
433    fun:_ZN12_GLOBAL__N_113CreateProfileE*
434    fun:_Z11BrowserMainRK18MainFunctionParams
435    fun:ChromeMain
436    fun:main
437 }
438 {
439    bug_50297_a
440    Memcheck:Uninitialized
441    fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
442    fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
443    fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
444    ...
445    fun:event_process_active
446    fun:event_base_loop
447    fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
448    fun:_ZN4base11MessageLoop11RunInternalEv
449 }
450 {
451    bug_50297_b
452    Memcheck:Uninitialized
453    fun:_ZN6Pickle8FindNextEmPKcS1_
454    fun:_ZN3IPC7Message8FindNextEPKcS2_
455    fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
456    fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
457    fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
458    ...
459    fun:event_process_active
460    fun:event_base_loop
461    fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
462    fun:_ZN4base11MessageLoop11RunInternalEv
463 }
464 {
465    bug_50638_a
466    Memcheck:Uninitialized
467    fun:gleUpdateViewScissorData
468    ...
469    fun:cgl_set_surface
470    fun:ogl_attach_surface
471    fun:ogl_render_fade_transition
472    fun:ogl_render_layer_
473    ...
474    fun:ogl_render_layers
475    fun:CARenderOGLRender
476    fun:view_draw
477 }
478 {
479    bug_50638_b
480    Memcheck:Uninitialized
481    fun:gleUpdateViewScissorData
482    fun:cgl_set_surface
483    fun:ogl_attach_surface
484    fun:ogl_render_layer_contents_bg
485    fun:ogl_render_layer_image_
486    fun:ogl_render_layer_
487    fun:ogl_render_layer_image_
488    fun:ogl_render_layer_
489    fun:ogl_render_layer_image_
490    fun:ogl_render_layer_
491    fun:ogl_render_layers
492    fun:CARenderOGLRender
493    fun:view_draw
494 }
495 {
496    bug_50968
497    Memcheck:Unaddressable
498    fun:sqlite3PcacheClearSyncFlags
499    fun:syncJournal
500    fun:pagerStress
501    fun:sqlite3PcacheFetch
502    fun:sqlite3PagerAcquire2
503    fun:sqlite3PagerAcquire
504    fun:btreeGetPage
505    fun:allocateBtreePage
506    fun:btreeCreateTable
507    fun:sqlite3BtreeCreateTable
508    fun:sqlite3VdbeExec
509    fun:sqlite3Step
510    fun:sqlite3_step
511    fun:sqlite3_exec
512    fun:_ZN3sql10Connection7ExecuteEPKc
513    fun:_ZN17TokenServiceTable4InitEv
514    fun:_ZN11WebDatabase4InitE*
515    fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
516 }
517 {
518    bug_52681_a
519    Memcheck:Leak
520    fun:_Znw*
521    fun:_ZN16ChildProcessHost13CreateChannelEv
522    fun:_ZN18UtilityProcessHost12StartProcessE*
523    fun:_ZN18UtilityProcessHost22StartExtensionUnpackerE*
524 }
525 {
526    bug_52681_b
527    Memcheck:Leak
528    fun:_Znw*
529    ...
530    fun:_ZN16ChildProcessHost13CreateChannelEv
531    fun:_ZN18UtilityProcessHost12StartProcessE*
532    fun:_ZN18UtilityProcessHost22StartExtensionUnpackerE*
533    fun:_ZN26SandboxedUnpacker22StartProcessOnIOThreadE*
534 }
535 {
536    bug_53742_a
537    Memcheck:Uninitialized
538    ...
539    fun:_ZN16AudioQueueObject12ConvertInputEP9AQCommandRmb
540    fun:_ZN16AudioQueueObject12RunConverterEi
541    fun:_ZN18AQConverterManager17AQConverterThread3RunEv
542    fun:_ZN18AQConverterManager17AQConverterThread20ConverterThreadEntryEPv
543    fun:_ZN9CAPThread5EntryEPS_
544    fun:_pthread_start
545    fun:thread_start
546 }
547 {
548    bug_53742_b
549    Memcheck:Uninitialized
550    fun:_ZN16AudioQueueObject12ConvertInputEP9AQCommandRmb
551    fun:_ZN16AudioQueueObject5ResetEv
552    fun:_ZN16AudioQueueObject4StopEb
553 }
554 {
555    bug_53989_a
556    Memcheck:Uninitialized
557    fun:glvm_function_new
558    fun:glvmCreateModularFunction
559    fun:gleGetVertexSubmitFuncObjectAndKey
560    fun:gleSetVertexArrayFunc
561    fun:gleDrawArraysOrElements_ExecCore
562    fun:gleDrawArraysOrElements_IMM_Exec
563    fun:gl_context_draw
564    fun:ogl_array_flush
565    fun:ogl_primitives_end_
566    ...
567    fun:CARenderOGLRender
568    fun:view_draw
569    fun:view_display_link
570    fun:link_callback
571 }
572 {
573    bug_53989_b
574    Memcheck:Uninitialized
575    fun:glvm_function_hash_value_6
576    fun:glvm_hash_set_*
577    fun:glvm*ModularFunction*Cache
578    fun:gleGetVertexSubmitFuncObjectAndKey
579    fun:gleSetVertexArrayFunc
580    fun:gleDrawArraysOrElements_ExecCore
581    fun:gleDrawArraysOrElements_IMM_Exec
582    fun:gl_context_draw
583    fun:ogl_array_flush
584    fun:ogl_primitives_end_
585    ...
586    fun:CARenderOGLRender
587    fun:view_draw
588    fun:view_display_link
589 }
590 {
591    bug_53989_c
592    Memcheck:Uninitialized
593    ...
594    fun:gleGetVertexSubmitFuncObjectAndKey
595    fun:gleSetVertexArrayFunc
596    fun:gleDrawArraysOrElements_ExecCore
597    fun:gleDrawArraysOrElements_IMM_Exec
598    fun:gl_context_draw
599    fun:ogl_array_flush
600    fun:ogl_primitives_end_
601    ...
602    fun:CARenderOGLRender
603    fun:view_draw
604    fun:view_display_link
605    fun:link_callback
606 }
607 {
608    bug_55773
609    Memcheck:Unaddressable
610    fun:sseCGSFill8by1
611    fun:argb32_mark_constshape
612    fun:argb32_mark
613    fun:ripl_BltShape
614    fun:ripc_Render
615    fun:ripc_DrawRects
616    fun:CGContextFillRects
617    fun:CGContextFillRect
618    fun:NSRectFill
619    fun:-[NSView _drawRect:clip:]
620    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
621    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
622    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
623    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
624    fun:-[NSView displayIfNeeded]
625    fun:-[NSWindow displayIfNeeded]
626    fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:]
627    fun:-[NSWindow orderWindow:relativeTo:]
628    fun:-[NSWindow addChildWindow:ordered:]
629    fun:-[GTMWindowSheetController(PrivateMethods) beginSystemSheet:withInfo:modalForView:withParameters:]
630    fun:-[GTMWindowSheetController beginSystemSheet:modalForView:withParameters:]
631    fun:-[GTMWindowSheetController beginSheet:modalForView:modalDelegate:didEndSelector:contextInfo:]
632 }
633 {
634    bug_58860_a
635    Memcheck:Unaddressable
636    fun:memcpy
637    ...
638    fun:FSFindFolder
639    fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryE*
640    fun:_ZN6webkit5npapi10PluginList20GetPluginDirectoriesE*
641    fun:_ZN6webkit5npapi10PluginList11LoadPluginsEb
642    fun:_ZN6webkit5npapi10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2_EE
643    fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv
644 }
645 {
646    bug_58860_b
647    Memcheck:Unaddressable
648    ...
649    fun:FSFindFolder
650    fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryE*
651    fun:_ZN6webkit5npapi10PluginList20GetPluginDirectoriesE*
652    fun:_ZN6webkit5npapi10PluginList11LoadPluginsEb
653    fun:_ZN6webkit5npapi10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2_EE
654    fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv
655 }
656 {
657    bug_51682a
658    Memcheck:Leak
659    fun:malloc
660    fun:__cxa_get_globals
661    fun:__cxa_allocate_exception
662    fun:_ZN8Security9CssmError7throwMeEi
663    fun:_ZN9RSASigner6verifyEPKvmS1_m
664    fun:_ZN16SignatureContext5finalERKN8Security8CssmDataE
665    fun:_ZL20cssm_VerifyDataFinallyPK9cssm_data
666    fun:CSSM_VerifyDataFinal
667    fun:_ZN4base17SignatureVerifier11VerifyFinalEv
668    fun:_ZN36SignatureVerifierTest_BasicTest_Test8TestBodyEv
669 }
670 {
671    bug_51682b
672    Memcheck:Leak
673    fun:malloc
674    fun:__cxa_get_globals
675    fun:__cxa_allocate_exception
676    fun:_ZN8Security9CssmError7throwMeEi
677    ...
678    fun:SecTrustEvaluate
679 }
680 {
681    bug_51682c
682    Memcheck:Leak
683    fun:realloc
684    fun:_ZN16DefaultAllocator7reallocEPvm
685    fun:_ZN8Security28CssmAllocatorMemoryFunctions12relayReallocEPvmS1_
686    fun:_ZNK8Security19CssmMemoryFunctions7reallocEPvm
687    fun:_ZN8Security28CssmMemoryFunctionsAllocator7reallocEPvm
688    fun:_ZN10Attachment13upcallReallocElPvj
689    fun:_ZN8Security13PluginSession7reallocEPvm
690    fun:_ZN17DecodedExtensions12addExtensionERK9cssm_databPvbPK22SecAsn1Template_structPS1_
691    fun:_ZN17DecodedExtensions13decodeFromNssEPP17NSS_CertExtension
692    fun:_ZN11DecodedCertC2ER18AppleX509CLSessionRKN8Security8CssmDataE
693    fun:_ZN18AppleX509CLSession22CertGetFirstFieldValueERKN8Security8CssmDataES3_RjRP9cssm_data
694    fun:_Z27cssm_CertGetFirstFieldValuelPK9cssm_dataS1_PlPjPPS_
695    fun:CSSM_CL_CertGetFirstFieldValue
696 }
697 {
698    bug_60873
699    Memcheck:Uninitialized
700    fun:UTF8ToCString
701    fun:_Z16UTF8ToClassicHFSPKcmmmPh
702    fun:_Z14PathMakeFSSpecPKcP6FSSpecPh
703    fun:NativePathNameToFSSpec
704    fun:ConvertProfLocation
705    fun:GetProfileLocationOfSuite
706    fun:_CMGetProfileOfSuite
707    fun:CMGetProfileByAVID
708    fun:CMSCreateDisplayProfile
709    fun:create
710    fun:CMSTransformCreate
711    fun:createBase
712    fun:initialize
713    fun:createColorTransform
714    fun:CGColorTransformCreateMutable
715    fun:CGBitmapColorTransformCreate
716    fun:__CGBitmapContextDelegateCreate
717    fun:__CGBitmapContextDelegateCreate
718    fun:createBitmapContext
719    fun:CGBitmapContextCreate
720    fun:_ZN4skia12_GLOBAL__N_1L16CGContextForDataEPvii
721    fun:_ZN4skia20BitmapPlatformDevice*
722 }
723 {
724    bug_61737
725    Memcheck:Uninitialized
726    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE36ParseMemberWithNewPrefixesExpressionEPiPb
727    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE14ParseNewPrefixEPiPb
728    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE18ParseNewExpressionEPb
729    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE27ParseLeftHandSideExpressionEPb
730    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE22ParsePostfixExpressionEPb
731    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE20ParseUnaryExpressionEPb
732    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE21ParseBinaryExpressionEibPb
733    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE26ParseConditionalExpressionEbPb
734    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE25ParseAssignmentExpressionEbPb
735    ...
736    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE19ParseSourceElementsEiPb
737    fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE15PreParseProgramEPS3_PS4_b
738    fun:_ZN2v88internal9ParserApi15PartialPreParseENS0_6HandleINS0_6StringEEEPN7unibrow15CharacterStreamEPNS_9ExtensionE
739    fun:_ZN2v88internal8Compiler7CompileENS0_6HandleINS0_6StringEEENS2_INS0_6ObjectEEEiiPNS_9ExtensionEPNS0_14ScriptDataImplES6_NS0_11NativesFlagE
740 }
741 {
742    bug_61929
743    Memcheck:Leak
744    fun:calloc
745    fun:IOAlloc
746    fun:CMOpenOrNewAccess
747    fun:CMOpenProfile
748    fun:_CMGetProfileOfSuite
749    fun:CMGetProfileByAVID
750    fun:CMSCreateDisplayProfile
751    fun:create
752    fun:CMSTransformCreate
753    fun:createBase
754    fun:initialize
755    fun:createColorTransform
756    fun:CGColorTransformCreateMutable
757    fun:CGBitmapColorTransformCreate
758    fun:__CGBitmapContextDelegateCreate
759    fun:__CGBitmapContextDelegateCreate
760    fun:createBitmapContext
761    fun:CGBitmapContextCreate
762 }
763 {
764    bug_63024a
765    Memcheck:Uninitialized
766    fun:memcpy
767    fun:_ZN8Security13NameValuePair9CloneDataERKNS_8CssmDataE
768    fun:_ZN8Security13NameValuePairC2ERKNS_8CssmDataE
769    fun:_ZN8Security19NameValueDictionary12MakeFromDataERKNS_8CssmDataE
770    fun:_ZN8Security19NameValueDictionaryC2ERKNS_8CssmDataE
771    fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE
772    fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7MessageE
773    fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_
774 }
775 {
776    bug_63024b
777    Memcheck:Uninitialized
778    fun:_ZN8Security19NameValueDictionary12MakeFromDataERKNS_8CssmDataE
779    fun:_ZN8Security19NameValueDictionaryC2ERKNS_8CssmDataE
780    fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE
781    fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7MessageE
782    fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_
783 }
784 {
785    bug_63024c
786    Memcheck:Free
787    fun:_ZdlPv
788    fun:_ZN8Security19NameValueDictionaryD2Ev
789    fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE
790    fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7MessageE
791    fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_
792 }
793 {
794    bug_63670
795    Memcheck:Uninitialized
796    fun:NSIntersectionRect
797    fun:-[BrowserWindowController tabContentsViewFrameWillChange:frameRect:]
798    fun:-[TabStripController tabContentsViewFrameWillChange:frameRect:]
799    fun:-[TabContentsController tabContentsViewFrameWillChange:]
800    fun:-[ResizeNotificationView setFrame:]
801    fun:-[TabStripController swapInTabAtIndex:]
802    fun:-[TabStripController selectTabWithContents:previousContents:atIndex:userGesture:]
803    fun:_ZN27TabStripModelObserverBridge13TabSelectedAtEP18TabContentsWrapperS1_ib
804    fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP18TabContentsWrapperib
805    fun:_ZN13TabStripModel19InsertTabContentsAtEiP18TabContentsWrapperi
806    fun:_ZN13TabStripModel14AddTabContentsEP18TabContentsWrapperiji
807    fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
808    fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE
809    fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE
810    fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE
811    fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb
812    fun:_ZN11BrowserInit13LaunchBrowserE*
813    fun:_ZN11BrowserInit18ProcessCmdLineImplE*
814    fun:_ZN11BrowserInit5StartE*
815 }
816 {
817    bug_64463
818    Memcheck:Leak
819    fun:_Znw*
820    fun:_ZN4base16MessageLoopProxy22currentEv
821    fun:_ZN3net12CertVerifier7RequestC2EPS0_PNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
822 }
823 {
824    bug_65940
825    Memcheck:Leak
826    fun:_Znw*
827    fun:_ZN3IPC11SyncChannelC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE
828    fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE
829    fun:_ZN11ChildThread4InitEv
830    fun:_ZN11ChildThreadC2Ev
831    fun:_ZN13UtilityThreadC2Ev
832    fun:_ZN13UtilityThreadC1Ev
833 }
834 {
835    bug_67291
836    Memcheck:Leak
837    fun:_Znw*
838    ...
839    fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
840 }
841 {
842    bug_68090
843    Memcheck:Uninitialized
844    fun:_ZL10AddEncHashP12EncHashTablePKhij
845    fun:_Z16BuildMacEncTablev
846    fun:_ZN15TParsingContext13GetParseProcsEv
847    fun:_ZN19TSFNTParsingContext13GetParseProcsEv
848    fun:_ZN18TCIDParsingContext13GetParseProcsEv
849    fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt
850    fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext
851    fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor
852    fun:_ZN10TType1Font7GetFontEPK5TFont
853    fun:_ZN12TType1StrikeC2EPK5TFontmPK13FontVariationRK15StrikeTransform
854    fun:_ZN12TType1Strike9GetStrikeERK18TStrikeDescription
855    fun:_Z19Type1GetStrikeSpecsmPK18TStrikeDescriptionP11StrikeSpecs
856    fun:_ZNK19TConcreteFontScaler14GetFontMetricsEv
857    ...
858    fun:_ZNK9TBaseFont20CalculateFontMetricsEb
859    fun:_ZNK9TBaseFont15InitFontMetricsEv
860    fun:_ZNK9TBaseFont16GetStrikeMetricsEfPK17CGAffineTransformb
861 }
862 {
863    bug_73036
864    Memcheck:Leak
865    fun:malloc_zone_calloc
866    fun:_internal_class_createInstanceFromZone
867    fun:NSAllocateObject
868    fun:+[NSHashTable alloc]
869    fun:+[NSTrackingArea initialize]
870    fun:_class_initialize
871    fun:_class_lookupMethodAndLoadCache
872    fun:objc_msgSend
873 }
874 {
875    bug_73299_b
876    Memcheck:Leak
877    fun:_Znw*
878    ...
879    fun:_ZN24BrowserRenderProcessHost4InitEb
880    fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE
881    fun:_ZN13ExtensionHost19CreateRenderViewNowEv
882    fun:_ZN13ExtensionHost20ProcessCreationQueue14ProcessOneHostEv
883 }
884 {
885    bug_75136a
886    Memcheck:Unaddressable
887    ...
888    fun:CFBundlePreflightExecutable
889 }
890 {
891    bug_75136b
892    Memcheck:Unaddressable
893    ...
894    fun:CFBundlePreflightExecutable
895 }
896 {
897    bug_75142a
898    Memcheck:Unaddressable
899    ...
900    fun:CGContextShowGlyphsWithAdvances
901 }
902 {
903    bug_75142b
904    Memcheck:Leak
905    ...
906    fun:CGContextShowGlyphsWithAdvances
907 }
908 {
909    bug_75714_a
910    Memcheck:Unaddressable
911    ...
912    fun:argb32_mark
913    fun:ripl_BltShape
914    ...
915    fun:ripc_Render*
916    ...
917    fun:-[NSView _drawRect:clip:]
918    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
919    ...
920    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
921    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
922    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
923    fun:-[NSView displayIfNeeded]
924 }
925 {
926    bug_75714_b
927    Memcheck:Unaddressable
928    ...
929    fun:argb32_mark
930    fun:ripl_BltShape
931    fun:ripc_Render
932    ...
933    fun:-[NSView _drawRect:clip:]
934    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
935    ...
936    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
937    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
938    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
939    fun:-[NSView displayIfNeeded]
940 }
941 {
942    bug_75714_c
943    Memcheck:Unaddressable
944    ...
945    fun:argb32_image
946    fun:ripd_Mark
947    fun:ripl_BltImage
948    ...
949    fun:ripc_Render*
950    ...
951    fun:-[NSView _drawRect:clip:]
952    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
953    ...
954    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
955    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
956    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
957    fun:-[NSView displayIfNeeded]
958 }
959 {
960    bug_77265_a
961    Memcheck:Leak
962    fun:calloc
963    ...
964    fun:-[BubbleView drawRect:]
965    fun:-[NSView _drawRect:clip:]
966    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
967    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
968    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
969    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
970    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
971    fun:-[NSView displayIfNeeded]
972    fun:-[NSWindow _setFrameCommon:display:stashSize:]
973    fun:-[NSWindow setFrame:display:]
974    fun:-[NSWindow setValue:forKey:]
975    fun:-[NSObject(NSKeyValueCoding) setValue:forKeyPath:]
976    fun:-[NSInFlightAnimation advanceToTime:]
977    fun:-[NSAnimationManager animationTimerFired:]
978    fun:__NSFireTimer
979 }
980 {
981    bug_77265_b
982    Memcheck:Leak
983    fun:calloc
984    fun:CGClipStackCreateMutableCopy
985    fun:maybeCopyClipState
986    fun:CGGStateClipToRect
987    fun:CGContextClipToRect
988    fun:CGContextClipToRects
989    fun:NSRectClipList
990    fun:-[NSView _drawRect:clip:]
991    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
992    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
993    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
994    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
995    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
996    fun:-[NSView displayIfNeeded]
997    fun:-[NSWindow _setFrameCommon:display:stashSize:]
998    fun:-[NSWindow setFrame:display:]
999    fun:-[NSWindow setValue:forKey:]
1000    fun:-[NSObject(NSKeyValueCoding) setValue:forKeyPath:]
1001    fun:-[NSInFlightAnimation advanceToTime:]
1002    fun:-[NSAnimationManager animationTimerFired:]
1003    fun:__NSFireTimer
1004 }
1005 {
1006    bug_77265_c
1007    Memcheck:Leak
1008    fun:calloc
1009    fun:CGClipStackCreateMutableCopy
1010    fun:maybeCopyClipState
1011    fun:CGGStateClipToRect
1012    fun:CGContextClipToRect
1013    fun:NSRectClip
1014    fun:-[NSFocusState flush]
1015    fun:-[NSView lockFocusIfCanDraw]
1016    fun:-[NSView lockFocus]
1017    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
1018    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
1019    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1020    fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1021    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
1022    fun:-[NSView displayIfNeeded]
1023    fun:-[NSWindow _setFrameCommon:display:stashSize:]
1024    fun:-[NSWindow setFrame:display:]
1025    fun:-[NSWindow setValue:forKey:]
1026    fun:-[NSObject(NSKeyValueCoding) setValue:forKeyPath:]
1027    fun:-[NSInFlightAnimation advanceToTime:]
1028    fun:-[NSAnimationManager animationTimerFired:]
1029    fun:__NSFireTimer
1030 }
1031 {
1032    bug_77388_a
1033    Memcheck:Uninitialized
1034    ...
1035    fun:PrivateMPEntryPoint
1036    fun:_pthread_start
1037    fun:thread_start
1038 }
1039 {
1040    bug_77388_b
1041    Memcheck:Uninitialized
1042    ...
1043    fun:PrivateMPEntryPoint
1044    fun:_pthread_start
1045    fun:thread_start
1046 }
1047 {
1048    bug_77388_c
1049    Memcheck:Param
1050    access_extended(entries)
1051    fun:accessx_np
1052    ...
1053    fun:PrivateMPEntryPoint
1054    fun:_pthread_start
1055    fun:thread_start
1056 }
1057 {
1058    bug_77388_d
1059    Memcheck:Uninitialized
1060    fun:TestAndSetClear
1061    fun:TestAndClear
1062    fun:_ZN5TNode28UnregisterChangeNotificationERK11TCountedPtrI21TClientChangeNotifierEmb
1063    fun:NodeUnregisterChangeNotification
1064    fun:NodeUnRegisterChildChangedNotification
1065    fun:-[NSNavFBENode _unregisterForChildChangedNotifications]
1066    fun:_commonTearDown_NSNavFBENode
1067    fun:-[NSNavFBENode dealloc]
1068    fun:CFRelease
1069    fun:__CFSetDeallocate
1070    fun:_CFRelease
1071    fun:-[NSOutlineView dealloc]
1072    fun:-[NSTrackableOutlineView dealloc]
1073 }
1074 {
1075    bug_79994
1076    Memcheck:Uninitialized
1077    ...
1078    fun:gleUpdateState
1079    fun:gleInitializeContext
1080    fun:gliCreateContext
1081    fun:CGLRestoreDispatchFunction
1082    fun:CGLCreateContext
1083 }
1084 {
1085    bug_80239_a
1086    Memcheck:Unaddressable
1087    ...
1088    fun:CGLCreateContext
1089    fun:-[NSOpenGLContext initWithFormat:shareContext:]
1090    fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1091    fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb
1092    fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv
1093    fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
1094    fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE
1095    fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP14RenderViewHost
1096    fun:_ZN22RenderFrameHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry
1097 }
1098 {
1099    bug_80239_b
1100    Memcheck:Unaddressable
1101    ...
1102    fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext
1103    fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1104    fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb
1105    fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv
1106    fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
1107    fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE
1108    fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP14RenderViewHost
1109 }
1110 {
1111    bug_82328
1112    Memcheck:Unaddressable
1113    fun:CGSFillDRAM64
1114    fun:argb32_mark_pixelshape
1115    ...
1116    fun:ripc_DrawImages
1117    fun:CGContextDrawImages
1118    fun:_ZN11CUIRenderer19DrawWindowFrameDarkEPK10CUIContext
1119    fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_
1120    fun:_NSDrawThemeBackground
1121 }
1122 {
1123    bug_82682
1124    Memcheck:Leak
1125    ...
1126    fun:_ZN6webkit5npapi12_GLOBAL__N_119ReadPlistPluginInfoE*
1127 }
1128 {
1129    bug_84329
1130    Memcheck:Unaddressable
1131    fun:_ZN3WTF17ChromiumThreading16callOnMainThreadEPFvPvES1_
1132    fun:_ZN3WTF16callOnMainThreadEPFvPvES0_
1133    fun:_ZN5blink13WebWorkerBase24dispatchTaskToMainThreadEN3WTF10PassOwnPtrIN7WebCore22ScriptExecutionContext4TaskEEE
1134    fun:_ZN5blink13WebWorkerBase21reportPendingActivityEb
1135 }
1136 {
1137    bug_86303a
1138    Memcheck:Unaddressable
1139    ...
1140    fun:objc_msgSend*
1141 }
1142 {
1143    bug_86303b
1144    Memcheck:Unaddressable
1145    ...
1146    fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
1147    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1148    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1149    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1150    fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1151    fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
1152    fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
1153    fun:-[NSView displayIfNeeded]
1154    fun:-[NSWindow displayIfNeeded]
1155    fun:_handleWindowNeedsDisplay
1156 }
1157 {
1158    bug_87461
1159    Memcheck:Leak
1160    ...
1161    fun:_ZN15StatusBubbleMac6CreateEv
1162    fun:_ZN15StatusBubbleMacC2EP8NSWindowP11objc_object
1163    fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
1164    fun:-[BrowserWindowController initWithBrowser:]
1165    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
1166    fun:_ZN7Browser19CreateBrowserWindowEv
1167    fun:_ZN7Browser17InitBrowserWindowEv
1168    fun:_ZN7Browser6CreateEP7Profile
1169    fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE
1170    fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE
1171    fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE
1172    fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS4_EEb
1173    fun:_ZN11BrowserInit13LaunchBrowserE*
1174    fun:_ZN11BrowserInit18ProcessCmdLineImplE*
1175    fun:_ZN11BrowserInit5StartE*
1176 }
1177 {
1178    bug_87629
1179    Memcheck:Leak
1180    ...
1181    fun:realloc
1182    fun:new_sem_from_pool
1183 }
1184 {
1185    bug_90976
1186    Memcheck:Unaddressable
1187    ...
1188    fun:_CFPropertyListCreateFromXMLData
1189    fun:CFPropertyListCreateFromStream
1190    fun:+[CFXPreferencesPropertyListSource createPlistFromFile:statInfo:]
1191    fun:-[CFXPreferencesPropertyListSource synchronize]
1192    fun:CFPreferencesSynchronize
1193    fun:_CSBackupSettingsIsPathExcluded
1194    fun:CSBackupIsItemExcluded
1195    fun:pager_open_journal
1196    fun:pager_write
1197    fun:sqlite3PagerWrite
1198    fun:newDatabase
1199    fun:sqlite3BtreeBeginTrans
1200    fun:sqlite3VdbeExec
1201    fun:sqlite3Step
1202    fun:sqlite3_step
1203    fun:sqlite3_exec
1204    fun:_ZN3sql10Connection7ExecuteEPKc
1205 }
1206 {
1207    bug_91889_a
1208    Memcheck:Unaddressable
1209    fun:_ZN4base12_GLOBAL__N_122StackDumpSignalHandlerEiP9__siginfoP17__darwin_ucontext
1210    obj:*
1211    fun:IOCFUnserialize
1212    fun:IORegistryEntrySearchCFProperty
1213    fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString
1214    fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo
1215    fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo
1216    fun:_ZN14GpuDataManagerC2Ev
1217    fun:_ZN14GpuDataManagerC1Ev
1218    fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1219    fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1220    fun:_ZN14GpuDataManager11GetInstanceEv
1221    fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
1222 }
1223 {
1224    bug_91889_b
1225    Memcheck:Unaddressable
1226    fun:IOCFUnserializeparse
1227    fun:IOCFUnserialize
1228    fun:IORegistryEntrySearchCFProperty
1229    fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString
1230    fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo
1231    fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo
1232    fun:_ZN14GpuDataManagerC2Ev
1233    fun:_ZN14GpuDataManagerC1Ev
1234    fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1235    fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1236    fun:_ZN14GpuDataManager11GetInstanceEv
1237    fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
1238 }
1239 {
1240    bug_91889_c
1241    Memcheck:Unaddressable
1242    fun:_ZN4base12_GLOBAL__N_122StackDumpSignalHandlerEiP9__siginfoP17__darwin_ucontext
1243    obj:*
1244    obj:*
1245    fun:IOCFUnserialize
1246    fun:IORegistryEntrySearchCFProperty
1247    fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString
1248    fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo
1249    fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo
1250    fun:_ZN14GpuDataManagerC2Ev
1251    fun:_ZN14GpuDataManagerC1Ev
1252    fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1253    fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1254    fun:_ZN14GpuDataManager11GetInstanceEv
1255    fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
1256 }
1257 {
1258    bug_91892
1259    Memcheck:Leak
1260    fun:_Znw*
1261    fun:sendSimpleEventToSelf
1262    fun:aeInitializeFromHIToolbox
1263    fun:INIT_AppleEvents
1264    fun:_FirstEventTime
1265    fun:RunCurrentEventLoopInMode
1266    fun:ReceiveNextEventCommon
1267    fun:BlockUntilNextEventMatchingListInMode
1268    fun:_DPSNextEvent
1269    fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
1270    fun:-[NSApplication run]
1271    fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE
1272    fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE
1273    fun:_ZN4base11MessageLoop11RunInternalEv
1274    fun:_ZN4base11MessageLoop10RunHandlerEv
1275    fun:_ZN4base11MessageLoop13RunAllPendingEv
1276    fun:_ZN20InProcessBrowserTest23RunTestOnMainThreadLoopEv
1277 }
1278 {
1279    bug_92579a
1280    Memcheck:Unaddressable
1281    fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj
1282    fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext
1283 }
1284 {
1285    bug_92579b
1286    Memcheck:Unaddressable
1287    fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj
1288    fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi
1289    fun:CVDisplayLinkCreateWithCGDisplays
1290    fun:CVDisplayLinkCreateWithActiveCGDisplays
1291 }
1292 {
1293    bug_92579c
1294    Memcheck:Unaddressable
1295    fun:IOCFUnserializeparse
1296    fun:IOCFUnserialize
1297    fun:IORegistryEntryCreateCFProperties
1298    fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj
1299    fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi
1300    fun:CVDisplayLinkCreateWithCGDisplays
1301    fun:CVDisplayLinkCreateWithActiveCGDisplays
1302    fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1303 }
1304 {
1305    bug_93036
1306    Memcheck:Unaddressable
1307    fun:+[NSPICTImageRep _verifyDataIsPICT:]
1308    fun:+[NSImageRep imageRepClassForData:]
1309    fun:-[NSImage initWithData:]
1310    fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEi
1311    fun:-[BookmarkBarController initWithBrowser:initialWidth:delegate:resizeDelegate:]
1312 }
1313 {
1314    bug_93932_a
1315    Memcheck:Overlap
1316    fun:memcpy
1317    fun:vp8_decode_update_thread_context
1318    fun:update_context_from_thread
1319    ...
1320    fun:ff_thread_decode_frame
1321    fun:avcodec_decode_video2
1322    fun:_ZN5media23FFmpegVideoDecodeEngine6DecodeERK13scoped_refptrINS_6BufferEEPS1_INS_10VideoFrameEE
1323    fun:_ZN5media18FFmpegVideoDecoder14DoDecodeBufferERK13scoped_refptrINS_6BufferEE
1324 }
1325 {
1326    bug_93932_b
1327    Memcheck:Overlap
1328    fun:memcpy
1329    fun:vp8_decode_update_thread_context
1330    fun:update_context_from_thread
1331    fun:frame_thread_free
1332    fun:avcodec_close
1333    ...
1334    fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev
1335    fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_
1336    fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev
1337    fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev
1338 }
1339 {
1340    bug_96300
1341    Memcheck:Leak
1342    ...
1343    fun:_ZN8Security12KeychainCore5Trust8evaluate*
1344    fun:SecTrustEvaluate
1345    fun:_ZN3net17CertVerifyProcMac14VerifyInternal*
1346    fun:_ZN3net14CertVerifyProc6Verify*CertVerifyResult*
1347 }
1348 {
1349    bug_96559a
1350    Memcheck:Uninitialized
1351    fun:PyObject_Realloc
1352 }
1353 {
1354    bug_96559b
1355    Memcheck:Unaddressable
1356    fun:PyObject_Realloc
1357 }
1358 {
1359    bug_96559c
1360    Memcheck:Uninitialized
1361    fun:PyObject_Realloc
1362 }
1363 {
1364    bug_96559d
1365    Memcheck:Uninitialized
1366    fun:PyObject_Free
1367 }
1368 {
1369    bug_96559e
1370    Memcheck:Unaddressable
1371    fun:PyObject_Free
1372 }
1373 {
1374    bug_96559f
1375    Memcheck:Uninitialized
1376    fun:PyObject_Free
1377 }
1378 {
1379    bug_96671
1380    Memcheck:Uninitialized
1381    ...
1382    fun:_ZNK12MockKeychain26SearchCreateFromAttributesEPKvmPK24SecKeychainAttributeListPP26OpaqueSecKeychainSearchRef
1383    fun:_ZN14KeychainSearch17FindMatchingItemsEPSt6vectorIP24OpaqueSecKeychainItemRefSaIS2_EE
1384 }
1385 {
1386    bug_96689
1387    Memcheck:Uninitialized
1388    fun:_ZN3net11SSLHostInfo10ParseInnerERKSs
1389    fun:_ZN3net11SSLHostInfo5ParseERKSs
1390    fun:_ZN3net25DiskCacheBasedSSLHostInfo22DoWaitForDataReadyDoneEv
1391    fun:_ZN3net25DiskCacheBasedSSLHostInfo6DoLoopEi
1392    fun:_ZN3net25DiskCacheBasedSSLHostInfo12OnIOCompleteEPNS0_22CacheOperationDataShimEi
1393 }
1394 {
1395    bug_100022
1396    Memcheck:Unaddressable
1397    ...
1398    fun:_ZNK11ImageLoader15containsAddressEPKv
1399    fun:_ZN4dyld14bindLazySymbolEPK11mach_headerPm
1400    fun:stub_binding_helper_interface2
1401    obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
1402    obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
1403    fun:CGContextDrawImage
1404    fun:_Z23PlotISImageRefInContextPvP9CGContext6CGRectssPK8RGBColormPK20_ISImageRefCallbacks
1405    fun:PlotIconRefInContext
1406 }
1407 {
1408    bug_100983
1409    Memcheck:Leak
1410    fun:_Znw*
1411    fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPNS_9HistogramE
1412    fun:_ZN4base18StatisticsRecorder25RegisterOrDeleteDuplicateEPNS_9HistogramE
1413    fun:_ZN10disk_cache14StatsHistogram10FactoryGetERKSs
1414    fun:_ZN10disk_cache5Stats4InitEPNS_11BackendImplEPj
1415    fun:_ZN10disk_cache11BackendImpl8SyncInitEv
1416    fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
1417 }
1418 {
1419    bug_101359
1420    Memcheck:Leak
1421    fun:malloc
1422    fun:CGFontNameTableCreate
1423    fun:get_name_table
1424    fun:CGFontCopyPostScriptName
1425    fun:CGFontCreateFontsWithURL
1426 }
1427 {
1428    bug_102327_a
1429    Memcheck:Unaddressable
1430    fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
1431    fun:_ZN15tracked_objects10ThreadData19OnThreadTerminationEPv
1432    fun:_pthread_tsd_cleanup
1433    fun:_pthread_exit
1434    fun:thread_start
1435 }
1436 {
1437    bug_102327_b
1438    Memcheck:Leak
1439    fun:_Znw*
1440    fun:_ZN15tracked_objects10ThreadData10InitializeEv
1441    fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
1442 }
1443 {
1444    bug_102621
1445    Memcheck:Uninitialized
1446    ...
1447    fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFilenames:]
1448    fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_char_traitsESaItEEP12NSPasteboarda
1449    fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv
1450 }
1451 {
1452    bug_102920
1453    Memcheck:Unaddressable
1454    fun:MDItemCreate
1455    fun:CSBackupSetItemExcluded
1456    fun:_ZN4base3mac22SetFileBackupExclusionE*
1457    fun:_ZN7history17ThumbnailDatabase4InitE*
1458    fun:_ZN7history14HistoryBackend8InitImplERKSs
1459    fun:_ZN7history14HistoryBackend4InitERKSsb
1460 }
1461 {
1462    bug_104756
1463    Memcheck:Leak
1464    fun:_Znw*
1465    fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
1466    fun:_ZN3IPC17SyncMessageSchemaI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginInfoESaIS5_EEEE32DispatchDelayReplyWithSendParamsI19RenderMessageFilterMSC_FvbPNS_7MessageEEEEbbRKS2_PKSD_PT_T0_
1467    fun:_ZN22ViewHostMsg_GetPlugins18DispatchDelayReplyI19RenderMessageFilterMS1_FvbPN3IPC7MessageEEEEbPKS3_PT_T0_
1468    fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
1469    fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
1470 }
1471 {
1472    bug_104786
1473    Memcheck:Leak
1474    fun:_Znw*
1475    fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKjiEEE8allocateEmPKv
1476    fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE11_M_get_nodeEv
1477    fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE14_M_create_nodeERKS2_
1478    fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseSA_RKS2_
1479    fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert_uniqueERKS2_
1480    fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert_uniqueESt17_Rb_tree_iteratorIS2_ERKS2_
1481    fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEE6insertESt17_Rb_tree_iteratorIS4_ERKS4_
1482    fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_
1483    fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmbPN4base14FileDescriptorE
1484    fun:_ZN19RenderMessageFilter19OnAllocTransportDIBEmbPN4base14FileDescriptorE
1485 }
1486 {
1487    bug_105022
1488    Memcheck:Leak
1489    fun:malloc_zone_malloc
1490    fun:malloc_set_zone_name
1491    fun:init__zone0
1492    fun:setenv$UNIX2003
1493    fun:_ZN12_GLOBAL__N_115EnvironmentImpl10SetVarImplEPKcRKSs
1494    fun:_ZN12_GLOBAL__N_115EnvironmentImpl6SetVarEPKcRKSs
1495    fun:_Z18AppendToPythonPath*FilePath
1496    fun:_ZN*3net15LocalTestServer13SetPythonPathEv
1497    fun:_ZN3net15LocalTestServer5StartEv
1498    fun:_ZN12_GLOBAL__N_132MimeTypeTests_MimeTypeTests_Test8TestBodyEv
1499 }
1500 {
1501    bug_105323
1502    Memcheck:Leak
1503    fun:_Znw*
1504    fun:_ZN15tracked_objects10ThreadData3GetEv
1505    fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_
1506    fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
1507    fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
1508 }
1509 {
1510    bug_105339
1511    Memcheck:Leak
1512    fun:malloc_zone_malloc
1513    fun:_malloc_internal
1514    fun:_cache_addForwardEntry
1515    fun:lookUpMethod
1516    fun:class_respondsToSelector
1517 }
1518 {
1519    bug_105341_a
1520    Memcheck:Leak
1521    fun:malloc_zone_malloc
1522    fun:_CFRuntimeCreateInstance
1523    fun:allocWorld
1524    fun:create
1525    fun:aquireColorWorldByAttributes
1526    fun:acquireColorWorld
1527    fun:CMSTransformConvert*
1528    fun:CGCMSInterfaceTransformConvert*
1529 }
1530 {
1531    bug_105341_b
1532    Memcheck:Leak
1533    fun:calloc
1534    fun:_ZN9CMMMemMgr3NewEm
1535    ...
1536    fun:create
1537    fun:aquireColorWorldByAttributes
1538    fun:acquireColorWorld
1539    fun:CMSTransformConvert*
1540    fun:CGCMSInterfaceTransformConvert*
1541 }
1542 {
1543    bug_105342
1544    Memcheck:Leak
1545    fun:_Znw*
1546    fun:_ZN15TSessionManager20CreateSessionManagerEv
1547    fun:pthread_once
1548    fun:_ZN15TSessionManagerC1Ev
1549    fun:_ZN13TFontMetadata24CreateMetadataForFontURLEPK7__CFURLb
1550    ...
1551    fun:XTRegisterFont
1552    fun:SendActivateFontsMessage
1553 }
1554 {
1555    bug_105523
1556    Memcheck:Leak
1557    fun:malloc_zone_malloc
1558    fun:_CFRuntimeCreateInstance
1559    fun:allocGeneric
1560    fun:create
1561    fun:CMSCreateDataProvider
1562    fun:create_generic_color_space
1563    fun:CGColorSpaceCreateWithIndex
1564 }
1565 {
1566    bug_105524_a
1567    Memcheck:Uninitialized
1568    fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv
1569    fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPKtiiPNS_24BufferForAppendingHyphenE
1570    fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPNS_24BufferForAppendingHyphenE
1571    fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi
1572    fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi
1573    fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
1574    fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositionE
1575    fun:_ZN7WebCore14FrameSelection14localCaretRectEv
1576    fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv
1577    fun:_ZN7WebCore14FrameSelection16updateAppearanceEv
1578    fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19CursorAlignOnScrollENS_15TextGranularityE
1579    fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionENS_15TextGranularityE
1580    fun:_ZN7WebCore14FrameSelection34setNonDirectionalSelectionIfNeededERKNS_16VisibleSelectionENS_15TextGranularityENS0_23EndPointsAdjustmentModeE
1581    fun:_ZN7WebCore12EventHandler49updateSelectionForMouseDownDispatchingSelectStartEPNS_4NodeERKNS_16VisibleSelectionENS_15TextGranularityE
1582    fun:_ZN7WebCore12EventHandler32handleMousePressEventSingleClickERKNS_28MouseEventWithHitTestResultsE
1583    fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_28MouseEventWithHitTestResultsE
1584    fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE
1585    fun:_ZN7WebCore12EventHandler29passMousePressEventToSubframeERNS_28MouseEventWithHitTestResultsEPNS_5FrameE
1586    fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE
1587    fun:_ZN5blink11WebViewImpl9mouseDownERKNS_13WebMouseEventE
1588    fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
1589    fun:_ZN46ContextMenuCapturing_ContextMenuCapturing_Test8TestBodyEv
1590 }
1591 {
1592    bug_105524_b
1593    Memcheck:Uninitialized
1594    fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv
1595    fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPKtiiPNS_24BufferForAppendingHyphenE
1596    fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii
1597    fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii
1598    fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii
1599    fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE
1600    fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
1601    fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
1602    fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1603    fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE
1604    fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
1605    fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
1606    fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1607    fun:_ZN7WebCore11RenderLayer10paintLayerEPS0_PNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPN3WTF7HashMapIPNS_24OverlapTestRequestClientES4_NSB_7PtrHashISE_EENSB_10HashTraitsISE_EENSH_IS4_EEEEj
1608    fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEES3_PNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPNS1_7HashMapIPNS_24OverlapTestRequestClientES8_NS1_7PtrHashISH_EENS1_10HashTraitsISH_EENSK_IS8_EEEEj
1609    fun:_ZN7WebCore11RenderLayer10paintLayerEPS0_PNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPN3WTF7HashMapIPNS_24OverlapTestRequestClientES4_NSB_7PtrHashISE_EENSB_10HashTraitsISE_EENSH_IS4_EEEEj
1610    fun:_ZN7WebCore11RenderLayer5paintEPNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEj
1611    fun:_ZN7WebCore9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE
1612    fun:_ZN7WebCore10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE
1613    fun:_ZN5blink12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERKNS_7WebRectE
1614    fun:_ZN5blink12WebFrameImpl5paintEP9CGContextRKNS_7WebRectE
1615    fun:_ZN5blink11WebViewImpl5paintEP9CGContextRKNS_7WebRectE
1616 }
1617 {
1618    bug_105526_read_a
1619    Memcheck:Unaddressable
1620    fun:CGSSetWindowColorSpace
1621    fun:_ZN10WindowData16UpdateColorSpaceEh
1622    fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16OpaqueControlRef
1623    fun:_ZN10WindowData10InitializeEP14OpaqueEventRef
1624    fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef
1625    fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
1626    fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
1627    fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec
1628    fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec
1629    fun:SendEventToEventTargetWithOptions
1630    fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_
1631    fun:HIObjectCreate
1632 }
1633 {
1634    bug_105526_read_b
1635    Memcheck:Unaddressable
1636    obj:*
1637    fun:_ZN10WindowData16UpdateColorSpaceEh
1638    fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16OpaqueControlRef
1639    fun:_ZN10WindowData10InitializeEP14OpaqueEventRef
1640    fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef
1641    fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
1642    fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
1643    fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec
1644    fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec
1645    fun:SendEventToEventTargetWithOptions
1646    fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_
1647    fun:HIObjectCreate
1648 }
1649 {
1650    bug_105526_write
1651    Memcheck:Unaddressable
1652    fun:CGSColorProfileRelease
1653    fun:CGSSetWindowColorSpace
1654    fun:_ZN10WindowData16UpdateColorSpaceEh
1655    fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16OpaqueControlRef
1656    fun:_ZN10WindowData10InitializeEP14OpaqueEventRef
1657    fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef
1658    fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
1659    fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
1660    fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec
1661    fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec
1662    fun:SendEventToEventTargetWithOptions
1663    fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_
1664    fun:HIObjectCreate
1665 }
1666 {
1667    bug_105527_a
1668    Memcheck:Leak
1669    fun:_Znw*
1670    fun:_ZN16TCFStringUniquer19CreateStringUniquerEv
1671    fun:pthread_once
1672    fun:_ZN16TCFStringUniquerC1Ev
1673    fun:_ZNK6TCFStr15GetUniqueStringEv
1674    fun:_ZNK17TClientFontEntity14CopyFamilyNameEb
1675    fun:_ZNK11TFontEntity14CopyPropertiesEPK7__CFSetb
1676    fun:_ZNK21TLocalFontRegistryImp37CopyPropertiesForFontsMatchingRequestEPK14__CFDictionaryPK7__CFSetj
1677    fun:XTCopyFontsWithProperties
1678    fun:_ZL20CopyFaceURLsForFontsPK9__CFArrayj
1679    fun:XTRegisterFonts
1680    fun:XTRegisterFont
1681    fun:SendActivateFontsMessage
1682 }
1683 {
1684    bug_105527_b
1685    Memcheck:Leak
1686    fun:_Znw*
1687    fun:_ZN18TLocalFontRegistry14CreateRegistryEv
1688    fun:pthread_once
1689    fun:_ZN18TLocalFontRegistryC2Ev
1690    fun:XTRegisterFonts
1691    fun:XTRegisterFont
1692    fun:SendActivateFontsMessage
1693 }
1694 {
1695    bug_105527_c
1696    Memcheck:Leak
1697    fun:malloc_zone_malloc
1698    fun:_CFRuntimeCreateInstance
1699    fun:CFBasicHashCreate
1700    fun:__CFSetCreateGeneric
1701    fun:CFSetCreate
1702    fun:_ZN16TBasicFontEntity21CreateBasicPropertiesEv
1703    fun:pthread_once
1704    fun:_ZN16TBasicFontEntity18GetBasicPropertiesEv
1705    fun:XTCopyFontsWithProperties
1706 }
1707 {
1708    bug_105527_d
1709    Memcheck:Leak
1710    fun:_Znw*
1711    fun:_ZN19TGlobalFontRegistry14CreateRegistryEv
1712    fun:pthread_once
1713    fun:_ZN19TGlobalFontRegistryC2Ev
1714    fun:XTCopyFontWithName
1715    fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStringm
1716 }
1717 {
1718    bug_105527_e
1719    Memcheck:Leak
1720    fun:calloc
1721    fun:CGFontFinderCreate
1722    fun:cg_font_library_link_symbol
1723    fun:load_vtable
1724    fun:pthread_once
1725    fun:CGFontGetVTable
1726    fun:CGFontCreateFontsWithPath
1727    fun:CGFontCreateFontsWithURL
1728 }
1729 {
1730    bug_105580
1731    Memcheck:Leak
1732    fun:malloc_zone_malloc
1733    fun:malloc_set_zone_name
1734    fun:malloc_default_purgeable_zone
1735    ...
1736    fun:_ZN4base30EnableTerminationOnOutOfMemoryEv
1737    fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev
1738    ...
1739    fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvEE3NewEPv
1740    ...
1741    fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_*
1742    ...
1743    fun:_ZN7leveldb7OptionsC2Ev
1744    ...
1745    fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv
1746    fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE
1747    fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8TestBodyEv
1748 }
1749 {
1750    bug_105938_a
1751    Memcheck:Leak
1752    fun:_Znw*
1753    fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
1754    ...
1755    fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
1756    fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
1757    fun:_ZN2v86Script3RunEv
1758    fun:_ZN7WebCore7V8Proxy9runScriptEN2v86HandleINS1_6ScriptE*
1759    fun:_ZN7WebCore7V8Proxy8evaluateERKNS_16ScriptSourceCodeEPNS_4NodeE
1760    fun:_ZN7WebCore16ScriptController8evaluateERKNS_16ScriptSourceCodeE
1761 }
1762 {
1763    bug_105938_b
1764    Memcheck:Leak
1765    fun:_Znw*
1766    fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
1767    ...
1768    fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
1769    fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
1770    fun:_ZN2v86Script3RunEv
1771    fun:_ZN7WebCore7V8Proxy9runScriptEN2v86HandleINS1_6ScriptE*
1772    fun:_ZN7WebCore7V8Proxy8evaluateERKNS_16ScriptSourceCodeEPNS_4NodeE
1773    fun:_ZN7WebCore16ScriptController8evaluateERKNS_16ScriptSourceCodeE
1774 }
1775 {
1776    bug_105938_c
1777    Memcheck:Leak
1778    fun:_Znw*
1779    fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
1780    ...
1781    fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
1782    fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
1783    fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
1784    fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE
1785    fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6ObjectEEEiPNS2_INS1_5ValueEEE
1786    fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
1787    fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
1788    fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
1789    fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
1790 }
1791 {
1792    bug_107179
1793    Memcheck:Uninitialized
1794    fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv
1795    fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPKtiiPNS_24BufferForAppendingHyphenE
1796    fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii
1797    fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii
1798    fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii
1799    fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE
1800    fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
1801    fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
1802    fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1803    fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE
1804    fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
1805    fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
1806    fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1807    ...
1808    fun:_ZN7WebCore11RenderLayer5paintEPNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEj
1809    fun:_ZN7WebCore9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE
1810    fun:_ZN7WebCore10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE
1811    fun:_ZN5blink12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERKNS_7WebRectE
1812 }
1813 {
1814    bug_107541_a
1815    Memcheck:Leak
1816    fun:_Znw*
1817    fun:_ZL14NewFromFontRefPK8__CTFontPKc
1818    fun:_Z26SkCreateTypefaceFromCTFontPK8__CTFont
1819    fun:_ZN7WebCoreL10setupPaintEP7SkPaintPKNS_14SimpleFontDataEPKNS_4FontE*
1820    fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
1821    fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
1822    fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
1823    fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPoint*
1824    fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPoint*
1825    fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDataEbb
1826    fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_*
1827    fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_*
1828    fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_*
1829    fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_*
1830    fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_*
1831    fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_*
1832    fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_*
1833    ...
1834    fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_*
1835    fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_*
1836    fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_*
1837    fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_*
1838 }
1839 {
1840    bug_107541_b
1841    Memcheck:Leak
1842    fun:calloc
1843    fun:CGGlyphBitmapCreate
1844    ...
1845    fun:CGFontCreateGlyphBitmap*
1846    fun:create_missing_bitmaps
1847    fun:CGGlyphLockLockGlyphBitmaps
1848    ...
1849    fun:draw_glyphs
1850    fun:CGContextShowGlyphs
1851    fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyph*
1852    fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph
1853    fun:_ZN15SkScalerContext8getImageERK7SkGlyph
1854    fun:_ZN12SkGlyphCache9findImageERK7SkGlyph
1855    fun:_ZL22D1G_NoBounder_RectClipRK12SkDraw1GlyphiiRK7SkGlyph
1856    fun:_ZNK6SkDraw*draw*TextE*
1857    fun:_ZN8SkDevice*draw*TextE*
1858    fun:_ZN8SkCanvas*draw*TextE*
1859 }
1860 {
1861    bug_107541_c
1862    Memcheck:Leak
1863    fun:_Znw*
1864    fun:_ZL14NewFromFontRefPK8__CTFontPKc
1865    fun:_ZL11NewFromNamePKcN10SkTypeface5StyleE
1866    fun:_ZL15create_typefacePK10SkTypefacePKcNS_5StyleE
1867    fun:_ZN10SkFontHost14CreateTypefaceEPK10SkTypefacePKcNS0_5StyleE
1868    fun:_ZN10SkTypeface14CreateFromNameEPKcNS_5StyleE
1869    fun:_ZN3gfx8internal16SkiaTextRenderer22SetFontFamilyWithStyleERKSsi
1870    fun:_ZN3gfx13RenderTextMac14DrawVisualTextEPNS_6CanvasE
1871    fun:_ZN3gfx10RenderText4DrawEPNS_6CanvasE
1872    fun:_ZN3gfx43RenderTextTest_SelectionKeepsLigatures_Test8TestBodyEv
1873 }
1874 {
1875    bug_109994
1876    Memcheck:Leak
1877    ...
1878    fun:_class_lookupMethodAndLoadCache
1879    fun:objc_msgSend
1880    ...
1881    fun:_class_initialize
1882    fun:_class_initialize
1883    fun:_class_lookupMethodAndLoadCache
1884    fun:objc_msgSend
1885    fun:_ZN15ChromeTestSuite10InitializeEv
1886    fun:_ZN4base9TestSuite3RunEv
1887    fun:_ZN17UnitTestTestSuite3RunEv
1888 }
1889 {
1890    bug_112078
1891    Memcheck:Uninitialized
1892    fun:glViewport_Exec
1893    fun:glViewport
1894    fun:-[AcceleratedPluginView globalFrameDidChange:]
1895    fun:-[AcceleratedPluginView renewGState]
1896    fun:-[NSView _invalidateGStatesForTree]
1897    fun:-[NSView(NSInternal) _setHidden:setNeedsDisplay:]
1898    fun:-[NSView _setHidden:]
1899    fun:_ZN*23RenderWidgetHostViewMac17MovePluginWindows*
1900    fun:_ZN*27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii
1901    fun:_ZN*53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv
1902 }
1903 {
1904    bug_112086
1905    Memcheck:Uninitialized
1906    fun:x_zone_size
1907    fun:find_registered_purgeable_zone
1908    fun:malloc_make_purgeable
1909 }
1910 {
1911    bug_117310
1912    Memcheck:Leak
1913    fun:_Znw*
1914    fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE
1915    fun:_ZN7WebCore29v8StringToAtomicWebCoreStringEN2v86HandleINS0_6StringEEE
1916    fun:_ZN7WebCore11V8DOMWindow19namedPropertyGetterEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE
1917    fun:_ZN2v88internal8JSObject26GetPropertyWithInterceptorEPNS0_10JSReceiverEPNS0_6StringEP18PropertyAttributes
1918    fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringEP18PropertyAttributes
1919    fun:_ZN2v88internal6Object11GetPropertyENS0_6HandleIS1_EES3_PNS0_12LookupResultENS2_INS0_6StringEEEP18PropertyAttributes
1920    fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEENS3_INS0_6StringEEE
1921    fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE
1922    obj:*
1923    obj:*
1924    obj:*
1925    obj:*
1926    fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb
1927    fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
1928    fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
1929    fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_5FrameEN2v86HandleINS3_8FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE
1930    fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6ObjectEEEiPNS2_INS1_5ValueEEE
1931    fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
1932    fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
1933    fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
1934    fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
1935 }
1936 {
1937    bug_127499_a
1938    Memcheck:Uninitialized
1939    ...
1940    fun:VDADecoderCreate
1941    fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm
1942    fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
1943 }
1944 {
1945    bug_127499_b
1946    Memcheck:Leak
1947    ...
1948    fun:VDADecoderCreate
1949    fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm
1950    fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
1951 }
1952 {
1953    bug_127499_c
1954    Memcheck:Free
1955    ...
1956    fun:VTDecompressionSessionInvalidate
1957    fun:VDADecoderDestroy
1958    fun:_ZN3gfx30VideoDecodeAccelerationSupport7DestroyEv
1959    fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
1960 }
1961 {
1962    bug_127499_d
1963    Memcheck:Uninitialized
1964    ...
1965    fun:VTDecompressionSessionInvalidate
1966    fun:VDADecoderDestroy
1967    fun:_ZN3gfx30VideoDecodeAccelerationSupport7DestroyEv
1968    fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
1969 }
1970 {
1971    bug_127499_e
1972    Memcheck:Leak
1973    fun:_Znw*
1974    fun:_ZN4base17LoadNativeLibraryE*
1975    fun:_ZN12_GLOBAL__N_117InitializeVdaApisEv
1976    fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm
1977    fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
1978 }
1979 {
1980    bug_127499_f
1981    Memcheck:Leak
1982    fun:malloc_zone_malloc
1983    fun:_CFRuntimeCreateInstance
1984    fun:CFBasicHashCreate
1985    fun:__CFDictionaryCreateGeneric
1986    fun:CFDictionaryCreate
1987    fun:-[__NSPlaceholderDictionary initWithObjects:forKeys:count:]
1988    fun:+[NSDictionary dictionaryWithObjectsAndKeys:]
1989    fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm
1990    fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
1991 }
1992 {
1993    bug_131361
1994    Memcheck:Overlap
1995    fun:memcpy
1996    ...
1997    fun:_ZN2v88internal18GvnBasicBlockState32*
1998 }
1999 {
2000    bug_159190
2001    Memcheck:Uninitialized
2002    ...
2003    fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm
2004    ...
2005    fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb
2006    fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph
2007 }
2008 {
2009    bug_171722_mac
2010    Memcheck:Leak
2011    fun:_Znw*
2012    fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWriteILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm
2013    ...
2014 }
2015 {
2016    bug_173779
2017    Memcheck:Uninitialized
2018    ...
2019    fun:img_data_lock
2020    fun:CGSImageDataLock
2021    fun:ripc_AcquireImage
2022    fun:ripc_DrawImage*
2023    fun:CGContextDrawImage*
2024    ...
2025    fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_
2026 }
2027 {
2028    bug_177540
2029    Memcheck:Uninitialized
2030    fun:_ZN3WTF20TCMalloc_ThreadCache10DeallocateENS_11HardenedSLLEm
2031 }
2032 {
2033    bug_231969
2034    Memcheck:Uninitialized
2035    fun:rangematch
2036    fun:fnmatch1
2037    fun:fnmatch1
2038    fun:fnmatch$UNIX2003
2039    fun:_ZN4base14FileEnumerator4NextEv
2040    fun:_ZN10disk_cache15SimpleIndexFile15RestoreFromDiskERKN4base8FilePathE
2041 }
2042 {
2043    bug_244420
2044    Memcheck:Uninitialized
2045    ...
2046    fun:_ZN9talk_baseL8ToStringIyEESsRKT_
2047    fun:_ZN7content23VideoDestinationHandler4OpenEPNS_28MediaStreamDependencyFactoryEPNS_28MediaStreamRegistryInterfaceERKSsPPNS_20FrameWriterInterfaceE
2048    fun:_ZN7content37VideoDestinationHandlerTest_Open_Test8TestBodyEv
2049 }
2050 {
2051    bug_244437
2052    Memcheck:Uninitialized
2053    fun:_ZN5mediaL23FromInterleavedInternalIssLs0EEEvPKviiPNS_8AudioBusEff
2054    fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii
2055    fun:_ZN5media8AudioBus15FromInterleavedEPKvii
2056    fun:_ZN7content19WebRtcAudioRenderer14SourceCallbackEiPN5media8AudioBusE
2057 }
2058 {
2059    bug_246567
2060    Memcheck:Leak
2061    fun:_Znw*
2062    fun:_ZN2v88internal24PerThreadAssertScopeBase10AssertDataEv
2063    fun:_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv
2064    ...
2065    fun:_ZN3net15ProxyResolverV87Context6InitV8ERK13scoped_refptrINS_23ProxyResolverScriptDataEE
2066    fun:_ZN3net15ProxyResolverV812SetPacScriptERK13scoped_refptrINS_23ProxyResolverScriptDataEERKN4base8CallbackIFviEEE
2067    fun:_ZN3net22ProxyResolverV8Tracing3Job20ExecuteProxyResolverEv
2068    fun:_ZN3net22ProxyResolverV8Tracing3Job15ExecuteBlockingEv
2069 }
2070 {
2071    bug_246567b
2072    Memcheck:Leak
2073    fun:_Znw*
2074    fun:_ZN2v88internal24PerThreadAssertScopeBase10AssertDataEv
2075    fun:_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv
2076    fun:_ZN2v88internal11HandleScope12CreateHandleINS0*
2077    fun:_ZN2v88internal6Handle*
2078 }
2079 # Maybe related to bug_105527_a?
2080 {
2081    bug_247506a
2082    Memcheck:Leak
2083    fun:_Znw*
2084    fun:_ZN16TCFStringUniquer19CreateStringUniquerEv
2085    fun:pthread_once
2086    fun:_ZN16TCFStringUniquerC1Ev
2087    fun:_ZN19TCFResurrectContext17ResurrectCFStringEv
2088    fun:_ZN19TCFResurrectContext9ResurrectEv
2089    fun:_ZN19TCFResurrectContext21ResurrectCFDictionaryEv
2090    fun:_ZN19TCFResurrectContext9ResurrectEv
2091    fun:_ZNK22TGlobalFontRegistryImp20RendezvousWithServerEv
2092    fun:_ZN22TGlobalFontRegistryImpC2Ev
2093    fun:_ZN19TGlobalFontRegistry14CreateRegistryEv
2094 }
2095 # Maybe related to bug_105527_b ?
2096 {
2097    bug_247506b
2098    Memcheck:Leak
2099    fun:_Znw*
2100    fun:_ZN18TLocalFontRegistry14CreateRegistryEv
2101    fun:pthread_once
2102    fun:_ZN18TLocalFontRegistryC2Ev
2103    fun:XTCopyFontWithName
2104    fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStringm
2105    fun:_ZNK11TDescriptor32CreateMatchingDescriptorInternalEPK7__CFSet
2106    fun:_ZN11TDescriptor12InitBaseFontEv
2107 }
2108 # Maybe related to bug_105342 ?
2109 {
2110    bug_247506c
2111    Memcheck:Leak
2112    fun:_Znw*
2113    fun:_ZN15TSessionManager20CreateSessionManagerEv
2114    fun:pthread_once
2115    fun:_ZN15TSessionManagerC1Ev
2116    fun:_ZNK22TGlobalFontRegistryImp13GetServerPortEv
2117    fun:_ZNK22TGlobalFontRegistryImp20RendezvousWithServerEv
2118    fun:_ZN22TGlobalFontRegistryImpC2Ev
2119    fun:_ZN19TGlobalFontRegistry14CreateRegistryEv
2120    fun:pthread_once
2121    fun:_ZN19TGlobalFontRegistryC2Ev
2122    fun:XTCopyFontWithName
2123 }
2124 {
2125    bug_247506d
2126    Memcheck:Leak
2127    fun:malloc_zone_calloc
2128    fun:_calloc_internal
2129    fun:_cache_malloc
2130    fun:_cache_fill
2131    fun:lookUpMethod
2132    fun:_class_lookupMethodAndLoadCache
2133    fun:objc_msgSend
2134    ...
2135    fun:_ZL17SetupMenuTrackingR14MenuSelectDatah5PointdP8MenuDatamtPK4RectS6_jS6_PK10__CFString
2136    fun:_ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStringPP13OpaqueMenuRefPt
2137    fun:_HandlePopUpMenuSelection7
2138 }
2139 {
2140    bug_247506e
2141    Memcheck:Leak
2142    fun:calloc
2143    fun:_ZN11TMemoryHeap6CallocEmm
2144    fun:_Z14AllocateMemorymP11TMemoryHeapb
2145    fun:_Z13CacheAllocatemb
2146    fun:_Z16BuildMacEncTablev
2147    fun:_ZN15TParsingContext13GetParseProcsEv
2148    fun:_ZN19TSFNTParsingContext13GetParseProcsEv
2149    fun:_ZN18TCIDParsingContext13GetParseProcsEv
2150    fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt
2151 }
2152 {
2153    bug_247506f
2154    Memcheck:Leak
2155    fun:malloc_zone_calloc
2156    fun:_calloc_internal
2157    fun:_objc_insertMethods
2158    fun:_objc_read_categories_from_image
2159    fun:_read_images
2160    fun:map_images_nolock
2161    fun:map_images
2162    fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoE
2163    fun:_ZN11ImageLoader4linkERKNS_11LinkContextEbbRKNS_10RPathChainE
2164    fun:_ZN4dyld4linkEP11ImageLoaderbRKNS0_10RPathChainE
2165 }
2166 {
2167    bug_247506g
2168    Memcheck:Leak
2169    fun:malloc_zone_malloc
2170    fun:malloc_set_zone_name
2171    fun:malloc_default_purgeable_zone
2172    fun:ImageIO_Malloc
2173    fun:copyImageBlockSetPNG
2174    fun:ImageProviderCopyImageBlockSetCallback
2175    fun:CGImageProviderCopyImageBlockSet
2176    fun:img_blocks_create
2177    fun:img_blocks_extent
2178    fun:img_data_lock
2179    fun:CGSImageDataLock
2180    fun:ripc_AcquireImage
2181    fun:ripc_DrawImage
2182    fun:CGContextDrawImage
2183    fun:__-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1
2184    fun:-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
2185    fun:_ZN12_GLOBAL__N_*NSImageOrNSImageRepToSkBitmap*
2186    fun:_ZN3gfx*NSImageRepToSkBitmap*
2187    fun:_ZN3gfx27ImageSkiaFromResizedNSImageEP7NSImage7_NSSize
2188    fun:_ZN3gfx20ImageSkiaFromNSImageEP7NSImage
2189    fun:_ZNK3gfx5Image11ToImageSkiaEv
2190    fun:_ZNK3gfx5Image10ToSkBitmapEv
2191 }
2192 {
2193    bug_247506h
2194    Memcheck:Leak
2195    fun:malloc
2196    fun:_ZN11TMemoryHeap6MallocEm
2197    fun:_Z14AllocateMemorymP11TMemoryHeapb
2198    fun:_Z13GetGrowBufferm
2199    fun:_ZN31TFractionalMetricsRenderContextC2EPK10TType1FontPKht
2200    fun:_ZNK10TType1Font13GetRawMetricsERK18TType1FontInstancePKhtR10_t_CharSBW
2201    fun:_ZNK10TType1Font23RenderFractionalMetricsERK15TType1TransformtPKhtR22GlyphFractionalMetrics
2202    fun:_ZNK13TType1CIDFont20GetFractionalMetricsERK15TType1TransformtP22GlyphFractionalMetrics
2203    fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinationMapping
2204    fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionmPKtPvm
2205    fun:_ZNK19TConcreteFontScaler25GetGlyphIdealAdvanceWidthEt
2206 }
2207 {
2208    bug_247506i
2209    Memcheck:Leak
2210    fun:malloc_zone_malloc
2211    fun:_CFRuntimeCreateInstance
2212    fun:CFBasicHashCreate
2213    fun:__CFDictionaryCreateGeneric
2214    fun:CFDictionaryCreateMutable
2215    fun:utDeactivateAllSelectedIMInDoc
2216    fun:MyDeactivateTSMDocument
2217    fun:_ReactivateTSMDocumentAfterMenuTracking
2218 }
2219 {
2220    bug_247506j
2221    Memcheck:Leak
2222    fun:malloc_zone_calloc
2223    fun:ripr_Rectangles
2224    fun:ripc_DrawRects
2225    fun:CGContextFillRects
2226    fun:NSRectFillListWithColorsUsingOperation
2227    fun:NSDrawColorTiledRects
2228 }
2229 {
2230    bug_247506k
2231    Memcheck:Leak
2232    fun:malloc
2233    fun:_ZN11TMemoryHeap6MallocEm
2234    fun:_Z24Type1InterpretCharStringP11_t_FontInstP10_t_BCProcsP17_t_T1CharDataDescP9_t_CharIOP9_t_RunRecP12_t_PathProcsP6T1Args
2235    fun:_ZL14ATMCharOutlineP11_t_FontInstP10_t_BCProcsPvP9_t_CharIOP12_t_PathProcsmS3_
2236    fun:_ZN21MPathRenderingContext13RenderOutlineERK11_t_FontInstb
2237    fun:_ZN28TPathMetricsRenderingContext11MakeOutlineERK11_t_FontInstbR10FixedPointS4_S4_
2238    fun:_ZNK10TType1Font20RenderOutlineMetricsERK15TType1TransformtPKhtR21GlyphRenderingMetrics
2239    fun:_ZNK13TType1CIDFont17GetOutlineMetricsERK15TType1TransformtP21GlyphRenderingMetrics
2240    fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinationMapping
2241    fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionmPKtPvm
2242    fun:_ZNK19TConcreteFontScaler19GetGlyphIdealBoundsEt
2243    fun:FPFontGetGlyphIdealBounds
2244 }
2245 {
2246    bug_257501
2247    Memcheck:Uninitialized
2248    fun:rangematch
2249    fun:fnmatch1
2250    fun:fnmatch1
2251    fun:fnmatch$UNIX2003
2252    fun:_ZN4base14FileEnumerator4NextEv
2253    fun:_ZN10disk_cache15SimpleIndexFile19SyncRestoreFromDiskERKN4base8FilePathE
2254    fun:_ZN10disk_cache15SimpleIndexFile20SyncLoadIndexEntriesERKN4base8FilePathE13scoped_refptrINS1_22SingleThreadTaskRunnerEERKNS1_8CallbackIFv10scoped_ptrIN9__gnu_cxx8hash_mapIyNS_13EntryMetadataENSA_4hashIyEESt8equal_toIyESaISC_EEENS1_14DefaultDeleterISI_EEEbEEE
2255 }
2256 {
2257    bug_280583
2258    Memcheck:Unaddressable
2259    ...
2260    fun:_ZN6libyuv21ScaleARGBBilinearDownEiiiiiPKhPhiiii
2261    fun:_ZN6libyuv16ScaleARGBAnySizeEiiiiiiiiPKhPhiiiiNS_10FilterModeE
2262    fun:_ZN6libyuv9ScaleARGBEPKhiiiPhiiiiiiiNS_10FilterModeE
2263    fun:ARGBScale
2264    fun:_ZN7content20DesktopCaptureDevice4Core18OnCaptureCompletedEPN6webrtc12DesktopFrameE
2265    fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE
2266    fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv
2267 }
2268 {
2269    bug_292913_a
2270    Memcheck:Leak
2271    fun:malloc_zone_malloc
2272    fun:_CFRuntimeCreateInstance
2273    fun:_ZN7TCFBaseI11TDescriptorEnwEm
2274    fun:_ZNK17TDescriptorSource14CopyDescriptorEPK7__CFURL
2275    fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPKtl
2276    fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPK10__CFString7CFRange
2277    fun:_ZNK12TFontCascade24CreateSystemWideFallbackEPK8__CTFontPK10__CFString7CFRange
2278    fun:_ZNK12TFontCascade14CreateFallbackEPK8__CTFontPK10__CFString7CFRange
2279    ...
2280    fun:_ZN3gfx13RenderTextMac12EnsureLayoutEv
2281 }
2282 {
2283    bug_292913_b
2284    Memcheck:Uninitialized
2285    fun:_ZL10AddEncHashP12EncHashTablePKhij
2286    fun:_Z16BuildMacEncTablev
2287    fun:_ZN15TParsingContext13GetParseProcsEv
2288    fun:_ZN19TSFNTParsingContext13GetParseProcsEv
2289    fun:_ZN18TCIDParsingContext13GetParseProcsEv
2290    fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt
2291    fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext
2292    fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor
2293    fun:_ZN10TType1Font7GetFontEPK5TFont
2294 }
2295 {
2296    bug_310761_a
2297    Memcheck:Leak
2298    fun:malloc
2299    fun:_NPN_Get*Identifier
2300    fun:_ZN5blink11WebBindings*get*Identifier*
2301 }
2302 {
2303    bug_310761_b
2304    Memcheck:Leak
2305    fun:malloc
2306    fun:_ZN3WTF10fastMallocEm
2307    fun:_ZN7WebCore*TerminatedArrayBuilder*
2308    fun:_ZN7WebCore7RuleSet19compactPendingRules*
2309 }
2310 {
2311    bug_320918
2312    Memcheck:Leak
2313    fun:malloc
2314    fun:_ZN3WTF10fastMallocEm
2315    fun:_ZN3WTF11LinkedStackIN7WebCore8RuleDataEEnwEm
2316    fun:_ZN7WebCore7RuleSet12addToRuleSet*
2317    fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd*
2318    fun:_ZN7WebCore7RuleSet7addRule*
2319    fun:_ZN7WebCore7RuleSet13addChildRules*
2320    fun:_ZN7WebCore7RuleSet17addRulesFromSheet*
2321    fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyle*
2322 }
2323 {
2324   bug_340718
2325   Memcheck:Leak
2326   fun:_Znw*
2327   fun:_ZN7WebCore15DatabaseManagerC2Ev
2328   fun:_ZN7WebCore15DatabaseManagerC1Ev
2329   fun:_ZN7WebCore15DatabaseManager7managerEv
2330   fun:_ZN7WebCore11FrameLoader11stopLoadingEv
2331 }
2332 {
2333   bug_340726
2334   Memcheck:Leak
2335   fun:_Znw*
2336   fun:_ZN4base17LoadNativeLibrary*
2337   fun:_ZN3gfx26InitializeStaticGLBindings*
2338   fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation*
2339   fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv
2340 }
2341 {
2342    bug_340909
2343    Memcheck:Leak
2344    fun:_Znw*
2345    fun:_ZN3WTF17AtomicStringTable6createERNS_13WTFThreadDataE
2346    fun:_ZN3WTFL17atomicStringTableEv
2347    fun:_ZN3WTFL13atomicStringsEv
2348    fun:_ZN3WTFL16addToStringTable*
2349    fun:_ZN3WTF12AtomicString18addFromLiteralData*
2350    fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE
2351    fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE
2352    fun:_ZN7WebCore9HTMLNames4initEv
2353 }
2354 {
2355    bug_340957
2356    Memcheck:Leak
2357    fun:_Znw*
2358    ...
2359    fun:_ZN7WebCore7RuleSet18ensurePendingRulesEv
2360    fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd*
2361    fun:_ZN7WebCore7RuleSet7addRule*
2362    fun:_ZN7WebCore7RuleSet13addChildRules*
2363    fun:_ZN7WebCore7RuleSet17addRulesFromSheet*
2364    fun:_ZN7WebCore21CSSDefaultStyleSheets*
2365    fun:_ZN7WebCore21CSSDefaultStyleSheets*
2366    ...
2367    fun:_ZN7WebCore13StyleResolver*
2368 }
2369 {
2370    bug_346072
2371    Memcheck:Leak
2372    fun:_Znw*
2373    fun:_ZN4base17LoadNativeLibraryERKNS_8FilePathEPSs
2374    fun:_ZN3gfx26InitializeStaticGLBindingsENS_16GLImplementationE
2375    fun:_ZN3gfx9GLSurface30InitializeOneOffImplementationENS_16GLImplementationEbbb
2376    fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEb
2377    fun:_ZN7content16ContentTestSuite10InitializeEv
2378    fun:_ZN4base9TestSuite3RunEv
2379    fun:_ZN7content17UnitTestTestSuite3RunEv
2380 }
2381 {
2382    bug_369597
2383    Memcheck:Leak
2384    fun:malloc_zone_malloc
2385    ...
2386    fun:ImageProviderCopyImageBlockSetCallback
2387    fun:CGImageProviderCopyImageBlockSet
2388    fun:img_blocks_create
2389    fun:img_data_lock
2390    fun:CGSImageDataLock
2391    fun:ripc_AcquireImage
2392    fun:ripc_DrawImage
2393    fun:CGContextDrawImage
2394    ...
2395    fun:_ZN12_GLOBAL__N_143NSImageOrNSImageRepToSkBitmapWithColorSpaceEP7NSImageP10NSImageRep7_NSSizebP12CGColorSpace
2396    fun:_ZN3gfx31NSImageToSkBitmapWithColorSpaceEP7NSImagebP12CGColorSpace
2397    fun:_ZNK2ui9Clipboard9ReadImageENS_13ClipboardTypeE
2398 }
2399 {
2400    bug_375391_a
2401    Memcheck:Leak
2402    fun:calloc
2403    fun:_internal_class_createInstanceFromZone
2404    fun:_internal_class_createInstance
2405    fun:NSAllocateObject
2406    fun:+[NSData(NSData) dataWithBytesNoCopy:length:]
2407    fun:-[NSFileManager fileSystemRepresentationWithPath:]
2408    fun:-[NSString(NSPathUtilities) fileSystemRepresentation]
2409    fun:_ZN4base3mac18NSStringToFilePathEP8NSString
2410    fun:_ZN4base10GetTempDirEPNS_8FilePathE
2411    fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE
2412    fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv
2413    fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2414    fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2415    fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2416    fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2417 }
2418 {
2419    bug_375391_b
2420    Memcheck:Leak
2421    fun:malloc_zone_malloc
2422    fun:_CFRuntimeCreateInstance
2423    fun:__CFStringCreateImmutableFunnel3
2424    fun:CFStringCreateWithBytes
2425    fun:-[NSPlaceholderString initWithBytes:length:encoding:]
2426    fun:-[NSString initWithUTF8String:]
2427    fun:NSTemporaryDirectory
2428    fun:_ZN4base10GetTempDirEPNS_8FilePathE
2429    fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE
2430    fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv
2431    fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2432    fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2433    fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2434    fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2435 }
2436 {
2437    bug_375391_c
2438    Memcheck:Leak
2439    fun:calloc
2440    fun:_internal_class_createInstanceFromZone
2441    fun:_internal_class_createInstance
2442    fun:NSAllocateObject
2443    fun:+[NSPathStore2 pathStoreWithCharacters:length:]
2444    fun:-[NSString(NSPathUtilities) _stringByStandardizingPathUsingCache:]
2445    fun:-[NSBundle _initInfoDictionary]
2446    fun:+[NSBundle mainBundle]
2447    fun:_ZN4base3mac11OuterBundleEv
2448    fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv
2449    fun:_ZN4base3mac10AmIBundledEv
2450    fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2451    fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2452    fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2453    fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2454 }
2455 {
2456    bug_380568
2457    Memcheck:Leak
2458    fun:calloc
2459    fun:_internal_class_createInstanceFromZone
2460    fun:_internal_class_createInstance
2461    fun:NSAllocateObject
2462    fun:+[NSObject(NSObject) alloc]
2463    fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:]
2464    fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14CaptureApiTypeE
2465    fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4NameE
2466    fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv
2467 }