Examine the dump file at the command ANALYZE

There are several commands that you can use to gather information in the dump file, one of them being the command "ANALYZE".

  • The analyze -show command displays the Stop error code and its parameters. The Stop error code is also known as the bug check code.
  • The analyze -v command displays verbose output.
  • In NT the command lists the specified loaded modules. The output includes the status and the path of the module.

The drivers extension command displays a list of all drivers that are loaded on the destination computer, together with summary information about their memory use. The !drivers extension is obsolete in Windows XP and later. To display information about loaded drivers and other modules, use the lm command. The lm N T command displays information in a format that is similar to the old drivers extension.

For help with other commands and for complete command syntax, see the debugging tools Help documentation. The debugging tools Help documentation can be found in the following location:

C:\Program Files\Debugging Tools for Windows\Debugger.chm

If you have symbol-related issues, use the Symchk utility to verify that the correct symbols are loaded correctly. For additional information about using Symchk, click the following article number to view the article in the Microsoft Knowledge Base:
311503 (http://support.microsoft.com/kb/311503/). Use the Microsoft Symbol Server to obtain debug symbol files

This article is based on Microsofts article 315263

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options