summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck/suppressions_mac.txt
blob: 26a3f560e6f8ecbb6eee74934275b1fe737c383b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
# There are three kinds of suppressions in this file:
# 1. Third party stuff we have no control over.
#
# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.
#
# 3. Suppressions for real chromium bugs that are not yet fixed.
# These should all be in chromium's bug tracking system.
# Periodically we should sweep this file and the bug tracker clean by
# running overnight and removing outdated bugs/suppressions.
#-----------------------------------------------------------------------

# 1. Third party stuff we have no control over.
{
   # See http://code.google.com/p/chromium/issues/detail?id=9565
   # This should have been handled by platform-specific suppression.
   # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed
   setenv() leaks on Mac intentionally.
   Memcheck:Leak
   ...
   fun:__setenv
   fun:setenv$UNIX2003
}
{
   # syslog needs a system suppression on the mac.
   # See https://bugs.kde.org/show_bug.cgi?id=191192
   valgrind_bug_191192
   Memcheck:Param
   socketcall.sendto(msg)
   fun:sendto$NOCANCEL$UNIX2003
   fun:vsyslog
}
{
   # mac ati drivers seem to have problems
   bug_11280
   Memcheck:Cond
   obj:/System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLDriver
}
{
   FIXME mac kevent libevent probably needs valgrind hooks
   Memcheck:Param
   kevent(changelist)
   fun:kevent
   fun:event_base_new
}
{
   # Mac system library leak?  Only suppress in tests for now.
   mac_init_appleevents_leak
   Memcheck:Leak
   fun:_Znwm
   fun:sendSimpleEventToSelf
   fun:aeInitializeFromHIToolbox
   fun:INIT_AppleEvents
   fun:_FirstEventTime
   ...
   fun:_ZN7testing4Test3RunEv
}
{
   # Mac system library bug?  See http://crbug.com/11327
   bug_11327
   Memcheck:Cond
   fun:_ZN19AudioConverterChain5ResetEv
   fun:AudioConverterReset
   obj:/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
}
{
   # Mac system library bug?  See http://crbug.com/11327
   bug_11327b
   Memcheck:Cond
   fun:AUNetSendEntry
   fun:AUNetSendEntry
   obj:/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
}
{
   # CoreAudio leak.  See http://crbug.com/9351
   bug_9351
   Memcheck:Leak
   fun:_Znwm
   fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_
   fun:_ZN16HALDefaultDevice22InstallServerListenersEv
   fun:_ZN16HALDefaultDevice10InitializeEv
   fun:_ZN9HALSystem16CheckOutInstanceEv
   fun:AudioHardwareGetProperty
   fun:_ZN15AudioManagerMac15HasAudioDevicesEv
}
{
   # Filed with Apple as rdar://6915060; see http://crbug.com/11270
   bug_11270
   Memcheck:Leak
   fun:calloc
   fun:CMSSetLabCLUT
}
{
   # ATI driver bug?  See http://crbug.com/11271
   bug_11271
   Memcheck:Leak
   fun:calloc
   fun:gldCreateBuffer
   fun:gldPageoffBuffer
   fun:gldGetString
   fun:gldGetString
   fun:gldGetString
   fun:gldInitDispatch
   fun:gldGetQueryInfo
   fun:gldUpdateDispatch
   fun:gldInitDispatch
   fun:gliSetCurrentPluginDispatchTable
   fun:gliAttachDrawableWithOptions
   fun:cglSetContextScreen
   fun:cglSetAnyDrawable
   fun:CGLSetSurface
   fun:view_draw
   fun:view_display_link
   fun:link_callback
   fun:_ZN13CVDisplayLink9performIOEP11CVTimeStamp
   fun:_ZN13CVDisplayLink11runIOThreadEv
}
{
   # Mac leak in CMOpenOrNewAccess in unit_tests PlatformCanvas_SkLayer_Test,
   # ToolbarControllerTest_FocusLocation_Test. See http://crbug.com/11333.
   bug_11333
   Memcheck:Leak
   fun:malloc
   fun:stdSmartNewPtr
   fun:stdSmartNewHandle
   fun:IOCreateAndOpen
   fun:ScratchInit
   fun:CMOpenOrNewAccess
}
{
   # suddenly very common as of 6 aug 2009
   bug_11333b
   fun:malloc
   fun:stdSmartNewPtr
   fun:stdSmartNewHandle
   fun:IOCreateAndOpen
   fun:ScratchInit
   fun:CMNewAccessFromAnother
}
{
   # Mac unit_tests.  See http://crbug.com/11271
   bug_12640a
   Memcheck:Cond
   fun:png_write_find_filter
   fun:webkit_png_write_row
   fun:_ZN10PNGEncoder6EncodeEPKhNS_11ColorFormatEiiibPSt6vectorIhSaIhEE
   ...
   fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb
}
{
   # OpenGL.framework init; filed with Apple as rdar://6986771
   opengl_init_rdar_6986771
   Memcheck:Cond
   ...
   fun:gl_context_init_client_state
}
{
   # Reproducible just launching and quitting TextEdit; filed with Apple as rdar://7004347
   tsm_leak_rdar_7004347
   Memcheck:Leak
   fun:malloc_zone_malloc
   fun:_CFRuntimeCreateInstance
   fun:__CFDictionaryInit
   fun:utOpenActivateAllSelectedIMInDoc
   fun:MyActivateTSMDocument
   fun:ActivateTSMDocument
}
{
   bug_18540
   Memcheck:Leak
   fun:malloc_zone_malloc
   fun:_CFRuntimeCreateInstance
   fun:__CFArrayInit
   fun:CFArrayCreate
   fun:-[__NSPlaceholderArray initWithObjects:count:]
   fun:-[NSArray initWithObjects:]
   fun:-[RenderWidgetHostViewCocoa validAttributesForMarkedText]
   fun:-[NSTSMInputContext initWithClient:]
   fun:+[NSInputContext inputContextWithClient:]
   fun:-[NSView inputContext]
   fun:+[NSInputContext currentInputContext]
   fun:+[NSInputContext updateInputContexts]
   fun:-[NSApplication updateWindows]
   fun:_handleWindowsNeedUpdateNote
}
{
   # Looks like an Apple bug; has no visual impact.
   unitialized_rect_allocated_on_stack_when_reparenting_window_content_views
   Memcheck:Cond
   fun:NSRectClip
   fun:-[NSThemeFrame drawOverlayRect:]
   ...
   fun:-[NSWindow makeKeyAndOrderFront:]
   fun:-[BrowserWindowController setFullscreen:]
   ...
   fun:main
}
{
   # Tiny one-time leak, widely seen by valgind users; everyone suppresses this.
   # See related discussion at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39366
   plugin_bundle_global_leak
   Memcheck:Leak
   fun:malloc
   fun:__cxa_get_globals
   fun:__cxa_allocate_exception
   fun:_ZN4dyld4loadEPKcRKNS_11LoadContextE
   fun:dlopen
   fun:dlopen
   fun:_CFBundleDlfcnCheckLoaded
}
{
   bug_18215
   Memcheck:Cond
   fun:_DPSNextEvent
   fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
   fun:-[NSApplication run]
}
{
   bug_18223
   Memcheck:Cond
   fun:_ZNK8Security12UnixPlusPlus17StaticForkMonitorclEv
   fun:_ZN12ocspdGlobals10serverPortEv
}

# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.

# 3. Suppressions for real chromium bugs that are not yet fixed.
{
   # Mac test_shell_tests, see http://crbug.com/9561
   bug_9561
   Memcheck:Leak
   fun:malloc_zone_malloc
   fun:ripc_GetClipState
   fun:ripc_GetRenderingState
   fun:ripc_DrawRects
   fun:CGContextFillRects
   fun:CGContextFillRect
   fun:_ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorE
}
{
   # Mac test_shell_tests; skia leak?  See http://crbug.com/9563
   bug_9563
   Memcheck:Leak
   fun:malloc_zone_malloc
   fun:_CFRuntimeCreateInstance
   fun:CGTypeCreateInstanceWithAllocator
   fun:CGTypeCreateInstance
   fun:CGContextCreateWithDelegate
   fun:CGContextCreate
   fun:createBitmapContext
   fun:CGBitmapContextCreate
   fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib
}
{
   # Mac test_shell_tests; skia leak?   See http://crbug.com/9563
   bug_9563b
   Memcheck:Leak
   fun:malloc_zone_calloc
   fun:ripc_Initialize
   fun:__CGBitmapContextDelegateCreate
   fun:__CGBitmapContextDelegateCreate
   fun:createBitmapContext
   fun:CGBitmapContextCreate
   fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib
}
{
   # Mac test_shell_tests.  See http://crbug.com/9563
   bug_9563d
   Memcheck:Leak
   fun:malloc_zone_calloc
   fun:ripc_Initialize
   fun:__CGWindowContextDelegateCreate
   fun:CGWindowContextCreate
   ...
   fun:_ZN13TestShellTest5SetUpEv
}
{
   # Mac test_shell_tests.  See http://crbug.com/11134
   bug_11134
   Memcheck:Value4
   fun:vCMMVectorConvert8BitRGBToRGB
   fun:_ZNK15CMMConvRGBToRGB7ConvertER8CMM8BitsP14CMMRuntimeInfomm
}
{
   bug_12525
   Memcheck:Cond
   ...
   fun:gldGetTextureLevel
   fun:gldUpdateDispatch
   fun:glBegin_Exec
   fun:fe_gl_begin
   fun:fe_tree_render_apply_1
   fun:apply_tile_callback
   fun:fe_gl_texture_tile_map
   fun:image_buffer_texture_tile_map
   fun:fe_texture_tile_map
}
{
   # Jump on uninitialized value in OpenGL.framework's GLEngine.bundle
   bug_12528
   Memcheck:Cond
   ...
   fun:ripc_DrawShading
   fun:CGContextDrawShading
}
{
   bug_12640b
   Memcheck:Value4
   ...
   fun:png_write_find_filter
   fun:webkit_png_write_row
   fun:_ZN10PNGEncoder6EncodeEPKhNS_11ColorFormatEiiibPSt6vectorIhSaIhEE
   ...
   fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb
}
{
   bug_12640c
   Memcheck:Param
   write(buf)
   fun:write$UNIX2003
   fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE
}
{
   bug_12640d
   Memcheck:Cond
   fun:_ZN10PNGEncoder18EncodeBGRASkBitmapERK8SkBitmapbPSt6vectorIhSaIhEE
   fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE
   fun:_ZN24ExtensionsServiceBackend14UnpackerClient30OnUnpackExtensionSucceededImplERK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmap8FilePathESaIS8_EE
}
{
   bug_15819a
   Memcheck:Cond
   fun:_ZNK10CMMMtxOnly10ConvertMinE10CMM3x3Type10CMM3x1TypeR12CMMMinBuffermm
   ...
   fun:CGContextDrawImage
   fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
}
{
   bug_15819b
   Memcheck:Value4
   fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm
   ...
   fun:CGContextDrawImage
   fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
}
{
   bug_16209
   Memcheck:Leak
   fun:_Znwm
   fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmPN4base14FileDescriptorE
   fun:_ZN21ResourceMessageFilter19OnAllocTransportDIBEmPN4base14FileDescriptorE
   fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvmPN4base14FileDescriptorEEmS2_EvPT_T0_RK6Tuple1IT1_EPS9_IT2_E
   fun:_ZN3IPC16MessageWithReplyI6Tuple1ImES1_IRN4base14FileDescriptorEEE8DispatchI21ResourceMessageFilterMS9_FvmPS4_EEEbPKNS_7MessageEPT_T0_
   fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageE
   fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
   fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
}
{
   bug_16661
   Memcheck:Leak
   fun:_Znwm
   fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
   fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
   fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
   fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
   fun:_ZN3IPC7Channel4SendEPNS_7MessageE
   fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
   fun:_ZN3IPC8SendTask3RunEv
}
{
  bug_17297
  Memcheck:Leak
  fun:malloc
  ...
  fun:+[NSColor keyboardFocusIndicatorColor]
  fun:+[NSColor colorWithCatalogName:colorName:]
  fun:+[NSCatalogColor newWithCoder:zone:]
  fun:-[NSColor initWithCoder:]
}
{
   # 1 in 5 runs on mac?
   bug_17888
   Memcheck:Leak
   fun:_Znwm
   fun:_ZN3IPC7ChannelC2ERKSsNS0_4ModeEPNS0_8ListenerE
   fun:_ZN3IPC7ChannelC1ERKSsNS0_4ModeEPNS0_8ListenerE
   fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE
   fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb
   fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextEb
   fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelProxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
   fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelProxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
   fun:_ZN11ChildThread4InitEv
}
{
   # Nasty invalid write.  Should we even suppress this?
   bug_18189
   Memcheck:Addr8
   fun:sseCGSFill8by1
   fun:argb32_mark_constshape
   fun:argb32_mark
   fun:ripl_BltShape
   fun:ripc_Render
   fun:ripc_DrawRects
   fun:CGContextFillRects
   fun:CGContextFillRect
   fun:NSRectFill
   fun:-[NSView _drawRect:clip:]
   fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
   fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
   fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
   fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
   fun:-[NSView displayIfNeeded]
   fun:-[NSWindow displayIfNeeded]
   fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:]
   fun:-[NSWindow orderWindow:relativeTo:]
   fun:-[NSWindow addChildWindow:ordered:]
   fun:_ZN15StatusBubbleMac6CreateEv
}
{
   bug_18218
   Memcheck:Leak
   fun:malloc
   fun:__addHandler2
   fun:__NSFinalizeThreadData
   fun:_pthread_tsd_cleanup
   fun:_pthread_exit
   fun:thread_start
}
{
   bug_18219
   Memcheck:Leak
   fun:malloc_zone_malloc
   fun:_CFRuntimeCreateInstance
   fun:CGTypeCreateInstanceWithAllocator
   fun:CGTypeCreateInstance
   fun:CGImageCreate
   fun:_NSCreateImageRef2
   fun:-[CIImage(NSAppKitAdditions) initWithBitmapImageRep:]
   fun:-[ThrobberFilmstripDelegate initWithImage:]
   fun:+[ThrobberView filmstripThrobberViewWithFrame:image:]
   fun:-[TabStripController tabChangedWithContents:atIndex:loadingOnly:]
   fun:_ZN27TabStripModelObserverBridge12TabChangedAtEP11TabContentsib
}
{
   bug_18252
   Memcheck:Leak
   fun:calloc
   fun:_internal_class_createInstanceFromZone
   fun:_internal_class_createInstance
   fun:+[NSObject allocWithZone:]
   fun:+[NSColor colorWithCalibratedRed:green:blue:alpha:]
   fun:+[GTMTheme(BrowserThemeProviderInitialization) themeWithBrowserThemeProvider:isOffTheRecord:]
   fun:-[BrowserWindowController(Private) setTheme]
   fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
   fun:-[BrowserWindowController initWithBrowser:]
   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
   fun:_ZN7Browser19CreateBrowserWindowEv
   fun:_ZN7Browser6CreateEP7Profile
   fun:_ZN7Browser15OpenEmptyWindowEP7Profile
   fun:_ZN7Browser18NewIncognitoWindowEv
}
{
   bug_18253
   Memcheck:Cond
   fun:resample_band
   fun:img_interpolate_read
   fun:img_colormatch_read
   # sometimes fun:img_alphamerge_read
   ...
   fun:img_data_lock
   fun:CGSImageDataLock
   fun:ripc_AcquireImage
   fun:ripc_DrawImage
   fun:CGContextDrawImage
   fun:_ZN7WebCore11BitmapImage4drawEPNS_15GraphicsContextERKNS_9FloatRectES5_NS_17CompositeOperatorE
   fun:_ZN7WebCore5Image9drawTiledEPNS_15GraphicsContextERKNS_9FloatRectERKNS_10FloatPointERKNS_9FloatSizeENS_17CompositeOperatorE
   fun:_ZN7WebCore15GraphicsContext14drawTiledImageEPNS_5ImageERKNS_7IntRectERKNS_8IntPointERKNS_7IntSizeENS_17CompositeOperatorE
   fun:_ZN7WebCore20RenderBoxModelObject22paintFillLayerExtendedERKNS_12RenderObject9PaintInfoERKNS_5ColorEPKNS_9FillLayerEiiiiPNS_13InlineFlowBoxENS_17CompositeOperatorE
   fun:_ZN7WebCore9RenderBox14paintFillLayerERKNS_12RenderObject9PaintInfoERKNS_5ColorEPKNS_9FillLayerEiiiiNS_17CompositeOperatorE
   fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_12RenderObject9PaintInfoERKNS_5ColorEPKNS_9FillLayerEiiiiNS_17CompositeOperatorE
   fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_12RenderObject9PaintInfoEii
   fun:_ZN7WebCore11RenderBlock11paintObjectERNS_12RenderObject9PaintInfoEii
   fun:_ZN7WebCore11RenderBlock5paintERNS_12RenderObject9PaintInfoEii
}
{
   # Probably a system leak?
   bug_16628
   Memcheck:Leak
   fun:malloc_zone_malloc
   fun:_CFRuntimeCreateInstance
   fun:__CFDictionaryInit
   fun:CARenderOGLNew_
   fun:view_state_new
   fun:view_state_acquire
   fun:view_draw
   fun:CAViewDraw
   fun:-[NSView _drawRect:clip:]
}
{
   # System leak?  But we usually tickle it with our throbber...
   bug_18661
   Memcheck:Leak
   fun:realloc
   fun:sl_stream_finish
   fun:sl_program_assemble
   fun:fe_kernel_get_program_string
   fun:fe_gl_load_programs
   fun:fe_gl_load_kernel
   fun:fe_context_test_kernel
   fun:fe_tree_merge_apply
   fun:fe_tree_merge_kernels_1
   ...
   fun:fe_tree_merge_kernels
   fun:fe_tree_prepare_tree_
   fun:fe_tree_render_image
   fun:fe_image_render_
   fun:fe_image_render
   fun:renderImage
   fun:-[CIOpenGLContextImpl renderWithBounds:matrix:function:info:]
   fun:-[CIContextImpl render:]
   fun:cgxcoreimage_instance_render
   fun:CGXCoreImageInstanceRender
}
{
   bug_18705
   Memcheck:Cond
   fun:NSMouseInRect
   fun:-[NSThemeFrame _updateWidgets]
   fun:-[NSThemeFrame _tileTitlebarAndRedisplay:]
   fun:-[NSTitledFrame tileAndSetWindowShape:]
   fun:-[NSThemeFrame initWithFrame:styleMask:owner:]
   fun:-[NSGrayFrame initWithFrame:styleMask:owner:]
   fun:-[NSWindow _commonInitFrame:styleMask:backing:defer:]
   fun:-[NSWindow _initContent:styleMask:backing:defer:contentView:]
   fun:-[NSWindow initWithContentRect:styleMask:backing:defer:]
   fun:-[NSWindowTemplate nibInstantiate]
   fun:-[NSIBObjectData instantiateObject:]
   fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
   fun:loadNib
   fun:+[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
   fun:+[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:]
   fun:-[NSWindowController loadWindow]
   fun:-[NSWindowController window]
   fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
}
{
   bug_18705b
   Memcheck:Cond
   fun:_ZN3gfx4Size10set_heightEi
   fun:_ZN3gfx4Rect10set_heightEi
   fun:_ZN3gfx4RectC1ERK6CGRect
   fun:_ZNK12_GLOBAL__N_126DefaultMonitorInfoProvider23GetPrimaryMonitorBoundsEv
   fun:_ZNK11WindowSizer22GetDefaultWindowBoundsEPN3gfx4RectE
   fun:_ZNK11WindowSizer21DetermineWindowBoundsERKN3gfx4RectEPS1_Pb
   fun:_ZN11WindowSizer22GetBrowserWindowBoundsERKSbIwSt11char_traitsIwESaIwEERKN3gfx4RectEP7BrowserPS7_Pb
   fun:_ZNK7Browser20GetSavedWindowBoundsEv
   fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
}
{
   bug_18984
   Memcheck:Free
   fun:_ZdlPv
   fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSSSelectorELm0EEE
   fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELm0EEE
   fun:_Z10cssyyparsePv
   fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
}