And you have already run thru these basic steps?
- Create a checked build, try it along with its corresponding symbols.
- Since c0000005 represents an access violation, I’m assuming your derefing
a bad address (code / design review).
- In some cases, Driver Verifier can help here (do you have it turned on)
- Break points - single step then forward/watches
- Repeat the above with checked kernel…
Finally, post the output of “analyze -v” from windbg here. What you posted
is not what should be
called dump information, such limited information is indeed “DUMP” related
though.
If you CAN get the actual source line, then some of the above steps must be
followed first.
Matt
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@gmail.com
Sent: Sunday, February 15, 2009 12:42 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] how can I find the source line from the dump file
I free builded driver cause BOSD. my driver’s symble file cannot be loaded
successfully.
dump information list as the following:
BugCheck 8E, {c0000005,90CC0209,9F07EBAC,0}
…
FOLLOWUP_UP:
videofilter+1209
90cc0209 837F1401 cmp dword ptr[edi+4],1
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: videofilter+1209
…
IMAGE_NAME videofilter.sys
I search the instruction “cmp dword ptr[edi+4],1” in .asm file, but there is
no this instruction.
I want to know can I get the source code line from virtual address and
“videofiler+1209”?
thank you very much.
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
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.10.23/1952 - Release Date: 02/14/09
18:01:00