Hello Everybody,
We sometimes encounter this unusual bug check code (on
checked build of XP) when our driver is running. The details
are given below —
==================================================
BugCheck code : 0x8E (BUGCODE_PSS_CRASH_DONE)
P1 = 0x80000003 ((NTSTATUS) STATUS_BREAKPOINT) ???
Explanation for above error code:
[A breakpoint or ASSERT was encountered when no
kernel debugger was attached to the system.]
However, SOFTICE was running !!!
P2 = 0x80588355
P3 = 0xf0DED7A0
Stack Trace:
ntsokrnl KeBugCheck
ntoskrnl RtlUnwind
ntoskrnl RtlUnwind
ntoskrnl DbgPrompt
The following situation occurs very rarely and is not
documented in latest XP DDK. The stack trace too does not
show our driver. It is really difficult to determine what is
the reason for the crash.
Any more information on the above crash would be really
appreciated.
Warmest Regards
Venky