Plugin:CrashDumper/en: Difference between revisions

From Miranda NG
Plugin:CrashDumper/en
Jump to navigation Jump to search
No edit summary
(Updating to match new version of source page)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
Crash dumper and version information for Miranda NG. This plugin creates [[crash reports]] when Miranda encounters an error and stops working.
Crash dumper and version information for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.


== Crash reports ==
== Crash reports ==
When Miranda crashes plugin provides:
When Miranda crashes plugin provides:
* Text representation of crash report
* Text representation of crash report
* MiniDump representation of crash report
* MiniDump representation of crash report
Files are stored in <tt><Miranda Profile>\CrashLog</tt> directory.
Files are stored in <tt><Miranda Profile>\CrashLog</tt> directory.


=== Text representation ===
=== Text representation ===
Text version of crash report includes:
Text version of crash report includes:
* OS version information
* OS version information
Line 19: Line 20:
* Loaded Miranda plugin list with versions
* Loaded Miranda plugin list with versions
* Guess for plugin responsible for the crash
* Guess for plugin responsible for the crash
CrashDumper features [http://vi.miranda-ng.org vi.miranda-ng.org] support.


== See also ==
== See also ==
* [[Crash reports|How to create sufficient crash reports]]
* {{Ll|Crash reports|How to create sufficient crash reports}}
* [[Version information|Creating VersionInfo reports using CrashDumper]]
* {{Ll|Version information|Creating VersionInfo reports using CrashDumper}}


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 23:31, 12 January 2022

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 and version information 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
  • Guess for plugin responsible for the crash

See also