USERKDX extension

Hi,

Now I found that USERKDX.dll extension now, and it may be good to get window
message…
But I don’t know how to use this extension. Anyone know how to use this
extension?

Kimi

kd> !USERKDX.dcss

*** Extension DLL(2167 Free) does not match target system(2195 Free)

*** WARNING: Unable to verify timestamp for win32k.sys
USERKDX: EvalExp failed to evaluate win32k!gCritStack.
dcss: Could not get CRITSTACK.
dcss failed.
dcss - Dump critical section stack traces
dws - dump all stack straces
kd> !USERKDX.dmq

*** Extension DLL(2167 Free) does not match target system(2195 Free)

* Cannot get queue 0x00000000: (skipped)
dmq failed.
dmq [-ac] [pq] - Messages in queues
dmq [pq] - lists messages in queue specified (default gpqForeground)
dmq -a - lists messages in all queues
dmq -c - counts messages in all queues
kd> !USERKDX.dcss -a

*** Extension DLL(2167 Free) does not match target system(2195 Free)

Bad options.
dcss - Dump critical section stack traces
dws - dump all stack straces

The error messages you got:

*** WARNING: Unable to verify timestamp for win32k.sys
USERKDX: EvalExp failed to evaluate win32k!gCritStack.
dcss: Could not get CRITSTACK.

Mean that you have wrong symbols for win32k.sys and that it needs corret
symbols for proper functioning.

See http://www.microsoft.com/ddk/debugging for information on how to get
OS symbols.

-----Original Message-----
From: xxxxx@citrix.co.jp [mailto:xxxxx@citrix.co.jp]

Sent: Sunday, August 11, 2002 10:57 PM
To: Kernel Debugging Interest List
Subject: [windbg] USERKDX extension

Hi,

Now I found that USERKDX.dll extension now, and it may be good to get
window message… But I don’t know how to use this extension. Anyone know
how to use this extension?

Kimi

kd> !USERKDX.dcss

*** Extension DLL(2167 Free) does not match target system(2195 Free)

*** WARNING: Unable to verify timestamp for win32k.sys
USERKDX: EvalExp failed to evaluate win32k!gCritStack.
dcss: Could not get CRITSTACK.
dcss failed.
dcss - Dump critical section stack traces
dws - dump all stack straces
kd> !USERKDX.dmq

*** Extension DLL(2167 Free) does not match target system(2195 Free)

* Cannot get queue 0x00000000: (skipped)
dmq failed.
dmq [-ac] [pq] - Messages in queues
dmq [pq] - lists messages in queue specified (default gpqForeground)
dmq -a - lists messages in all queues
dmq -c - counts messages in all queues
kd> !USERKDX.dcss -a

*** Extension DLL(2167 Free) does not match target system(2195 Free)

Bad options.
dcss - Dump critical section stack traces
dws - dump all stack straces


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