Plugin:CrashDumper: Difference between revisions

From Miranda NG
Plugin:CrashDumper
Jump to navigation Jump to search
m (replaced: sub-page → subpage)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Resolve Language}}<!--
<languages/>{{PluginCard}}
* Do not edit this article. You should edit subpages of the article instead.
<translate>
* Не редактируйте этот файл, вам нужно править подстраницы этой статьи.
<!--T:1-->
--!>
Crash dumper and version information for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.
 
== Crash reports == <!--T:3-->
 
<!--T:4-->
When Miranda crashes plugin provides:
* Text representation of crash report
* MiniDump representation of crash report
Files are stored in <tt><Miranda Profile>\CrashLog</tt> directory.
 
=== Text representation === <!--T:5-->
 
<!--T:6-->
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 == <!--T:7-->
</translate>
* {{Ll|Crash reports|<translate><!--T:9--> How to create sufficient crash reports</translate>}}
* {{Ll|Version information|<translate><!--T:10--> Creating VersionInfo reports using CrashDumper</translate>}}
 
{{PluginGroups}}

Latest revision as of 23:29, 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