| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 ... | 57 ... |
| 58 MSWSOCK.dll!WSPStartup | 58 MSWSOCK.dll!WSPStartup |
| 59 | 59 |
| 60 UNADDRESSABLE ACCESS | 60 UNADDRESSABLE ACCESS |
| 61 name=http://code.google.com/p/drmemory/issues/detail?id=68 (UNADDR 2) | 61 name=http://code.google.com/p/drmemory/issues/detail?id=68 (UNADDR 2) |
| 62 ... | 62 ... |
| 63 ntdll.dll!RtlValidateUnicodeString | 63 ntdll.dll!RtlValidateUnicodeString |
| 64 | 64 |
| 65 UNADDRESSABLE ACCESS | 65 UNADDRESSABLE ACCESS |
| 66 name=http://crbug.com/131304 | 66 name=http://crbug.com/131304 |
| 67 avcodec-54.dll!avpriv_vorbis_parse_reset | 67 avutil-51.dll!ff_vector_fmul_sse |
| 68 avcodec-54.dll!avpriv_vorbis_parse_reset | |
| 69 | 68 |
| 70 ############################ | 69 ############################ |
| 71 # TODO(timurrrr): investigate these | 70 # TODO(timurrrr): investigate these |
| 72 UNADDRESSABLE ACCESS | 71 UNADDRESSABLE ACCESS |
| 73 name=TODO SHParseDisplayName | 72 name=TODO SHParseDisplayName |
| 74 ... | 73 ... |
| 75 *!SHParseDisplayName | 74 *!SHParseDisplayName |
| 76 | 75 |
| 77 UNADDRESSABLE ACCESS | 76 UNADDRESSABLE ACCESS |
| 78 name=TODO GetCanonicalPathInfo | 77 name=TODO GetCanonicalPathInfo |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 gdi32.dll!DeleteObject | 347 gdi32.dll!DeleteObject |
| 349 riched20.dll!* | 348 riched20.dll!* |
| 350 riched20.dll!* | 349 riched20.dll!* |
| 351 riched20.dll!* | 350 riched20.dll!* |
| 352 | 351 |
| 353 WARNING | 352 WARNING |
| 354 name=http://crbug.com/120157 | 353 name=http://crbug.com/120157 |
| 355 # "ReleaseDC called from different thread than GetDC" | 354 # "ReleaseDC called from different thread than GetDC" |
| 356 system call NtUserCallOneParam.RELEASEDC | 355 system call NtUserCallOneParam.RELEASEDC |
| 357 *!*FontCache::CacheElement::~CacheElement | 356 *!*FontCache::CacheElement::~CacheElement |
| OLD | NEW |