kdextx86 ????

hi ,

i am trying to debug a Win2k driver on checked build Win2k test machine…
I face the following problem.

==> to get the stack trace when my driver crashes i load the kdextx86.dll
using !load c:\ntddk\bin\w2kchk\kdextx86.dll. ==> loads succesfully… &
displays message that i uses some older api’s… now if i try to run
!analyze -v debugger displays missing symbol kdextx86.analyze… ?? what
can be the reason … from where can i get latest kdextx86.dll & associated
binaries???

Moreover is there any other way to get the stack trace… please let me
know… i need it badly to debug my buggy driver which is badly crashing
the system.

SP.

  1. What version of the debugger is this? (Type ‘version’)
  2. You should not have to load w2kchk\kdextx86.dll if you are already
    debugging a W2K CHK target. What does .chain show before you do this?
    I would bet that kdextx86.dll is already loaded as an extension DLL.
    You are probably loading an older out-of-date version of the DLL. The
    question would then be, why? Is there some function you are looking for
    that is not in the debugger’s kdextx86.dll?

-----Original Message-----
From: xxxxx@hotmail.com [mailto:xxxxx@hotmail.com]
Sent: Friday, September 06, 2002 9:27 AM
To: Kernel Debugging Interest List
Subject: [windbg] kdextx86 ???

hi ,

i am trying to debug a Win2k driver on checked build Win2k test
machine… I face the following problem.

==> to get the stack trace when my driver crashes i load the
kdextx86.dll using !load c:\ntddk\bin\w2kchk\kdextx86.dll. ==> loads
succesfully… & displays message that i uses some older api’s… now if i
try to run !analyze -v debugger displays missing symbol
kdextx86.analyze… ?? what can be the reason … from where can i get
latest kdextx86.dll & associated binaries???

Moreover is there any other way to get the stack trace… please let me
know… i need it badly to debug my buggy driver which is badly crashing
the system.

SP.


You are currently subscribed to windbg as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%