Plugin:CrashDumper/en: Difference between revisions

From Miranda NG
Plugin:CrashDumper/en
Jump to navigation Jump to search
(formatting)
m (PluginCard replacement)
Line 1: Line 1:
{{PluginCard  
{{PluginCard}}
| en
Crash dumper for Miranda NG. This plugin creates [[crash reports]] when Miranda encounters an error and stops working.
| name=Crash dumper
| author=borkra
| screenshot=
| dll=CrashDumper.dll
}}Crash dumper for Miranda NG. This plugin creates [[crash reports]] when Miranda encounters an error and stops working.


== Crash reports ==
== Crash reports ==

Revision as of 14:49, 24 March 2013

Crash dumper
No image
Filename CrashDumper.dll
Author borkra
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit

Crash dumper for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.

Crash reports

When Miranda crashes plugin provides:

  • Text representation of crash report
  • MiniDump representation of crash report

Files are stored in <Miranda Profile>\CrashLog directory.

Text representation

Text version of crash report includes:

  • OS version information
  • Internet Explorer version information
  • Miranda version information with build date
  • Miranda profile used
  • Loaded modules (DLLs) list
  • Stack trace for exception (with function names, source file names and line numbers, if possible)
  • Loaded Miranda plugin list with versions (like VersionInfo)
  • Guess for plugin responsible for the crash

CrashDumper features www.miranda-vi.org support.

See also