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 should contain suppressions only for the reports happening | 4 # This file should contain suppressions only for the reports happening |
5 # in the 'full' mode (drmemory_full). | 5 # in the 'full' mode (drmemory_full). |
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), | 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), |
7 # please use suppressions.txt instead. | 7 # please use suppressions.txt instead. |
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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 RPCRT4.dll!NDRCContextBinding | 705 RPCRT4.dll!NDRCContextBinding |
706 | 706 |
707 LEAK | 707 LEAK |
708 name=http://crbug.com/109278 video device COM leaks | 708 name=http://crbug.com/109278 video device COM leaks |
709 ... | 709 ... |
710 *!media::VideoCaptureDevice::* | 710 *!media::VideoCaptureDevice::* |
711 | 711 |
712 LEAK | 712 LEAK |
713 name=http://crbug.com/109278 audio device COM leaks | 713 name=http://crbug.com/109278 audio device COM leaks |
714 ... | 714 ... |
715 *!GetInputDeviceNamesWin | 715 *!media::GetInputDeviceNamesWin |
716 | 716 |
717 # Looks like an unhandled syscall. | 717 # Looks like an unhandled syscall. |
718 UNINITIALIZED READ | 718 UNINITIALIZED READ |
719 name=http://code.google.com/p/drmemory/issues/detail?id=744 a | 719 name=http://code.google.com/p/drmemory/issues/detail?id=744 a |
720 ... | 720 ... |
721 *!cricket::UDPPort::OnReadPacket | 721 *!cricket::UDPPort::OnReadPacket |
722 | 722 |
723 UNINITIALIZED READ | 723 UNINITIALIZED READ |
724 name=http://code.google.com/p/drmemory/issues/detail?id=744 b | 724 name=http://code.google.com/p/drmemory/issues/detail?id=744 b |
725 ... | 725 ... |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket | 1231 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket |
1232 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket | 1232 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket |
1233 *!notifier::ChromeAsyncSocket::Connect | 1233 *!notifier::ChromeAsyncSocket::Connect |
1234 *!buzz::XmppClient::ProcessStartXmppLogin | 1234 *!buzz::XmppClient::ProcessStartXmppLogin |
1235 *!buzz::XmppClient::Process | 1235 *!buzz::XmppClient::Process |
1236 *!talk_base::Task::Step | 1236 *!talk_base::Task::Step |
1237 *!talk_base::TaskRunner::InternalRunTasks | 1237 *!talk_base::TaskRunner::InternalRunTasks |
1238 *!talk_base::TaskRunner::RunTasks | 1238 *!talk_base::TaskRunner::RunTasks |
1239 *!notifier::TaskPump::CheckAndRunTasks | 1239 *!notifier::TaskPump::CheckAndRunTasks |
1240 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)>
::Run | 1240 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)>
::Run |
OLD | NEW |