| OLD | NEW |
| 1 ############################ | 1 ############################ |
| 2 # Known reports on the third party we have no control over. | 2 # Known reports on the third party we have no control over. |
| 3 UNINITIALIZED READ | 3 UNINITIALIZED READ |
| 4 ... | 4 ... |
| 5 *!deflate_* | 5 *!deflate_* |
| 6 *!MOZ_Z_deflate | 6 *!MOZ_Z_deflate |
| 7 | 7 |
| 8 # http://code.google.com/p/drmemory/issues/detail?id=406 | 8 # http://code.google.com/p/drmemory/issues/detail?id=406 |
| 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. | 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. |
| 10 LEAK | 10 LEAK |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 UNINITIALIZED READ | 530 UNINITIALIZED READ |
| 531 ntdll.dll!RtlpNtOpenKey | 531 ntdll.dll!RtlpNtOpenKey |
| 532 ntdll.dll!RtlMakeSelfRelativeSD | 532 ntdll.dll!RtlMakeSelfRelativeSD |
| 533 ntdll.dll!RtlAbsoluteToSelfRelativeSD | 533 ntdll.dll!RtlAbsoluteToSelfRelativeSD |
| 534 ADVAPI32.dll!MakeSelfRelativeSD | 534 ADVAPI32.dll!MakeSelfRelativeSD |
| 535 | 535 |
| 536 UNINITIALIZED READ | 536 UNINITIALIZED READ |
| 537 ... | 537 ... |
| 538 CRYPT32.dll!I_CertSyncStore | 538 CRYPT32.dll!I_CertSyncStore |
| 539 | 539 |
| 540 # We get plenty of such leak reports on unit_tests. | |
| 541 # They are likely real but not very interesting since test-only | |
| 542 LEAK | |
| 543 ... | |
| 544 *!TestURLRequestContext::Init | |
| 545 | |
| 546 ############################ | 540 ############################ |
| 547 # Intentional errors in Chromium tests (ToolsSanityTests) | 541 # Intentional errors in Chromium tests (ToolsSanityTests) |
| 548 LEAK | 542 LEAK |
| 549 base_unittests.exe!operator new | 543 base_unittests.exe!operator new |
| 550 base_unittests.exe!operator new[] | 544 base_unittests.exe!operator new[] |
| 551 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody | 545 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody |
| 552 | 546 |
| 553 UNADDRESSABLE ACCESS | 547 UNADDRESSABLE ACCESS |
| 554 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft | 548 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft |
| 555 base_unittests.exe!*MakeSomeErrors | 549 base_unittests.exe!*MakeSomeErrors |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 # Deliberate LazyInstance leaks | 615 # Deliberate LazyInstance leaks |
| 622 LEAK | 616 LEAK |
| 623 ... | 617 ... |
| 624 *!base::LeakyLazyInstanceTraits*::New | 618 *!base::LeakyLazyInstanceTraits*::New |
| 625 *!base::LazyInstance*::Pointer | 619 *!base::LazyInstance*::Pointer |
| 626 | 620 |
| 627 # Deliberate NULL deref to crash the child process | 621 # Deliberate NULL deref to crash the child process |
| 628 UNADDRESSABLE ACCESS | 622 UNADDRESSABLE ACCESS |
| 629 *!CrashingChildProcess | 623 *!CrashingChildProcess |
| 630 | 624 |
| 625 # http://crbug.com/79933 |
| 626 LEAK |
| 627 ... |
| 628 *!TestURLRequestContext::Init |
| 629 |
| 630 LEAK |
| 631 ... |
| 632 *!TestURLRequestContext::TestURLRequestContext |
| 633 *!TestURLRequestContextGetter::GetURLRequestContext |
| 634 *!notifier::SingleLoginAttempt::SingleLoginAttempt |
| 635 *!notifier::Login::StartConnection |
| 636 *!sync_notifier::InvalidationNotifier::UpdateCredentials |
| 637 *!sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials |
| 638 |
| 631 ############################ | 639 ############################ |
| 632 # Real issues in Chromium | 640 # Real issues in Chromium |
| 633 | 641 |
| 634 # http://crbug.com/32623 | 642 # http://crbug.com/32623 |
| 635 LEAK | 643 LEAK |
| 636 ... | 644 ... |
| 637 *!ssl3_HandleHandshakeMessage | 645 *!ssl3_HandleHandshakeMessage |
| 638 *!ssl3_HandleHandshake | 646 *!ssl3_HandleHandshake |
| 639 *!ssl3_HandleRecord | 647 *!ssl3_HandleRecord |
| 640 *!ssl3_GatherCompleteHandshake | 648 *!ssl3_GatherCompleteHandshake |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 # http://crbug.com/74417 | 708 # http://crbug.com/74417 |
| 701 LEAK | 709 LEAK |
| 702 *!operator new | 710 *!operator new |
| 703 *!disk_cache::BackendImpl::CreateEntryImpl | 711 *!disk_cache::BackendImpl::CreateEntryImpl |
| 704 | 712 |
| 705 # http://crbug.com/74425 | 713 # http://crbug.com/74425 |
| 706 LEAK | 714 LEAK |
| 707 *!operator new | 715 *!operator new |
| 708 *!disk_cache::BackendImpl::NewEntry | 716 *!disk_cache::BackendImpl::NewEntry |
| 709 | 717 |
| 718 # http://crbug.com/76354 |
| 719 LEAK |
| 720 ... |
| 721 *!IPC::MessageWithReply* |
| 722 *!ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy |
| 723 *!ResolveProxyMsgHelperTest::GenerateReply |
| 724 *!ResolveProxyMsgHelperTest_*_Test::TestBody |
| 725 |
| 726 # http://crbug.com/78784 |
| 727 LEAK |
| 728 *!generic_cpp_alloc |
| 729 *!operator new |
| 730 *!TestingProfile::CreateRequestContext |
| 731 *!ProfileSyncService*::SetUp |
| 732 |
| 710 # http://crbug.com/81522 | 733 # http://crbug.com/81522 |
| 711 LEAK | 734 LEAK |
| 712 *!operator new | 735 *!operator new |
| 713 *!base::MessageLoopProxy::CreateForCurrentThread | 736 *!base::MessageLoopProxy::CreateForCurrentThread |
| 714 *!IPC::ChannelProxy::Context::Context | 737 *!IPC::ChannelProxy::Context::Context |
| 715 *!IPC::ChannelProxy::ChannelProxy | 738 *!IPC::ChannelProxy::ChannelProxy |
| 716 *!IPCChannelTest_ChannelProxyTest_Test::TestBody | 739 *!IPCChannelTest_ChannelProxyTest_Test::TestBody |
| 717 | 740 |
| 718 # http://crbug.com/81753 | 741 # http://crbug.com/81753 |
| 719 UNINITIALIZED READ | 742 UNINITIALIZED READ |
| 720 ... | 743 ... |
| 721 *!icu_46::RegexMatcher::MatchChunkAt | 744 *!icu_46::RegexMatcher::MatchChunkAt |
| 722 *!icu_46::RegexMatcher::findUsingChunk | 745 *!icu_46::RegexMatcher::findUsingChunk |
| 723 *!icu_46::RegexMatcher::find | 746 *!icu_46::RegexMatcher::find |
| 724 *!icu_46::RegexMatcher::find | 747 *!icu_46::RegexMatcher::find |
| 725 *!autofill::MatchesPattern | 748 *!autofill::MatchesPattern |
| 726 | 749 |
| 727 UNINITIALIZED READ | 750 UNINITIALIZED READ |
| 728 ... | 751 ... |
| 729 *!icu_46::RegexMatcher::MatchChunkAt | 752 *!icu_46::RegexMatcher::MatchChunkAt |
| 730 *!icu_46::RegexMatcher::matches | 753 *!icu_46::RegexMatcher::matches |
| 731 *!i18n::phonenumbers::IcuRegExp::Match | 754 *!i18n::phonenumbers::IcuRegExp::Match |
| 732 *!i18n::phonenumbers::RegExp::FullMatch | 755 *!i18n::phonenumbers::RegExp::FullMatch |
| 733 *!i18n::phonenumbers::PhoneNumberUtil::IsViablePhoneNumber | 756 *!i18n::phonenumbers::PhoneNumberUtil::IsViablePhoneNumber |
| 734 | 757 |
| 758 # http://crbug.com/82716 |
| 759 LEAK |
| 760 *!generic_cpp_alloc |
| 761 *!operator new |
| 762 *!base::MessageLoopProxy::CreateForCurrentThread |
| 763 *!IPC::SyncChannel::ReceivedSyncMsgQueue::ReceivedSyncMsgQueue |
| 764 *!IPC::SyncChannel::ReceivedSyncMsgQueue::AddContext |
| 765 *!IPC::SyncChannel::SyncContext::SyncContext |
| 766 *!IPC::SyncChannel::SyncChannel |
| 767 |
| 735 # http://crbug.com/87612 | 768 # http://crbug.com/87612 |
| 736 LEAK | 769 LEAK |
| 737 ... | 770 ... |
| 738 *!SSL_ConfigSecureServer | 771 *!SSL_ConfigSecureServer |
| 739 *!net::SSLServerSocketNSS::InitializeSSLOptions | 772 *!net::SSLServerSocketNSS::InitializeSSLOptions |
| 740 *!net::SSLServerSocketNSS::Handshake | 773 *!net::SSLServerSocketNSS::Handshake |
| 741 | 774 |
| 742 # http://crbug.com/88213 | 775 # http://crbug.com/88213 |
| 743 UNADDRESSABLE ACCESS | 776 UNADDRESSABLE ACCESS |
| 744 *!base::win::ObjectWatcher::StopWatching | 777 *!base::win::ObjectWatcher::StopWatching |
| 745 *!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop | 778 *!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop |
| 746 *!MessageLoop::~MessageLoop | 779 *!MessageLoop::~MessageLoop |
| 747 | 780 |
| 781 # http://crbug.com/88640 |
| 782 LEAK |
| 783 *!generic_cpp_alloc |
| 784 *!operator new |
| 785 *!ProfileImpl::InitRegisteredProtocolHandlers |
| 786 *!ProfileImpl::DoFinalInit |
| 787 *!ProfileImpl::OnPrefsLoaded |
| 788 |
| 748 # http://crbug.com/90654 | 789 # http://crbug.com/90654 |
| 749 UNINITIALIZED READ | 790 UNINITIALIZED READ |
| 750 *!_output_s_l | 791 *!_output_s_l |
| 751 ... | 792 ... |
| 752 *!testing_internal::DefaultPrintNonContainerTo<policy::FailedRequestParams> | 793 *!testing_internal::DefaultPrintNonContainerTo<policy::FailedRequestParams> |
| 753 | 794 |
| 754 # http://crbug.com/90961 | 795 # http://crbug.com/90961 |
| 755 LEAK | 796 LEAK |
| 756 *!operator new | 797 *!operator new |
| 757 *!cricket::Connection::Ping | 798 *!cricket::Connection::Ping |
| 758 *!cricket::P2PTransportChannel::OnPing | 799 *!cricket::P2PTransportChannel::OnPing |
| 759 *!cricket::P2PTransportChannel::OnMessage | 800 *!cricket::P2PTransportChannel::OnMessage |
| 760 *!talk_base::MessageQueue::Dispatch | 801 *!talk_base::MessageQueue::Dispatch |
| 761 *!talk_base::Thread::ProcessMessages | 802 *!talk_base::Thread::ProcessMessages |
| 762 *!talk_base::Thread::Run | 803 *!talk_base::Thread::Run |
| 763 *!remoting::`anonymous namespace'::JingleMessagePump::Run | 804 *!remoting::`anonymous namespace'::JingleMessagePump::Run |
| 764 ... | 805 ... |
| 765 *!remoting::protocol::`anonymous namespace'::RunMessageLoopWithTimeout | 806 *!remoting::protocol::`anonymous namespace'::RunMessageLoopWithTimeout |
| 766 *!remoting::protocol::JingleSessionTest::InitiateConnection | 807 *!remoting::protocol::JingleSessionTest::InitiateConnection |
| 767 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody | 808 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody |
| 768 | 809 |
| 810 # http://crbug.com/91465 |
| 811 LEAK |
| 812 *!generic_cpp_alloc |
| 813 *!operator new |
| 814 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* |
| 815 *!browser_sync::WeakHandle<browser_sync::JsBackend>::* |
| 816 *!sync_api::SyncManager::SyncInternal::Init |
| 817 |
| 769 # Empty line at EOF - workaround for | 818 # Empty line at EOF - workaround for |
| 770 # http://code.google.com/p/drmemory/issues/detail?id=41 | 819 # http://code.google.com/p/drmemory/issues/detail?id=41 |
| OLD | NEW |