Checking Crashdump File for Corruption

Last reviewed: May 14, 1997
Article ID: Q119490
3.50 3.51 4.00 WINDOWS kbtool

The information in this article applies to:

  • Microsoft Windows NT Workstation version 3.5, 3.51, and 4.0
  • Microsoft Windows NT Server version 3.5, 3.51, and 4.0

SUMMARY

The Windows NT version 3.5 Software Development Kit (SDK) includes two utilities that you can use with the Crashdump file to validate the integrity of the Crashdump file or to use a Crashdump from a network drive. These utilities are DUMPCHK and DUMPREF.

MORE INFORMATION

DUMPCHK

DUMPCHK [options] <CrashDumpFile>

   This utility checks the validity of a crash dump file.

   Options
   -------
   -?     Displays a Help message.
   -v     Verbose mode.
   -p     Print header only, do not validate file.
   -q     Perform a quick test.

   <CrashDumpFile>  - The name of the crashdump file.

DUMPEXAM

DUMPEXAM [options] <CrashDumpFile>

   Options
   -------
   -?            Display this message
   -v            Verbose mode
   -p            Print header only
   -f File name] Specify output file name
   -y Path]      Set the symbol search path

   If the crashdump filename is empty the name specified in the registry is
   used.

  If the symbol search path is empty the compact disc is used for symbols.

   <CrashDumpFile>  - The name of the crashdump file.

DUMPFLOP

DUMPFLOP [opts]                            - Store default dump thru
                                             Drive A:
DUMPFLOP [opts] <CrashDumpFile> [<Drive>:] - Store crash dump onto floppies DUMPFLOP [opts] <Drive>: [<CrashDumpFile>] - Assemble crash dump from
                                             floppies

   Options ([opts])
   ----------------
   -? display this message
   -p only prints crash dump header on assemble operation
   -v show compression statistics
   -q formats floppy when necessary during store operation
      overwrites existing crash dump file during assemble operation

   <CrashDumpFile>  - The name of the crashdump file.


KBCategory: kbtool
KBSubcategory: ntutil
Additional reference words: prodnt 3.50 3.51 4.0


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.