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 14 matching lines...) Expand all Loading... |
25 ... | 25 ... |
26 sophos*.dll!* | 26 sophos*.dll!* |
27 | 27 |
28 # Reports from Micorosft RDP ActiveX control (mstscax.dll) | 28 # Reports from Micorosft RDP ActiveX control (mstscax.dll) |
29 | 29 |
30 GDI USAGE ERROR | 30 GDI USAGE ERROR |
31 name=crbug.com/177832: mstscax.dll causes "GDI USAGE ERROR" errors. | 31 name=crbug.com/177832: mstscax.dll causes "GDI USAGE ERROR" errors. |
32 ... | 32 ... |
33 mstscax.dll!* | 33 mstscax.dll!* |
34 | 34 |
| 35 UNADDRESSABLE ACCESS |
| 36 name=crbug.com/177832: mstscax.dll causes "UNADDRESSABLE ACCESS" errors. |
| 37 ... |
| 38 mstscax.dll!* |
| 39 |
35 ############################ | 40 ############################ |
36 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis | 41 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis |
37 # assumptions or unhandled syscalls | 42 # assumptions or unhandled syscalls |
38 | 43 |
39 # Please note: the following suppressions were written in the abscense of | 44 # Please note: the following suppressions were written in the abscense of |
40 # private symbols so may need to be updated when we switch to auto-loading PDBs | 45 # private symbols so may need to be updated when we switch to auto-loading PDBs |
41 | 46 |
42 UNADDRESSABLE ACCESS | 47 UNADDRESSABLE ACCESS |
43 name=http://code.google.com/p/drmemory/issues/detail?id=12 UNADDR | 48 name=http://code.google.com/p/drmemory/issues/detail?id=12 UNADDR |
44 ... | 49 ... |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 GDI USAGE ERROR | 413 GDI USAGE ERROR |
409 name=crbug.com/175512 | 414 name=crbug.com/175512 |
410 ... | 415 ... |
411 USER32.dll!UnregisterClassA | 416 USER32.dll!UnregisterClassA |
412 USER32.dll!UnregisterClassA | 417 USER32.dll!UnregisterClassA |
413 USER32.dll!UnregisterClassA | 418 USER32.dll!UnregisterClassA |
414 USER32.dll!LoadBitmapW | 419 USER32.dll!LoadBitmapW |
415 media.dll!media::*::ScreenCapturerWin::CaptureCursor | 420 media.dll!media::*::ScreenCapturerWin::CaptureCursor |
416 media.dll!media::*::ScreenCapturerWin::CaptureFrame | 421 media.dll!media::*::ScreenCapturerWin::CaptureFrame |
417 media.dll!media::ScreenCaptureDevice::Core::DoCapture | 422 media.dll!media::ScreenCaptureDevice::Core::DoCapture |
OLD | NEW |