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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 *!blink::SecurityOriginTest_Suborigins_Test::TestBody | 740 *!blink::SecurityOriginTest_Suborigins_Test::TestBody |
741 *!testing::internal::HandleExceptionsInMethodIfSupported<> | 741 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
742 | 742 |
743 UNADDRESSABLE ACCESS | 743 UNADDRESSABLE ACCESS |
744 name=bug_554520 | 744 name=bug_554520 |
745 *!gl::Program::release | 745 *!gl::Program::release |
746 *!gl::State::reset | 746 *!gl::State::reset |
747 *!gl::State::~State | 747 *!gl::State::~State |
748 *!`anonymous namespace'::ValidationESTest_DrawElementsWithMaxIndexGivesError_Tes
t::TestBody | 748 *!`anonymous namespace'::ValidationESTest_DrawElementsWithMaxIndexGivesError_Tes
t::TestBody |
749 *!testing::internal::HandleExceptionsInMethodIfSupported<> | 749 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 750 |
| 751 HANDLE LEAK |
| 752 name=bug_555058_a |
| 753 system call NtCreateUserProcess |
| 754 KERNEL32.dll!CreateProcessInternalW |
| 755 KERNEL32.dll!CreateProcessW |
| 756 base.dll!base::LaunchProcess |
| 757 base.dll!base::LaunchProcess |
| 758 content.dll!content::StartSandboxedProcess |
| 759 content.dll!content::`anonymous namespace'::LaunchOnLauncherThread |
| 760 content.dll!base::internal::InvokeHelper<>::MakeItSo |
| 761 content.dll!base::internal::Invoker<>::Run |
| 762 base.dll!base::debug::TaskAnnotator::RunTask |
| 763 base.dll!base::MessageLoop::RunTask |
| 764 base.dll!base::MessageLoop::DeferOrRunPendingTask |
| 765 base.dll!base::MessageLoop::DoWork |
| 766 base.dll!base::MessagePumpDefault::Run |
| 767 base.dll!base::MessageLoop::RunHandler |
| 768 base.dll!base::MessageLoop::Run |
| 769 base.dll!base::Thread::Run |
| 770 content.dll!content::BrowserThreadImpl::ProcessLauncherThreadRun |
| 771 content.dll!content::BrowserThreadImpl::Run |
| 772 base.dll!base::Thread::ThreadMain |
| 773 base.dll!base::`anonymous namespace'::ThreadFunc |
| 774 KERNEL32.dll!BaseThreadInitThunk |
| 775 |
| 776 HANDLE LEAK |
| 777 name=bug_555058_b |
| 778 system call NtDuplicateObject |
| 779 KERNELBASE.dll!DuplicateHandle |
| 780 KERNEL32.dll!DuplicateHandle |
| 781 *!sandbox::BrokerServicesBase::AddTargetPeer |
| 782 content.dll!content::StartSandboxedProcess |
| 783 content.dll!content::`anonymous namespace'::LaunchOnLauncherThread |
| 784 content.dll!base::internal::InvokeHelper<>::MakeItSo |
| 785 content.dll!base::internal::Invoker<>::Run |
| 786 base.dll!base::debug::TaskAnnotator::RunTask |
| 787 base.dll!base::MessageLoop::RunTask |
| 788 base.dll!base::MessageLoop::DeferOrRunPendingTask |
| 789 base.dll!base::MessageLoop::DoWork |
| 790 base.dll!base::MessagePumpDefault::Run |
| 791 base.dll!base::MessageLoop::RunHandler |
| 792 base.dll!base::MessageLoop::Run |
| 793 base.dll!base::Thread::Run |
| 794 content.dll!content::BrowserThreadImpl::ProcessLauncherThreadRun |
| 795 content.dll!content::BrowserThreadImpl::Run |
| 796 base.dll!base::Thread::ThreadMain |
| 797 base.dll!base::`anonymous namespace'::ThreadFunc |
OLD | NEW |