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. |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 ... | 137 ... |
138 fun:std::string::_Rep::_S_create | 138 fun:std::string::_Rep::_S_create |
139 ... | 139 ... |
140 fun:base::JSONWriter::Write | 140 fun:base::JSONWriter::Write |
141 fun:JSONStringValueSerializer::Serialize | 141 fun:JSONStringValueSerializer::Serialize |
142 fun:BookmarkStorage::SerializeData | 142 fun:BookmarkStorage::SerializeData |
143 fun:BookmarkStorage::SaveNow | 143 fun:BookmarkStorage::SaveNow |
144 fun:BookmarkStorage::BookmarkModelDeleted | 144 fun:BookmarkStorage::BookmarkModelDeleted |
145 fun:*~BookmarkModel | 145 fun:*~BookmarkModel |
146 } | 146 } |
147 | |
148 { | 147 { |
149 bug_30547_b | 148 bug_30547_b |
150 Heapcheck:Leak | 149 Heapcheck:Leak |
151 ... | 150 ... |
152 fun:ImportantFileWriter::WriteNow | 151 fun:ImportantFileWriter::WriteNow |
153 fun:BookmarkStorage::SaveNow | 152 fun:BookmarkStorage::SaveNow |
154 fun:BookmarkStorage::BookmarkModelDeleted | 153 fun:BookmarkStorage::BookmarkModelDeleted |
155 } | 154 } |
156 | |
157 # IPCChannelTest.ChannelProxyTest leaks memory. | 155 # IPCChannelTest.ChannelProxyTest leaks memory. |
158 { | 156 { |
159 bug_26920_a | 157 bug_26920_a |
160 Heapcheck:Leak | 158 Heapcheck:Leak |
161 fun:*ChannelProxy | 159 fun:*ChannelProxy |
162 fun:IPCChannelTest_ChannelProxyTest_Test::TestBody | 160 fun:IPCChannelTest_ChannelProxyTest_Test::TestBody |
163 } | 161 } |
164 # TODO(glider): deal with asterisks in stack traces | 162 # TODO(glider): deal with asterisks in stack traces |
165 # (like "CancelableTask* NewRunnableMethod" here) | 163 # (like "CancelableTask* NewRunnableMethod" here) |
166 { | 164 { |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 fun:RenderViewTest::ExecuteJavaScript | 245 fun:RenderViewTest::ExecuteJavaScript |
248 fun:ExtensionAPIClientTest_CallbackDispatching_Test::TestBody | 246 fun:ExtensionAPIClientTest_CallbackDispatching_Test::TestBody |
249 } | 247 } |
250 { | 248 { |
251 bug_39016 | 249 bug_39016 |
252 Heapcheck:Leak | 250 Heapcheck:Leak |
253 ... | 251 ... |
254 fun:::RenderThreadTest::SetUp | 252 fun:::RenderThreadTest::SetUp |
255 fun:testing::Test::Run | 253 fun:testing::Test::Run |
256 } | 254 } |
257 | |
258 { | 255 { |
259 bug_38206_a | 256 bug_38206_a |
260 Heapcheck:Leak | 257 Heapcheck:Leak |
261 ... | 258 ... |
262 fun:GeolocationWifiDataProviderCommonTest::SetUp | 259 fun:GeolocationWifiDataProviderCommonTest::SetUp |
263 } | 260 } |
264 | |
265 { | 261 { |
266 bug_38206_b | 262 bug_38206_b |
267 Heapcheck:Leak | 263 Heapcheck:Leak |
268 fun:CancelableTask* NewRunnableMethod | 264 fun:CancelableTask* NewRunnableMethod |
269 fun:DeviceDataProviderImplBase::NotifyListeners | 265 fun:DeviceDataProviderImplBase::NotifyListeners |
270 fun:WifiDataProviderCommon::DoWifiScanTask | 266 fun:WifiDataProviderCommon::DoWifiScanTask |
271 fun:void DispatchToMethod | 267 fun:void DispatchToMethod |
272 fun:ScopedRunnableMethodFactory::RunnableMethod::Run | 268 fun:ScopedRunnableMethodFactory::RunnableMethod::Run |
273 fun:MessageLoop::RunTask | 269 fun:MessageLoop::RunTask |
274 } | 270 } |
275 | |
276 # TODO(glider): sometimes the stacks differ between the bot and the local run, | 271 # TODO(glider): sometimes the stacks differ between the bot and the local run, |
277 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". | 272 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". |
278 { | 273 { |
279 bug_38293 | 274 bug_38293 |
280 Heapcheck:Leak | 275 Heapcheck:Leak |
281 ... | 276 ... |
282 fun:ScopedRunnableMethodFactory::NewRunnableMethod | 277 fun:ScopedRunnableMethodFactory::NewRunnableMethod |
283 fun:BookmarkBarGtk::BookmarkNodeAdded | 278 fun:BookmarkBarGtk::BookmarkNodeAdded |
284 fun:BookmarkModel::AddNode | 279 fun:BookmarkModel::AddNode |
285 fun:BookmarkModel::AddURLWithCreationTime | 280 fun:BookmarkModel::AddURLWithCreationTime |
286 fun:BookmarkModel::AddURL | 281 fun:BookmarkModel::AddURL |
287 fun:BookmarkBarGtkUnittest_* | 282 fun:BookmarkBarGtkUnittest_* |
288 } | 283 } |
289 { | 284 { |
290 bug_38305 | 285 bug_38305 |
291 Heapcheck:Leak | 286 Heapcheck:Leak |
292 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone | 287 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone |
293 fun:Syncer::SyncShare | 288 fun:Syncer::SyncShare |
294 fun:FakeSyncShareTask::Run | 289 fun:FakeSyncShareTask::Run |
295 fun:MessageLoop::RunTask | 290 fun:MessageLoop::RunTask |
296 } | 291 } |
297 | |
298 { | 292 { |
299 bug_38402 | 293 bug_38402 |
300 Heapcheck:Leak | 294 Heapcheck:Leak |
301 fun:ProfileSyncFactoryImpl::CreateProfileSyncService | 295 fun:ProfileSyncFactoryImpl::CreateProfileSyncService |
302 fun:TestingProfile::CreateProfileSyncService | 296 fun:TestingProfile::CreateProfileSyncService |
303 } | 297 } |
304 | |
305 { | 298 { |
306 bug_39007 | 299 bug_39007 |
307 Heapcheck:Leak | 300 Heapcheck:Leak |
308 ... | 301 ... |
309 fun:RenderViewTest::TearDown | 302 fun:RenderViewTest::TearDown |
310 } | 303 } |
311 | |
312 { | 304 { |
313 bug_39009 | 305 bug_39009 |
314 Heapcheck:Leak | 306 Heapcheck:Leak |
315 ... | 307 ... |
316 fun:BookmarkModel::Load | 308 fun:BookmarkModel::Load |
317 fun:TestingProfile::CreateBookmarkModel | 309 fun:TestingProfile::CreateBookmarkModel |
318 } | 310 } |
319 | |
320 { | 311 { |
321 bug_38487 | 312 bug_38487 |
322 Heapcheck:Leak | 313 Heapcheck:Leak |
323 fun:browser_sync::TypedUrlDataTypeController::Stop | 314 fun:browser_sync::TypedUrlDataTypeController::Stop |
324 fun:browser_sync::DataTypeManagerImpl::FinishStop | 315 fun:browser_sync::DataTypeManagerImpl::FinishStop |
325 fun:browser_sync::DataTypeManagerImpl::Stop | 316 fun:browser_sync::DataTypeManagerImpl::Stop |
326 fun:ProfileSyncService::Shutdown | 317 fun:ProfileSyncService::Shutdown |
327 fun:~ProfileSyncService | 318 fun:~ProfileSyncService |
328 fun:~TestingProfileSyncService | 319 fun:~TestingProfileSyncService |
329 fun:scoped_ptr::reset | 320 fun:scoped_ptr::reset |
330 fun:ProfileSyncServiceTypedUrlTest::TearDown | 321 fun:ProfileSyncServiceTypedUrlTest::TearDown |
331 } | 322 } |
332 | |
333 { | 323 { |
334 bug_38490 | 324 bug_38490 |
335 Heapcheck:Leak | 325 Heapcheck:Leak |
336 ... | 326 ... |
337 fun:browser_sync::SyncBackendHost::Core::NotifyFrontend | 327 fun:browser_sync::SyncBackendHost::Core::NotifyFrontend |
338 } | 328 } |
339 | |
340 { | 329 { |
341 bug_40499 | 330 bug_40499 |
342 Heapcheck:Leak | 331 Heapcheck:Leak |
343 fun:UserScriptSlaveTest::Serialize | 332 fun:UserScriptSlaveTest::Serialize |
344 ... | 333 ... |
345 fun:testing::Test::Run | 334 fun:testing::Test::Run |
346 fun:testing::internal::TestInfoImpl::Run | 335 fun:testing::internal::TestInfoImpl::Run |
347 fun:testing::TestCase::Run | 336 fun:testing::TestCase::Run |
348 fun:testing::internal::UnitTestImpl::RunAllTests | 337 fun:testing::internal::UnitTestImpl::RunAllTests |
349 fun:testing::UnitTest::Run | 338 fun:testing::UnitTest::Run |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 fun:WebCore::StringTraits::fromV8String | 414 fun:WebCore::StringTraits::fromV8String |
426 fun:WebCore::v8StringToWebCoreString | 415 fun:WebCore::v8StringToWebCoreString |
427 fun:WebCore::v8StringToWebCoreString | 416 fun:WebCore::v8StringToWebCoreString |
428 fun:WebCore::v8ValueToWebCoreString | 417 fun:WebCore::v8ValueToWebCoreString |
429 fun:WebCore::toWebCoreString | 418 fun:WebCore::toWebCoreString |
430 fun:WebCore::ScriptValue::getString | 419 fun:WebCore::ScriptValue::getString |
431 fun:WebKit::WebFrameImpl::loadJavaScriptURL | 420 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
432 fun:WebKit::WebFrameImpl::loadRequest | 421 fun:WebKit::WebFrameImpl::loadRequest |
433 fun:TestShell::Navigate | 422 fun:TestShell::Navigate |
434 } | 423 } |
435 | |
436 { | 424 { |
437 bug_46571_b | 425 bug_46571_b |
438 Heapcheck:Leak | 426 Heapcheck:Leak |
439 fun:WebCore::makeExternalString | 427 fun:WebCore::makeExternalString |
440 fun:WebCore::v8ExternalString | 428 fun:WebCore::v8ExternalString |
441 fun:WebCore::V8Proxy::evaluate | 429 fun:WebCore::V8Proxy::evaluate |
442 fun:WebCore::ScriptController::evaluate | 430 fun:WebCore::ScriptController::evaluate |
443 fun:WebCore::ScriptController::executeScript | 431 fun:WebCore::ScriptController::executeScript |
444 fun:WebCore::ScriptController::executeScript | 432 fun:WebCore::ScriptController::executeScript |
445 fun:WebKit::WebFrameImpl::loadJavaScriptURL | 433 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
446 fun:WebKit::WebFrameImpl::loadRequest | 434 fun:WebKit::WebFrameImpl::loadRequest |
447 fun:TestShell::Navigate | 435 fun:TestShell::Navigate |
448 } | 436 } |
449 | |
450 { | 437 { |
451 bug_46571_c | 438 bug_46571_c |
452 Heapcheck:Leak | 439 Heapcheck:Leak |
453 fun:WebCore::makeExternalString | 440 fun:WebCore::makeExternalString |
454 fun:WebCore::v8ExternalString | 441 fun:WebCore::v8ExternalString |
455 fun:WebCore::v8String | 442 fun:WebCore::v8String |
456 fun:WebCore::ScriptController::bindToWindowObject | 443 fun:WebCore::ScriptController::bindToWindowObject |
457 fun:WebKit::WebFrameImpl::bindToWindowObject | 444 fun:WebKit::WebFrameImpl::bindToWindowObject |
458 fun:CppBoundClass::BindToJavascript | 445 fun:CppBoundClass::BindToJavascript |
459 fun:TestShell::BindJSObjectsToWindow | 446 fun:TestShell::BindJSObjectsToWindow |
460 fun:TestWebViewDelegate::didClearWindowObject | 447 fun:TestWebViewDelegate::didClearWindowObject |
461 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld | 448 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld |
462 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld | 449 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld |
463 fun:WebCore::V8DOMWindowShell::initContextIfNeeded | 450 fun:WebCore::V8DOMWindowShell::initContextIfNeeded |
464 fun:WebCore::V8Proxy::mainWorldContext | 451 fun:WebCore::V8Proxy::mainWorldContext |
465 fun:WebCore::V8Proxy::mainWorldContext | 452 fun:WebCore::V8Proxy::mainWorldContext |
466 fun:WebCore::ScriptController::bindToWindowObject | 453 fun:WebCore::ScriptController::bindToWindowObject |
467 fun:WebKit::WebFrameImpl::bindToWindowObject | 454 fun:WebKit::WebFrameImpl::bindToWindowObject |
468 fun:CppBoundClass::BindToJavascript | 455 fun:CppBoundClass::BindToJavascript |
469 fun:AccessibilityController::BindToJavascript | 456 fun:AccessibilityController::BindToJavascript |
470 fun:TestShell::BindJSObjectsToWindow | 457 fun:TestShell::BindJSObjectsToWindow |
471 } | 458 } |
472 | |
473 { | 459 { |
474 bug_46571_d | 460 bug_46571_d |
475 Heapcheck:Leak | 461 Heapcheck:Leak |
476 fun:WebCore::makeExternalString | 462 fun:WebCore::makeExternalString |
477 fun:WebCore::v8ExternalString | 463 fun:WebCore::v8ExternalString |
478 fun:WebCore::v8String | 464 fun:WebCore::v8String |
479 fun:WebCore::ScriptController::bindToWindowObject | 465 fun:WebCore::ScriptController::bindToWindowObject |
480 fun:WebKit::WebFrameImpl::bindToWindowObject | 466 fun:WebKit::WebFrameImpl::bindToWindowObject |
481 fun:CppBoundClass::BindToJavascript | 467 fun:CppBoundClass::BindToJavascript |
482 fun:AccessibilityController::BindToJavascript | 468 fun:AccessibilityController::BindToJavascript |
483 fun:TestShell::BindJSObjectsToWindow | 469 fun:TestShell::BindJSObjectsToWindow |
484 fun:TestWebViewDelegate::didClearWindowObject | 470 fun:TestWebViewDelegate::didClearWindowObject |
485 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld | 471 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld |
486 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld | 472 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld |
487 fun:WebCore::V8DOMWindowShell::initContextIfNeeded | 473 fun:WebCore::V8DOMWindowShell::initContextIfNeeded |
488 fun:WebCore::V8Proxy::mainWorldContext | 474 fun:WebCore::V8Proxy::mainWorldContext |
489 fun:WebCore::V8Proxy::mainWorldContext | 475 fun:WebCore::V8Proxy::mainWorldContext |
490 fun:WebCore::ScriptController::bindToWindowObject | 476 fun:WebCore::ScriptController::bindToWindowObject |
491 fun:WebKit::WebFrameImpl::bindToWindowObject | 477 fun:WebKit::WebFrameImpl::bindToWindowObject |
492 fun:CppBoundClass::BindToJavascript | 478 fun:CppBoundClass::BindToJavascript |
493 fun:AccessibilityController::BindToJavascript | 479 fun:AccessibilityController::BindToJavascript |
494 fun:TestShell::BindJSObjectsToWindow | 480 fun:TestShell::BindJSObjectsToWindow |
495 } | 481 } |
496 | |
497 | |
498 { | 482 { |
499 bug_46571_e | 483 bug_46571_e |
500 Heapcheck:Leak | 484 Heapcheck:Leak |
501 fun:WebCore::v8StringToWebCoreString | 485 fun:WebCore::v8StringToWebCoreString |
502 fun:WebCore::v8StringToWebCoreString | 486 fun:WebCore::v8StringToWebCoreString |
503 fun:WebCore::v8ValueToWebCoreString | 487 fun:WebCore::v8ValueToWebCoreString |
504 fun:WebCore::toWebCoreString | 488 fun:WebCore::toWebCoreString |
505 fun:WebCore::ScriptValue::getString | 489 fun:WebCore::ScriptValue::getString |
506 fun:WebKit::WebFrameImpl::loadJavaScriptURL | 490 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
507 fun:WebKit::WebFrameImpl::loadRequest | 491 fun:WebKit::WebFrameImpl::loadRequest |
508 fun:TestShell::Navigate | 492 fun:TestShell::Navigate |
509 fun:TestNavigationController::NavigateToPendingEntry | 493 fun:TestNavigationController::NavigateToPendingEntry |
510 fun:TestNavigationController::LoadEntry | 494 fun:TestNavigationController::LoadEntry |
511 fun:TestShell::LoadURLForFrame | 495 fun:TestShell::LoadURLForFrame |
512 fun:TestShell::LoadURL | 496 fun:TestShell::LoadURL |
513 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody | 497 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody |
514 fun:testing::Test::Run | 498 fun:testing::Test::Run |
515 fun:testing::internal::TestInfoImpl::Run | 499 fun:testing::internal::TestInfoImpl::Run |
516 fun:testing::TestCase::Run | 500 fun:testing::TestCase::Run |
517 fun:testing::internal::UnitTestImpl::RunAllTests | 501 fun:testing::internal::UnitTestImpl::RunAllTests |
518 fun:testing::UnitTest::Run | 502 fun:testing::UnitTest::Run |
519 fun:main | 503 fun:main |
520 fun:__libc_start_main | 504 fun:__libc_start_main |
521 } | 505 } |
522 | |
523 # "*~TestShell" means "~TestShell" and "TestShell::~TestShell". | 506 # "*~TestShell" means "~TestShell" and "TestShell::~TestShell". |
524 { | 507 { |
525 bug_46571_f | 508 bug_46571_f |
526 Heapcheck:Leak | 509 Heapcheck:Leak |
527 fun:WebCore::makeExternalString | 510 fun:WebCore::makeExternalString |
528 fun:WebCore::v8ExternalString | 511 fun:WebCore::v8ExternalString |
529 fun:WebCore::V8Proxy::evaluate | 512 fun:WebCore::V8Proxy::evaluate |
530 fun:WebCore::ScriptController::collectGarbage | 513 fun:WebCore::ScriptController::collectGarbage |
531 fun:WebKit::WebFrameImpl::collectGarbage | 514 fun:WebKit::WebFrameImpl::collectGarbage |
532 fun:TestShell::CallJSGC | 515 fun:TestShell::CallJSGC |
533 fun:*~TestShell | 516 fun:*~TestShell |
534 fun:::MainWindowDestroyed | 517 fun:::MainWindowDestroyed |
535 fun:g_closure_invoke | 518 fun:g_closure_invoke |
536 } | 519 } |
537 | |
538 # This is a variation from bug_46571_e. | 520 # This is a variation from bug_46571_e. |
539 { | 521 { |
540 bug_46571_g | 522 bug_46571_g |
541 Heapcheck:Leak | 523 Heapcheck:Leak |
542 fun:WTF::fastMalloc | 524 fun:WTF::fastMalloc |
543 fun:WTF::StringImpl::createUninitialized | 525 fun:WTF::StringImpl::createUninitialized |
544 fun:WTF::String::createUninitialized | 526 fun:WTF::String::createUninitialized |
545 fun:WebCore::StringTraits::fromV8String | 527 fun:WebCore::StringTraits::fromV8String |
546 fun:WebCore::v8StringToWebCoreString | 528 fun:WebCore::v8StringToWebCoreString |
547 fun:WebCore::v8StringToWebCoreString | 529 fun:WebCore::v8StringToWebCoreString |
548 fun:WebCore::v8ValueToWebCoreString | 530 fun:WebCore::v8ValueToWebCoreString |
549 fun:WebCore::toWebCoreString | 531 fun:WebCore::toWebCoreString |
550 fun:WebCore::ScriptValue::getString | 532 fun:WebCore::ScriptValue::getString |
551 fun:WebKit::WebFrameImpl::loadJavaScriptURL | 533 fun:WebKit::WebFrameImpl::loadJavaScriptURL |
552 fun:WebKit::WebFrameImpl::loadRequest | 534 fun:WebKit::WebFrameImpl::loadRequest |
553 fun:TestShell::Navigate | 535 fun:TestShell::Navigate |
554 fun:TestNavigationController::NavigateToPendingEntry | 536 fun:TestNavigationController::NavigateToPendingEntry |
555 fun:TestNavigationController::LoadEntry | 537 fun:TestNavigationController::LoadEntry |
556 fun:TestShell::LoadURLForFrame | 538 fun:TestShell::LoadURLForFrame |
557 fun:TestShell::LoadURL | 539 fun:TestShell::LoadURL |
558 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody | 540 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody |
559 fun:testing::Test::Run | 541 fun:testing::Test::Run |
560 fun:testing::internal::TestInfoImpl::Run | 542 fun:testing::internal::TestInfoImpl::Run |
561 fun:testing::TestCase::Run | 543 fun:testing::TestCase::Run |
562 fun:testing::internal::UnitTestImpl::RunAllTests | 544 fun:testing::internal::UnitTestImpl::RunAllTests |
563 fun:testing::UnitTest::Run | 545 fun:testing::UnitTest::Run |
564 fun:main | 546 fun:main |
565 fun:__libc_start_main | 547 fun:__libc_start_main |
566 } | 548 } |
567 | |
568 | |
569 { | 549 { |
570 bug_32366 | 550 bug_32366 |
571 Heapcheck:Leak | 551 Heapcheck:Leak |
572 fun:CallbackRunner* NewCallback | 552 fun:CallbackRunner* NewCallback |
573 fun:media::PipelineImpl::FilterStateTransitionTask | 553 fun:media::PipelineImpl::FilterStateTransitionTask |
574 fun:void DispatchToMethod | 554 fun:void DispatchToMethod |
575 fun:RunnableMethod::Run | 555 fun:RunnableMethod::Run |
576 fun:MessageLoop::RunTask | 556 fun:MessageLoop::RunTask |
577 } | 557 } |
578 | |
579 { | 558 { |
580 bug_46649_a | 559 bug_46649_a |
581 Heapcheck:Leak | 560 Heapcheck:Leak |
582 fun:__gnu_cxx::new_allocator::allocate | 561 fun:__gnu_cxx::new_allocator::allocate |
583 fun:std::_Vector_base::_M_allocate | 562 fun:std::_Vector_base::_M_allocate |
584 fun:std::vector::_M_allocate_and_copy | 563 fun:std::vector::_M_allocate_and_copy |
585 fun:std::vector::reserve | 564 fun:std::vector::reserve |
586 fun:courgette::ReadVector | 565 fun:courgette::ReadVector |
587 fun:courgette::EncodedProgram::ReadFrom | 566 fun:courgette::EncodedProgram::ReadFrom |
588 } | 567 } |
589 | |
590 { | 568 { |
591 bug_46649_b | 569 bug_46649_b |
592 Heapcheck:Leak | 570 Heapcheck:Leak |
593 fun:__gnu_cxx::new_allocator::allocate | 571 fun:__gnu_cxx::new_allocator::allocate |
594 fun:std::_Vector_base::_M_allocate | 572 fun:std::_Vector_base::_M_allocate |
595 fun:std::vector::_M_insert_aux | 573 fun:std::vector::_M_insert_aux |
596 fun:std::vector::push_back | 574 fun:std::vector::push_back |
597 fun:courgette::EncodedProgram::AddRel32 | 575 fun:courgette::EncodedProgram::AddRel32 |
598 } | 576 } |
599 | |
600 { | 577 { |
601 bug_46649_c | 578 bug_46649_c |
602 Heapcheck:Leak | 579 Heapcheck:Leak |
603 fun:__gnu_cxx::new_allocator::allocate | 580 fun:__gnu_cxx::new_allocator::allocate |
604 fun:std::_Vector_base::_M_allocate | 581 fun:std::_Vector_base::_M_allocate |
605 fun:std::vector::_M_insert_aux | 582 fun:std::vector::_M_insert_aux |
606 fun:std::vector::push_back | 583 fun:std::vector::push_back |
607 fun:courgette::EncodedProgram::AssembleTo | 584 fun:courgette::EncodedProgram::AssembleTo |
608 } | 585 } |
609 | |
610 { | 586 { |
611 bug_46649_d | 587 bug_46649_d |
612 Heapcheck:Leak | 588 Heapcheck:Leak |
613 fun:EncodedProgramTest_Test_Test::TestBody | 589 fun:EncodedProgramTest_Test_Test::TestBody |
614 } | 590 } |
615 | |
616 { | 591 { |
617 bug_46649_e | 592 bug_46649_e |
618 Heapcheck:Leak | 593 Heapcheck:Leak |
619 fun:__gnu_cxx::new_allocator::allocate | 594 fun:__gnu_cxx::new_allocator::allocate |
620 fun:std::_Vector_base::_M_allocate | 595 fun:std::_Vector_base::_M_allocate |
621 fun:std::vector::_M_fill_insert | 596 fun:std::vector::_M_fill_insert |
622 fun:std::vector::insert | 597 fun:std::vector::insert |
623 fun:std::vector::resize | 598 fun:std::vector::resize |
624 fun:courgette::EncodedProgram::DefineLabelCommon | 599 fun:courgette::EncodedProgram::DefineLabelCommon |
625 fun:courgette::EncodedProgram::DefineRel32Label | 600 fun:courgette::EncodedProgram::DefineRel32Label |
626 } | 601 } |
627 | |
628 { | 602 { |
629 bug_46649_f | 603 bug_46649_f |
630 Heapcheck:Leak | 604 Heapcheck:Leak |
631 fun:__gnu_cxx::new_allocator::allocate | 605 fun:__gnu_cxx::new_allocator::allocate |
632 fun:std::_Vector_base::_M_allocate | 606 fun:std::_Vector_base::_M_allocate |
633 fun:std::vector::_M_fill_insert | 607 fun:std::vector::_M_fill_insert |
634 fun:std::vector::insert | 608 fun:std::vector::insert |
635 fun:std::vector::resize | 609 fun:std::vector::resize |
636 fun:courgette::EncodedProgram::DefineLabelCommon | 610 fun:courgette::EncodedProgram::DefineLabelCommon |
637 fun:courgette::EncodedProgram::DefineAbs32Label | 611 fun:courgette::EncodedProgram::DefineAbs32Label |
638 } | 612 } |
639 | |
640 { | 613 { |
641 bug_46649_g | 614 bug_46649_g |
642 Heapcheck:Leak | 615 Heapcheck:Leak |
643 fun:__gnu_cxx::new_allocator::allocate | 616 fun:__gnu_cxx::new_allocator::allocate |
644 fun:std::_Vector_base::_M_allocate | 617 fun:std::_Vector_base::_M_allocate |
645 fun:std::vector::_M_allocate_and_copy | 618 fun:std::vector::_M_allocate_and_copy |
646 fun:std::vector::reserve | 619 fun:std::vector::reserve |
647 fun:courgette::ReadU32Delta | 620 fun:courgette::ReadU32Delta |
648 fun:courgette::EncodedProgram::ReadFrom | 621 fun:courgette::EncodedProgram::ReadFrom |
649 } | 622 } |
650 | |
651 { | 623 { |
652 bug_46649_h | 624 bug_46649_h |
653 Heapcheck:Leak | 625 Heapcheck:Leak |
654 fun:__gnu_cxx::new_allocator::allocate | 626 fun:__gnu_cxx::new_allocator::allocate |
655 fun:std::_Vector_base::_M_allocate | 627 fun:std::_Vector_base::_M_allocate |
656 fun:std::vector::_M_insert_aux | 628 fun:std::vector::_M_insert_aux |
657 fun:std::vector::push_back | 629 fun:std::vector::push_back |
658 fun:courgette::EncodedProgram::AddAbs32 | 630 fun:courgette::EncodedProgram::AddAbs32 |
659 } | 631 } |
660 | |
661 { | 632 { |
662 bug_46649_i | 633 bug_46649_i |
663 Heapcheck:Leak | 634 Heapcheck:Leak |
664 fun:__gnu_cxx::new_allocator::allocate | 635 fun:__gnu_cxx::new_allocator::allocate |
665 fun:std::_Vector_base::_M_allocate | 636 fun:std::_Vector_base::_M_allocate |
666 fun:std::vector::_M_insert_aux | 637 fun:std::vector::_M_insert_aux |
667 fun:std::vector::push_back | 638 fun:std::vector::push_back |
668 fun:courgette::EncodedProgram::AddOrigin | 639 fun:courgette::EncodedProgram::AddOrigin |
669 } | 640 } |
670 | |
671 { | 641 { |
672 bug_46658_a | 642 bug_46658_a |
673 Heapcheck:Leak | 643 Heapcheck:Leak |
674 fun:WebCore::makeExternalString | 644 fun:WebCore::makeExternalString |
675 fun:WebCore::v8ExternalString | 645 fun:WebCore::v8ExternalString |
676 fun:WebCore::v8String | 646 fun:WebCore::v8String |
677 fun:WebCore::V8DOMWindowShell::namedItemAdded | 647 fun:WebCore::V8DOMWindowShell::namedItemAdded |
678 fun:WebCore::ScriptController::namedItemAdded | 648 fun:WebCore::ScriptController::namedItemAdded |
679 fun:WebCore::HTMLDocument::addItemToMap | 649 fun:WebCore::HTMLDocument::addItemToMap |
680 fun:WebCore::HTMLDocument::addNamedItem | 650 fun:WebCore::HTMLDocument::addNamedItem |
(...skipping 14 matching lines...) Expand all Loading... |
695 fun:WebCore::FrameLoader::addData | 665 fun:WebCore::FrameLoader::addData |
696 fun:WebKit::WebFrameImpl::commitDocumentData | 666 fun:WebKit::WebFrameImpl::commitDocumentData |
697 fun:WebKit::FrameLoaderClientImpl::committedLoad | 667 fun:WebKit::FrameLoaderClientImpl::committedLoad |
698 fun:WebCore::FrameLoader::committedLoad | 668 fun:WebCore::FrameLoader::committedLoad |
699 fun:WebCore::DocumentLoader::commitLoad | 669 fun:WebCore::DocumentLoader::commitLoad |
700 fun:WebCore::DocumentLoader::receivedData | 670 fun:WebCore::DocumentLoader::receivedData |
701 fun:WebCore::FrameLoader::receivedData | 671 fun:WebCore::FrameLoader::receivedData |
702 fun:WebCore::MainResourceLoader::addData | 672 fun:WebCore::MainResourceLoader::addData |
703 fun:WebCore::ResourceLoader::didReceiveData | 673 fun:WebCore::ResourceLoader::didReceiveData |
704 } | 674 } |
705 | |
706 { | 675 { |
707 bug_46658_b | 676 bug_46658_b |
708 Heapcheck:Leak | 677 Heapcheck:Leak |
709 fun:WebCore::makeExternalString | 678 fun:WebCore::makeExternalString |
710 fun:WebCore::v8ExternalString | 679 fun:WebCore::v8ExternalString |
711 fun:WebCore::v8String | 680 fun:WebCore::v8String |
712 fun:WebCore::V8DOMWindowShell::namedItemAdded | 681 fun:WebCore::V8DOMWindowShell::namedItemAdded |
713 fun:WebCore::ScriptController::namedItemAdded | 682 fun:WebCore::ScriptController::namedItemAdded |
714 fun:WebCore::HTMLDocument::addItemToMap | 683 fun:WebCore::HTMLDocument::addItemToMap |
715 fun:WebCore::HTMLDocument::addNamedItem | 684 fun:WebCore::HTMLDocument::addNamedItem |
(...skipping 14 matching lines...) Expand all Loading... |
730 fun:WebCore::DocumentWriter::addData | 699 fun:WebCore::DocumentWriter::addData |
731 fun:WebCore::FrameLoader::addData | 700 fun:WebCore::FrameLoader::addData |
732 fun:WebKit::WebFrameImpl::commitDocumentData | 701 fun:WebKit::WebFrameImpl::commitDocumentData |
733 fun:WebKit::FrameLoaderClientImpl::committedLoad | 702 fun:WebKit::FrameLoaderClientImpl::committedLoad |
734 fun:WebCore::FrameLoader::committedLoad | 703 fun:WebCore::FrameLoader::committedLoad |
735 fun:WebCore::DocumentLoader::commitLoad | 704 fun:WebCore::DocumentLoader::commitLoad |
736 fun:WebCore::DocumentLoader::receivedData | 705 fun:WebCore::DocumentLoader::receivedData |
737 fun:WebCore::FrameLoader::receivedData | 706 fun:WebCore::FrameLoader::receivedData |
738 fun:WebCore::MainResourceLoader::addData | 707 fun:WebCore::MainResourceLoader::addData |
739 } | 708 } |
740 | |
741 { | 709 { |
742 bug_46678_a | 710 bug_46678_a |
743 Heapcheck:Leak | 711 Heapcheck:Leak |
744 fun:__gnu_cxx::new_allocator::allocate | 712 fun:__gnu_cxx::new_allocator::allocate |
745 fun:std::_Vector_base::_M_allocate | 713 fun:std::_Vector_base::_M_allocate |
746 fun:std::vector::_M_insert_aux | 714 fun:std::vector::_M_insert_aux |
747 fun:std::vector::push_back | 715 fun:std::vector::push_back |
748 fun:remoting::Differ::MergeBlocks | 716 fun:remoting::Differ::MergeBlocks |
749 } | 717 } |
750 | |
751 { | 718 { |
752 bug_46678_b | 719 bug_46678_b |
753 Heapcheck:Leak | 720 Heapcheck:Leak |
754 fun:remoting::DifferTest::MarkBlocksAndCheckMerge | 721 fun:remoting::DifferTest::MarkBlocksAndCheckMerge |
755 } | 722 } |
756 | |
757 { | 723 { |
758 bug_46678_c | 724 bug_46678_c |
759 Heapcheck:Leak | 725 Heapcheck:Leak |
760 fun:remoting::DifferTest_*_Test::TestBody | 726 fun:remoting::DifferTest_*_Test::TestBody |
761 fun:testing::Test::Run | 727 fun:testing::Test::Run |
762 } | 728 } |
763 | |
764 # '*ChromotingPlugin' stands for 'ChromotingPlugin' and | 729 # '*ChromotingPlugin' stands for 'ChromotingPlugin' and |
765 # 'remoting::ChromotingPlugin::ChromotingPlugin'. | 730 # 'remoting::ChromotingPlugin::ChromotingPlugin'. |
766 { | 731 { |
767 bug_46678_d | 732 bug_46678_d |
768 Heapcheck:Leak | 733 Heapcheck:Leak |
769 ... | 734 ... |
770 fun:*ChromotingPlugin | 735 fun:*ChromotingPlugin |
771 fun:CreatePlugin | 736 fun:CreatePlugin |
772 } | 737 } |
773 | |
774 { | 738 { |
775 bug_46678_e | 739 bug_46678_e |
776 Heapcheck:Leak | 740 Heapcheck:Leak |
777 fun:Callback*::Type* NewCallback | 741 fun:Callback*::Type* NewCallback |
778 fun:remoting::SessionManager::DoEncode | 742 fun:remoting::SessionManager::DoEncode |
779 fun:void DispatchToMethod | 743 fun:void DispatchToMethod |
780 fun:RunnableMethod::Run | 744 fun:RunnableMethod::Run |
781 } | 745 } |
782 | |
783 { | 746 { |
784 bug_46715 | 747 bug_46715 |
785 Heapcheck:Leak | 748 Heapcheck:Leak |
786 fun:WebCore::makeExternalString | 749 fun:WebCore::makeExternalString |
787 fun:WebCore::v8ExternalStringSlow | 750 fun:WebCore::v8ExternalStringSlow |
788 } | 751 } |
789 | |
790 { | 752 { |
791 bug_46886 | 753 bug_46886 |
792 Heapcheck:Leak | 754 Heapcheck:Leak |
793 ... | 755 ... |
794 fun:*SpdyHttpStreamTest_SendRequest_Test* | 756 fun:*SpdyHttpStreamTest_SendRequest_Test* |
795 } | 757 } |
796 | |
797 { | 758 { |
798 bug_19775_a | 759 bug_19775_a |
799 Heapcheck:Leak | 760 Heapcheck:Leak |
800 ... | 761 ... |
801 fun:history::InMemoryHistoryBackend::Init | 762 fun:history::InMemoryHistoryBackend::Init |
802 fun:history::HistoryBackend::InitImpl | 763 fun:history::HistoryBackend::InitImpl |
803 } | 764 } |
804 | |
805 { | 765 { |
806 bug_19775_b | 766 bug_19775_b |
807 Heapcheck:Leak | 767 Heapcheck:Leak |
808 ... | 768 ... |
809 fun:history::HistoryBackend::InitImpl | 769 fun:history::HistoryBackend::InitImpl |
810 fun:history::HistoryBackend::Init | 770 fun:history::HistoryBackend::Init |
811 } | 771 } |
812 | |
813 { | 772 { |
814 bug_19775_c | 773 bug_19775_c |
815 Heapcheck:Leak | 774 Heapcheck:Leak |
816 fun:CancelableTask* NewRunnableMethod | 775 fun:CancelableTask* NewRunnableMethod |
817 fun:HistoryService::BackendDelegate::DBLoaded | 776 fun:HistoryService::BackendDelegate::DBLoaded |
818 fun:history::HistoryBackend::Init | 777 fun:history::HistoryBackend::Init |
819 } | 778 } |
820 | |
821 { | 779 { |
822 bug_19775_d | 780 bug_19775_d |
823 Heapcheck:Leak | 781 Heapcheck:Leak |
824 ... | 782 ... |
825 fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody | 783 fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody |
826 } | 784 } |
827 { | 785 { |
828 bug_47188_a | 786 bug_47188_a |
829 Heapcheck:Leak | 787 Heapcheck:Leak |
830 fun:net::SingleThreadedProxyResolver::GetProxyForURL | 788 fun:net::SingleThreadedProxyResolver::GetProxyForURL |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 fun:Callback1::Type* NewCallback | 913 fun:Callback1::Type* NewCallback |
956 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody | 914 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody |
957 } | 915 } |
958 { | 916 { |
959 bug_52826 | 917 bug_52826 |
960 Heapcheck:Leak | 918 Heapcheck:Leak |
961 fun:TestingProfile::CreateRequestContext | 919 fun:TestingProfile::CreateRequestContext |
962 fun:GoogleURLTrackerTest::CreateRequestContext | 920 fun:GoogleURLTrackerTest::CreateRequestContext |
963 fun:GoogleURLTrackerTest*_Test::TestBody | 921 fun:GoogleURLTrackerTest*_Test::TestBody |
964 } | 922 } |
| 923 { |
| 924 bug_52900_a |
| 925 Heapcheck:Leak |
| 926 ... |
| 927 fun:MockRenderProcessHostFactory::CreateRenderProcessHost |
| 928 fun:SiteInstance::GetProcess |
| 929 fun:RenderViewHost |
| 930 fun:TestRenderViewHost |
| 931 fun:TestRenderViewHostFactory::CreateRenderViewHost |
| 932 fun:RenderViewHostFactory::Create |
| 933 fun:RenderViewHostManager::Init |
| 934 fun:TabContents |
| 935 fun:TestTabContents |
| 936 fun:RenderViewHostTestHarness::SetUp |
| 937 } |
| 938 { |
| 939 bug_52900_b |
| 940 Heapcheck:Leak |
| 941 ... |
| 942 fun:RenderViewHostDelegateViewHelper::CreateNewFullscreenWidget |
| 943 fun:TabContentsView::CreateNewFullscreenWidgetInternal |
| 944 fun:TabContentsView::CreateNewFullscreenWidget |
| 945 fun:RenderViewHost::CreateNewFullscreenWidget |
| 946 fun:RenderViewHostTest_CreateFullscreenWidget_Test::TestBody |
| 947 } |
| 948 { |
| 949 bug_52900_c |
| 950 Heapcheck:Leak |
| 951 ... |
| 952 fun:IPC::TestSink::OnMessageReceived |
| 953 fun:MockRenderProcessHost::Send |
| 954 fun:PurgePluginListCache |
| 955 fun:PluginService::Observe |
| 956 fun:NotificationService::Notify |
| 957 fun:ExtensionsService::NotifyExtensionLoaded |
| 958 fun:ExtensionsService::OnExtensionLoaded |
| 959 fun:ExtensionsService::LoadInstalledExtension |
| 960 fun:ExtensionsService::ContinueLoadAllExtensions |
| 961 fun:ExtensionsService::LoadAllExtensions |
| 962 fun:ExtensionsService::Init |
| 963 fun:ExtensionsServiceTest_CleanupOnStartup_Test::TestBody |
| 964 } |
OLD | NEW |