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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 | 629 |
630 LEAK | 630 LEAK |
631 ... | 631 ... |
632 *!TestURLRequestContext::TestURLRequestContext | 632 *!TestURLRequestContext::TestURLRequestContext |
633 *!TestURLRequestContextGetter::GetURLRequestContext | 633 *!TestURLRequestContextGetter::GetURLRequestContext |
634 *!notifier::SingleLoginAttempt::SingleLoginAttempt | 634 *!notifier::SingleLoginAttempt::SingleLoginAttempt |
635 *!notifier::Login::StartConnection | 635 *!notifier::Login::StartConnection |
636 *!sync_notifier::InvalidationNotifier::UpdateCredentials | 636 *!sync_notifier::InvalidationNotifier::UpdateCredentials |
637 *!sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials | 637 *!sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials |
638 | 638 |
| 639 LEAK |
| 640 ... |
| 641 *!TestURLRequestContext::TestURLRequestContext |
| 642 *!TestURLRequestContextGetter::GetURLRequestContext |
| 643 *!URLFetcher::Core::StartURLRequest |
| 644 |
639 ############################ | 645 ############################ |
640 # Real issues in Chromium | 646 # Real issues in Chromium |
641 | 647 |
642 # http://crbug.com/32623 | 648 # http://crbug.com/32623 |
643 LEAK | 649 LEAK |
644 ... | 650 ... |
645 *!ssl3_HandleHandshakeMessage | 651 *!ssl3_HandleHandshakeMessage |
646 *!ssl3_HandleHandshake | 652 *!ssl3_HandleHandshake |
647 *!ssl3_HandleRecord | 653 *!ssl3_HandleRecord |
648 *!ssl3_GatherCompleteHandshake | 654 *!ssl3_GatherCompleteHandshake |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 *!IPC::MessageWithReply* | 727 *!IPC::MessageWithReply* |
722 *!ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy | 728 *!ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy |
723 *!ResolveProxyMsgHelperTest::GenerateReply | 729 *!ResolveProxyMsgHelperTest::GenerateReply |
724 *!ResolveProxyMsgHelperTest_*_Test::TestBody | 730 *!ResolveProxyMsgHelperTest_*_Test::TestBody |
725 | 731 |
726 # http://crbug.com/78784 | 732 # http://crbug.com/78784 |
727 LEAK | 733 LEAK |
728 *!generic_cpp_alloc | 734 *!generic_cpp_alloc |
729 *!operator new | 735 *!operator new |
730 *!TestingProfile::CreateRequestContext | 736 *!TestingProfile::CreateRequestContext |
731 *!ProfileSyncService*::SetUp | 737 *!*ProfileSyncService*::SetUp |
732 | 738 |
733 # http://crbug.com/81522 | 739 # http://crbug.com/81522 |
734 LEAK | 740 LEAK |
735 *!operator new | 741 *!operator new |
736 *!base::MessageLoopProxy::CreateForCurrentThread | 742 *!base::MessageLoopProxy::CreateForCurrentThread |
737 *!IPC::ChannelProxy::Context::Context | 743 *!IPC::ChannelProxy::Context::Context |
738 *!IPC::ChannelProxy::ChannelProxy | 744 *!IPC::ChannelProxy::ChannelProxy |
739 *!IPCChannelTest_ChannelProxyTest_Test::TestBody | 745 *!IPCChannelTest_ChannelProxyTest_Test::TestBody |
740 | 746 |
741 # http://crbug.com/81753 | 747 # http://crbug.com/81753 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 # http://crbug.com/91465 | 816 # http://crbug.com/91465 |
811 LEAK | 817 LEAK |
812 *!generic_cpp_alloc | 818 *!generic_cpp_alloc |
813 *!operator new | 819 *!operator new |
814 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* | 820 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* |
815 *!browser_sync::WeakHandle<browser_sync::JsBackend>::* | 821 *!browser_sync::WeakHandle<browser_sync::JsBackend>::* |
816 *!sync_api::SyncManager::SyncInternal::Init | 822 *!sync_api::SyncManager::SyncInternal::Init |
817 | 823 |
818 # Empty line at EOF - workaround for | 824 # Empty line at EOF - workaround for |
819 # http://code.google.com/p/drmemory/issues/detail?id=41 | 825 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |