| 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 UNADDRESSABLE ACCESS | 564 UNADDRESSABLE ACCESS |
| 565 name=http://crbug.com/382784 | 565 name=http://crbug.com/382784 |
| 566 *!content::PepperMediaStreamAudioTrackHost::AudioSink::OnData | 566 *!content::PepperMediaStreamAudioTrackHost::AudioSink::OnData |
| 567 *!content::MediaStreamAudioSinkOwner::OnData | 567 *!content::MediaStreamAudioSinkOwner::OnData |
| 568 *!content::WebRtcLocalAudioTrack::Capture | 568 *!content::WebRtcLocalAudioTrack::Capture |
| 569 *!content::WebRtcAudioCapturer::Capture | 569 *!content::WebRtcAudioCapturer::Capture |
| 570 *!media::AudioInputDevice::AudioThreadCallback::Process | 570 *!media::AudioInputDevice::AudioThreadCallback::Process |
| 571 *!media::AudioDeviceThread::Thread::Run | 571 *!media::AudioDeviceThread::Thread::Run |
| 572 *!media::AudioDeviceThread::Thread::ThreadMain | 572 *!media::AudioDeviceThread::Thread::ThreadMain |
| 573 | 573 |
| 574 HANDLE LEAK | |
| 575 name=http://crbug.com/383408 | |
| 576 system call NtCreateEvent | |
| 577 ... | |
| 578 *!base::internal::LockImpl::Lock | |
| 579 *!mojo::system::MessagePipe::RemoveWaiter | |
| 580 *!mojo::system::MessagePipeDispatcher::RemoveWaiterImplNoLock | |
| 581 *!mojo::system::Dispatcher::RemoveWaiter | |
| 582 *!mojo::system::Core::WaitManyInternal | |
| 583 *!mojo::system::Core::WaitMany | |
| 584 *!MojoWaitMany | |
| 585 | |
| 586 UNADDRESSABLE ACCESS | 574 UNADDRESSABLE ACCESS |
| 587 name=IntentionalCrashPluginTest.plugin_client.cc | 575 name=IntentionalCrashPluginTest.plugin_client.cc |
| 588 npapi_test_plugin.dll!NP_Initialize | 576 npapi_test_plugin.dll!NP_Initialize |
| 589 ... | 577 ... |
| 590 *!content::PluginLib::NP_Initialize | 578 *!content::PluginLib::NP_Initialize |
| 591 *!content::PluginThread::PluginThread | 579 *!content::PluginThread::PluginThread |
| 592 *!content::PluginMain | 580 *!content::PluginMain |
| 593 | 581 |
| 594 UNADDRESSABLE ACCESS | 582 UNADDRESSABLE ACCESS |
| 595 name=http://crbug.com/313788 | 583 name=http://crbug.com/313788 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 UNADDRESSABLE ACCESS | 762 UNADDRESSABLE ACCESS |
| 775 name=http://crbug.com/484352b | 763 name=http://crbug.com/484352b |
| 776 ... | 764 ... |
| 777 blink_web.dll!blink::WebFrameWidgetImpl::setRootGraphicsLayer | 765 blink_web.dll!blink::WebFrameWidgetImpl::setRootGraphicsLayer |
| 778 blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer | 766 blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer |
| 779 *.dll!blink::DeprecatedPaintLayerCompositor::detachRootLayer | 767 *.dll!blink::DeprecatedPaintLayerCompositor::detachRootLayer |
| 780 | 768 |
| 781 HANDLE LEAK | 769 HANDLE LEAK |
| 782 name=http://crbug.com/487500 | 770 name=http://crbug.com/487500 |
| 783 system call NtCreateEvent | 771 system call NtCreateEvent |
| 784 ... | 772 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus |
| 785 v8.dll!v8::base::Mutex::Lock | 773 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus |
| 786 base.dll!base::`anonymous namespace'::WorkItemCallback | 774 ntdll.dll!RtlIntegerToUnicodeString |
| 787 ntdll.dll!vsnprintf | |
| 788 ntdll.dll!TpCallbackIndependent | |
| OLD | NEW |