Local kernel debugging on 64-bit Windows 2003

What is wrong with my 64 bit Windows 2003 SP1 RTM installation
or with WinDbg? I can’t make local kernel debugging to work.
For example:

C:\Program Files\Debugging Tools for Windows 64-bit>kd -kl

Microsoft (R) Windows Debugger Version 6.4.0007.2
Copyright (c) Microsoft Corporation. All rights reserved.

The system does not support local kernel debugging.
Local kernel debugging requires Windows XP, Administrative
privileges, and is not supported by WOW64.
Only a single local kernel debugging session can run at a time.
Debuggee initialization failed, HRESULT 0x80004001
“Not implemented”

WinDbg produces the same error.
Local kernel debugging worked with previous builds (1219?)

Dmitriy Budko, VMware

Is there a kdbgctrl.sys in your system32 dir? If so, delete it and try
again.


Subject: Local kernel debugging on 64-bit Windows 2003
From: “Dmitriy Budko”
Date: Wed, 6 Apr 2005 20:10:12 -0700
X-Message-Number: 1

What is wrong with my 64 bit Windows 2003 SP1 RTM installation
or with WinDbg? I can’t make local kernel debugging to work.
For example:

C:\Program Files\Debugging Tools for Windows 64-bit>kd -kl

Microsoft (R) Windows Debugger Version 6.4.0007.2
Copyright (c) Microsoft Corporation. All rights reserved.

The system does not support local kernel debugging.
Local kernel debugging requires Windows XP, Administrative
privileges, and is not supported by WOW64.
Only a single local kernel debugging session can run at a time.
Debuggee initialization failed, HRESULT 0x80004001
“Not implemented”

WinDbg produces the same error.
Local kernel debugging worked with previous builds (1219?)

Dmitriy Budko, VMware



END OF DIGEST


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

Yes, it worked but the offending driver’s name was “kldbgdrv.sys”.

Dmitriy Budko, VMware

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Jason Shay
Sent: Wednesday, April 06, 2005 10:37 PM
To: Kernel Debugging Interest List
Subject: RE:[windbg] Local kernel debugging on 64-bit Windows 2003

Is there a kdbgctrl.sys in your system32 dir? If so, delete
it and try
again.


Subject: Local kernel debugging on 64-bit Windows 2003
From: “Dmitriy Budko”
> Date: Wed, 6 Apr 2005 20:10:12 -0700
> X-Message-Number: 1
>
> What is wrong with my 64 bit Windows 2003 SP1 RTM installation
> or with WinDbg? I can’t make local kernel debugging to work.
> For example:
>
> C:\Program Files\Debugging Tools for Windows 64-bit>kd -kl
>
> Microsoft (R) Windows Debugger Version 6.4.0007.2
> Copyright (c) Microsoft Corporation. All rights reserved.
>
> The system does not support local kernel debugging.
> Local kernel debugging requires Windows XP, Administrative
> privileges, and is not supported by WOW64.
> Only a single local kernel debugging session can run at a time.
> Debuggee initialization failed, HRESULT 0x80004001
> “Not implemented”
>
>
> WinDbg produces the same error.
> Local kernel debugging worked with previous builds (1219?)
>
>
> Dmitriy Budko, VMware