blob: e891e08c1976f73ccdf114268d99783c069373c1 (
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
|
{
# 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
}
{
# Mac media_unittests. See http://crbug.com/9351
bug_9351
Memcheck:Leak
fun:_Znwm
fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_
fun:_ZN16HALDefaultDevice22InstallServerListenersEv
fun:_ZN16HALDefaultDevice10InitializeEv
fun:_ZN9HALSystem16CheckOutInstanceEv
fun:AudioHardwareGetProperty
fun:_ZN15AudioManagerMac15HasAudioDevicesEv
}
{
# 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
}
{
# Mac unit_tests. Leak in a system thread? See http://crbug.com/11270
bug_11270
Memcheck:Leak
fun:calloc
fun:CMSSetLabCLUT
}
{
# Mac unit_tests. 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.
# (was: http://crbug.com/9563 )
bug_11333
Memcheck:Leak
fun:malloc
fun:stdSmartNewPtr
fun:stdSmartNewHandle
fun:IOCreateAndOpen
fun:ScratchInit
fun:CMOpenOrNewAccess
}
{
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
}
{
# Mac test_shell_tests leak.
bug_12571
Memcheck:Leak
fun:calloc
...
fun:_Z14MakeTestButtonP7_NSRectP8NSStringP6NSView
}
|