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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 name=prefetches in igdumd32.dll | 250 name=prefetches in igdumd32.dll |
251 instruction=prefetch* | 251 instruction=prefetch* |
252 igdumd32.dll!* | 252 igdumd32.dll!* |
253 | 253 |
254 UNADDRESSABLE ACCESS | 254 UNADDRESSABLE ACCESS |
255 name=http://code.google.com/p/drmemory/issues/detail?id=582 bizarre cl-generated
read-beyond-TOS | 255 name=http://code.google.com/p/drmemory/issues/detail?id=582 bizarre cl-generated
read-beyond-TOS |
256 instruction=mov 0xfffffffc(%esp) -> %eax | 256 instruction=mov 0xfffffffc(%esp) -> %eax |
257 chrome.dll!blink::RenderStyle::resetBorder* | 257 chrome.dll!blink::RenderStyle::resetBorder* |
258 | 258 |
259 INVALID HEAP ARGUMENT | 259 INVALID HEAP ARGUMENT |
260 name=http://crbug.com/101537, http://crbug.com/101717 (1) | 260 name=http://crbug.com/101717 (1) |
261 *!scoped_ptr<>* | 261 *!sandbox::PolicyBase::~PolicyBase |
262 | 262 |
263 INVALID HEAP ARGUMENT | 263 INVALID HEAP ARGUMENT |
264 name=http://crbug.com/101717 (2) | 264 name=http://crbug.com/101717 (2) |
265 *!sandbox::PolicyBase::~PolicyBase | 265 *!scoped_ptr<>::~scoped_ptr<> |
| 266 *!sandbox::GetHandleName |
266 | 267 |
267 INVALID HEAP ARGUMENT | 268 INVALID HEAP ARGUMENT |
268 name=http://crbug.com/101717 (3) | 269 name=http://crbug.com/101717 (3) |
269 *!scoped_ptr<>::~scoped_ptr<> | 270 *!scoped_ptr<>::~scoped_ptr<> |
270 *!sandbox::GetHandleName | |
271 | |
272 INVALID HEAP ARGUMENT | |
273 name=http://crbug.com/101717 (4) | |
274 *!scoped_ptr<>::~scoped_ptr<> | |
275 *!sandbox::GetPathFromHandle | 271 *!sandbox::GetPathFromHandle |
276 | 272 |
277 GDI USAGE ERROR | 273 GDI USAGE ERROR |
278 name=http://code.google.com/p/drmemory/issues/detail?id=899 deleting bitmap whic
h is probably safe | 274 name=http://code.google.com/p/drmemory/issues/detail?id=899 deleting bitmap whic
h is probably safe |
279 system call NtGdiDeleteObjectApp | 275 system call NtGdiDeleteObjectApp |
280 *!skia::`anonymous namespace'::Bitmap::~Bitmap | 276 *!skia::`anonymous namespace'::Bitmap::~Bitmap |
281 *!skia::`anonymous namespace'::Bitmap::`scalar deleting destructor' | 277 *!skia::`anonymous namespace'::Bitmap::`scalar deleting destructor' |
282 | 278 |
283 ############################ | 279 ############################ |
284 # Real issues in Chromium | 280 # Real issues in Chromium |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 aura.dll!aura::WindowEventDispatcher::OnPostNotifiedWindowDestroying | 642 aura.dll!aura::WindowEventDispatcher::OnPostNotifiedWindowDestroying |
647 aura.dll!aura::Window::~Window | 643 aura.dll!aura::Window::~Window |
648 | 644 |
649 UNADDRESSABLE ACCESS | 645 UNADDRESSABLE ACCESS |
650 name=http://crbug.com/400511 | 646 name=http://crbug.com/400511 |
651 content.dll!content::WebThreadBase::TaskObserverAdapter::WillProcessTask | 647 content.dll!content::WebThreadBase::TaskObserverAdapter::WillProcessTask |
652 base.dll!base::MessageLoop::RunTask | 648 base.dll!base::MessageLoop::RunTask |
653 base.dll!base::Thread::StopSoon | 649 base.dll!base::Thread::StopSoon |
654 base.dll!base::MessageLoop::DeferOrRunPendingTask | 650 base.dll!base::MessageLoop::DeferOrRunPendingTask |
655 | 651 |
656 INVALID HEAP ARGUMENT | |
657 name=http://crbug.com/413215 | |
658 *!replace_operator_delete* | |
659 v8.dll!* | |
660 | |
661 UNADDRESSABLE ACCESS | 652 UNADDRESSABLE ACCESS |
662 name=http://crbug.com/414675 | 653 name=http://crbug.com/414675 |
663 blink_web.dll!blink::toCoreFrame | 654 blink_web.dll!blink::toCoreFrame |
664 blink_web.dll!blink::RemoteFrameClient::firstChild | 655 blink_web.dll!blink::RemoteFrameClient::firstChild |
665 blink_web.dll!blink::WebRemoteFrameImpl::~WebRemoteFrameImpl | 656 blink_web.dll!blink::WebRemoteFrameImpl::~WebRemoteFrameImpl |
666 blink_web.dll!blink::WebRemoteFrameImpl::close | 657 blink_web.dll!blink::WebRemoteFrameImpl::close |
667 content.dll!content::RenderFrameProxy::~RenderFrameProxy | 658 content.dll!content::RenderFrameProxy::~RenderFrameProxy |
668 | 659 |
OLD | NEW |