Thread context chnage in user mode

Hi All,

I am analyzing the user mode hang dump. I am not able to see any other thread stack except current thread. I have thread context ~ to another thread, still k commands displays old call stack only. Could some one help me in getting call stacks of all thread in that process?

Thanks,
Anil

Have you tried “~*kb” command.

Date: Wed, 10 Nov 2010 02:04:47 -0500
From: xxxxx@gmail.com
To: xxxxx@lists.osr.com
Subject: [windbg] Thread context chnage in user mode

Hi All,

I am analyzing the user mode hang dump. I am not able to see any other thread stack except current thread. I have thread context ~ to another thread, still k commands displays old call stack only. Could some one help me in getting call stacks of all thread in that process?

Thanks,
Anil


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Thanks Manish, ~*kb is working.

Do you know how to change thread context in user mode.

I know there is .thread command which is working fine in kernel mode, for some reason it is not working in user mode.

Thanks,
Anil

Followoing command chnages thread ontext for thread numbered N

“~Ns”

Regards
Manish

Date: Wed, 10 Nov 2010 03:57:50 -0500
From: xxxxx@gmail.com
To: xxxxx@lists.osr.com
Subject: RE:[windbg] Thread context chnage in user mode

Thanks Manish, ~*kb is working.

Do you know how to change thread context in user mode.

I know there is .thread command which is working fine in kernel mode, for some reason it is not working in user mode.

Thanks,
Anil


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer