Re: Blue screen of death



Background information on Stop Error message
http://msdn2.microsoft.com/en-us/library/ms795478.aspx

0x00000008, or Double Fault, indicates that an exception occurs during a
call to the handler for a prior exception. Typically, the two exceptions
are handled serially. However, there are several exceptions that cannot
be handled serially, and in this situation the processor signals a
double fault. There are two common causes of a double fault:
A kernel stack overflow. This overflow occurs when a guard page is hit,
and the kernel tries to push a trap frame. Because there is no stack
left, a stack overflow results, causing the double fault. If you think
this overview has occurred, use the !thread debugger extension to
determine the stack limits, and then use the kb (Display Stack
Backtrace) debugger command with a large parameter (for example, kb 100)
to display the full stack.
A hardware problem.


0x0000007F: UNEXPECTED_KERNEL_MODE_TRAP
One of three types of problems occurred in kernel-mode: (1) Hardware
failures. (2) Software problems. (3) A bound trap (i.e., a condition
that the kernel is not allowed to have or intercept). Hardware failures
are the most common cause (many dozen KB articles exist for this error
referencing specific hardware failures) and, of these, memory hardware
failures are the most common.
Source: http://aumha.org/a/stop.htm

Are there any yellow question marks in Device Manager? Right click on
the My Computer icon on your Desktop and select Properties,
Hardware,Device Manager. If yes what is the Device Error code?

Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
drivers are listed as unsigned? Disregard those which are not checked.

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~





gutzplays wrote:
----- 32 bit Kernel Mini Dump Analysis

DUMP_HEADER32:
MajorVersion 0000000f
MinorVersion 00000a28
DirectoryTableBase 00320000
PfnDataBase 81086000
PsLoadedModuleList 8055c720
PsActiveProcessHead 80562838
MachineImageType 0000014c
NumberProcessors 00000002
BugCheckCode 1000007f
BugCheckParameter1 00000008
BugCheckParameter2 bab48d70
BugCheckParameter3 00000000
BugCheckParameter4 00000000
PaeEnabled 00000001
KdDebuggerDataBlock 8054c2e0
MiniDumpFields 00000dff

TRIAGE_DUMP32:
ServicePackBuild 00000200
SizeOfDump 00010000
ValidOffset 0000fffc
ContextOffset 00000320
ExceptionOffset 000007d0
MmOffset 00001068
UnloadedDriversOffset 000010a0
PrcbOffset 00001878
ProcessOffset 000024c8
ThreadOffset 00002728
CallStackOffset 00002980
SizeOfCallStack 00003000
DriverListOffset 00005c10
DriverCount 00000076
StringPoolOffset 00007f18
StringPoolSize 00001010
BrokenDriverOffset 00000000
TriageOptions 00000041
TopOfStack b34b3000
DebuggerDataOffset 00005980
DebuggerDataSize 00000290
DataBlocksOffset 00008f28
DataBlocksCount 00000001


Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86
compatible

Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055c720
Debug session time: Sat May 31 01:44:47 2008
System Uptime: 0 days 0:37:44
start end module name
804d7000 806e2000 nt Checksum: 001EFD4E Timestamp: Thu
Jul 19 16:
10:40 2007 (469F3FA8)

Unloaded modules:
baf21000 baf22000 drmkaud.sys Timestamp: unavailable (00000000)
b9d05000 b9d12000 DMusic.sys Timestamp: unavailable (00000000)
b497e000 b49a1000 aec.sys Timestamp: unavailable (00000000)
b4ade000 b4aec000 swmidi.sys Timestamp: unavailable (00000000)
bae6e000 bae70000 splitter.sys Timestamp: unavailable (00000000)
bac50000 bac55000 Cdaudio.SYS Timestamp: unavailable (00000000)
b9e47000 b9e4a000 Sfloppy.SYS Timestamp: unavailable (00000000)
bac48000 bac4d000 Flpydisk.SYS Timestamp: unavailable (00000000)

Finished dump check


.



Relevant Pages

  • Re: XP crashing - system errors - details
    ... call to the handler for a prior exception. ... double fault. ... A kernel stack overflow. ... One of three types of problems occurred in kernel-mode: Hardware ...
    (microsoft.public.windowsxp.basics)
  • Re: random XP crashes
    ... call to the handler for a prior exception. ... double fault. ... A kernel stack overflow. ... One of three types of problems occurred in kernel-mode: Hardware ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: weird error message
    ... call to the handler for a prior exception. ... double fault. ... A kernel stack overflow. ... One of three types of problems occurred in kernel-mode: Hardware ...
    (microsoft.public.windowsxp.general)
  • Re: XP Pro restarts by itself
    ... call to the handler for a prior exception. ... double fault. ... A kernel stack overflow. ... One of three types of problems occurred in kernel-mode: Hardware ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: mutl ibyte to w i d e c h a r
    ... > Exception Class: Fault. ... an application program that generates an alignment fault will ... the operating system will make this exception visible to the ... > program with the unaligned access runs about 3.25 times slower than the ...
    (microsoft.public.vc.language)