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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « tools/valgrind/chrome_tests.py ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 *!base::MessageLoop::RunTask 543 *!base::MessageLoop::RunTask
544 *!base::MessageLoop::DeferOrRunPendingTask 544 *!base::MessageLoop::DeferOrRunPendingTask
545 *!base::MessageLoop::DoWork 545 *!base::MessageLoop::DoWork
546 *!base::MessagePumpForIO::DoRunLoop 546 *!base::MessagePumpForIO::DoRunLoop
547 *!base::MessagePumpWin::Run 547 *!base::MessagePumpWin::Run
548 *!base::MessageLoop::RunHandler 548 *!base::MessageLoop::RunHandler
549 *!base::Thread::Run 549 *!base::Thread::Run
550 *!content::BrowserThreadImpl::CacheThreadRun 550 *!content::BrowserThreadImpl::CacheThreadRun
551 *!content::BrowserThreadImpl::Run 551 *!content::BrowserThreadImpl::Run
552 552
553 UNADDRESSABLE ACCESS
554 name=http://crbug.com/379204
555 ...
556 *!WTF::MessageQueue<>::waitForMessageWithTimeout
557 *!blink::WorkerRunLoop::run
558 *!blink::WorkerRunLoop::run
559 *!blink::WorkerThread::workerThread
560 *!WTF::threadEntryPoint
561
562 GDI USAGE ERROR 553 GDI USAGE ERROR
563 name=379774 554 name=379774
564 system call NtUserCallOneParam.RELEASEDC 555 system call NtUserCallOneParam.RELEASEDC
565 USER32.dll!ReleaseDC 556 USER32.dll!ReleaseDC
566 *!std::_Tree<>::_Erase 557 *!std::_Tree<>::_Erase
567 *!std::_Tree<>::erase 558 *!std::_Tree<>::erase
568 *!DefaultSingletonTraits<>::Delete 559 *!DefaultSingletonTraits<>::Delete
569 *!Singleton<>::OnExit 560 *!Singleton<>::OnExit
570 *!base::AtExitManager::ProcessCallbacksNow 561 *!base::AtExitManager::ProcessCallbacksNow
571 *!base::AtExitManager::~AtExitManager 562 *!base::AtExitManager::~AtExitManager
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 UNADDRESSABLE ACCESS 651 UNADDRESSABLE ACCESS
661 name=http://crbug.com/420311 652 name=http://crbug.com/420311
662 blink_web.dll!blink::Frame::deprecatedLocalOwner 653 blink_web.dll!blink::Frame::deprecatedLocalOwner
663 blink_web.dll!blink::Document::topDocument 654 blink_web.dll!blink::Document::topDocument
664 blink_web.dll!blink::Document::axObjectCacheOwner 655 blink_web.dll!blink::Document::axObjectCacheOwner
665 blink_web.dll!blink::Document::existingAXObjectCache 656 blink_web.dll!blink::Document::existingAXObjectCache
666 blink_web.dll!blink::FrameView::removeFromAXObjectCache 657 blink_web.dll!blink::FrameView::removeFromAXObjectCache
667 blink_web.dll!blink::FrameView::prepareForDetach 658 blink_web.dll!blink::FrameView::prepareForDetach
668 blink_web.dll!blink::LocalFrame::setView 659 blink_web.dll!blink::LocalFrame::setView
669 blink_web.dll!blink::FrameTree::~FrameTree 660 blink_web.dll!blink::FrameTree::~FrameTree
661
662 UNADDRESSABLE ACCESS
663 name=http://crbug.com/432070
664 blink_web.dll!blink::Frame::detach
665 content.dll!content::RenderFrameProxy::OnDeleteProxy
666 content.dll!content::RenderFrameProxy::OnMessageReceived
667 content.dll!content::MessageRouter::RouteMessage
OLDNEW
« no previous file with comments | « tools/valgrind/chrome_tests.py ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698