Bugcheck Code 0x000000CE

Hello,

Has anybody encountered the BugCheck Code 0x000000CE ? If so, could you
tell me what the various parameters to KeBugCheck() mean and how to go
about finding the fault ?

“bugcodes.h” defines the code as
DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.

Please help!

Thanks
Puja

http://www.microsoft.com/ddk/ddkdocs/Win2KDB/w20_bugcodes_806f.htm

-----Original Message-----
From: xxxxx@usa.net [mailto:xxxxx@usa.net]
Sent: Monday, May 22, 2000 11:44 AM
To: NT Developers Interest List
Subject: [ntdev] Bugcheck Code 0x000000CE

Hello,

Has anybody encountered the BugCheck Code 0x000000CE ? If so, could you
tell me what the various parameters to KeBugCheck() mean and how to go
about finding the fault ?

“bugcodes.h” defines the code as
DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.

Please help!

Thanks
Puja


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

The system bugchecks because a driver unloaded without cancelling times,
DPCs, worker threads, etc. The broken driver’s name is displayed on the
screen.
Parameters:
1 - Memory referenced
2 - Value 0 means Read, 1 = write operation
3 - if non zero, the instruction address the bad memory.
4 - Mm Internal code.

Hope that this information helps.
Guru

-----Original Message-----
From: xxxxx@usa.net [mailto:xxxxx@usa.net]
Sent: Monday, May 22, 2000 11:44 AM
To: NT Developers Interest List
Subject: [ntdev] Bugcheck Code 0x000000CE

Hello,

Has anybody encountered the BugCheck Code 0x000000CE ? If so, could you
tell me what the various parameters to KeBugCheck() mean and how to go
about finding the fault ?

“bugcodes.h” defines the code as
DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.

Please help!

Thanks
Puja


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)