OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
11 #----------------------------------------------------------------------- | 11 #----------------------------------------------------------------------- |
12 | 12 |
13 # 1. third party stuff we have no control over | 13 # 1. third party stuff we have no control over |
14 { | 14 { |
15 bug_39050_a | 15 bug_39050_a |
16 Heapcheck:Leak | 16 Heapcheck:Leak |
17 fun:FcPatternObjectAddWithBinding | 17 fun:FcPatternObjectAddWithBinding |
18 } | 18 } |
19 { | 19 { |
20 bug_39050_b | 20 bug_39050_b |
21 Heapcheck:Leak | 21 Heapcheck:Leak |
22 fun:FcPatternObjectInsertElt | 22 fun:FcPatternObjectInsertElt |
23 } | 23 } |
24 { | 24 { |
25 bug_39050_c | 25 bug_39050_c |
26 Heapcheck:Leak | 26 Heapcheck:Leak |
27 fun:FcConfigValues | 27 fun:FcConfigValues |
28 } | 28 } |
29 { | 29 { |
30 bug_39050_d | 30 bug_39050_d |
31 Heapcheck:Leak | 31 Heapcheck:Leak |
32 fun:IA__FcLangSetCreate | 32 fun:IA__FcLangSetCreate |
33 } | 33 } |
34 { | 34 { |
35 bug_39050_d2 | 35 bug_39050_d2 |
36 Heapcheck:Leak | 36 Heapcheck:Leak |
37 fun:FcLangSetCreate | 37 fun:FcLangSetCreate |
38 } | 38 } |
39 { | 39 { |
40 bug_39050_e | 40 bug_39050_e |
41 Heapcheck:Leak | 41 Heapcheck:Leak |
42 fun:IA__FcStrCopy | 42 fun:IA__FcStrCopy |
43 } | 43 } |
44 { | 44 { |
45 bug_39050_e2 | 45 bug_39050_e2 |
46 Heapcheck:Leak | 46 Heapcheck:Leak |
47 fun:FcStrCopy | 47 fun:FcStrCopy |
48 } | 48 } |
49 { | 49 { |
50 bug_39050_f | 50 bug_39050_f |
51 Heapcheck:Leak | 51 Heapcheck:Leak |
52 fun:FcValueSave | 52 fun:FcValueSave |
53 } | 53 } |
54 { | 54 { |
55 bug_39050_g | 55 bug_39050_g |
56 Heapcheck:Leak | 56 Heapcheck:Leak |
57 fun:FcPatternHash | 57 fun:FcPatternHash |
58 } | 58 } |
59 { | 59 { |
60 bug_39050_h | 60 bug_39050_h |
61 Heapcheck:Leak | 61 Heapcheck:Leak |
62 fun:FcConfigFilename | 62 fun:FcConfigFilename |
63 } | 63 } |
64 { | 64 { |
65 bug_39050_i | 65 bug_39050_i |
66 Heapcheck:Leak | 66 Heapcheck:Leak |
67 fun:FcCharSetFindLeafCreate | 67 fun:FcCharSetFindLeafCreate |
68 } | 68 } |
69 { | 69 { |
70 bug_39050_j | 70 bug_39050_j |
71 Heapcheck:Leak | 71 Heapcheck:Leak |
72 fun:FcCharSetPutLeaf | 72 fun:FcCharSetPutLeaf |
73 } | 73 } |
74 { | 74 { |
75 bug_39050_k | 75 bug_39050_k |
76 Heapcheck:Leak | 76 Heapcheck:Leak |
77 fun:IA__FcCharSetCreate | 77 fun:IA__FcCharSetCreate |
78 } | 78 } |
79 | 79 |
80 { | 80 { |
81 bug_51988_a | 81 bug_51988_a |
| 82 Heapcheck:Leak |
| 83 ... |
| 84 fun:mozilla_security_manager::::nsPKCS12Blob_ImportHelper |
| 85 fun:mozilla_security_manager::nsPKCS12Blob_Import |
| 86 fun:net::CertDatabase::ImportFromPKCS12 |
| 87 } |
| 88 { |
| 89 bug_51988_b |
| 90 Heapcheck:Leak |
| 91 ... |
| 92 fun:mozilla_security_manager::nsPKCS12Blob_Export |
| 93 fun:net::CertDatabase::ExportToPKCS12 |
| 94 } |
| 95 { |
| 96 bug_51988_c |
| 97 Heapcheck:Leak |
| 98 ... |
| 99 fun:base::::NSSInitSingleton::OpenUserDB |
| 100 fun:base::::NSSInitSingleton::OpenTestNSSDB |
| 101 fun:base::OpenTestNSSDB |
| 102 fun:net::CertDatabaseNSSTest::SetUp |
| 103 } |
| 104 |
| 105 #----------------------------------------------------------------------- |
| 106 # 2. intentional unit test errors, or stuff that is somehow a false positive |
| 107 # in our own code, or stuff that is so trivial it's not worth fixing |
| 108 { |
| 109 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
| 110 Heapcheck:Leak |
| 111 fun:ToolsSanityTest_MemoryLeak_Test::TestBody |
| 112 } |
| 113 { |
| 114 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent |
| 115 Heapcheck:Leak |
| 116 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody |
| 117 fun:testing::HandleExceptionsInMethodIfSupported |
| 118 fun:testing::Test::Run |
| 119 } |
| 120 #----------------------------------------------------------------------- |
| 121 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 122 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 123 # Periodically we should sweep this file and the bug tracker clean by |
| 124 # running overnight and removing outdated bugs/suppressions. |
| 125 { |
| 126 bug_31643 |
| 127 Heapcheck:Leak |
| 128 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait |
| 129 fun:Syncer::SyncShare |
| 130 } |
| 131 { |
| 132 bug_17540 |
| 133 Heapcheck:Leak |
| 134 fun:base::MessagePumpLibevent::WatchFileDescriptor |
| 135 fun:MessageLoopForIO::WatchFileDescriptor |
| 136 fun:IPC::Channel::ChannelImpl::Connect |
| 137 fun:IPC::Channel::Connect |
| 138 fun:IPC::ChannelProxy::Context::OnChannelOpened |
| 139 } |
| 140 { |
| 141 bug_39014 |
| 142 Heapcheck:Leak |
| 143 fun:__gnu_cxx::new_allocator::allocate |
| 144 fun:std::_Vector_base::_M_allocate |
| 145 fun:std::vector::_M_insert_aux |
| 146 fun:std::vector::push_back |
| 147 fun:IPC::ChannelProxy::Context::OnAddFilter |
| 148 fun:*DispatchToMethod |
| 149 fun:RunnableMethod::Run |
| 150 } |
| 151 { |
| 152 bug_34570 |
| 153 Heapcheck:Leak |
| 154 fun:URLRequestHttpJob::Factory |
| 155 fun:URLRequestJobManager::CreateJob |
| 156 fun:URLRequest::Start |
| 157 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody |
| 158 fun:testing::HandleExceptionsInMethodIfSupported |
| 159 fun:testing::Test::Run |
| 160 fun:testing::TestInfo::Run |
| 161 fun:testing::TestCase::Run |
| 162 fun:testing::internal::UnitTestImpl::RunAllTests |
| 163 fun:testing::HandleExceptionsInMethodIfSupported |
| 164 fun:testing::UnitTest::Run |
| 165 fun:TestSuite::Run |
| 166 fun:main |
| 167 } |
| 168 { |
| 169 bug_34994_a |
| 170 Heapcheck:Leak |
| 171 ... |
| 172 fun:v8::internal::Invoke |
| 173 fun:v8::internal::Execution::Call |
| 174 fun:v8::Script::Run |
| 175 } |
| 176 { |
| 177 bug_34994_b |
| 178 Heapcheck:Leak |
| 179 ... |
| 180 fun:v8::internal::Invoke |
| 181 fun:v8::internal::Execution::Call |
| 182 fun:v8::Function::Call |
| 183 } |
| 184 { |
| 185 bug_39021 |
82 Heapcheck:Leak | 186 Heapcheck:Leak |
83 ... | 187 ... |
84 fun:mozilla_security_manager::::nsPKCS12Blob_ImportHelper | 188 fun:RenderViewTest::ExecuteJavaScript |
85 fun:mozilla_security_manager::nsPKCS12Blob_Import | 189 fun:ExtensionAPIClientTest_CallbackDispatching_Test::TestBody |
86 fun:net::CertDatabase::ImportFromPKCS12 | 190 } |
87 } | 191 { |
88 { | 192 bug_39016 |
89 bug_51988_b | |
90 Heapcheck:Leak | 193 Heapcheck:Leak |
91 ... | 194 ... |
92 fun:mozilla_security_manager::nsPKCS12Blob_Export | 195 fun:::RenderThreadTest::SetUp |
93 fun:net::CertDatabase::ExportToPKCS12 | |
94 } | |
95 { | |
96 bug_51988_c | |
97 Heapcheck:Leak | |
98 ... | |
99 fun:base::::NSSInitSingleton::OpenUserDB | |
100 fun:base::::NSSInitSingleton::OpenTestNSSDB | |
101 fun:base::OpenTestNSSDB | |
102 fun:net::CertDatabaseNSSTest::SetUp | |
103 } | |
104 | |
105 #----------------------------------------------------------------------- | |
106 # 2. intentional unit test errors, or stuff that is somehow a false positive | |
107 # in our own code, or stuff that is so trivial it's not worth fixing | |
108 { | |
109 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | |
110 Heapcheck:Leak | |
111 fun:ToolsSanityTest_MemoryLeak_Test::TestBody | |
112 } | |
113 { | |
114 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent | |
115 Heapcheck:Leak | |
116 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody | |
117 fun:testing::HandleExceptionsInMethodIfSupported | 196 fun:testing::HandleExceptionsInMethodIfSupported |
118 fun:testing::Test::Run | 197 fun:testing::Test::Run |
119 } | 198 } |
120 #----------------------------------------------------------------------- | 199 # TODO(glider): sometimes the stacks differ between the bot and the local run, |
121 # 3. Suppressions for real chromium bugs that are not yet fixed. | 200 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". |
122 # These should all be in chromium's bug tracking system (but a few aren't yet). | 201 { |
123 # Periodically we should sweep this file and the bug tracker clean by | 202 bug_38305 |
124 # running overnight and removing outdated bugs/suppressions. | 203 Heapcheck:Leak |
125 { | 204 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone |
126 bug_31643 | |
127 Heapcheck:Leak | |
128 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait | |
129 fun:Syncer::SyncShare | 205 fun:Syncer::SyncShare |
130 } | 206 fun:FakeSyncShareTask::Run |
131 { | 207 fun:MessageLoop::RunTask |
132 bug_17540 | 208 } |
133 Heapcheck:Leak | 209 { |
134 fun:base::MessagePumpLibevent::WatchFileDescriptor | 210 bug_38402 |
135 fun:MessageLoopForIO::WatchFileDescriptor | 211 Heapcheck:Leak |
136 fun:IPC::Channel::ChannelImpl::Connect | 212 fun:ProfileSyncFactoryImpl::CreateProfileSyncService |
137 fun:IPC::Channel::Connect | 213 fun:TestingProfile::CreateProfileSyncService |
138 fun:IPC::ChannelProxy::Context::OnChannelOpened | 214 } |
139 } | 215 { |
140 { | 216 bug_39007 |
141 bug_39014 | 217 Heapcheck:Leak |
142 Heapcheck:Leak | 218 ... |
143 fun:__gnu_cxx::new_allocator::allocate | 219 fun:RenderViewTest::TearDown |
144 fun:std::_Vector_base::_M_allocate | 220 } |
145 fun:std::vector::_M_insert_aux | 221 { |
146 fun:std::vector::push_back | 222 bug_38487 |
147 fun:IPC::ChannelProxy::Context::OnAddFilter | 223 Heapcheck:Leak |
148 fun:*DispatchToMethod | 224 fun:browser_sync::TypedUrlDataTypeController::Stop |
149 fun:RunnableMethod::Run | 225 fun:browser_sync::DataTypeManagerImpl::FinishStop |
150 } | 226 fun:browser_sync::DataTypeManagerImpl::Stop |
151 { | 227 fun:ProfileSyncService::Shutdown |
152 bug_34570 | 228 fun:~ProfileSyncService |
153 Heapcheck:Leak | 229 fun:~TestingProfileSyncService |
154 fun:URLRequestHttpJob::Factory | 230 fun:scoped_ptr::reset |
155 fun:URLRequestJobManager::CreateJob | 231 fun:ProfileSyncServiceTypedUrlTest::TearDown |
156 fun:URLRequest::Start | 232 } |
157 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody | 233 { |
158 fun:testing::HandleExceptionsInMethodIfSupported | 234 bug_38490 |
| 235 Heapcheck:Leak |
| 236 ... |
| 237 fun:browser_sync::SyncBackendHost::Core::NotifyFrontend |
| 238 } |
| 239 { |
| 240 bug_40499 |
| 241 Heapcheck:Leak |
| 242 fun:UserScriptSlaveTest::Serialize |
| 243 ... |
159 fun:testing::Test::Run | 244 fun:testing::Test::Run |
160 fun:testing::TestInfo::Run | 245 fun:testing::TestInfo::Run |
161 fun:testing::TestCase::Run | 246 fun:testing::TestCase::Run |
162 fun:testing::internal::UnitTestImpl::RunAllTests | 247 fun:testing::internal::UnitTestImpl::RunAllTests |
163 fun:testing::HandleExceptionsInMethodIfSupported | 248 fun:testing::HandleExceptionsInMethodIfSupported |
164 fun:testing::UnitTest::Run | 249 fun:testing::UnitTest::Run |
165 fun:TestSuite::Run | 250 fun:TestSuite::Run |
166 fun:main | 251 } |
167 } | 252 { |
168 { | 253 bug_42153 |
169 bug_34994_a | 254 Heapcheck:Leak |
170 Heapcheck:Leak | 255 fun:::InitPersonalInfo |
171 ... | 256 fun:AutoFillProfile |
172 fun:v8::internal::Invoke | 257 fun:AutoFillProfile::Clone |
173 fun:v8::internal::Execution::Call | 258 fun:browser_sync::AutofillChangeProcessor::ObserveAutofillProfileChanged |
174 fun:v8::Script::Run | 259 } |
175 } | 260 # ExpectJs*Internal = ExpectJs{Pass,Fail}Internal |
176 { | 261 # ExtensionAPIClientTest_*_Test = |
177 bug_34994_b | 262 # ExtensionAPIClientTest_{CollapseToolstrip_Test,GetAcceptLanguages}_Test |
178 Heapcheck:Leak | 263 { |
179 ... | 264 bug_43775_a |
180 fun:v8::internal::Invoke | |
181 fun:v8::internal::Execution::Call | |
182 fun:v8::Function::Call | |
183 } | |
184 { | |
185 bug_39021 | |
186 Heapcheck:Leak | |
187 ... | |
188 fun:RenderViewTest::ExecuteJavaScript | |
189 fun:ExtensionAPIClientTest_CallbackDispatching_Test::TestBody | |
190 } | |
191 { | |
192 bug_39016 | |
193 Heapcheck:Leak | |
194 ... | |
195 fun:::RenderThreadTest::SetUp | |
196 fun:testing::HandleExceptionsInMethodIfSupported | |
197 fun:testing::Test::Run | |
198 } | |
199 # TODO(glider): sometimes the stacks differ between the bot and the local run, | |
200 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". | |
201 { | |
202 bug_38305 | |
203 Heapcheck:Leak | |
204 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone | |
205 fun:Syncer::SyncShare | |
206 fun:FakeSyncShareTask::Run | |
207 fun:MessageLoop::RunTask | |
208 } | |
209 { | |
210 bug_38402 | |
211 Heapcheck:Leak | |
212 fun:ProfileSyncFactoryImpl::CreateProfileSyncService | |
213 fun:TestingProfile::CreateProfileSyncService | |
214 } | |
215 { | |
216 bug_39007 | |
217 Heapcheck:Leak | |
218 ... | |
219 fun:RenderViewTest::TearDown | |
220 } | |
221 { | |
222 bug_38487 | |
223 Heapcheck:Leak | |
224 fun:browser_sync::TypedUrlDataTypeController::Stop | |
225 fun:browser_sync::DataTypeManagerImpl::FinishStop | |
226 fun:browser_sync::DataTypeManagerImpl::Stop | |
227 fun:ProfileSyncService::Shutdown | |
228 fun:~ProfileSyncService | |
229 fun:~TestingProfileSyncService | |
230 fun:scoped_ptr::reset | |
231 fun:ProfileSyncServiceTypedUrlTest::TearDown | |
232 } | |
233 { | |
234 bug_38490 | |
235 Heapcheck:Leak | |
236 ... | |
237 fun:browser_sync::SyncBackendHost::Core::NotifyFrontend | |
238 } | |
239 { | |
240 bug_40499 | |
241 Heapcheck:Leak | |
242 fun:UserScriptSlaveTest::Serialize | |
243 ... | |
244 fun:testing::Test::Run | |
245 fun:testing::TestInfo::Run | |
246 fun:testing::TestCase::Run | |
247 fun:testing::internal::UnitTestImpl::RunAllTests | |
248 fun:testing::HandleExceptionsInMethodIfSupported | |
249 fun:testing::UnitTest::Run | |
250 fun:TestSuite::Run | |
251 } | |
252 { | |
253 bug_42153 | |
254 Heapcheck:Leak | |
255 fun:::InitPersonalInfo | |
256 fun:AutoFillProfile | |
257 fun:AutoFillProfile::Clone | |
258 fun:browser_sync::AutofillChangeProcessor::ObserveAutofillProfileChanged | |
259 } | |
260 # ExpectJs*Internal = ExpectJs{Pass,Fail}Internal | |
261 # ExtensionAPIClientTest_*_Test = | |
262 # ExtensionAPIClientTest_{CollapseToolstrip_Test,GetAcceptLanguages}_Test | |
263 { | |
264 bug_43775_a | |
265 Heapcheck:Leak | |
266 fun:WebCore::makeExternalString | |
267 fun:WebCore::v8ExternalString | |
268 fun:WebCore::V8Proxy::evaluate | |
269 fun:WebCore::ScriptController::evaluate | |
270 fun:WebCore::ScriptController::executeScript | |
271 fun:WebKit::WebFrameImpl::executeScript | |
272 fun:RenderViewTest::ExecuteJavaScript | |
273 fun:ExtensionAPIClientTest::ExpectJs*Internal | |
274 fun:ExtensionAPIClientTest_*_Test::TestBody | |
275 } | |
276 { | |
277 bug_43775_b | |
278 Heapcheck:Leak | |
279 fun:WTF::fastMalloc | |
280 fun:WebCore::StringImpl::createUninitialized | |
281 fun:WebCore::String::fromUTF8 | |
282 fun:WebCore::String::fromUTF8 | |
283 fun:WebKit::WebString::fromUTF8 | |
284 fun:RenderViewTest::ExecuteJavaScript | |
285 fun:ExtensionAPIClientTest::ExpectJs*Internal | |
286 fun:ExtensionAPIClientTest_*_Test::TestBody | |
287 } | |
288 { | |
289 bug_43779 | |
290 Heapcheck:Leak | |
291 fun:ActiveNotificationTracker::RegisterNotification | |
292 fun:ActiveNotificationTrackerTest_TestLookupAndClear_Test::TestBody | |
293 } | |
294 { | |
295 bug_43387 | |
296 Heapcheck:Leak | |
297 ... | |
298 fun:net::SpdyNetworkTransactionTest_PostWithEarlySynReply_Test::TestBody | |
299 } | |
300 { | |
301 bug_44354 | |
302 Heapcheck:Leak | |
303 ... | |
304 fun:NetTestSuite::InitializeTestThread | |
305 fun:NetTestSuite::Initialize | |
306 } | |
307 { | |
308 bug_44667 | |
309 Heapcheck:Leak | |
310 fun:Callback1::Type* NewCallback | |
311 fun:media::VideoDecoderImpl::DoInitialize | |
312 } | |
313 { | |
314 bug_46571_a | |
315 Heapcheck:Leak | |
316 fun:WTF::fastMalloc | |
317 fun:WebCore::StringImpl::createUninitialized | |
318 fun:WebCore::String::createUninitialized | |
319 fun:WebCore::StringTraits::fromV8String | |
320 fun:WebCore::v8StringToWebCoreString | |
321 fun:WebCore::v8StringToWebCoreString | |
322 fun:WebCore::v8ValueToWebCoreString | |
323 fun:WebCore::toWebCoreString | |
324 fun:WebCore::ScriptValue::getString | |
325 fun:WebKit::WebFrameImpl::loadJavaScriptURL | |
326 fun:WebKit::WebFrameImpl::loadRequest | |
327 fun:TestShell::Navigate | |
328 } | |
329 { | |
330 bug_46571_b | |
331 Heapcheck:Leak | 265 Heapcheck:Leak |
332 fun:WebCore::makeExternalString | 266 fun:WebCore::makeExternalString |
333 fun:WebCore::v8ExternalString | 267 fun:WebCore::v8ExternalString |
334 fun:WebCore::V8Proxy::evaluate | 268 fun:WebCore::V8Proxy::evaluate |
335 fun:WebCore::ScriptController::evaluate | 269 fun:WebCore::ScriptController::evaluate |
336 fun:WebCore::ScriptController::executeScript | 270 fun:WebCore::ScriptController::executeScript |
337 fun:WebCore::ScriptController::executeScript | 271 fun:WebKit::WebFrameImpl::executeScript |
338 fun:WebKit::WebFrameImpl::loadJavaScriptURL | 272 fun:RenderViewTest::ExecuteJavaScript |
339 fun:WebKit::WebFrameImpl::loadRequest | 273 fun:ExtensionAPIClientTest::ExpectJs*Internal |
340 fun:TestShell::Navigate | 274 fun:ExtensionAPIClientTest_*_Test::TestBody |
341 } | 275 } |
342 { | 276 { |
343 bug_46571_c | 277 bug_43775_b |
344 Heapcheck:Leak | |
345 fun:WebCore::makeExternalString | |
346 fun:WebCore::v8ExternalString | |
347 fun:WebCore::v8String | |
348 fun:WebCore::ScriptController::bindToWindowObject | |
349 fun:WebKit::WebFrameImpl::bindToWindowObject | |
350 fun:CppBoundClass::BindToJavascript | |
351 fun:TestShell::BindJSObjectsToWindow | |
352 fun:TestWebViewDelegate::didClearWindowObject | |
353 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld | |
354 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld | |
355 fun:WebCore::V8DOMWindowShell::initContextIfNeeded | |
356 fun:WebCore::V8Proxy::mainWorldContext | |
357 fun:WebCore::V8Proxy::mainWorldContext | |
358 fun:WebCore::ScriptController::bindToWindowObject | |
359 fun:WebKit::WebFrameImpl::bindToWindowObject | |
360 fun:CppBoundClass::BindToJavascript | |
361 fun:AccessibilityController::BindToJavascript | |
362 fun:TestShell::BindJSObjectsToWindow | |
363 } | |
364 { | |
365 bug_46571_d | |
366 Heapcheck:Leak | |
367 fun:WebCore::makeExternalString | |
368 fun:WebCore::v8ExternalString | |
369 fun:WebCore::v8String | |
370 fun:WebCore::ScriptController::bindToWindowObject | |
371 fun:WebKit::WebFrameImpl::bindToWindowObject | |
372 fun:CppBoundClass::BindToJavascript | |
373 fun:AccessibilityController::BindToJavascript | |
374 fun:TestShell::BindJSObjectsToWindow | |
375 fun:TestWebViewDelegate::didClearWindowObject | |
376 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld | |
377 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld | |
378 fun:WebCore::V8DOMWindowShell::initContextIfNeeded | |
379 fun:WebCore::V8Proxy::mainWorldContext | |
380 fun:WebCore::V8Proxy::mainWorldContext | |
381 fun:WebCore::ScriptController::bindToWindowObject | |
382 fun:WebKit::WebFrameImpl::bindToWindowObject | |
383 fun:CppBoundClass::BindToJavascript | |
384 fun:AccessibilityController::BindToJavascript | |
385 fun:TestShell::BindJSObjectsToWindow | |
386 } | |
387 { | |
388 bug_46571_e | |
389 Heapcheck:Leak | |
390 fun:WebCore::v8StringToWebCoreString | |
391 fun:WebCore::v8StringToWebCoreString | |
392 fun:WebCore::v8ValueToWebCoreString | |
393 fun:WebCore::toWebCoreString | |
394 fun:WebCore::ScriptValue::getString | |
395 fun:WebKit::WebFrameImpl::loadJavaScriptURL | |
396 fun:WebKit::WebFrameImpl::loadRequest | |
397 fun:TestShell::Navigate | |
398 fun:TestNavigationController::NavigateToPendingEntry | |
399 fun:TestNavigationController::LoadEntry | |
400 fun:TestShell::LoadURLForFrame | |
401 fun:TestShell::LoadURL | |
402 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody | |
403 fun:testing::HandleExceptionsInMethodIfSupported | |
404 fun:testing::Test::Run | |
405 fun:testing::TestInfo::Run | |
406 fun:testing::TestCase::Run | |
407 fun:testing::internal::UnitTestImpl::RunAllTests | |
408 fun:testing::HandleExceptionsInMethodIfSupported | |
409 } | |
410 # "*~TestShell" means "~TestShell" and "TestShell::~TestShell". | |
411 { | |
412 bug_46571_f | |
413 Heapcheck:Leak | |
414 fun:WebCore::makeExternalString | |
415 fun:WebCore::v8ExternalString | |
416 fun:WebCore::V8Proxy::evaluate | |
417 fun:WebCore::ScriptController::collectGarbage | |
418 fun:WebKit::WebFrameImpl::collectGarbage | |
419 fun:TestShell::CallJSGC | |
420 fun:*~TestShell | |
421 fun:::MainWindowDestroyed | |
422 fun:g_closure_invoke | |
423 } | |
424 # This is a variation from bug_46571_e. | |
425 { | |
426 bug_46571_g | |
427 Heapcheck:Leak | 278 Heapcheck:Leak |
428 fun:WTF::fastMalloc | 279 fun:WTF::fastMalloc |
429 fun:WTF::StringImpl::createUninitialized | 280 fun:WebCore::StringImpl::createUninitialized |
430 fun:WTF::String::createUninitialized | 281 fun:WebCore::String::fromUTF8 |
431 fun:WebCore::StringTraits::fromV8String | 282 fun:WebCore::String::fromUTF8 |
432 fun:WebCore::v8StringToWebCoreString | 283 fun:WebKit::WebString::fromUTF8 |
433 fun:WebCore::v8StringToWebCoreString | 284 fun:RenderViewTest::ExecuteJavaScript |
434 fun:WebCore::v8ValueToWebCoreString | 285 fun:ExtensionAPIClientTest::ExpectJs*Internal |
435 fun:WebCore::toWebCoreString | 286 fun:ExtensionAPIClientTest_*_Test::TestBody |
436 fun:WebCore::ScriptValue::getString | 287 } |
437 fun:WebKit::WebFrameImpl::loadJavaScriptURL | 288 { |
438 fun:WebKit::WebFrameImpl::loadRequest | 289 bug_43779 |
439 fun:TestShell::Navigate | 290 Heapcheck:Leak |
440 fun:TestNavigationController::NavigateToPendingEntry | 291 fun:ActiveNotificationTracker::RegisterNotification |
441 fun:TestNavigationController::LoadEntry | 292 fun:ActiveNotificationTrackerTest_TestLookupAndClear_Test::TestBody |
442 fun:TestShell::LoadURLForFrame | 293 } |
443 fun:TestShell::LoadURL | 294 { |
444 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody | 295 bug_43387 |
445 fun:testing::HandleExceptionsInMethodIfSupported | |
446 fun:testing::Test::Run | |
447 fun:testing::TestInfo::Run | |
448 fun:testing::TestCase::Run | |
449 fun:testing::internal::UnitTestImpl::RunAllTests | |
450 fun:testing::HandleExceptionsInMethodIfSupported | |
451 fun:testing::UnitTest::Run | |
452 } | |
453 { | |
454 bug_32366 | |
455 Heapcheck:Leak | |
456 fun:CallbackRunner* NewCallback | |
457 fun:media::PipelineImpl::FilterStateTransitionTask | |
458 fun:*DispatchToMethod | |
459 fun:RunnableMethod::Run | |
460 fun:MessageLoop::RunTask | |
461 } | |
462 { | |
463 bug_46649_a | |
464 Heapcheck:Leak | |
465 fun:__gnu_cxx::new_allocator::allocate | |
466 fun:std::_Vector_base::_M_allocate | |
467 fun:std::vector::_M_allocate_and_copy | |
468 fun:std::vector::reserve | |
469 fun:courgette::ReadVector | |
470 fun:courgette::EncodedProgram::ReadFrom | |
471 } | |
472 { | |
473 bug_46649_b | |
474 Heapcheck:Leak | |
475 fun:__gnu_cxx::new_allocator::allocate | |
476 fun:std::_Vector_base::_M_allocate | |
477 fun:std::vector::_M_insert_aux | |
478 fun:std::vector::push_back | |
479 fun:courgette::EncodedProgram::AddRel32 | |
480 } | |
481 { | |
482 bug_46649_c | |
483 Heapcheck:Leak | |
484 fun:__gnu_cxx::new_allocator::allocate | |
485 fun:std::_Vector_base::_M_allocate | |
486 fun:std::vector::_M_insert_aux | |
487 fun:std::vector::push_back | |
488 fun:courgette::EncodedProgram::AssembleTo | |
489 } | |
490 { | |
491 bug_46649_d | |
492 Heapcheck:Leak | |
493 fun:EncodedProgramTest_Test_Test::TestBody | |
494 } | |
495 { | |
496 bug_46649_e | |
497 Heapcheck:Leak | |
498 fun:__gnu_cxx::new_allocator::allocate | |
499 fun:std::_Vector_base::_M_allocate | |
500 fun:std::vector::_M_fill_insert | |
501 fun:std::vector::insert | |
502 fun:std::vector::resize | |
503 fun:courgette::EncodedProgram::DefineLabelCommon | |
504 fun:courgette::EncodedProgram::DefineRel32Label | |
505 } | |
506 { | |
507 bug_46649_f | |
508 Heapcheck:Leak | |
509 fun:__gnu_cxx::new_allocator::allocate | |
510 fun:std::_Vector_base::_M_allocate | |
511 fun:std::vector::_M_fill_insert | |
512 fun:std::vector::insert | |
513 fun:std::vector::resize | |
514 fun:courgette::EncodedProgram::DefineLabelCommon | |
515 fun:courgette::EncodedProgram::DefineAbs32Label | |
516 } | |
517 { | |
518 bug_46649_g | |
519 Heapcheck:Leak | |
520 fun:__gnu_cxx::new_allocator::allocate | |
521 fun:std::_Vector_base::_M_allocate | |
522 fun:std::vector::_M_allocate_and_copy | |
523 fun:std::vector::reserve | |
524 fun:courgette::ReadU32Delta | |
525 fun:courgette::EncodedProgram::ReadFrom | |
526 } | |
527 { | |
528 bug_46649_h | |
529 Heapcheck:Leak | |
530 fun:__gnu_cxx::new_allocator::allocate | |
531 fun:std::_Vector_base::_M_allocate | |
532 fun:std::vector::_M_insert_aux | |
533 fun:std::vector::push_back | |
534 fun:courgette::EncodedProgram::AddAbs32 | |
535 } | |
536 { | |
537 bug_46649_i | |
538 Heapcheck:Leak | |
539 fun:__gnu_cxx::new_allocator::allocate | |
540 fun:std::_Vector_base::_M_allocate | |
541 fun:std::vector::_M_insert_aux | |
542 fun:std::vector::push_back | |
543 fun:courgette::EncodedProgram::AddOrigin | |
544 } | |
545 { | |
546 bug_46658_a | |
547 Heapcheck:Leak | |
548 fun:WebCore::makeExternalString | |
549 fun:WebCore::v8ExternalString | |
550 fun:WebCore::v8String | |
551 fun:WebCore::V8DOMWindowShell::namedItemAdded | |
552 fun:WebCore::ScriptController::namedItemAdded | |
553 fun:WebCore::HTMLDocument::addItemToMap | |
554 fun:WebCore::HTMLDocument::addNamedItem | |
555 fun:WebCore::HTMLFormElement::insertedIntoDocument | |
556 fun:WebCore::ContainerNode::addChild | |
557 fun:WebCore::LegacyHTMLTreeConstructor::insertNode | |
558 fun:WebCore::LegacyHTMLTreeConstructor::handleError | |
559 fun:WebCore::LegacyHTMLTreeConstructor::insertNode | |
560 fun:WebCore::LegacyHTMLTreeConstructor::handleError | |
561 fun:WebCore::LegacyHTMLTreeConstructor::insertNode | |
562 fun:WebCore::LegacyHTMLTreeConstructor::insertNodeAfterLimitDepth | |
563 fun:WebCore::LegacyHTMLTreeConstructor::parseToken | |
564 fun:WebCore::HTMLDocumentParser::processToken | |
565 fun:WebCore::HTMLDocumentParser::parseTag | |
566 fun:WebCore::HTMLDocumentParser::advance | |
567 fun:WebCore::HTMLDocumentParser::write | |
568 fun:WebCore::DocumentWriter::addData | |
569 fun:WebCore::FrameLoader::addData | |
570 fun:WebKit::WebFrameImpl::commitDocumentData | |
571 fun:WebKit::FrameLoaderClientImpl::committedLoad | |
572 fun:WebCore::FrameLoader::committedLoad | |
573 fun:WebCore::DocumentLoader::commitLoad | |
574 fun:WebCore::DocumentLoader::receivedData | |
575 fun:WebCore::FrameLoader::receivedData | |
576 fun:WebCore::MainResourceLoader::addData | |
577 fun:WebCore::ResourceLoader::didReceiveData | |
578 } | |
579 { | |
580 bug_46658_b | |
581 Heapcheck:Leak | |
582 fun:WebCore::makeExternalString | |
583 fun:WebCore::v8ExternalString | |
584 fun:WebCore::v8String | |
585 fun:WebCore::V8DOMWindowShell::namedItemAdded | |
586 fun:WebCore::ScriptController::namedItemAdded | |
587 fun:WebCore::HTMLDocument::addItemToMap | |
588 fun:WebCore::HTMLDocument::addNamedItem | |
589 fun:WebCore::HTMLFormElement::insertedIntoDocument | |
590 fun:WebCore::ContainerNode::addChild | |
591 fun:WebCore::LegacyHTMLTreeConstructor::insertNode | |
592 fun:WebCore::LegacyHTMLTreeConstructor::handleError | |
593 fun:WebCore::LegacyHTMLTreeConstructor::insertNode | |
594 fun:WebCore::LegacyHTMLTreeConstructor::handleError | |
595 fun:WebCore::LegacyHTMLTreeConstructor::insertNode | |
596 fun:WebCore::LegacyHTMLTreeConstructor::insertNodeAfterLimitDepth | |
597 fun:WebCore::LegacyHTMLTreeConstructor::parseToken | |
598 fun:WebCore::HTML5TreeBuilder::passTokenToLegacyParser | |
599 fun:WebCore::HTML5TreeBuilder::constructTreeFromToken | |
600 fun:WebCore::HTML5DocumentParser::pumpLexer | |
601 fun:WebCore::HTML5DocumentParser::pumpLexerIfPossible | |
602 fun:WebCore::HTML5DocumentParser::write | |
603 fun:WebCore::DocumentWriter::addData | |
604 fun:WebCore::FrameLoader::addData | |
605 fun:WebKit::WebFrameImpl::commitDocumentData | |
606 fun:WebKit::FrameLoaderClientImpl::committedLoad | |
607 fun:WebCore::FrameLoader::committedLoad | |
608 fun:WebCore::DocumentLoader::commitLoad | |
609 fun:WebCore::DocumentLoader::receivedData | |
610 fun:WebCore::FrameLoader::receivedData | |
611 fun:WebCore::MainResourceLoader::addData | |
612 } | |
613 { | |
614 bug_46678_a | |
615 Heapcheck:Leak | |
616 fun:__gnu_cxx::new_allocator::allocate | |
617 fun:std::_Vector_base::_M_allocate | |
618 fun:std::vector::_M_insert_aux | |
619 fun:std::vector::push_back | |
620 fun:remoting::Differ::MergeBlocks | |
621 } | |
622 { | |
623 bug_46678_b | |
624 Heapcheck:Leak | |
625 fun:remoting::DifferTest::MarkBlocksAndCheckMerge | |
626 } | |
627 { | |
628 bug_46678_c | |
629 Heapcheck:Leak | |
630 fun:remoting::DifferTest_*_Test::TestBody | |
631 fun:testing::HandleExceptionsInMethodIfSupported | |
632 fun:testing::Test::Run | |
633 } | |
634 # '*ChromotingPlugin' stands for 'ChromotingPlugin' and | |
635 # 'remoting::ChromotingPlugin::ChromotingPlugin'. | |
636 { | |
637 bug_46678_d | |
638 Heapcheck:Leak | 296 Heapcheck:Leak |
639 ... | 297 ... |
640 fun:*ChromotingPlugin | 298 fun:net::SpdyNetworkTransactionTest_PostWithEarlySynReply_Test::TestBody |
641 fun:CreatePlugin | 299 } |
642 } | 300 { |
643 { | 301 bug_44354 |
644 bug_46678_e | 302 Heapcheck:Leak |
645 Heapcheck:Leak | 303 ... |
646 fun:Callback*::Type* NewCallback | 304 fun:NetTestSuite::InitializeTestThread |
647 fun:remoting::SessionManager::DoEncode | 305 fun:NetTestSuite::Initialize |
648 fun:*DispatchToMethod | 306 } |
649 fun:RunnableMethod::Run | 307 { |
650 } | 308 bug_44667 |
651 { | 309 Heapcheck:Leak |
652 bug_46715 | 310 fun:Callback1::Type* NewCallback |
653 Heapcheck:Leak | 311 fun:media::VideoDecoderImpl::DoInitialize |
654 fun:WebCore::makeExternalString | 312 } |
655 fun:WebCore::v8ExternalStringSlow | 313 { |
656 } | 314 bug_46571_a |
657 { | 315 Heapcheck:Leak |
658 bug_46886 | 316 fun:WTF::fastMalloc |
659 Heapcheck:Leak | 317 fun:WebCore::StringImpl::createUninitialized |
660 ... | 318 fun:WebCore::String::createUninitialized |
661 fun:*SpdyHttpStreamTest_SendRequest_Test* | 319 fun:WebCore::StringTraits::fromV8String |
662 } | 320 fun:WebCore::v8StringToWebCoreString |
663 { | 321 fun:WebCore::v8StringToWebCoreString |
664 bug_19775_a | 322 fun:WebCore::v8ValueToWebCoreString |
665 Heapcheck:Leak | 323 fun:WebCore::toWebCoreString |
666 ... | 324 fun:WebCore::ScriptValue::getString |
667 fun:history::InMemoryHistoryBackend::Init | 325 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
668 fun:history::HistoryBackend::InitImpl | 326 fun:WebKit::WebFrameImpl::loadRequest |
669 } | 327 fun:TestShell::Navigate |
670 { | 328 } |
671 bug_19775_b | 329 { |
672 Heapcheck:Leak | 330 bug_46571_b |
673 ... | 331 Heapcheck:Leak |
674 fun:history::HistoryBackend::InitImpl | 332 fun:WebCore::makeExternalString |
675 fun:history::HistoryBackend::Init | 333 fun:WebCore::v8ExternalString |
676 } | 334 fun:WebCore::V8Proxy::evaluate |
677 { | 335 fun:WebCore::ScriptController::evaluate |
678 bug_19775_c | 336 fun:WebCore::ScriptController::executeScript |
679 Heapcheck:Leak | 337 fun:WebCore::ScriptController::executeScript |
680 fun:CancelableTask* NewRunnableMethod | 338 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
681 fun:HistoryService::BackendDelegate::DBLoaded | 339 fun:WebKit::WebFrameImpl::loadRequest |
682 fun:history::HistoryBackend::Init | 340 fun:TestShell::Navigate |
683 } | 341 } |
684 { | 342 { |
685 bug_19775_d | 343 bug_46571_c |
686 Heapcheck:Leak | 344 Heapcheck:Leak |
687 ... | 345 fun:WebCore::makeExternalString |
688 fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody | 346 fun:WebCore::v8ExternalString |
689 } | 347 fun:WebCore::v8String |
690 { | 348 fun:WebCore::ScriptController::bindToWindowObject |
691 bug_47188_a | 349 fun:WebKit::WebFrameImpl::bindToWindowObject |
692 Heapcheck:Leak | 350 fun:CppBoundClass::BindToJavascript |
693 fun:net::SingleThreadedProxyResolver::GetProxyForURL | 351 fun:TestShell::BindJSObjectsToWindow |
694 fun:net::::IOThread::Init | 352 fun:TestWebViewDelegate::didClearWindowObject |
695 fun:base::Thread::ThreadMain | 353 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld |
696 fun:ThreadFunc | 354 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld |
697 fun:start_thread | 355 fun:WebCore::V8DOMWindowShell::initContextIfNeeded |
698 } | 356 fun:WebCore::V8Proxy::mainWorldContext |
699 { | 357 fun:WebCore::V8Proxy::mainWorldContext |
700 bug_47188_b | 358 fun:WebCore::ScriptController::bindToWindowObject |
701 Heapcheck:Leak | 359 fun:WebKit::WebFrameImpl::bindToWindowObject |
702 fun:__gnu_cxx::new_allocator::allocate | 360 fun:CppBoundClass::BindToJavascript |
703 fun:std::string::_Rep::_S_create | 361 fun:AccessibilityController::BindToJavascript |
704 fun:std::string::_Rep::_M_clone | 362 fun:TestShell::BindJSObjectsToWindow |
705 fun:std::string::reserve | 363 } |
706 fun:bool ::InitCanonical | 364 { |
707 fun:GURL | 365 bug_46571_d |
708 fun:net::::IOThread::Init | 366 Heapcheck:Leak |
709 fun:base::Thread::ThreadMain | 367 fun:WebCore::makeExternalString |
710 fun:ThreadFunc | 368 fun:WebCore::v8ExternalString |
711 fun:start_thread | 369 fun:WebCore::v8String |
712 } | 370 fun:WebCore::ScriptController::bindToWindowObject |
713 { | 371 fun:WebKit::WebFrameImpl::bindToWindowObject |
714 bug_47188_c | 372 fun:CppBoundClass::BindToJavascript |
715 Heapcheck:Leak | 373 fun:AccessibilityController::BindToJavascript |
716 ... | 374 fun:TestShell::BindJSObjectsToWindow |
717 fun:net::SingleThreadedProxyResolver::Job::DoQuery | 375 fun:TestWebViewDelegate::didClearWindowObject |
718 fun:*DispatchToMethod | 376 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld |
719 fun:RunnableMethod::Run | 377 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld |
720 fun:MessageLoop::RunTask | 378 fun:WebCore::V8DOMWindowShell::initContextIfNeeded |
721 fun:MessageLoop::DeferOrRunPendingTask | 379 fun:WebCore::V8Proxy::mainWorldContext |
722 fun:MessageLoop::DoWork | 380 fun:WebCore::V8Proxy::mainWorldContext |
723 fun:base::MessagePumpDefault::Run | 381 fun:WebCore::ScriptController::bindToWindowObject |
724 fun:MessageLoop::RunInternal | 382 fun:WebKit::WebFrameImpl::bindToWindowObject |
725 fun:MessageLoop::RunHandler | 383 fun:CppBoundClass::BindToJavascript |
726 fun:MessageLoop::Run | 384 fun:AccessibilityController::BindToJavascript |
727 fun:base::Thread::Run | 385 fun:TestShell::BindJSObjectsToWindow |
728 fun:base::Thread::ThreadMain | 386 } |
729 fun:ThreadFunc | 387 { |
730 fun:start_thread | 388 bug_46571_e |
731 } | 389 Heapcheck:Leak |
732 { | 390 fun:WebCore::v8StringToWebCoreString |
733 bug_49300_a | 391 fun:WebCore::v8StringToWebCoreString |
734 Heapcheck:Leak | 392 fun:WebCore::v8ValueToWebCoreString |
735 fun:disk_cache::StorageBlock::AllocateData | 393 fun:WebCore::toWebCoreString |
736 fun:disk_cache::StorageBlock::Data | 394 fun:WebCore::ScriptValue::getString |
737 } | 395 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
738 { | 396 fun:WebKit::WebFrameImpl::loadRequest |
739 bug_49300_b | 397 fun:TestShell::Navigate |
740 Heapcheck:Leak | 398 fun:TestNavigationController::NavigateToPendingEntry |
741 ... | 399 fun:TestNavigationController::LoadEntry |
742 fun:disk_cache::BackendImpl::CreateEntryImpl | 400 fun:TestShell::LoadURLForFrame |
743 fun:disk_cache::BackendImpl::SyncCreateEntry | 401 fun:TestShell::LoadURL |
744 fun:disk_cache::BackendIO::ExecuteBackendOperation | 402 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody |
745 } | 403 fun:testing::HandleExceptionsInMethodIfSupported |
746 { | 404 fun:testing::Test::Run |
747 bug_49300_c | 405 fun:testing::TestInfo::Run |
748 Heapcheck:Leak | 406 fun:testing::TestCase::Run |
749 ... | 407 fun:testing::internal::UnitTestImpl::RunAllTests |
750 fun:disk_cache::BackendImpl::NewEntry | 408 fun:testing::HandleExceptionsInMethodIfSupported |
751 fun:disk_cache::BackendImpl::MatchEntry | 409 } |
752 } | 410 # "*~TestShell" means "~TestShell" and "TestShell::~TestShell". |
753 { | 411 { |
754 bug_49310_a | 412 bug_46571_f |
755 Heapcheck:Leak | 413 Heapcheck:Leak |
756 ... | 414 fun:WebCore::makeExternalString |
757 fun:TemplateURLPrepopulateData::MakePrepopulatedTemplateURL | 415 fun:WebCore::v8ExternalString |
758 fun:TemplateURLPrepopulateData::GetPrepopulatedTemplatefromPrefs | 416 fun:WebCore::V8Proxy::evaluate |
759 fun:TemplateURLPrepopulateData::GetPrepopulatedEngines | 417 fun:WebCore::ScriptController::collectGarbage |
760 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody | 418 fun:WebKit::WebFrameImpl::collectGarbage |
761 } | 419 fun:TestShell::CallJSGC |
762 { | 420 fun:*~TestShell |
763 bug_49310_b | 421 fun:::MainWindowDestroyed |
764 Heapcheck:Leak | 422 fun:g_closure_invoke |
765 ... | 423 } |
766 fun:TemplateURLRef::ParseHostAndSearchTermKey | 424 # This is a variation from bug_46571_e. |
767 fun:TemplateURLRef::ParseIfNecessary | 425 { |
768 fun:TemplateURLRef::GetHost | 426 bug_46571_g |
769 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody | 427 Heapcheck:Leak |
770 } | 428 fun:WTF::fastMalloc |
771 # "Schedule*" stands for {ScheduleImmediately,ScheduleWithDelay}. | 429 fun:WTF::StringImpl::createUninitialized |
772 { | 430 fun:WTF::String::createUninitialized |
773 bug_50345 | 431 fun:WebCore::StringTraits::fromV8String |
774 Heapcheck:Leak | 432 fun:WebCore::v8StringToWebCoreString |
775 ... | 433 fun:WebCore::v8StringToWebCoreString |
776 fun:ScopedRunnableMethodFactory::NewRunnableMethod | 434 fun:WebCore::v8ValueToWebCoreString |
777 fun:sync_notifier::ChromeSystemResources::MakeTaskToPost | 435 fun:WebCore::toWebCoreString |
778 fun:sync_notifier::ChromeSystemResources::Schedule* | 436 fun:WebCore::ScriptValue::getString |
779 ... | 437 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
780 fun:sync_notifier::::ChromeSystemResourcesTest::ScheduleShouldNotRun | 438 fun:WebKit::WebFrameImpl::loadRequest |
781 } | 439 fun:TestShell::Navigate |
782 { | 440 fun:TestNavigationController::NavigateToPendingEntry |
783 bug_50598_a | 441 fun:TestNavigationController::LoadEntry |
784 Heapcheck:Leak | 442 fun:TestShell::LoadURLForFrame |
785 ... | 443 fun:TestShell::LoadURL |
786 fun:RenderThread | 444 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody |
787 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp | 445 fun:testing::HandleExceptionsInMethodIfSupported |
788 } | 446 fun:testing::Test::Run |
789 { | 447 fun:testing::TestInfo::Run |
790 bug_50598_b | 448 fun:testing::TestCase::Run |
791 Heapcheck:Leak | 449 fun:testing::internal::UnitTestImpl::RunAllTests |
792 fun:WaitableEvent | 450 fun:testing::HandleExceptionsInMethodIfSupported |
793 fun:ChildProcess | 451 fun:testing::UnitTest::Run |
794 fun:RenderProcess | 452 } |
795 fun:MockRenderProcess | 453 { |
796 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp | 454 bug_32366 |
797 } | 455 Heapcheck:Leak |
798 { | 456 fun:CallbackRunner* NewCallback |
799 bug_50598_c | 457 fun:media::PipelineImpl::FilterStateTransitionTask |
800 Heapcheck:Leak | 458 fun:*DispatchToMethod |
801 ... | 459 fun:RunnableMethod::Run |
802 fun:safe_browsing::PhishingDOMFeatureExtractorTest::GetNextThreadName | 460 fun:MessageLoop::RunTask |
803 } | 461 } |
804 { | 462 { |
805 bug_51176_a | 463 bug_46649_a |
806 Heapcheck:Leak | 464 Heapcheck:Leak |
807 fun:Callback1::Type* NewCallback | 465 fun:__gnu_cxx::new_allocator::allocate |
808 fun:PrefValueStoreTest_TestPolicyRefresh_Test::TestBody | 466 fun:std::_Vector_base::_M_allocate |
809 } | 467 fun:std::vector::_M_allocate_and_copy |
810 { | 468 fun:std::vector::reserve |
811 bug_51176_b | 469 fun:courgette::ReadVector |
812 Heapcheck:Leak | 470 fun:courgette::EncodedProgram::ReadFrom |
813 fun:Callback1::Type* NewCallback | 471 } |
814 fun:PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test::TestBody | 472 { |
815 } | 473 bug_46649_b |
816 { | 474 Heapcheck:Leak |
817 bug_51176_c | 475 fun:__gnu_cxx::new_allocator::allocate |
818 Heapcheck:Leak | 476 fun:std::_Vector_base::_M_allocate |
819 fun:Callback1::Type* NewCallback | 477 fun:std::vector::_M_insert_aux |
820 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody | 478 fun:std::vector::push_back |
821 } | 479 fun:courgette::EncodedProgram::AddRel32 |
822 { | 480 } |
823 bug_52826 | 481 { |
824 Heapcheck:Leak | 482 bug_46649_c |
825 fun:TestingProfile::CreateRequestContext | 483 Heapcheck:Leak |
826 fun:GoogleURLTrackerTest::CreateRequestContext | 484 fun:__gnu_cxx::new_allocator::allocate |
827 fun:GoogleURLTrackerTest*_Test::TestBody | 485 fun:std::_Vector_base::_M_allocate |
828 } | 486 fun:std::vector::_M_insert_aux |
829 { | 487 fun:std::vector::push_back |
830 bug_52900_a | 488 fun:courgette::EncodedProgram::AssembleTo |
831 Heapcheck:Leak | 489 } |
832 ... | 490 { |
833 fun:MockRenderProcessHostFactory::CreateRenderProcessHost | 491 bug_46649_d |
834 fun:SiteInstance::GetProcess | 492 Heapcheck:Leak |
835 fun:RenderViewHost | 493 fun:EncodedProgramTest_Test_Test::TestBody |
836 fun:TestRenderViewHost | 494 } |
837 fun:TestRenderViewHostFactory::CreateRenderViewHost | 495 { |
838 fun:RenderViewHostFactory::Create | 496 bug_46649_e |
839 fun:RenderViewHostManager::Init | 497 Heapcheck:Leak |
840 fun:TabContents | 498 fun:__gnu_cxx::new_allocator::allocate |
841 fun:TestTabContents | 499 fun:std::_Vector_base::_M_allocate |
842 fun:RenderViewHostTestHarness::CreateTestTabContents | 500 fun:std::vector::_M_fill_insert |
843 fun:RenderViewHostTestHarness::SetUp | 501 fun:std::vector::insert |
844 } | 502 fun:std::vector::resize |
845 { | 503 fun:courgette::EncodedProgram::DefineLabelCommon |
846 bug_52900_b | 504 fun:courgette::EncodedProgram::DefineRel32Label |
847 Heapcheck:Leak | 505 } |
848 ... | 506 { |
849 fun:RenderViewHostDelegateViewHelper::CreateNewFullscreenWidget | 507 bug_46649_f |
850 fun:TabContentsView::CreateNewFullscreenWidgetInternal | 508 Heapcheck:Leak |
851 fun:TabContentsView::CreateNewFullscreenWidget | 509 fun:__gnu_cxx::new_allocator::allocate |
852 fun:RenderViewHost::CreateNewFullscreenWidget | 510 fun:std::_Vector_base::_M_allocate |
853 fun:RenderViewHostTest_CreateFullscreenWidget_Test::TestBody | 511 fun:std::vector::_M_fill_insert |
854 } | 512 fun:std::vector::insert |
855 { | 513 fun:std::vector::resize |
856 bug_52900_c | 514 fun:courgette::EncodedProgram::DefineLabelCommon |
857 Heapcheck:Leak | 515 fun:courgette::EncodedProgram::DefineAbs32Label |
858 ... | 516 } |
859 fun:IPC::TestSink::OnMessageReceived | 517 { |
860 fun:MockRenderProcessHost::Send | 518 bug_46649_g |
861 fun:PurgePluginListCache | 519 Heapcheck:Leak |
862 fun:PluginService::Observe | 520 fun:__gnu_cxx::new_allocator::allocate |
863 fun:NotificationService::Notify | 521 fun:std::_Vector_base::_M_allocate |
864 fun:ExtensionsService::NotifyExtensionLoaded | 522 fun:std::vector::_M_allocate_and_copy |
865 fun:ExtensionsService::OnExtensionLoaded | 523 fun:std::vector::reserve |
866 fun:ExtensionsService::LoadInstalledExtension | 524 fun:courgette::ReadU32Delta |
867 fun:ExtensionsService::ContinueLoadAllExtensions | 525 fun:courgette::EncodedProgram::ReadFrom |
868 fun:ExtensionsService::LoadAllExtensions | 526 } |
869 fun:ExtensionsService::Init | 527 { |
870 fun:ExtensionsServiceTest_CleanupOnStartup_Test::TestBody | 528 bug_46649_h |
871 } | 529 Heapcheck:Leak |
872 { | 530 fun:__gnu_cxx::new_allocator::allocate |
873 bug_53184 | 531 fun:std::_Vector_base::_M_allocate |
874 Heapcheck:Leak | 532 fun:std::vector::_M_insert_aux |
875 fun:base::WaitableEventWatcher::StartWatching | 533 fun:std::vector::push_back |
876 fun:IPC::SyncChannel::SyncContext::OnChannelOpened | 534 fun:courgette::EncodedProgram::AddAbs32 |
877 fun:*DispatchToMethod | 535 } |
878 fun:RunnableMethod::Run | 536 { |
879 fun:MessageLoop::RunTask | 537 bug_46649_i |
880 } | 538 Heapcheck:Leak |
881 { | 539 fun:__gnu_cxx::new_allocator::allocate |
882 bug_54689 | 540 fun:std::_Vector_base::_M_allocate |
883 Heapcheck:Leak | 541 fun:std::vector::_M_insert_aux |
884 fun:WTF::fastMalloc | 542 fun:std::vector::push_back |
885 fun:WTF::StringImpl::createUninitialized | 543 fun:courgette::EncodedProgram::AddOrigin |
886 fun:WTF::String::fromUTF8 | 544 } |
887 fun:WebKit::WebString::fromUTF8 | 545 { |
888 fun:WebKit::WebString::fromUTF8 | 546 bug_46658_a |
889 fun:RenderViewTest::GetElementBounds | 547 Heapcheck:Leak |
890 fun:RenderViewTest::SimulateElementClick | 548 fun:WebCore::makeExternalString |
891 fun:RenderViewTest_PageClickTracker_Test::TestBody | 549 fun:WebCore::v8ExternalString |
892 } | 550 fun:WebCore::v8String |
893 { | 551 fun:WebCore::V8DOMWindowShell::namedItemAdded |
894 bug_54689_b | 552 fun:WebCore::ScriptController::namedItemAdded |
895 Heapcheck:Leak | 553 fun:WebCore::HTMLDocument::addItemToMap |
896 fun:WTF::fastMalloc | 554 fun:WebCore::HTMLDocument::addNamedItem |
897 fun:WTF::FastAllocBase::operator new | 555 fun:WebCore::HTMLFormElement::insertedIntoDocument |
898 fun:WebCore::MouseEvent::create | 556 fun:WebCore::ContainerNode::addChild |
899 fun:WebCore::Node::dispatchMouseEvent | 557 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
900 fun:WebCore::Node::dispatchMouseEvent | 558 fun:WebCore::LegacyHTMLTreeConstructor::handleError |
901 fun:WebCore::EventHandler::dispatchMouseEvent | 559 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
902 fun:WebCore::EventHandler::handleMousePressEvent | 560 fun:WebCore::LegacyHTMLTreeConstructor::handleError |
903 fun:WebKit::WebViewImpl::mouseDown | 561 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
904 fun:WebKit::WebViewImpl::handleInputEvent | 562 fun:WebCore::LegacyHTMLTreeConstructor::insertNodeAfterLimitDepth |
905 fun:RenderWidget::OnHandleInputEvent | 563 fun:WebCore::LegacyHTMLTreeConstructor::parseToken |
906 fun:RenderViewTest::SimulateElementClick | 564 fun:WebCore::HTMLDocumentParser::processToken |
907 fun:RenderViewTest_PageClickTracker_Test::TestBody | 565 fun:WebCore::HTMLDocumentParser::parseTag |
908 } | 566 fun:WebCore::HTMLDocumentParser::advance |
909 { | 567 fun:WebCore::HTMLDocumentParser::write |
910 bug_56676_a | 568 fun:WebCore::DocumentWriter::addData |
911 Heapcheck:Leak | 569 fun:WebCore::FrameLoader::addData |
912 fun:__gnu_cxx::new_allocator::allocate | 570 fun:WebKit::WebFrameImpl::commitDocumentData |
913 fun:std::_Vector_base::_M_allocate | 571 fun:WebKit::FrameLoaderClientImpl::committedLoad |
914 fun:std::vector::_M_allocate_and_copy | 572 fun:WebCore::FrameLoader::committedLoad |
915 fun:std::vector::operator= | 573 fun:WebCore::DocumentLoader::commitLoad |
916 fun:MockDispatcher::DidReadDirectory | 574 fun:WebCore::DocumentLoader::receivedData |
917 fun:fileapi::FileSystemOperation::DidReadDirectory | 575 fun:WebCore::FrameLoader::receivedData |
918 } | 576 fun:WebCore::MainResourceLoader::addData |
919 { | 577 fun:WebCore::ResourceLoader::didReceiveData |
920 bug_56676_b | 578 } |
921 Heapcheck:Leak | 579 { |
922 fun:__gnu_cxx::new_allocator::allocate | 580 bug_46658_b |
923 fun:std::string::_Rep::_S_create | 581 Heapcheck:Leak |
924 fun:std::string::_S_construct | 582 fun:WebCore::makeExternalString |
925 fun:std::string::_S_construct_aux | 583 fun:WebCore::v8ExternalString |
926 fun:std::string::_S_construct | 584 fun:WebCore::v8String |
927 fun:basic_string | 585 fun:WebCore::V8DOMWindowShell::namedItemAdded |
928 fun:file_util::FileEnumerator::ReadDirectory | 586 fun:WebCore::ScriptController::namedItemAdded |
929 fun:file_util::FileEnumerator::Next | 587 fun:WebCore::HTMLDocument::addItemToMap |
930 fun:::RelayReadDirectory::RunWork | 588 fun:WebCore::HTMLDocument::addNamedItem |
931 fun:::MessageLoopRelay::ProcessOnTargetThread | 589 fun:WebCore::HTMLFormElement::insertedIntoDocument |
932 } | 590 fun:WebCore::ContainerNode::addChild |
933 { | 591 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
934 bug_57683 | 592 fun:WebCore::LegacyHTMLTreeConstructor::handleError |
935 Heapcheck:Leak | 593 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
936 ... | 594 fun:WebCore::LegacyHTMLTreeConstructor::handleError |
937 fun:logging::MakeCheckOpString | 595 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
938 fun:logging::Check*Impl | 596 fun:WebCore::LegacyHTMLTreeConstructor::insertNodeAfterLimitDepth |
939 fun:logging::::LoggingTest_*_Test::TestBody | 597 fun:WebCore::LegacyHTMLTreeConstructor::parseToken |
940 } | 598 fun:WebCore::HTML5TreeBuilder::passTokenToLegacyParser |
941 { | 599 fun:WebCore::HTML5TreeBuilder::constructTreeFromToken |
942 bug_57799 | 600 fun:WebCore::HTML5DocumentParser::pumpLexer |
943 Heapcheck:Leak | 601 fun:WebCore::HTML5DocumentParser::pumpLexerIfPossible |
944 fun:cricket::Transport::OnRemoteCandidate | 602 fun:WebCore::HTML5DocumentParser::write |
945 fun:cricket::Transport::OnRemoteCandidates | 603 fun:WebCore::DocumentWriter::addData |
946 fun:cricket::Session::OnTransportInfoMessage | 604 fun:WebCore::FrameLoader::addData |
947 fun:cricket::Session::OnIncomingMessage | 605 fun:WebKit::WebFrameImpl::commitDocumentData |
948 fun:cricket::SessionManager::OnIncomingMessage | 606 fun:WebKit::FrameLoaderClientImpl::committedLoad |
949 fun:remoting::SessionManagerPair::DeliverMessage | 607 fun:WebCore::FrameLoader::committedLoad |
950 fun:remoting::SessionManagerPair::DoProcessMessage | 608 fun:WebCore::DocumentLoader::commitLoad |
951 } | 609 fun:WebCore::DocumentLoader::receivedData |
952 { | 610 fun:WebCore::FrameLoader::receivedData |
953 bug_57910 | 611 fun:WebCore::MainResourceLoader::addData |
954 Heapcheck:Leak | 612 } |
955 fun:inflateInit2_ | 613 { |
956 fun:remoting::DecompressorZlib::InitStream | 614 bug_46678_a |
957 fun:remoting::DecompressorZlib::Reset | 615 Heapcheck:Leak |
958 fun:~DecompressorZlib | 616 fun:__gnu_cxx::new_allocator::allocate |
959 } | 617 fun:std::_Vector_base::_M_allocate |
960 { | 618 fun:std::vector::_M_insert_aux |
961 bug_57966a | 619 fun:std::vector::push_back |
962 Heapcheck:Leak | 620 fun:remoting::Differ::MergeBlocks |
963 ... | 621 } |
964 fun:cricket::AllocationSequence::CreateUDPPorts | 622 { |
965 fun:cricket::AllocationSequence::OnMessage | 623 bug_46678_b |
966 fun:AllocationSequence | 624 Heapcheck:Leak |
967 fun:cricket::BasicPortAllocatorSession::OnAllocate | 625 fun:remoting::DifferTest::MarkBlocksAndCheckMerge |
968 fun:cricket::BasicPortAllocatorSession::OnMessage | 626 } |
969 } | 627 { |
970 { | 628 bug_46678_c |
971 bug_57966b | 629 Heapcheck:Leak |
972 Heapcheck:Leak | 630 fun:remoting::DifferTest_*_Test::TestBody |
973 ... | 631 fun:testing::HandleExceptionsInMethodIfSupported |
974 fun:talk_base::NetworkManager::CreateNetworks | 632 fun:testing::Test::Run |
975 fun:talk_base::NetworkManager::EnumNetworks | 633 } |
976 fun:talk_base::NetworkManager::GetNetworks | 634 # '*ChromotingPlugin' stands for 'ChromotingPlugin' and |
977 fun:cricket::BasicPortAllocatorSession::OnAllocate | 635 # 'remoting::ChromotingPlugin::ChromotingPlugin'. |
978 fun:cricket::BasicPortAllocatorSession::OnMessage | 636 { |
979 } | 637 bug_46678_d |
980 { | 638 Heapcheck:Leak |
981 bug_57966c | 639 ... |
982 Heapcheck:Leak | 640 fun:*ChromotingPlugin |
983 ... | 641 fun:CreatePlugin |
984 fun:remoting::protocol::JingleSession::OnInitiate | 642 } |
985 fun:remoting::protocol::JingleSession::OnSessionState | 643 { |
986 } | 644 bug_46678_e |
987 { | 645 Heapcheck:Leak |
988 bug_58094 | 646 fun:Callback*::Type* NewCallback |
989 Heapcheck:Leak | 647 fun:remoting::SessionManager::DoEncode |
990 fun:__gnu_cxx::new_allocator::allocate | 648 fun:*DispatchToMethod |
991 fun:std::string::_Rep::_S_create | 649 fun:RunnableMethod::Run |
992 fun:std::string::_S_construct | 650 } |
993 fun:std::string::_S_construct_aux | 651 { |
994 fun:std::string::_S_construct | 652 bug_46715 |
995 fun:basic_string | 653 Heapcheck:Leak |
996 fun:std::basic_stringbuf::str | 654 fun:WebCore::makeExternalString |
997 fun:std::basic_ostringstream::str | 655 fun:WebCore::v8ExternalStringSlow |
998 fun:talk_base::SocketAddress::IPToString | 656 } |
999 fun:talk_base::SocketAddress::IPAsString | 657 { |
1000 fun:cricket::P2PTransportParser::WriteCandidate | 658 bug_46886 |
1001 fun:cricket::P2PTransportParser::WriteCandidates | 659 Heapcheck:Leak |
1002 fun:cricket::WriteCandidates | 660 ... |
1003 fun:cricket::WriteJingleTransportInfo | 661 fun:*SpdyHttpStreamTest_SendRequest_Test* |
1004 fun:cricket::WriteJingleTransportInfos | 662 } |
1005 fun:cricket::WriteTransportInfos | 663 { |
1006 fun:cricket::Session::WriteSessionAction | 664 bug_19775_a |
1007 fun:cricket::Session::WriteActionMessage | 665 Heapcheck:Leak |
1008 fun:cricket::Session::WriteActionMessage | 666 ... |
1009 fun:cricket::Session::SendMessage | 667 fun:history::InMemoryHistoryBackend::Init |
1010 fun:cricket::Session::SendTransportInfoMessage | 668 fun:history::HistoryBackend::InitImpl |
1011 fun:cricket::Session::OnTransportCandidatesReady | 669 } |
1012 } | 670 { |
1013 { | 671 bug_19775_b |
1014 bug_58474_a | 672 Heapcheck:Leak |
1015 Heapcheck:Leak | 673 ... |
1016 ... | 674 fun:history::HistoryBackend::InitImpl |
1017 fun:FileSystemHostContextTest_CheckValidPath_Test::TestBody | 675 fun:history::HistoryBackend::Init |
1018 fun:testing::HandleExceptionsInMethodIfSupported | 676 } |
1019 fun:testing::Test::Run | 677 { |
1020 fun:testing::TestInfo::Run | 678 bug_19775_c |
1021 fun:testing::TestCase::Run | 679 Heapcheck:Leak |
1022 fun:testing::internal::UnitTestImpl::RunAllTests | 680 fun:CancelableTask* NewRunnableMethod |
1023 fun:testing::HandleExceptionsInMethodIfSupported | 681 fun:HistoryService::BackendDelegate::DBLoaded |
1024 fun:testing::UnitTest::Run | 682 fun:history::HistoryBackend::Init |
1025 fun:base::TestSuite::Run | 683 } |
1026 fun:main | 684 { |
1027 fun:__libc_start_main | 685 bug_19775_d |
1028 } | 686 Heapcheck:Leak |
1029 { | 687 ... |
1030 bug_58474_b | 688 fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody |
1031 Heapcheck:Leak | 689 } |
1032 ... | 690 { |
1033 fun:FileSystemHostContextTest_GetRootPath_Test::TestBody | 691 bug_47188_a |
1034 fun:testing::HandleExceptionsInMethodIfSupported | 692 Heapcheck:Leak |
1035 fun:testing::Test::Run | 693 fun:net::SingleThreadedProxyResolver::GetProxyForURL |
1036 fun:testing::TestInfo::Run | 694 fun:net::::IOThread::Init |
1037 fun:testing::TestCase::Run | 695 fun:base::Thread::ThreadMain |
1038 fun:testing::internal::UnitTestImpl::RunAllTests | 696 fun:ThreadFunc |
1039 fun:testing::HandleExceptionsInMethodIfSupported | 697 fun:start_thread |
1040 fun:testing::UnitTest::Run | 698 } |
1041 fun:base::TestSuite::Run | 699 { |
1042 fun:main | 700 bug_47188_b |
1043 fun:__libc_start_main | 701 Heapcheck:Leak |
1044 } | 702 fun:__gnu_cxx::new_allocator::allocate |
1045 { | 703 fun:std::string::_Rep::_S_create |
1046 bug_60872 | 704 fun:std::string::_Rep::_M_clone |
1047 Heapcheck:Leak | 705 fun:std::string::reserve |
1048 fun:base::BaseTimer::Start | 706 fun:bool ::InitCanonical |
1049 fun:ReloadButtonGtk::OnClicked | 707 fun:GURL |
1050 fun:ReloadButtonGtk::OnClickedThunk | 708 fun:net::::IOThread::Init |
1051 fun:g_closure_invoke | 709 fun:base::Thread::ThreadMain |
1052 fun:ReloadButtonGtkTest_*_Test::TestBody | 710 fun:ThreadFunc |
1053 fun:testing::HandleExceptionsInMethodIfSupported | 711 fun:start_thread |
1054 fun:testing::Test::Run | 712 } |
1055 } | 713 { |
1056 { | 714 bug_47188_c |
1057 bug_62943 | 715 Heapcheck:Leak |
1058 Heapcheck:Leak | 716 ... |
1059 ... | 717 fun:net::SingleThreadedProxyResolver::Job::DoQuery |
1060 fun:FakeURLFetcherFactory::CreateURLFetcher | 718 fun:*DispatchToMethod |
1061 fun:URLFetcher::Create | 719 fun:RunnableMethod::Run |
1062 fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingReque
st | 720 fun:MessageLoop::RunTask |
1063 fun:*DispatchToMethod | 721 fun:MessageLoop::DeferOrRunPendingTask |
1064 } | 722 fun:MessageLoop::DoWork |
| 723 fun:base::MessagePumpDefault::Run |
| 724 fun:MessageLoop::RunInternal |
| 725 fun:MessageLoop::RunHandler |
| 726 fun:MessageLoop::Run |
| 727 fun:base::Thread::Run |
| 728 fun:base::Thread::ThreadMain |
| 729 fun:ThreadFunc |
| 730 fun:start_thread |
| 731 } |
| 732 { |
| 733 bug_49300_a |
| 734 Heapcheck:Leak |
| 735 fun:disk_cache::StorageBlock::AllocateData |
| 736 fun:disk_cache::StorageBlock::Data |
| 737 } |
| 738 { |
| 739 bug_49300_b |
| 740 Heapcheck:Leak |
| 741 ... |
| 742 fun:disk_cache::BackendImpl::CreateEntryImpl |
| 743 fun:disk_cache::BackendImpl::SyncCreateEntry |
| 744 fun:disk_cache::BackendIO::ExecuteBackendOperation |
| 745 } |
| 746 { |
| 747 bug_49300_c |
| 748 Heapcheck:Leak |
| 749 ... |
| 750 fun:disk_cache::BackendImpl::NewEntry |
| 751 fun:disk_cache::BackendImpl::MatchEntry |
| 752 } |
| 753 { |
| 754 bug_49310_a |
| 755 Heapcheck:Leak |
| 756 ... |
| 757 fun:TemplateURLPrepopulateData::MakePrepopulatedTemplateURL |
| 758 fun:TemplateURLPrepopulateData::GetPrepopulatedTemplatefromPrefs |
| 759 fun:TemplateURLPrepopulateData::GetPrepopulatedEngines |
| 760 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody |
| 761 } |
| 762 { |
| 763 bug_49310_b |
| 764 Heapcheck:Leak |
| 765 ... |
| 766 fun:TemplateURLRef::ParseHostAndSearchTermKey |
| 767 fun:TemplateURLRef::ParseIfNecessary |
| 768 fun:TemplateURLRef::GetHost |
| 769 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody |
| 770 } |
| 771 # "Schedule*" stands for {ScheduleImmediately,ScheduleWithDelay}. |
| 772 { |
| 773 bug_50345 |
| 774 Heapcheck:Leak |
| 775 ... |
| 776 fun:ScopedRunnableMethodFactory::NewRunnableMethod |
| 777 fun:sync_notifier::ChromeSystemResources::MakeTaskToPost |
| 778 fun:sync_notifier::ChromeSystemResources::Schedule* |
| 779 ... |
| 780 fun:sync_notifier::::ChromeSystemResourcesTest::ScheduleShouldNotRun |
| 781 } |
| 782 { |
| 783 bug_50598_a |
| 784 Heapcheck:Leak |
| 785 ... |
| 786 fun:RenderThread |
| 787 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp |
| 788 } |
| 789 { |
| 790 bug_50598_b |
| 791 Heapcheck:Leak |
| 792 fun:WaitableEvent |
| 793 fun:ChildProcess |
| 794 fun:RenderProcess |
| 795 fun:MockRenderProcess |
| 796 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp |
| 797 } |
| 798 { |
| 799 bug_50598_c |
| 800 Heapcheck:Leak |
| 801 ... |
| 802 fun:safe_browsing::PhishingDOMFeatureExtractorTest::GetNextThreadName |
| 803 } |
| 804 { |
| 805 bug_51176_a |
| 806 Heapcheck:Leak |
| 807 fun:Callback1::Type* NewCallback |
| 808 fun:PrefValueStoreTest_TestPolicyRefresh_Test::TestBody |
| 809 } |
| 810 { |
| 811 bug_51176_b |
| 812 Heapcheck:Leak |
| 813 fun:Callback1::Type* NewCallback |
| 814 fun:PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test::TestBody |
| 815 } |
| 816 { |
| 817 bug_51176_c |
| 818 Heapcheck:Leak |
| 819 fun:Callback1::Type* NewCallback |
| 820 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody |
| 821 } |
| 822 { |
| 823 bug_52826 |
| 824 Heapcheck:Leak |
| 825 fun:TestingProfile::CreateRequestContext |
| 826 fun:GoogleURLTrackerTest::CreateRequestContext |
| 827 fun:GoogleURLTrackerTest*_Test::TestBody |
| 828 } |
| 829 { |
| 830 bug_52900_a |
| 831 Heapcheck:Leak |
| 832 ... |
| 833 fun:MockRenderProcessHostFactory::CreateRenderProcessHost |
| 834 fun:SiteInstance::GetProcess |
| 835 fun:RenderViewHost |
| 836 fun:TestRenderViewHost |
| 837 fun:TestRenderViewHostFactory::CreateRenderViewHost |
| 838 fun:RenderViewHostFactory::Create |
| 839 fun:RenderViewHostManager::Init |
| 840 fun:TabContents |
| 841 fun:TestTabContents |
| 842 fun:RenderViewHostTestHarness::CreateTestTabContents |
| 843 fun:RenderViewHostTestHarness::SetUp |
| 844 } |
| 845 { |
| 846 bug_52900_b |
| 847 Heapcheck:Leak |
| 848 ... |
| 849 fun:RenderViewHostDelegateViewHelper::CreateNewFullscreenWidget |
| 850 fun:TabContentsView::CreateNewFullscreenWidgetInternal |
| 851 fun:TabContentsView::CreateNewFullscreenWidget |
| 852 fun:RenderViewHost::CreateNewFullscreenWidget |
| 853 fun:RenderViewHostTest_CreateFullscreenWidget_Test::TestBody |
| 854 } |
| 855 { |
| 856 bug_52900_c |
| 857 Heapcheck:Leak |
| 858 ... |
| 859 fun:IPC::TestSink::OnMessageReceived |
| 860 fun:MockRenderProcessHost::Send |
| 861 fun:PurgePluginListCache |
| 862 fun:PluginService::Observe |
| 863 fun:NotificationService::Notify |
| 864 fun:ExtensionsService::NotifyExtensionLoaded |
| 865 fun:ExtensionsService::OnExtensionLoaded |
| 866 fun:ExtensionsService::LoadInstalledExtension |
| 867 fun:ExtensionsService::ContinueLoadAllExtensions |
| 868 fun:ExtensionsService::LoadAllExtensions |
| 869 fun:ExtensionsService::Init |
| 870 fun:ExtensionsServiceTest_CleanupOnStartup_Test::TestBody |
| 871 } |
| 872 { |
| 873 bug_53184 |
| 874 Heapcheck:Leak |
| 875 fun:base::WaitableEventWatcher::StartWatching |
| 876 fun:IPC::SyncChannel::SyncContext::OnChannelOpened |
| 877 fun:*DispatchToMethod |
| 878 fun:RunnableMethod::Run |
| 879 fun:MessageLoop::RunTask |
| 880 } |
| 881 { |
| 882 bug_54689 |
| 883 Heapcheck:Leak |
| 884 fun:WTF::fastMalloc |
| 885 fun:WTF::StringImpl::createUninitialized |
| 886 fun:WTF::String::fromUTF8 |
| 887 fun:WebKit::WebString::fromUTF8 |
| 888 fun:WebKit::WebString::fromUTF8 |
| 889 fun:RenderViewTest::GetElementBounds |
| 890 fun:RenderViewTest::SimulateElementClick |
| 891 fun:RenderViewTest_PageClickTracker_Test::TestBody |
| 892 } |
| 893 { |
| 894 bug_54689_b |
| 895 Heapcheck:Leak |
| 896 fun:WTF::fastMalloc |
| 897 fun:WTF::FastAllocBase::operator new |
| 898 fun:WebCore::MouseEvent::create |
| 899 fun:WebCore::Node::dispatchMouseEvent |
| 900 fun:WebCore::Node::dispatchMouseEvent |
| 901 fun:WebCore::EventHandler::dispatchMouseEvent |
| 902 fun:WebCore::EventHandler::handleMousePressEvent |
| 903 fun:WebKit::WebViewImpl::mouseDown |
| 904 fun:WebKit::WebViewImpl::handleInputEvent |
| 905 fun:RenderWidget::OnHandleInputEvent |
| 906 fun:RenderViewTest::SimulateElementClick |
| 907 fun:RenderViewTest_PageClickTracker_Test::TestBody |
| 908 } |
| 909 { |
| 910 bug_56676_a |
| 911 Heapcheck:Leak |
| 912 fun:__gnu_cxx::new_allocator::allocate |
| 913 fun:std::_Vector_base::_M_allocate |
| 914 fun:std::vector::_M_allocate_and_copy |
| 915 fun:std::vector::operator= |
| 916 fun:MockDispatcher::DidReadDirectory |
| 917 fun:fileapi::FileSystemOperation::DidReadDirectory |
| 918 } |
| 919 { |
| 920 bug_56676_b |
| 921 Heapcheck:Leak |
| 922 fun:__gnu_cxx::new_allocator::allocate |
| 923 fun:std::string::_Rep::_S_create |
| 924 fun:std::string::_S_construct |
| 925 fun:std::string::_S_construct_aux |
| 926 fun:std::string::_S_construct |
| 927 fun:basic_string |
| 928 fun:file_util::FileEnumerator::ReadDirectory |
| 929 fun:file_util::FileEnumerator::Next |
| 930 fun:::RelayReadDirectory::RunWork |
| 931 fun:::MessageLoopRelay::ProcessOnTargetThread |
| 932 } |
| 933 { |
| 934 bug_57683 |
| 935 Heapcheck:Leak |
| 936 ... |
| 937 fun:logging::MakeCheckOpString |
| 938 fun:logging::Check*Impl |
| 939 fun:logging::::LoggingTest_*_Test::TestBody |
| 940 } |
| 941 { |
| 942 bug_57799 |
| 943 Heapcheck:Leak |
| 944 fun:cricket::Transport::OnRemoteCandidate |
| 945 fun:cricket::Transport::OnRemoteCandidates |
| 946 fun:cricket::Session::OnTransportInfoMessage |
| 947 fun:cricket::Session::OnIncomingMessage |
| 948 fun:cricket::SessionManager::OnIncomingMessage |
| 949 fun:remoting::SessionManagerPair::DeliverMessage |
| 950 fun:remoting::SessionManagerPair::DoProcessMessage |
| 951 } |
| 952 { |
| 953 bug_57910 |
| 954 Heapcheck:Leak |
| 955 fun:inflateInit2_ |
| 956 fun:remoting::DecompressorZlib::InitStream |
| 957 fun:remoting::DecompressorZlib::Reset |
| 958 fun:~DecompressorZlib |
| 959 } |
| 960 { |
| 961 bug_57966a |
| 962 Heapcheck:Leak |
| 963 ... |
| 964 fun:cricket::AllocationSequence::CreateUDPPorts |
| 965 fun:cricket::AllocationSequence::OnMessage |
| 966 fun:AllocationSequence |
| 967 fun:cricket::BasicPortAllocatorSession::OnAllocate |
| 968 fun:cricket::BasicPortAllocatorSession::OnMessage |
| 969 } |
| 970 { |
| 971 bug_57966b |
| 972 Heapcheck:Leak |
| 973 ... |
| 974 fun:talk_base::NetworkManager::CreateNetworks |
| 975 fun:talk_base::NetworkManager::EnumNetworks |
| 976 fun:talk_base::NetworkManager::GetNetworks |
| 977 fun:cricket::BasicPortAllocatorSession::OnAllocate |
| 978 fun:cricket::BasicPortAllocatorSession::OnMessage |
| 979 } |
| 980 { |
| 981 bug_57966c |
| 982 Heapcheck:Leak |
| 983 ... |
| 984 fun:remoting::protocol::JingleSession::OnInitiate |
| 985 fun:remoting::protocol::JingleSession::OnSessionState |
| 986 } |
| 987 { |
| 988 bug_58094 |
| 989 Heapcheck:Leak |
| 990 fun:__gnu_cxx::new_allocator::allocate |
| 991 fun:std::string::_Rep::_S_create |
| 992 fun:std::string::_S_construct |
| 993 fun:std::string::_S_construct_aux |
| 994 fun:std::string::_S_construct |
| 995 fun:basic_string |
| 996 fun:std::basic_stringbuf::str |
| 997 fun:std::basic_ostringstream::str |
| 998 fun:talk_base::SocketAddress::IPToString |
| 999 fun:talk_base::SocketAddress::IPAsString |
| 1000 fun:cricket::P2PTransportParser::WriteCandidate |
| 1001 fun:cricket::P2PTransportParser::WriteCandidates |
| 1002 fun:cricket::WriteCandidates |
| 1003 fun:cricket::WriteJingleTransportInfo |
| 1004 fun:cricket::WriteJingleTransportInfos |
| 1005 fun:cricket::WriteTransportInfos |
| 1006 fun:cricket::Session::WriteSessionAction |
| 1007 fun:cricket::Session::WriteActionMessage |
| 1008 fun:cricket::Session::WriteActionMessage |
| 1009 fun:cricket::Session::SendMessage |
| 1010 fun:cricket::Session::SendTransportInfoMessage |
| 1011 fun:cricket::Session::OnTransportCandidatesReady |
| 1012 } |
| 1013 { |
| 1014 bug_58474_a |
| 1015 Heapcheck:Leak |
| 1016 ... |
| 1017 fun:FileSystemHostContextTest_CheckValidPath_Test::TestBody |
| 1018 fun:testing::HandleExceptionsInMethodIfSupported |
| 1019 fun:testing::Test::Run |
| 1020 fun:testing::TestInfo::Run |
| 1021 fun:testing::TestCase::Run |
| 1022 fun:testing::internal::UnitTestImpl::RunAllTests |
| 1023 fun:testing::HandleExceptionsInMethodIfSupported |
| 1024 fun:testing::UnitTest::Run |
| 1025 fun:base::TestSuite::Run |
| 1026 fun:main |
| 1027 fun:__libc_start_main |
| 1028 } |
| 1029 { |
| 1030 bug_58474_b |
| 1031 Heapcheck:Leak |
| 1032 ... |
| 1033 fun:FileSystemHostContextTest_GetRootPath_Test::TestBody |
| 1034 fun:testing::HandleExceptionsInMethodIfSupported |
| 1035 fun:testing::Test::Run |
| 1036 fun:testing::TestInfo::Run |
| 1037 fun:testing::TestCase::Run |
| 1038 fun:testing::internal::UnitTestImpl::RunAllTests |
| 1039 fun:testing::HandleExceptionsInMethodIfSupported |
| 1040 fun:testing::UnitTest::Run |
| 1041 fun:base::TestSuite::Run |
| 1042 fun:main |
| 1043 fun:__libc_start_main |
| 1044 } |
| 1045 { |
| 1046 bug_60872 |
| 1047 Heapcheck:Leak |
| 1048 fun:base::BaseTimer::Start |
| 1049 fun:ReloadButtonGtk::OnClicked |
| 1050 fun:ReloadButtonGtk::OnClickedThunk |
| 1051 fun:g_closure_invoke |
| 1052 fun:ReloadButtonGtkTest_*_Test::TestBody |
| 1053 fun:testing::HandleExceptionsInMethodIfSupported |
| 1054 fun:testing::Test::Run |
| 1055 } |
OLD | NEW |