The information in this article applies to:
SYMPTOMS
When debugging a Win32 application on the uniprocessor version of Windows
NT, WinDbg displays warning messages that say:
The actual path for Ntdll.dbg will vary depending on where Windows NT is installed on your system. This warning may be generated for symbol files of other system files such as Kernel32.dll also. CAUSE
WinDbg verifies that the checksum of the DLL matches the checksum stored in
the corresponding debugging symbol (.dbg) file to warn you when your
debugging symbols don't match the modules being debugged. If the symbols
truly are mismatched, then WinDbg will show incorrect function names when
you obtain stack traces and set breakpoints.
RESOLUTIONThe warning describes a benign condition, so you may safely ignore it. STATUSThis behavior is by design. Additional query words: 4.00 3.51 KERNEL32
Keywords : TlsWindbg |
Last Reviewed: March 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |