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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 UNADDRESSABLE ACCESS | 55 UNADDRESSABLE ACCESS |
56 name=http://code.google.com/p/drmemory/issues/detail?id=68 (UNADDR 1) | 56 name=http://code.google.com/p/drmemory/issues/detail?id=68 (UNADDR 1) |
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 | |
66 name=http://crbug.com/131304 | |
67 avutil-51.dll!ff_vector_fmul_sse | |
68 | |
69 ############################ | 65 ############################ |
70 # TODO(timurrrr): investigate these | 66 # TODO(timurrrr): investigate these |
71 UNADDRESSABLE ACCESS | 67 UNADDRESSABLE ACCESS |
72 name=TODO SHParseDisplayName | 68 name=TODO SHParseDisplayName |
73 ... | 69 ... |
74 *!SHParseDisplayName | 70 *!SHParseDisplayName |
75 | 71 |
76 UNADDRESSABLE ACCESS | 72 UNADDRESSABLE ACCESS |
77 name=TODO GetCanonicalPathInfo | 73 name=TODO GetCanonicalPathInfo |
78 ... | 74 ... |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 WARNING | 230 WARNING |
235 name=prefetches in NVD3DUM.dll | 231 name=prefetches in NVD3DUM.dll |
236 instruction=prefetch* | 232 instruction=prefetch* |
237 NVD3DUM.dll!* | 233 NVD3DUM.dll!* |
238 | 234 |
239 WARNING | 235 WARNING |
240 name=prefetches in igdumd32.dll | 236 name=prefetches in igdumd32.dll |
241 instruction=prefetch* | 237 instruction=prefetch* |
242 igdumd32.dll!* | 238 igdumd32.dll!* |
243 | 239 |
244 # prefetch of unaddressable memory in ffmpeg | |
245 WARNING | |
246 name=http://crbug.com/134979 prefetches in ffmpeg | |
247 instruction=prefetch* | |
248 avcodec-*.dll!* | |
249 | |
250 UNADDRESSABLE ACCESS | 240 UNADDRESSABLE ACCESS |
251 name=http://code.google.com/p/drmemory/issues/detail?id=582 bizarre cl-generated
read-beyond-TOS | 241 name=http://code.google.com/p/drmemory/issues/detail?id=582 bizarre cl-generated
read-beyond-TOS |
252 instruction=mov 0xfffffffc(%esp) -> %eax | 242 instruction=mov 0xfffffffc(%esp) -> %eax |
253 chrome.dll!WebCore::RenderStyle::resetBorder* | 243 chrome.dll!WebCore::RenderStyle::resetBorder* |
254 | 244 |
255 INVALID HEAP ARGUMENT | 245 INVALID HEAP ARGUMENT |
256 name=http://crbug.com/101537 | 246 name=http://crbug.com/101537 |
257 *!scoped_ptr<_TOKEN_USER>* | 247 *!scoped_ptr<_TOKEN_USER>* |
258 | 248 |
259 INVALID HEAP ARGUMENT | 249 INVALID HEAP ARGUMENT |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 content.dll!* | 383 content.dll!* |
394 content.dll!* | 384 content.dll!* |
395 *!* | 385 *!* |
396 *!* | 386 *!* |
397 *!* | 387 *!* |
398 *!* | 388 *!* |
399 *!* | 389 *!* |
400 KERNEL32.dll!* | 390 KERNEL32.dll!* |
401 ntdll.dll!* | 391 ntdll.dll!* |
402 ntdll.dll!* | 392 ntdll.dll!* |
OLD | NEW |