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 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1653 *!ui::NativeThemeWin::PaintDirect | 1653 *!ui::NativeThemeWin::PaintDirect |
1654 | 1654 |
1655 UNINITIALIZED READ | 1655 UNINITIALIZED READ |
1656 name=bug_377728 | 1656 name=bug_377728 |
1657 ... | 1657 ... |
1658 *!Hunspell::suggest | 1658 *!Hunspell::suggest |
1659 *!HunspellEngine::FillSuggestionList | 1659 *!HunspellEngine::FillSuggestionList |
1660 *!SpellcheckLanguage::SpellCheckWord | 1660 *!SpellcheckLanguage::SpellCheckWord |
1661 *!SpellCheck::SpellCheckWord | 1661 *!SpellCheck::SpellCheckWord |
1662 | 1662 |
1663 UNINITIALIZED READ | |
1664 name=bug_387373 | |
1665 *!blink::WebEmbeddedWorkerImpl::startWorkerContext | |
1666 *!content::EmbeddedWorkerDispatcher::OnStartWorker | |
1667 *!EmbeddedWorkerMsg_StartWorker::Dispatch<> | |
1668 | |
1669 UNADDRESSABLE ACCESS | 1663 UNADDRESSABLE ACCESS |
1670 name=bug_389132 | 1664 name=bug_389132 |
1671 content.dll!crypto_kernel_do_load_cipher_type | 1665 content.dll!crypto_kernel_do_load_cipher_type |
1672 content.dll!crypto_kernel_load_cipher_type | 1666 content.dll!crypto_kernel_load_cipher_type |
1673 content.dll!crypto_kernel_init | 1667 content.dll!crypto_kernel_init |
1674 content.dll!cricket::SrtpSession::SetKey | 1668 content.dll!cricket::SrtpSession::SetKey |
1675 content.dll!cricket::SrtpSession::SetSend | 1669 content.dll!cricket::SrtpSession::SetSend |
1676 content.dll!cricket::SrtpFilter::SetRtpParams | 1670 content.dll!cricket::SrtpFilter::SetRtpParams |
1677 content.dll!cricket::BaseChannel::SetupDtlsSrtp | 1671 content.dll!cricket::BaseChannel::SetupDtlsSrtp |
1678 content.dll!cricket::BaseChannel::ChannelWritable_w | 1672 content.dll!cricket::BaseChannel::ChannelWritable_w |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2144 content.dll!content::ChildThreadImpl::Init | 2138 content.dll!content::ChildThreadImpl::Init |
2145 content.dll!content::ChildThreadImpl::ChildThreadImpl | 2139 content.dll!content::ChildThreadImpl::ChildThreadImpl |
2146 content.dll!content::UtilityThreadImpl::UtilityThreadImpl | 2140 content.dll!content::UtilityThreadImpl::UtilityThreadImpl |
2147 content.dll!content::UtilityMain | 2141 content.dll!content::UtilityMain |
2148 | 2142 |
2149 UNADDRESSABLE ACCESS | 2143 UNADDRESSABLE ACCESS |
2150 name=bug_617740 | 2144 name=bug_617740 |
2151 media.dll!mkvmuxer::Segment::WriteFramesAll | 2145 media.dll!mkvmuxer::Segment::WriteFramesAll |
2152 media.dll!mkvmuxer::Segment::Finalize | 2146 media.dll!mkvmuxer::Segment::Finalize |
2153 media.dll!media::WebmMuxer::~WebmMuxer | 2147 media.dll!media::WebmMuxer::~WebmMuxer |
OLD | NEW |