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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1088 ... | 1088 ... |
1089 *!NSSDecryptor::~NSSDecryptor | 1089 *!NSSDecryptor::~NSSDecryptor |
1090 | 1090 |
1091 # We get uninit reports inside GMock when it prints the bytes of references to | 1091 # We get uninit reports inside GMock when it prints the bytes of references to |
1092 # partially initialized objects passed to unexpected method calls. | 1092 # partially initialized objects passed to unexpected method calls. |
1093 UNINITIALIZED READ | 1093 UNINITIALIZED READ |
1094 name=http://crbug.com/64887 (GMock printing uninit data) | 1094 name=http://crbug.com/64887 (GMock printing uninit data) |
1095 ... | 1095 ... |
1096 *!testing::*::PrintBytesInObjectTo* | 1096 *!testing::*::PrintBytesInObjectTo* |
1097 | 1097 |
1098 # crbug.com | |
1099 UNINITIALIZED READ | |
1100 name=crbug.com/366905 A (the same issue as 64887, but no symbols) | |
1101 MSVCR120.dll!_output_s_l | |
1102 MSVCR120.dll!_vsnprintf_helper | |
1103 MSVCR120.dll!_vsnprintf_s_l | |
1104 MSVCR120.dll!_snprintf_s | |
1105 *!* | |
1106 *!* | |
1107 ... | |
1108 *!* | |
1109 *!* | |
1110 KERNEL32.dll!BaseThreadInitThunk | |
1111 | |
1112 UNINITIALIZED READ | |
1113 name=crbug.com/366905 B (the same issue as 64887, but no symbols) | |
1114 MSVCR120.dll!sprintf_s | |
1115 MSVCR120.dll!_uncaught_exception | |
1116 MSVCR120.dll!vsnprintf_s_l | |
1117 MSVCR120.dll!snprintf_s | |
1118 *!* | |
1119 *!* | |
1120 ... | |
1121 *!* | |
1122 *!* | |
1123 KERNEL32.dll!BaseThreadInitThunk | |
1124 | |
1125 UNINITIALIZED READ | |
1126 name=crbug.com/366905 C (the same issue as 64887, but no symbols) | |
1127 *!* | |
1128 ... | |
1129 *!* | |
1130 *!* | |
1131 *!* | |
1132 *!* | |
1133 *!* | |
1134 *!* | |
1135 *!* | |
1136 *!* | |
1137 *!* | |
1138 *!* | |
1139 *!* | |
1140 *!* | |
1141 *!* | |
1142 *!* | |
1143 *!* | |
1144 *!* | |
1145 *!* | |
1146 *!* | |
1147 KERNEL32.dll!BaseThreadInitThunk | |
1148 | |
1149 ############################################################### | 1098 ############################################################### |
1150 # Proactively borrowed from memcheck/suppressions.txt. | 1099 # Proactively borrowed from memcheck/suppressions.txt. |
1151 # We have not yet seen these, but we are expanding the sets of tests | 1100 # We have not yet seen these, but we are expanding the sets of tests |
1152 # we're running, and we've hit redness in the past that could have | 1101 # we're running, and we've hit redness in the past that could have |
1153 # been avoided by already having the Memcheck suppressions. | 1102 # been avoided by already having the Memcheck suppressions. |
1154 # TODO(bruening): review the entire file (not just these) once we're | 1103 # TODO(bruening): review the entire file (not just these) once we're |
1155 # at the peak set of tests we plan to run and remove the unused ones. | 1104 # at the peak set of tests we plan to run and remove the unused ones. |
1156 | 1105 |
1157 UNINITIALIZED READ | 1106 UNINITIALIZED READ |
1158 name=bug_87232 | 1107 name=bug_87232 |
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2131 | 2080 |
2132 UNINITIALIZED READ | 2081 UNINITIALIZED READ |
2133 name=bug_365101 | 2082 name=bug_365101 |
2134 *!device::BluetoothAdapterWin::AdapterStateChanged | 2083 *!device::BluetoothAdapterWin::AdapterStateChanged |
2135 | 2084 |
2136 UNINITIALIZED READ | 2085 UNINITIALIZED READ |
2137 name=bug_364146 | 2086 name=bug_364146 |
2138 ... | 2087 ... |
2139 v8.dll!* | 2088 v8.dll!* |
2140 net_with_v8.dll!net::ProxyResolverV8::Context::* | 2089 net_with_v8.dll!net::ProxyResolverV8::Context::* |
OLD | NEW |