Bug Check code 0xB8

Any ideas on what the bug check code 0xB8 means? On the most
common circumstances or conditions associated with this bug check
code?

----- Original Message -----
From: “nt developer”
To: “NT Developers Interest List”
Sent: Sunday, January 12, 2003 10:24 AM
Subject: [ntdev] Bug Check code 0xB8

> Any ideas on what the bug check code 0xB8 means? On the most
> common circumstances or conditions associated with this bug check
> code?
>

From the WinDBG documentation:

Bug Check 0xB8: ATTEMPTED_SWITCH_FROM_DPC
The ATTEMPTED_SWITCH_FROM_DPC bug check has a value of 0x000000B8. This
indicates that an illegal operation was attempted by a delayed procedure
call (DPC) routine.

Parameters
None

Cause
A wait operation, attach process, or yield was attempted from a DPC routine.
This is an illegal operation.

Resolving the Problem
The stack track will lead to the offending code and original DPC routine.

BUGCODES.H is in the DDK somewhere.

----- Original Message -----
From: “nt developer”
To: “NT Developers Interest List”
Sent: Sunday, January 12, 2003 6:24 PM
Subject: [ntdev] Bug Check code 0xB8

> Any ideas on what the bug check code 0xB8 means? On the most
> common circumstances or conditions associated with this bug check
> code?
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>