differences between stop errors that start with a 1 or a 0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have asked this before and STILL don't have an answer...

what's the difference between stop error 0x1000007e and 0000007e? if i
search the microsoft website i usually can't find stop errors that begin with
1. the on starting with a 1 is evidentially a valid error because it is
coming up on a system.
 
Have you posted correctly?

The Stop (Blue Screen of Death) Error message will give you
0x0000007e. The corresponding Event Viewer Error Report gives
1000007e. Sometimes you will see the Error referred to as 0x7e.
Typically


Stop Error -
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
0x0000007e (0xc0000005, 0x8086a2110,0xf7ac05e8,0xf7ac02e8).

Event Type: Error
Event Source: System Error
Event Category: (102)
Event ID: 1003
Date: 4/4/2005
Time: 8:33:05 PM
User: N/A
Computer: B-1
Description:
Error code 1000007e, parameter1 c0000005, parameter2 f7def365,
parameter3 f4784b10, parameter4 f4784810.

http://msdn2.microsoft.com/en-us/library/ms795746.aspx


--

Hope this helps.

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