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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 name=Firefox 3 NSS dll leak | 1073 name=Firefox 3 NSS dll leak |
1074 nspr4.dll!* | 1074 nspr4.dll!* |
1075 ... | 1075 ... |
1076 *!NSSDecryptor::~NSSDecryptor | 1076 *!NSSDecryptor::~NSSDecryptor |
1077 | 1077 |
1078 # We get uninit reports inside GMock when it prints the bytes of references to | 1078 # We get uninit reports inside GMock when it prints the bytes of references to |
1079 # partially initialized objects passed to unexpected method calls. | 1079 # partially initialized objects passed to unexpected method calls. |
1080 UNINITIALIZED READ | 1080 UNINITIALIZED READ |
1081 name=http://crbug.com/64887 (GMock printing uninit data) | 1081 name=http://crbug.com/64887 (GMock printing uninit data) |
1082 ... | 1082 ... |
1083 *!testing::internal2::PrintBytesInObjectTo | 1083 *!testing::*::PrintBytesInObjectTo* |
1084 | 1084 |
1085 ############################################################### | 1085 ############################################################### |
1086 # Proactively borrowed from memcheck/suppressions.txt. | 1086 # Proactively borrowed from memcheck/suppressions.txt. |
1087 # We have not yet seen these, but we are expanding the sets of tests | 1087 # We have not yet seen these, but we are expanding the sets of tests |
1088 # we're running, and we've hit redness in the past that could have | 1088 # we're running, and we've hit redness in the past that could have |
1089 # been avoided by already having the Memcheck suppressions. | 1089 # been avoided by already having the Memcheck suppressions. |
1090 # TODO(bruening): review the entire file (not just these) once we're | 1090 # TODO(bruening): review the entire file (not just these) once we're |
1091 # at the peak set of tests we plan to run and remove the unused ones. | 1091 # at the peak set of tests we plan to run and remove the unused ones. |
1092 | 1092 |
1093 UNINITIALIZED READ | 1093 UNINITIALIZED READ |
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2002 content.dll!content::BrowserAccessibilityManager::UpdateNode | 2002 content.dll!content::BrowserAccessibilityManager::UpdateNode |
2003 content.dll!content::BrowserAccessibilityManager::UpdateNodes | 2003 content.dll!content::BrowserAccessibilityManager::UpdateNodes |
2004 | 2004 |
2005 UNINITIALIZED READ | 2005 UNINITIALIZED READ |
2006 name=bug_349416_a | 2006 name=bug_349416_a |
2007 ... | 2007 ... |
2008 MSVCP120.dll!std::num_get<>::_Getffld | 2008 MSVCP120.dll!std::num_get<>::_Getffld |
2009 MSVCP120.dll!std::num_get<>::do_get | 2009 MSVCP120.dll!std::num_get<>::do_get |
2010 MSVCP120.dll!std::basic_istream<>::operator>> | 2010 MSVCP120.dll!std::basic_istream<>::operator>> |
2011 translator.dll!pp::numeric_lex_float<> | 2011 translator.dll!pp::numeric_lex_float<> |
2012 | |
2013 UNINITIALIZED READ | |
2014 name=bug_349416_b | |
2015 MSVCR120.dll!_output_s_l | |
2016 MSVCR120.dll!_vsnprintf_helper | |
2017 MSVCR120.dll!_vsnprintf_s_l | |
2018 MSVCR120.dll!_snprintf_s | |
2019 *!testing::`anonymous namespace'::PrintByteSegmentInObjectTo | |
2020 *!testing::`anonymous namespace'::PrintBytesInObjectToImpl | |
2021 *!testing::internal2::operator<<<> | |
2022 *!testing_internal::DefaultPrintNonContainerTo<> | |
2023 | |
2024 UNINITIALIZED READ | |
2025 name=bug_349416_c | |
2026 MSVCR120.dll!sprintf_s | |
2027 MSVCR120.dll!_uncaught_exception | |
2028 MSVCR120.dll!vsnprintf_s_l | |
2029 MSVCR120.dll!snprintf_s | |
2030 *!testing::`anonymous namespace'::PrintByteSegmentInObjectTo | |
2031 *!testing::`anonymous namespace'::PrintBytesInObjectToImpl | |
2032 *!testing::internal2::operator<<<> | |
2033 *!testing_internal::DefaultPrintNonContainerTo<> | |
OLD | NEW |