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