Anyone know where this might be defined?
*** Fatal System Error: 0x00000124
(0x00000000,0x859C5448,0x00000000,0x00000000)
It’s a hard one. System would not respond to a WinDbg break request, or
front panel reset, or front panel power off/on. It requires toggling the
power to the power supply.
–
The personal opinion of
Gary G. Little
//
// MessageId: WHEA_UNCORRECTABLE_ERROR
//
// MessageText:
//
// The system encountered an uncorrectable hardware error.
//
#define WHEA_UNCORRECTABLE_ERROR ((ULONG)0x00000124L)
Sounds like definite badness…
–
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
“Gary G. Little” wrote in message
news:xxxxx@ntdev…
> Anyone know where this might be defined?
>
> *** Fatal System Error: 0x00000124
> (0x00000000,0x859C5448,0x00000000,0x00000000)
>
> It’s a hard one. System would not respond to a WinDbg break request, or
> front panel reset, or front panel power off/on. It requires toggling the
> power to the power supply.
>
> –
> The personal opinion of
> Gary G. Little
>
>
>
Do you by any chance have a nvidia chipset and are running Vista?
//
// MessageId: WHEA_UNCORRECTABLE_ERROR
//
// MessageText:
//
// The system encountered an uncorrectable hardware error.
//
#define WHEA_UNCORRECTABLE_ERROR ((ULONG)0x00000124L)
Sounds like definite badness…
–
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
“Gary G. Little” wrote in message
news:xxxxx@ntdev…
> Anyone know where this might be defined?
>
> *** Fatal System Error: 0x00000124
> (0x00000000,0x859C5448,0x00000000,0x00000000)
>
> It’s a hard one. System would not respond to a WinDbg break request,
or
> front panel reset, or front panel power off/on. It requires toggling
the
> power to the power supply.
>
> –
> The personal opinion of
> Gary G. Little
>
>
>
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer{
>>> xxxxx@valhallalegends.com 2007-06-07 16:56 >>>
Ken and Martin …
This was encountered in a new driver we (Seagate) are writing for our
diagnostic framework. It’s an LSI SAS, 1068E(B1) HBA, and the OS was Vista
Ultimate. I have gotten XP to tthe same state during the debug process, but
I could not find the status defined anywhere. Sheesh … never thought of
looking in the WDK.
–
The personal opinion of
Gary G. Little
“Martin O’Brien” wrote in message
news:xxxxx@ntdev…
> Do you by any chance have a nvidia chipset and are running Vista?
>
>
>
>
> - bugcodes.h (WDK 6000) -
>
> //
> // MessageId: WHEA_UNCORRECTABLE_ERROR
> //
> // MessageText:
> //
> // The system encountered an uncorrectable hardware error.
> //
> #define WHEA_UNCORRECTABLE_ERROR ((ULONG)0x00000124L)
>
> Sounds like definite badness…
>
> –
> Ken Johnson (Skywing)
> Windows SDK MVP
> http://www.nynaeve.net
> “Gary G. Little” wrote in message
> news:xxxxx@ntdev…
>> Anyone know where this might be defined?
>>
>> *** Fatal System Error: 0x00000124
>> (0x00000000,0x859C5448,0x00000000,0x00000000)
>>
>> It’s a hard one. System would not respond to a WinDbg break request,
> or
>> front panel reset, or front panel power off/on. It requires toggling
> the
>> power to the power supply.
>>
>> –
>> The personal opinion of
>> Gary G. Little
>>
>>
>>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer{
>
>>>> xxxxx@valhallalegends.com 2007-06-07 16:56 >>>
>
Gary G. Little wrote:
Ken and Martin …
This was encountered in a new driver we (Seagate) are writing for our
diagnostic framework. It’s an LSI SAS, 1068E(B1) HBA, and the OS was Vista
Ultimate. I have gotten XP to tthe same state during the debug process, but
I could not find the status defined anywhere. Sheesh … never thought of
looking in the WDK.
Allow me to recommend the indispensable “error code lookup tool” from
Microsoft, err.exe:
http://www.microsoft.com/downloads/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c
It says that it came from Microsoft Exchange Server, but in fact it
includes in its internal database almost 20,000 error codes from 172
different sources. It has become a first-line reference source for me.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Nice link, Tim.
>> xxxxx@probo.com 2007-06-08 18:13 >>>
Gary G. Little wrote:
Ken and Martin …
This was encountered in a new driver we (Seagate) are writing for our
diagnostic framework. It’s an LSI SAS, 1068E(B1) HBA, and the OS was
Vista
Ultimate. I have gotten XP to tthe same state during the debug
process, but
I could not find the status defined anywhere. Sheesh … never
thought of
looking in the WDK.
Allow me to recommend the indispensable “error code lookup tool” from
Microsoft, err.exe:
http://www.microsoft.com/downloads/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c
It says that it came from Microsoft Exchange Server, but in fact it
includes in its internal database almost 20,000 error codes from 172
different sources. It has become a first-line reference source for
me.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Gary:
How were you getting WHEA error on XP?
mm
>> xxxxx@seagate.com 2007-06-08 17:38 >>>
Ken and Martin …
This was encountered in a new driver we (Seagate) are writing for our
diagnostic framework. It’s an LSI SAS, 1068E(B1) HBA, and the OS was
Vista
Ultimate. I have gotten XP to tthe same state during the debug process,
but
I could not find the status defined anywhere. Sheesh … never thought
of
looking in the WDK.
–
The personal opinion of
Gary G. Little
“Martin O’Brien” wrote in message
news:xxxxx@ntdev…
> Do you by any chance have a nvidia chipset and are running Vista?
>
>
>
>
> - bugcodes.h (WDK 6000) -
>
> //
> // MessageId: WHEA_UNCORRECTABLE_ERROR
> //
> // MessageText:
> //
> // The system encountered an uncorrectable hardware error.
> //
> #define WHEA_UNCORRECTABLE_ERROR ((ULONG)0x00000124L)
>
> Sounds like definite badness…
>
> –
> Ken Johnson (Skywing)
> Windows SDK MVP
> http://www.nynaeve.net
> “Gary G. Little” wrote in message
> news:xxxxx@ntdev…
>> Anyone know where this might be defined?
>>
>> *** Fatal System Error: 0x00000124
>> (0x00000000,0x859C5448,0x00000000,0x00000000)
>>
>> It’s a hard one. System would not respond to a WinDbg break
request,
> or
>> front panel reset, or front panel power off/on. It requires
toggling
> the
>> power to the power supply.
>>
>> –
>> The personal opinion of
>> Gary G. Little
>>
>>
>>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer{
>
>>>> xxxxx@valhallalegends.com 2007-06-07 16:56 >>>
>
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Unfortunately, it’s growing a fair bit dated now and hasn’t been updated in
a looong time (certainly not in the Vista timeframe, at least not in a
public release). A real shame too, given that it’s such an indispensible
tool.
–
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
“Tim Roberts” wrote in message news:xxxxx@ntdev…
> Gary G. Little wrote:
>> Ken and Martin …
>>
>> This was encountered in a new driver we (Seagate) are writing for our
>> diagnostic framework. It’s an LSI SAS, 1068E(B1) HBA, and the OS was
>> Vista
>> Ultimate. I have gotten XP to tthe same state during the debug process,
>> but
>> I could not find the status defined anywhere. Sheesh … never thought of
>> looking in the WDK.
>>
>
> Allow me to recommend the indispensable “error code lookup tool” from
> Microsoft, err.exe:
>
> http://www.microsoft.com/downloads/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c
>
> It says that it came from Microsoft Exchange Server, but in fact it
> includes in its internal database almost 20,000 error codes from 172
> different sources. It has become a first-line reference source for me.
>
> –
> Tim Roberts, xxxxx@probo.com
> Providenza & Boekelheide, Inc.
>
>
The current download of err.exe from the above link prints: “Last compiled on Mar 31 2003” - so, it has been built long before Vista; certainly does not contain the latest bugcodes.h …
A great tool, though!
–PA
Even before Server 2003 (Apr 2003).
–
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
wrote in message news:xxxxx@ntdev…
> The current download of err.exe from the above link prints: “Last compiled on
Mar 31 2003” - so, it has been built long before Vista; certainly does not
contain the latest bugcodes.h …
>
> A great tool, though!
>
> --PA
>
>