############################ # Suppress some false reports due to bugs in Dr.Memory like wrong analysis # assumptions or unhandled syscalls # False reports during printing using fprintf UNINITIALIZED READ system call NtRaiseException KERNEL32.dll!RaiseException *!DebuggerProbe *!DebuggerKnownHandle UNADDRESSABLE ACCESS ntdll.dll!towlower ntdll.dll!KiUserExceptionDispatcher *!DebuggerProbe *!DebuggerKnownHandle # LoadLibrary calls give some strange reports UNADDRESSABLE ACCESS ntdll.dll!strchr KERNEL32.dll!LoadLibraryExW # http://code.google.com/p/drmemory/issues/detail?id=11 UNADDRESSABLE ACCESS *!_chkstk # http://code.google.com/p/drmemory/issues/detail?id=12 UNINITIALIZED READ ntdll.dll!Rtl* ntdll.dll!Rtl* ntdll.dll!RtlFindActivationContextSectionString # http://code.google.com/p/drmemory/issues/detail?id=13 UNINITIALIZED READ system call NtCreateThread KERNEL32.dll!CreateThread ############################ # Real issues in Chromium # Currently - none found.