| 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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 base.dll!base::Thread::ThreadMain | 772 base.dll!base::Thread::ThreadMain |
| 773 base.dll!base::`anonymous namespace'::ThreadFunc | 773 base.dll!base::`anonymous namespace'::ThreadFunc |
| 774 | 774 |
| 775 HANDLE LEAK | 775 HANDLE LEAK |
| 776 name=bug_561803_a | 776 name=bug_561803_a |
| 777 system call NtCreateNamedPipeFile | 777 system call NtCreateNamedPipeFile |
| 778 *!CreateNamedPipeW | 778 *!CreateNamedPipeW |
| 779 *!mojo::edk::PlatformChannelPair::PlatformChannelPair | 779 *!mojo::edk::PlatformChannelPair::PlatformChannelPair |
| 780 ... | 780 ... |
| 781 *!mojo::edk::ChildProcessLaunched | 781 *!mojo::edk::ChildProcessLaunched |
| 782 *!mojo::embedder::ChildProcessLaunched | |
| 783 *!content::*::OnProcessLaunched | 782 *!content::*::OnProcessLaunched |
| 784 *!content::ChildProcessLauncher::Notify | 783 *!content::ChildProcessLauncher::Notify |
| 785 *!content::ChildProcessLauncher::DidLaunch | 784 *!content::ChildProcessLauncher::DidLaunch |
| 786 *!base::internal::InvokeHelper<>::MakeItSo | 785 *!base::internal::InvokeHelper<>::MakeItSo |
| 787 | 786 |
| 788 HANDLE LEAK | |
| 789 name=bug_561803_b | |
| 790 system call NtDuplicateObject | |
| 791 *!DuplicateHandle | |
| 792 *!DuplicateHandle | |
| 793 *!mojo::edk::ChildBrokerHost::ChildBrokerHost | |
| 794 *!mojo::edk::ChildProcessLaunched | |
| 795 *!mojo::embedder::ChildProcessLaunched | |
| 796 ... | |
| 797 *!content::ChildProcessLauncher::Notify | |
| 798 *!content::ChildProcessLauncher::DidLaunch | |
| 799 *!base::internal::InvokeHelper<>::MakeItSo | |
| 800 | |
| 801 GDI USAGE ERROR | 787 GDI USAGE ERROR |
| 802 name=bug_573352 | 788 name=bug_573352 |
| 803 system call NtGdiDeleteObjectApp | 789 system call NtGdiDeleteObjectApp |
| 804 GDI32.dll!... | 790 GDI32.dll!... |
| 805 SHELL32.dll!... | 791 SHELL32.dll!... |
| 806 ui_base.dll!drag_utils::SetDragImageOnDataObject | 792 ui_base.dll!drag_utils::SetDragImageOnDataObject |
| 807 | 793 |
| 808 HANDLE LEAK | 794 HANDLE LEAK |
| 809 name=bug_580636_a | 795 name=bug_580636_a |
| 810 system call NtDuplicateObject | 796 system call NtDuplicateObject |
| 811 KERNELBASE.dll!DuplicateHandle | 797 KERNELBASE.dll!DuplicateHandle |
| 812 ... | 798 ... |
| 813 *!IPC::internal::HandleAttachmentWin::HandleAttachmentWin | 799 *!IPC::internal::HandleAttachmentWin::HandleAttachmentWin |
| OLD | NEW |