!handle

Hi,

I always seem to get “error 6” no matter what handle I pass to !handle. This is in at least the last two version of windbg, talking to a vmware vm. Anyone else seeing these issues?

Thanks,
-Jeff

I don’t use !handle much (I assume you mean kernel mode), but I just
tried it, and it appears to work (plausible output at least) on
6.10.3.233 connection to 6001 x86_64 chk (not vm).

mm

Jeff Curless wrote:

Hi,

I always seem to get “error 6” no matter what handle I pass to !handle. This is in at least the last two version of windbg, talking to a vmware vm. Anyone else seeing these issues?

Thanks,
-Jeff

I use it often enough and I’ve never had a problem with it. What’s the
command you’re using?

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Martin O’Brien” wrote in message
news:xxxxx@windbg…
>I don’t use !handle much (I assume you mean kernel mode), but I just tried
>it, and it appears to work (plausible output at least) on 6.10.3.233
>connection to 6001 x86_64 chk (not vm).
>
>
> mm
>
> Jeff Curless wrote:
>> Hi,
>>
>> I always seem to get “error 6” no matter what handle I pass to !handle.
>> This is in at least the last two version of windbg, talking to a vmware
>> vm. Anyone else seeing these issues?
>>
>> Thanks,
>> -Jeff
>>
>

Hmmmm, I’m doing a kernel mode debug and I try say:

!handle 800009ec

And I get:

Could not duplicate handle 800009ec, error 6

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Monday, January 26, 2009 4:28 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

I use it often enough and I’ve never had a problem with it. What’s the
command you’re using?

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Martin O’Brien” wrote in message
news:xxxxx@windbg…
>I don’t use !handle much (I assume you mean kernel mode), but I just tried
>it, and it appears to work (plausible output at least) on 6.10.3.233
>connection to 6001 x86_64 chk (not vm).
>
>
> mm
>
> Jeff Curless wrote:
>> Hi,
>>
>> I always seem to get “error 6” no matter what handle I pass to !handle.
>> This is in at least the last two version of windbg, talking to a vmware
>> vm. Anyone else seeing these issues?
>>
>> Thanks,
>> -Jeff
>>
>


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

What’s your target?

mm

Jeff Curless wrote:

Hmmmm, I’m doing a kernel mode debug and I try say:

!handle 800009ec

And I get:

Could not duplicate handle 800009ec, error 6

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Monday, January 26, 2009 4:28 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

I use it often enough and I’ve never had a problem with it. What’s the
command you’re using?

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Martin O’Brien” wrote in message
> news:xxxxx@windbg…
>> I don’t use !handle much (I assume you mean kernel mode), but I just tried
>> it, and it appears to work (plausible output at least) on 6.10.3.233
>> connection to 6001 x86_64 chk (not vm).
>>
>>
>> mm
>>
>> Jeff Curless wrote:
>>> Hi,
>>>
>>> I always seem to get “error 6” no matter what handle I pass to !handle.
>>> This is in at least the last two version of windbg, talking to a vmware
>>> vm. Anyone else seeing these issues?
>>>
>>> Thanks,
>>> -Jeff
>>>
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@verdasys.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

XPSP2 free.

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Martin O’Brien
Sent: Monday, January 26, 2009 4:39 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

What’s your target?

mm

Jeff Curless wrote:

Hmmmm, I’m doing a kernel mode debug and I try say:

!handle 800009ec

And I get:

Could not duplicate handle 800009ec, error 6

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Monday, January 26, 2009 4:28 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

I use it often enough and I’ve never had a problem with it. What’s the
command you’re using?

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Martin O’Brien” wrote in message
> news:xxxxx@windbg…
>> I don’t use !handle much (I assume you mean kernel mode), but I just tried
>> it, and it appears to work (plausible output at least) on 6.10.3.233
>> connection to 6001 x86_64 chk (not vm).
>>
>>
>> mm
>>
>> Jeff Curless wrote:
>>> Hi,
>>>
>>> I always seem to get “error 6” no matter what handle I pass to !handle.
>>> This is in at least the last two version of windbg, talking to a vmware
>>> vm. Anyone else seeing these issues?
>>>
>>> Thanks,
>>> -Jeff
>>>
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@verdasys.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


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

And this is a kernel debug session? Looks to me like you’re picking up the
user mode !handle and not the kernel mode one.

Can you try

!kdexts.handle 800009ec

And I’d check your .chain for ntsdexts.

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Jeff Curless” wrote in message news:xxxxx@windbg…
Hmmmm, I’m doing a kernel mode debug and I try say:

!handle 800009ec

And I get:

Could not duplicate handle 800009ec, error 6

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Monday, January 26, 2009 4:28 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

I use it often enough and I’ve never had a problem with it. What’s the
command you’re using?

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Martin O’Brien” wrote in message
news:xxxxx@windbg…
>I don’t use !handle much (I assume you mean kernel mode), but I just tried
>it, and it appears to work (plausible output at least) on 6.10.3.233
>connection to 6001 x86_64 chk (not vm).
>
>
> mm
>
> Jeff Curless wrote:
>> Hi,
>>
>> I always seem to get “error 6” no matter what handle I pass to !handle.
>> This is in at least the last two version of windbg, talking to a vmware
>> vm. Anyone else seeing these issues?
>>
>> Thanks,
>> -Jeff
>>
>


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

That was it!

Now to change the search order.

Thanks!
-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Monday, January 26, 2009 4:55 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

And this is a kernel debug session? Looks to me like you’re picking up the
user mode !handle and not the kernel mode one.

Can you try

!kdexts.handle 800009ec

And I’d check your .chain for ntsdexts.

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Jeff Curless” wrote in message news:xxxxx@windbg…
Hmmmm, I’m doing a kernel mode debug and I try say:

!handle 800009ec

And I get:

Could not duplicate handle 800009ec, error 6

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Monday, January 26, 2009 4:28 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !handle

I use it often enough and I’ve never had a problem with it. What’s the
command you’re using?

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Martin O’Brien” wrote in message
news:xxxxx@windbg…
>I don’t use !handle much (I assume you mean kernel mode), but I just tried
>it, and it appears to work (plausible output at least) on 6.10.3.233
>connection to 6001 x86_64 chk (not vm).
>
>
> mm
>
> Jeff Curless wrote:
>> Hi,
>>
>> I always seem to get “error 6” no matter what handle I pass to !handle.
>> This is in at least the last two version of windbg, talking to a vmware
>> vm. Anyone else seeing these issues?
>>
>> Thanks,
>> -Jeff
>>
>


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


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