OLD | NEW |
1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
3 # | 3 # |
4 # This file contains suppressions for the DrMemory reports happening | 4 # This file contains suppressions for the DrMemory reports happening |
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. | 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. |
6 # Please use suppressions_full.txt for all the reports that can happen only | 6 # Please use suppressions_full.txt for all the reports that can happen only |
7 # in the full mode (drmemory_full), | 7 # in the full mode (drmemory_full), |
8 | 8 |
9 ############################ | 9 ############################ |
10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 UNADDRESSABLE ACCESS | 660 UNADDRESSABLE ACCESS |
661 name=http://crbug.com/420311 | 661 name=http://crbug.com/420311 |
662 blink_web.dll!blink::Frame::deprecatedLocalOwner | 662 blink_web.dll!blink::Frame::deprecatedLocalOwner |
663 blink_web.dll!blink::Document::topDocument | 663 blink_web.dll!blink::Document::topDocument |
664 blink_web.dll!blink::Document::axObjectCacheOwner | 664 blink_web.dll!blink::Document::axObjectCacheOwner |
665 blink_web.dll!blink::Document::existingAXObjectCache | 665 blink_web.dll!blink::Document::existingAXObjectCache |
666 blink_web.dll!blink::FrameView::removeFromAXObjectCache | 666 blink_web.dll!blink::FrameView::removeFromAXObjectCache |
667 blink_web.dll!blink::FrameView::prepareForDetach | 667 blink_web.dll!blink::FrameView::prepareForDetach |
668 blink_web.dll!blink::LocalFrame::setView | 668 blink_web.dll!blink::LocalFrame::setView |
669 blink_web.dll!blink::FrameTree::~FrameTree | 669 blink_web.dll!blink::FrameTree::~FrameTree |
| 670 |
| 671 UNINITIALIZED READ |
| 672 name=http://crbug.com/422472 (a) |
| 673 shared_memory_support.dll!media::FromInterleavedInternal<> |
| 674 shared_memory_support.dll!media::AudioBus::FromInterleavedPartial |
| 675 shared_memory_support.dll!media::AudioBus::FromInterleaved |
| 676 content.dll!content::SpeechRecognitionAudioSink::OnData |
| 677 content.dll!content::MediaStreamAudioSinkOwner::OnData |
| 678 content.dll!content::WebRtcLocalAudioTrack::Capture |
| 679 *!content::SpeechRecognitionAudioSinkTest_RecognizerNotifiedOnSocket_Test::TestB
ody |
| 680 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 681 |
| 682 UNINITIALIZED READ |
| 683 name=http://crbug.com/422472 (b) |
| 684 shared_memory_support.dll!media::FromInterleavedInternal<> |
| 685 ... |
| 686 *!content::SpeechRecognitionAudioSinkTest::CaptureAudio |
| 687 *!content::SpeechRecognitionAudioSinkTest_OnReadyStateChangedOccured_Test::TestB
ody |
| 688 |
| 689 UNINITIALIZED READ |
| 690 name=http://crbug.com/422472 (c) |
| 691 shared_memory_support.dll!media::FromInterleavedInternal<> |
| 692 ... |
| 693 *!content::SpeechRecognitionAudioSinkTest::CaptureAudio |
| 694 *!content::SpeechRecognitionAudioSinkTest_SyncSocketFailsSendingData_Test::TestB
ody |
OLD | NEW |