I can’t find simulate thread from forum. !address comman can be used under XP kd enviroment, but when I used it under Vista or Win7, it shows an error:
no nt!MiSessionViewStart.
It’s said that windbg knows this command, but maybe because some error(maybe symbol error) it can’t launch.
Who knows?
If I recall correctly, this has been broken for years.
Good luck,
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of changpei1982
Sent: Wednesday, August 18, 2010 4:45 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !address command on Vista
again:
use x to search symbols under XP and Vista, I got different result:
xp:
lkd> x nt!*misessionview*
80562b40 nt!MiSessionViewStart =
Vista: lkd> x nt!misessionview ;no search result
Maybe this is a mistake for the published ntoskrnl’s symbol file? And I didn’t find any limit of OS version for !address from help document.
Thanks mm. I just feel sad can’t find any useful information even using google. Your answer, I feel more suitable.
if I recall correctly, this has been broken for years.
Good luck,
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of changpei1982
Sent: Wednesday, August 18, 2010 4:45 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !address command on Vista
again:
use x to search symbols under XP and Vista, I got different result:
xp:
lkd> x nt!*misessionview*
80562b40 nt!MiSessionViewStart = Vista: lkd> x nt!misessionview ;no search result Maybe this is a mistake for the published ntoskrnl’s symbol file? And I didn’t find any limit of OS version for !address from help document. — 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 — 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
This extension is a casualty of the dynamic address space changes introduced
in Vista. An explanation of the changes as well as a scary looking WinDBG
command that replaces some of the !address functionality are here:
“changpei1982” wrote in message news:xxxxx@windbg… > Thanks mm. I just feel sad can’t find any useful information even using > google. Your answer, I feel more suitable. > > > >>if I recall correctly, this has been broken for years. >>Good luck, > mm > -----Original Message----- > From: xxxxx@lists.osr.com > [mailto:xxxxx@lists.osr.com] On Behalf Of changpei1982 > Sent: Wednesday, August 18, 2010 4:45 AM > To: Kernel Debugging Interest List > Subject: Re:[windbg] !address command on Vista > again: > use x to search symbols under XP and Vista, I got different result: > xp: > lkd> x nt!misessionview > 80562b40 nt!MiSessionViewStart = > Vista: > lkd> x nt!misessionview > ;no search result > Maybe this is a mistake for the published ntoskrnl’s symbol file? And I > didn’t find any limit of OS version for !address from help document. > — > 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 > — > 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 > >
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Wednesday, August 18, 2010 6:58 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] !address command on Vista
This extension is a casualty of the dynamic address space changes introduced in Vista. An explanation of the changes as well as a scary looking WinDBG command that replaces some of the !address functionality are here:
“changpei1982” wrote in message news:xxxxx@windbg… > Thanks mm. I just feel sad can’t find any useful information even using > google. Your answer, I feel more suitable. > > > >>if I recall correctly, this has been broken for years. >>Good luck, > mm > -----Original Message----- > From: xxxxx@lists.osr.com > [mailto:xxxxx@lists.osr.com] On Behalf Of changpei1982 > Sent: Wednesday, August 18, 2010 4:45 AM > To: Kernel Debugging Interest List > Subject: Re:[windbg] !address command on Vista > again: > use x to search symbols under XP and Vista, I got different result: > xp: > lkd> x nt!misessionview > 80562b40 nt!MiSessionViewStart = > Vista: > lkd> x nt!misessionview > ;no search result > Maybe this is a mistake for the published ntoskrnl’s symbol file? And I > didn’t find any limit of OS version for !address from help document. > — > 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 > — > 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 > >
This extension is a casualty of the dynamic address space changes introduced
in Vista. An explanation of the changes as well as a scary looking WinDBG
command that replaces some of the !address functionality are here: http://www.nynaeve.net/?p=261
(Note that the entry is over a year old, so I’m not sure if that command
still works as is)
-scott
–
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc. http://www.osronline.com
“changpei1982” wrote in message news:xxxxx@windbg… > Thanks mm. I just feel sad can’t find any useful information even using > google. Your answer, I feel more suitable. > > > >>if I recall correctly, this has been broken for years. >>Good luck, > mm > -----Original Message----- > From: xxxxx@lists.osr.com > [mailto:xxxxx@lists.osr.com] On Behalf Of changpei1982 > Sent: Wednesday, August 18, 2010 4:45 AM > To: Kernel Debugging Interest List > Subject: Re:[windbg] !address command on Vista > again: > use x to search symbols under XP and Vista, I got different result: > xp: > lkd> x nt!misessionview > 80562b40 nt!MiSessionViewStart = > Vista: > lkd> x nt!misessionview > ;no search result > Maybe this is a mistake for the published ntoskrnl’s symbol file? And I > didn’t find any limit of OS version for !address from help document. > — > 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 > — > 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 > > — 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