Discussion:
BugCheck codes
(too old to reply)
Wiley C
2007-02-14 19:47:00 UTC
Permalink
Where can I obtain a set / list?

WC
Skywing [MVP]
2007-02-14 20:43:01 UTC
Permalink
Look at bugcodes.h in the WDK. Alternatively, the WinDbg help file lists a
number of the bug check codes.
--
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
Post by Wiley C
Where can I obtain a set / list?
WC
Wiley C
2007-02-14 20:57:12 UTC
Permalink
Thanks for the advice.

I don't have a developer's kit.

I am not a developer.

I am a garden variety user who is trying to fix a computer.

WC
Post by Skywing [MVP]
Look at bugcodes.h in the WDK. Alternatively, the WinDbg help file lists a
number of the bug check codes.
--
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
Post by Wiley C
Where can I obtain a set / list?
WC
Chris Doré
2007-02-14 22:32:14 UTC
Permalink
Post by Skywing [MVP]
Alternatively, the WinDbg help file
lists a number of the bug check codes.
Just some additional help:

WinDbg Help Contents->Debugging Tools for Windows->Debugging Techniques->Bug
Checks->Bug Check Code Reference

mk:@MSITStore:C:\Program%20Files\Debugging%20Tools%20for%20Windows\debugger.chm::/hh/Debugger/t03_bug_intro_2552b67e-0b4f-4950-8bd1-6fb6c0d5c90d.xml.htm


...Chri
Wiley C
2007-02-14 22:49:07 UTC
Permalink
Chris:
Thanks!
I am using M$ft's windows debugger 6.6.0007.5
Only 0x codes are listed.

But you have moved me forward in my quest to understand debugging.

WC
Post by Chris Doré
Post by Skywing [MVP]
Alternatively, the WinDbg help file
lists a number of the bug check codes.
WinDbg Help Contents->Debugging Tools for Windows->Debugging Techniques->Bug
Checks->Bug Check Code Reference
....Chris
bluffer
2007-02-15 09:58:42 UTC
Permalink
what 0x ?
bug check codes starts from 0x01 and ends at 0x11a

and there are a few more viz 0xdeaddead (MANAULLY_INITIATED_CRASH1)bug
check codes


you can refer this link
http://msdn2.microsoft.com/en-us/library/ms789396.aspx
Post by Wiley C
Thanks!
I am using M$ft's windows debugger 6.6.0007.5
Only 0x codes are listed.
But you have moved me forward in my quest to understand debugging.
WC
Post by Chris Doré
Post by Skywing [MVP]
Alternatively, the WinDbg help file
lists a number of the bug check codes.
WinDbg Help Contents->Debugging Tools for Windows->Debugging Techniques->Bug
Checks->Bug Check Code Reference
....Chris- Hide quoted text -
- Show quoted text -
Wiley C
2007-02-21 07:24:08 UTC
Permalink
Thanks.
I found the bug codes in WinDeBugger's help.

WC
Post by bluffer
what 0x ?
bug check codes starts from 0x01 and ends at 0x11a
and there are a few more viz 0xdeaddead (MANAULLY_INITIATED_CRASH1)bug
check codes
you can refer this link
http://msdn2.microsoft.com/en-us/library/ms789396.aspx
Post by Wiley C
Thanks!
I am using M$ft's windows debugger 6.6.0007.5
Only 0x codes are listed.
But you have moved me forward in my quest to understand debugging.
WC
Post by Chris Doré
Post by Skywing [MVP]
Alternatively, the WinDbg help file
lists a number of the bug check codes.
WinDbg Help Contents->Debugging Tools for Windows->Debugging Techniques->Bug
Checks->Bug Check Code Reference
....Chris- Hide quoted text -
- Show quoted text -
Continue reading on narkive:
Loading...