FIX: WinDBG Build 5.00.1719 May Not Work with Memory DumpsID: Q183282
|
When you load a memory dump with version 5.00.1719.1 of WinDBG, one of the following error messages appears:
Symbol search path is: *** Invalid *** : Verify _NT_SYMBOL_PATH setting
kd: crash dump initialized [C:\Dump\MEMORY.DMP]
KD: Unable to load debug information for ntoskrnl.exe
- or -
Version 5.00.1719.1 of WinDBG shipped with the January 1998 release of the Platform SDK. This version can be verified by right-clicking the executable WinDBG.exe, selecting Properties, and checking the file version number.Could not get the KiProcessorBlock address
It has been reported that memory dumps from machines with multiple processors cause this problem.
The errors can be generated because of an improper symbols path. To solve this, do one of the following:
del /s msdbi.dll dm.dll dmkdalp.dll dmkdx86.dll
del /s eecxx.dll em.dll shcv.dll tlloc.dll tlpipe.dll tlser.dll
del /s windbg.cnt windbg.exe windbg.hlp windbgrm.exe
del c:\winnt\system32\imagehlp.dll
http://www.msdn.microsoft.comThen restart your computer.
Additional query words:
Keywords : kbMSDN kbWin32s kbGrpDSTools
Version : WINDOWS:; winnt:
Platform : WINDOWS winnt
Issue type : kbbug
Last Reviewed: July 30, 1999