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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 | 281 |
282 UNADDRESSABLE ACCESS | 282 UNADDRESSABLE ACCESS |
283 name=http://crbug.com/106522 | 283 name=http://crbug.com/106522 |
284 npapi_test_plugin.dll!NPAPIClient::PluginTest::id | 284 npapi_test_plugin.dll!NPAPIClient::PluginTest::id |
285 npapi_test_plugin.dll!NPAPIClient::ExecuteGetJavascriptUrlTest::TimerProc | 285 npapi_test_plugin.dll!NPAPIClient::ExecuteGetJavascriptUrlTest::TimerProc |
286 | 286 |
287 # Bad GDI teardown sequence. | 287 # Bad GDI teardown sequence. |
288 WARNING | 288 WARNING |
289 name=http://crbug.com/109963 a | 289 name=http://crbug.com/109963 a |
290 system call NtGdiDeleteObjectApp | 290 system call NtGdiDeleteObjectApp |
| 291 # usually one or two GDI32.dll frames here but sometimes in light mode |
| 292 # there are zero. still pretty narrow b/c of frames on either side. |
| 293 ... |
291 *!skia::BitmapPlatformDevice::BitmapPlatformDeviceData::~BitmapPlatformDeviceDat
a | 294 *!skia::BitmapPlatformDevice::BitmapPlatformDeviceData::~BitmapPlatformDeviceDat
a |
292 | 295 |
293 WARNING | 296 WARNING |
294 name=http://crbug.com/109963 b | 297 name=http://crbug.com/109963 b |
295 system call NtGdiDeleteObjectApp | 298 system call NtGdiDeleteObjectApp |
296 GDI32.dll!* | 299 # usually one or two GDI32.dll frames here but sometimes in light mode |
| 300 # there are zero. still pretty narrow b/c of frames on either side. |
| 301 ... |
297 *!skia::BitmapPlatformDevice::BitmapPlatformDeviceData::ReleaseBitmapDC | 302 *!skia::BitmapPlatformDevice::BitmapPlatformDeviceData::ReleaseBitmapDC |
| 303 |
| 304 # GDI usage errors in 3rd-party components |
| 305 WARNING |
| 306 name=http://crbug.com/119552 a |
| 307 system call NtGdiDeleteObjectApp |
| 308 ... |
| 309 *!OmniboxViewWin::* |
| 310 |
| 311 WARNING |
| 312 name=http://crbug.com/119552 b |
| 313 system call Nt* |
| 314 ... |
| 315 *!ATL::* |
| 316 |
| 317 WARNING |
| 318 name=http://crbug.com/119552 c |
| 319 # optional gdi32.dll frame followed by user32.dll |
| 320 # TODO(bruening): once have |
| 321 # http://code.google.com/p/drmemory/issues/detail?id=846 |
| 322 # I would do "gdi32.dll!...\nuser32.dll!*" |
| 323 *32.dll!* |
| 324 ... |
| 325 shell32.dll!SHGetFileInfoW |
| 326 *!IconLoader::ReadIcon |
| 327 |
| 328 WARNING |
| 329 name=http://crbug.com/119552 d |
| 330 system call NtGdiDeleteObjectApp |
| 331 gdi32.dll!DeleteObject |
| 332 riched20.dll!* |
| 333 riched20.dll!* |
| 334 riched20.dll!* |
OLD | NEW |