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