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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 UNADDRESSABLE ACCESS | 67 UNADDRESSABLE ACCESS |
68 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 1) | 68 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 1) |
69 ... | 69 ... |
70 MSWSOCK.dll!WSPStartup | 70 MSWSOCK.dll!WSPStartup |
71 | 71 |
72 UNADDRESSABLE ACCESS | 72 UNADDRESSABLE ACCESS |
73 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 2) | 73 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 2) |
74 ... | 74 ... |
75 ntdll.dll!RtlValidateUnicodeString | 75 ntdll.dll!RtlValidateUnicodeString |
76 | 76 |
| 77 INVALID HEAP ARGUMENT |
| 78 name=https://crbug.com/647420 |
| 79 ... |
| 80 ucrtbase.dll!register_onexit_function |
| 81 |
77 ############################ | 82 ############################ |
78 # TODO(timurrrr): investigate these | 83 # TODO(timurrrr): investigate these |
79 UNADDRESSABLE ACCESS | 84 UNADDRESSABLE ACCESS |
80 name=TODO SHParseDisplayName | 85 name=TODO SHParseDisplayName |
81 ... | 86 ... |
82 *!SHParseDisplayName | 87 *!SHParseDisplayName |
83 | 88 |
84 UNADDRESSABLE ACCESS | 89 UNADDRESSABLE ACCESS |
85 name=TODO GetCanonicalPathInfo | 90 name=TODO GetCanonicalPathInfo |
86 ... | 91 ... |
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 | 847 |
843 UNINITIALIZED READ | 848 UNINITIALIZED READ |
844 name=http://crbug.com/616556 | 849 name=http://crbug.com/616556 |
845 wtf.dll!WTF::equalIgnoringASCIICase | 850 wtf.dll!WTF::equalIgnoringASCIICase |
846 webcore_shared.dll!blink::CSSSelectorParser::consumeAttributeFlags | 851 webcore_shared.dll!blink::CSSSelectorParser::consumeAttributeFlags |
847 webcore_shared.dll!blink::CSSSelectorParser::consumeAttribute | 852 webcore_shared.dll!blink::CSSSelectorParser::consumeAttribute |
848 webcore_shared.dll!blink::CSSSelectorParser::consumeSimpleSelector | 853 webcore_shared.dll!blink::CSSSelectorParser::consumeSimpleSelector |
849 webcore_shared.dll!blink::CSSSelectorParser::consumeCompoundSelector | 854 webcore_shared.dll!blink::CSSSelectorParser::consumeCompoundSelector |
850 ... | 855 ... |
851 webcore_shared.dll!blink::CSSParser::parseSheet | 856 webcore_shared.dll!blink::CSSParser::parseSheet |
OLD | NEW |