Hi,
I have an error line and i couldnt find the equivalent file etc .lst?
Osman
Hi,
I have an error line and i couldnt find the equivalent file etc .lst?
Osman
Is this a question about using windbg?
If so, your question is not parsing in English, at least not to me.
Please explain “I have an error line”.
Mark Roddy
On Fri, Mar 4, 2011 at 9:26 AM, wrote:
>
> Hi,
> I have an error line and i couldnt find the equivalent file etc .lst?
>
> Osman
>
> —
> NTDEV 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
>
I encounted an error(BSOD) and have a dump file(.dmp). I analyzed the
file and learn the error address from it; i have a problem on:
fffff88007a66ed0(etc) and I do not know which line corresponds to. If i
find its output list file(.lst), i will solve the problem.
Osman
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mark Roddy
Sent: Friday, March 04, 2011 4:32 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] debugging codes
Is this a question about using windbg?
If so, your question is not parsing in English, at least not to me.
Please explain “I have an error line”.
Mark Roddy
On Fri, Mar 4, 2011 at 9:26 AM, wrote:
>
> Hi,
> I have an error line and i couldnt find the equivalent file etc .lst?
>
> Osman
>
> —
> NTDEV 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
>
—
NTDEV 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
Ok, we just had a similar conversation. Please collect the output of
windbg !analyze -v with the correct symbols for both windows and your
driver and paste that output, all of it, unedited, here in an email
message. You can use OSR’s Instant Online Crash Analysis tool to help
you do this.
My guess is that you have not set up the debugger correctly.
Mark Roddy
On Fri, Mar 4, 2011 at 9:48 AM, Osman TOKER wrote:
>
> I encounted an error(BSOD) and have a dump file(.dmp). I analyzed the
> file and learn the error address from it; i have a problem on:
> fffff88007a66ed0(etc) and I do not know which line corresponds to. If i
> find its output list file(.lst), i will solve the problem.
>
> Osman
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Mark Roddy
> Sent: Friday, March 04, 2011 4:32 PM
> To: Windows System Software Devs Interest List
> Subject: Re: [ntdev] debugging codes
>
> Is this a question about using windbg?
> If so, your question is not parsing in English, at least not to me.
> Please explain “I have an error line”.
>
> Mark Roddy
>
>
>
> On Fri, Mar 4, 2011 at 9:26 AM, ? wrote:
>>
>> Hi,
>> I have an error line and i couldnt find the equivalent file etc .lst?
>>
>> Osman
>>
>> —
>> NTDEV 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
>>
>
> —
> NTDEV 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
>
> —
> NTDEV 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
>
Package your crash dump file AND THE PDB FILE FOR THE DRIVER YOUR WRITING into a ZIP archive and upload it to the OSR Instant Crash Dump Analyzer:
http://www.osronline.com/page.cfm?name=analyze
Post ALL the output. All of it.
Then (a) you’ll be able to see where your driver problem is, (b) we can help you.
Peter
OSR
Hi,
? zipped the files and uploaded them but i dont see anything else from the only dmp uploded.
Osman
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@osr.com
Sent: Friday, March 04, 2011 5:20 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] debugging codes
Package your crash dump file AND THE PDB FILE FOR THE DRIVER YOUR WRITING into a ZIP archive and upload it to the OSR Instant Crash Dump Analyzer:
http://www.osronline.com/page.cfm?name=analyze
Post ALL the output. All of it.
Then (a) you’ll be able to see where your driver problem is, (b) we can help you.
Peter
OSR
NTDEV 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
OK. DON’T follow our instructions and post the output. This way, we WON’T be able to help you and have nothing to talk about.
FYI: I don’t see any dump that’s been uploaded in the last hour that has an error address of “fffff88007a66ed0” (which is what you cited in your first post).
Bye bye,
Peter
OSr
You need to add the “post this as a question to ntdev” button to IOCA.
Mark Roddy
On Fri, Mar 4, 2011 at 10:56 AM, wrote:
> OK. ?DON’T follow our instructions and post the output. ?This way, we WON’T be able to help you and have nothing to talk about.
>
> FYI: I don’t see any dump that’s been uploaded in the last hour that has an error address of “fffff88007a66ed0” (which is what you cited in your first post).
>
> Bye bye,
>
> Peter
> OSr
>
>
> —
> NTDEV 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
>
You’re absolutely right. (smacks head) Why didn’t *I* think of that! The whole cut-and-paste thing is so complicated and so VERY time consuming. We shouldn’t really expect people like driver developers to do this themselves.
I’m going to add feature this right away. It’ll even write “I have this Windows crush, please tell me what is wrong” at the text and “IMPORTANT! WINDOWS BROKEN BUGCHECK!” as the subject.
Peter
OSR
That’s perfect! Don’t think it’s possible to improve on this from here!
![]()
Philip D. Barila??? (303) 776-1264
Osman TOKER wrote:
I encounted an error(BSOD) and have a dump file(.dmp). I analyzed the
file and learn the error address from it; i have a problem on:
fffff88007a66ed0(etc) and I do not know which line corresponds to. If i
find its output list file(.lst), i will solve the problem.
If Windbg knows how to find the symbol file (PDB) for your driver, it
can tell you which function it was in and how far into the function it
was. The PDB must be from the exact same build as the SYS file in the
dump – you can’t create the PDB file later.
If you generate a map file when you build the driver (and I don’t
understand why that’s not the default), you can also figure it out
yourself. Windbg tells you the offset from the beginning of your
driver. You can look in the dump to find the Rva+Base that is closest
to that offset. The Rvas start from 10000 in the dump, so if windbg
told you it was offset+7c00, you’d look for 17c00.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
I just checked and this feature is not there. I am very disappointed.
However, I have a suggestion. Also post the question to
http://social.msdn.microsoft.com/Forums/en-US/wdk/threads in case the
answer in ntdev is not the answers xxxxx@hotmail.com is looking
for.
Mark Roddy
On Fri, Mar 4, 2011 at 12:56 PM, wrote:
>
>
> You’re absolutely right. ?(smacks head) Why didn’t I think of that! ?The whole cut-and-paste thing is so complicated and so VERY time consuming. ?We shouldn’t really expect people like driver developers to do this themselves.
>
> I’m going to add feature this right away. ?It’ll even write “I have this Windows crush, please tell me what is wrong” at the text and “IMPORTANT! WINDOWS BROKEN BUGCHECK!” as the subject.
>
> Peter
> OSR
>
>
> —
> NTDEV 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
>
Damn dude, I couldn’t it either.
Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@netas.com.tr
Sent: Friday, March 04, 2011 8:26 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] debugging codes
Hi,
I have an error line and i couldnt find the equivalent file etc .lst?
Osman
NTDEV 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
__________ Information from ESET Smart Security, version of virus signature
database 5927 (20110304) __________
The message was checked by ESET Smart Security.