Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(889)

Side by Side Diff: tools/valgrind/drmemory/suppressions.txt

Issue 1129973004: Revert of [MemSheriff] Suppress use-after-free in content::RenderFrameImpl::~RenderFrameImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert manually Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 system call NtCreateSection 674 system call NtCreateSection
675 *!CreateFileMappingW 675 *!CreateFileMappingW
676 *!base::SharedMemory::Create 676 *!base::SharedMemory::Create
677 *!base::SharedMemory::CreateAnonymous 677 *!base::SharedMemory::CreateAnonymous
678 *!content::ChildThread::AllocateSharedMemory 678 *!content::ChildThread::AllocateSharedMemory
679 *!content::ChildSharedBitmapManager::AllocateSharedMemoryBitmap 679 *!content::ChildSharedBitmapManager::AllocateSharedMemoryBitmap
680 *!content::ChildSharedBitmapManager::AllocateSharedBitmap 680 *!content::ChildSharedBitmapManager::AllocateSharedBitmap
681 *!cc::ResourceProvider::CreateBitmap 681 *!cc::ResourceProvider::CreateBitmap
682 *!cc::ResourceProvider::Create*Resource 682 *!cc::ResourceProvider::Create*Resource
683 683
684 UNADDRESSABLE ACCESS
685 name=http://crbug.com/445836_a
686 ...
687 content.dll!content::RenderFrameImpl::~RenderFrameImpl
688 content.dll!content::RenderFrameImpl::`vector deleting destructor'
689 content.dll!content::RenderViewImpl::~RenderViewImpl
690 content.dll!content::RenderViewImpl::`vector deleting destructor'
691 content.dll!base::internal::BindState<>::`scalar deleting destructor'
692 base.dll!scoped_refptr<>::Release
693 base.dll!base::internal::CallbackBase::~CallbackBase
694
695 INVALID HEAP ARGUMENT
696 name=http://crbug.com/445836_b
697 drmemorylib.dll!replace_operator_delete
698 ipc.dll!IPC::Listener::`vector deleting destructor'
699 content.dll!content::RenderFrameImpl::~RenderFrameImpl
700 content.dll!content::RenderFrameImpl::`vector deleting destructor'
701 content.dll!content::RenderViewImpl::~RenderViewImpl
702 content.dll!content::RenderViewImpl::`vector deleting destructor'
703 content.dll!base::internal::BindState<>::`scalar deleting destructor'
704 base.dll!scoped_refptr<>::Release
705 base.dll!base::internal::CallbackBase::~CallbackBase
706
707 HANDLE LEAK 684 HANDLE LEAK
708 name=http://crbug.com/449989 685 name=http://crbug.com/449989
709 system call NtOpenProcess 686 system call NtOpenProcess
710 KERNELBASE.dll!OpenProcess 687 KERNELBASE.dll!OpenProcess
711 base.dll!base::Process::OpenWithExtraPrivileges 688 base.dll!base::Process::OpenWithExtraPrivileges
712 content.dll!content::BrowserMessageFilter::Internal::OnChannelConnected 689 content.dll!content::BrowserMessageFilter::Internal::OnChannelConnected
713 690
714 UNADDRESSABLE ACCESS 691 UNADDRESSABLE ACCESS
715 name=http://crbug.com/455060 692 name=http://crbug.com/455060
716 *!content::FrameAccessibility::GetParent 693 *!content::FrameAccessibility::GetParent
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 blink_web.dll!blink::WebFrameWidgetImpl::setIsAcceleratedCompositingActive 770 blink_web.dll!blink::WebFrameWidgetImpl::setIsAcceleratedCompositingActive
794 blink_web.dll!blink::WebFrameWidgetImpl::willCloseLayerTreeView 771 blink_web.dll!blink::WebFrameWidgetImpl::willCloseLayerTreeView
795 scheduler.dll!scheduler::TaskQueueManager::ProcessTaskFromWorkQueue 772 scheduler.dll!scheduler::TaskQueueManager::ProcessTaskFromWorkQueue
796 773
797 UNADDRESSABLE ACCESS 774 UNADDRESSABLE ACCESS
798 name=http://crbug.com/484352b 775 name=http://crbug.com/484352b
799 blink_web.dll!blink::WebFrameWidgetImpl::setIsAcceleratedCompositingActive 776 blink_web.dll!blink::WebFrameWidgetImpl::setIsAcceleratedCompositingActive
800 blink_web.dll!blink::WebFrameWidgetImpl::setRootGraphicsLayer 777 blink_web.dll!blink::WebFrameWidgetImpl::setRootGraphicsLayer
801 blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer 778 blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer
802 blink_web.dll!blink::DeprecatedPaintLayerCompositor::detachRootLayer 779 blink_web.dll!blink::DeprecatedPaintLayerCompositor::detachRootLayer
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698