| OLD | NEW |
| 1 ############################ | 1 ############################ |
| 2 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis | 2 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis |
| 3 # assumptions or unhandled syscalls | 3 # assumptions or unhandled syscalls |
| 4 | 4 |
| 5 # False reports during printing using fprintf | 5 # False reports during printing using fprintf |
| 6 UNINITIALIZED READ | 6 UNINITIALIZED READ |
| 7 system call NtRaiseException | 7 system call NtRaiseException |
| 8 KERNEL32.dll!RaiseException | 8 KERNEL32.dll!RaiseException |
| 9 *!DebuggerProbe | 9 *!DebuggerProbe |
| 10 *!DebuggerKnownHandle | 10 *!DebuggerKnownHandle |
| 11 | 11 |
| 12 UNADDRESSABLE ACCESS | 12 UNADDRESSABLE ACCESS |
| 13 ntdll.dll!towlower | 13 ntdll.dll!towlower |
| 14 ntdll.dll!KiUserExceptionDispatcher | 14 ntdll.dll!KiUserExceptionDispatcher |
| 15 *!DebuggerProbe | 15 *!DebuggerProbe |
| 16 *!DebuggerKnownHandle | 16 *!DebuggerKnownHandle |
| 17 | 17 |
| 18 # LoadLibrary calls give some strange reports | 18 # LoadLibrary calls give some strange reports |
| 19 UNADDRESSABLE ACCESS | 19 UNADDRESSABLE ACCESS |
| 20 ntdll.dll!strchr | 20 ntdll.dll!strchr |
| 21 KERNEL32.dll!LoadLibraryExW | 21 KERNEL32.dll!LoadLibraryExW |
| 22 | 22 |
| 23 # http://code.google.com/p/drmemory/issues/detail?id=11 |
| 24 UNADDRESSABLE ACCESS |
| 25 *!_chkstk |
| 26 |
| 27 # http://code.google.com/p/drmemory/issues/detail?id=12 |
| 28 UNINITIALIZED READ |
| 29 ntdll.dll!Rtl* |
| 30 ntdll.dll!Rtl* |
| 31 ntdll.dll!RtlFindActivationContextSectionString |
| 32 |
| 33 # http://code.google.com/p/drmemory/issues/detail?id=13 |
| 34 UNINITIALIZED READ |
| 35 system call NtCreateThread |
| 36 KERNEL32.dll!CreateThread |
| 37 |
| 23 ############################ | 38 ############################ |
| 24 # Real issues in Chromium | 39 # Real issues in Chromium |
| 25 | 40 |
| 26 # Currently - none found. | 41 # Currently - none found. |
| 27 | 42 |
| OLD | NEW |