| Doc ID: |
121 |
| Product: |
WinDriver |
| Version: |
-- |
What should I do in case of Windows system crash (on Windows 2000 and above)?
|
In case of a system crash that results in the display of the Blue Screen Of
Death (BSOD), or a restart of the system, send a problem report with a
description of the steps for reproducing the problem (and specifically which
WinDriver API call produced the crash) and a copy of the minidump files that
were created for the crash, along with the windrvr6.sys
file that you are using (windrvr.sys in earlier versions) to Jungo Support.
In order to see the BSOD before the system reboots and
create the minidump crash files, set the following Startup and Recovery system definitions (Start --> Control Panel --> System --> Advanced --> Startup and Recovery)
1.Make sure the Automatically reboot option is unchecked, to avoid automatic reboot when
the BSOD is displayed.
2.Under Write Debugging Information, select Small Memory Dump (64 KB). Note the Small Dump Directory path, since this is where the minidump files are
created (usually %SystemRoot%\Minidump).
Then reproduce the problem and send the support a copy of the minidump files that were created in the directory where you chose to save the crash files. Look for a "minidump" directory under the directory where you chose to save the crash file and send the support the new dump files that were created in this directory.
Please note as well the possibility to direct debug information from the Debug Monitor to a kernel debugger, as explained in Technical Document #44. This option enables you to save the debug information in the case of a crash/hang by directing it to a kernel debugger.
On Windows, in order to save the debug information in case of a hang/crash, you
will need to install the kernel debugger on another PC, establish a debug
session between this PC and your development PC, and then direct the debug
messages from the Debug Monitor to a kernel debugger (See also http://www.jungo.com/support/faq.html#MDMkd).
Back to Top
|
|