At 11:06 PM 1/30/02 -0500, Marlene Coldwell wrote the following: >I received this message when trying to come out of >standby. Does this mean anything? Is it a v*rus or >something I need to be worried about. Thank >you. >Sandy > > KEBUG CHECKEX: Called by c005c387 Error code is 44 >Parameters: d442a2d0 0 >0 > 0 > > System halted.
KeBug CheckEx() is a debugger function call. The system or a device driver calls the function to bring the system down in a controlled fashion when the system or driver detects an unrecoverable error. Ultimately, Windows generates a bug check code that results in a "blue screen", and/or a "crash" dump if the system or is configured to create crash dumps. These codes can assist a programmer in troubleshooting device driver problems. Programmers wishing to write device drivers for Windows NT used the DDK (Device Driver Kit) from MS and an OpenSource device driver kit (OSR DDK) to make device driver debugging easier. The OS DDK actually contains the OS Kernel Debugger (KeBug) program. See OSR Tools and Products http://www.osr.com/toolkits_main.shtml See "Stop: 0x0000001E" Error Message During Setup (Q161703) http://support.microsoft.com/default.aspx?scid=kb;en-us;Q161703 I can't seem to find the original NT knowledge base article. These codes will do you, the user, actually no good. You need to know what device driver is causing the problem. CD-ROM, modem, ethernet card, video card, etc? -- Gerry Boyd ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
