This is almost a year ago, if not more. Yes I reported at that time, so
if you have some kind of archiving you will sure find it. It was reported
when I
was working for Zone Labs, just to give you another keyword to search for.
And I think, Prokash Sinha seems to be fairly unique name around the
circles, due to its spelling oddity :-). Also,
I’m not sure if I talked to a person over the phone or not, but my
recollection is
that “I have to hunt for the stack(s) out of all the stack(s) being spitted
out”.
Right there I went back to windbg using two machines.
If you happen to have any KB for shooting crash dumps around 2.7 are little
earlier
version(s) I would be happy if I get to look at.
If you have anything to say on it, I will definitely return your email
tonight.
-prokash
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Moreira, Alberto
Sent: Monday, January 12, 2004 7:40 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] crash dump analysis
Have you reported the issue ? Do you have a number I can go look up ?
Alberto.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Prokash Sinha
Sent: Friday, January 09, 2004 9:39 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] crash dump analysis
I suppose this is not ignorance of law -:), just ignorance of info. on my
side.
I’ve installed 3.1 in my office did yet get the chance to crank it, so hope
things would not be like 2.7 where crash dump analyzer was feeding me with
too many stacks. All the stacks in the systems, even I asked to the
customer’s support, a while back, and the response was I will have to hunt
to get to the stacks I am interested. Well, the intention is not to put it
up here, since I know it has many many more merits than its weaknesses in
the past, so dont take it otherwise. And also I remember during 1996 time
frame windbg has its own mind, if she liked you, you would be able to have a
null-modem connection, othewise days just goby, and finally I might have put
more bugs than fixed myself, so you know …
-prokash
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Moreira, Alberto
Sent: Friday, January 09, 2004 8:15 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] crash dump analysis
If Mayank has DriverStudio 3.1, both BoundsChecker and Visual SoftICE have
pretty decent crash dump analyzers, with integrated symbols and source code,
stack traversal, and more. However, some problems can leave you with quite a
shallow stack anyway.
Alberto.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Prokash Sinha
Sent: Friday, January 09, 2004 10:57 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] crash dump analysis
Mayank:
Windbg is your choice here.
First make sure you have the pagefile size is twice as much as your RAM
size. At least the page file size should be bit more than RAM size.
If it is reproducible, then configure to get a full dump then it would be
bit easier.
When you get the dump loaded you get a handful of text, copy them a post.
Sometime it might be the case that you cannot even use !analyze -v (whatever
says in the msg body ).
Also make sure you have the OS symbols downloaded from MS symbol server,
then you hardly need to worry about OS version(s) etc., etc. And in that
case you should see the stacks with symbolic name such as nt!KebugCheck,
Urdriver!IOctlDispatch etc. then you are fine, otherwise make sure your
symbol path is correct for your driver.
If all else fails, and you only get stacks with constant addresses on the
stack, job is harder, you will have to look at the assembly level to find
where is your driver loaded, and then by looking at the assembly you can
find where is the routine.
To verify that symbolic representation is there - Try from cmd line:
x nt!* to see if ntoskrnl symbols are there or not
x Urdriver!* ; where Urdriver is the name of the driver file w/o the .sys
part
-prokash
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Mayank Kumar
Sent: Friday, January 09, 2004 5:24 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] crash dump analysis
hi all
can anyone out there help
me figure out how to do crash dump analysis of the
minidump.dmp and memory.dmp.
i have tried both driverworkbench from compuware and
Windbg but both of them do not show any thing other then
the status code of bug check code and address which caused the
problem.
i even loaded the symbols for OS as well as my private driver but the call
stack does not
show any source file which caused the expcetion, kebugcheck etc
can any body help
thanks in advance
Mayank
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@garlic.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@garlic.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@garlic.com
To unsubscribe send a blank email to xxxxx@lists.osr.com