Plugin:CrashDumper/en: Difference between revisions

From Miranda NG
Plugin:CrashDumper/en
Jump to navigation Jump to search
(from borkra plugins)
(Updating to match new version of source page)
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{PluginCard  
<languages/>{{PluginCard}}
| en
Crash dumper and version information for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.
| name=Crash dumper
 
| author=borkra
CrashDumper provides support for [https://vi.miranda-ng.org vi.miranda-ng.org].
| screenshot=
 
| dll=CrashDumper.dll
== Crash reports ==
}}
Crash dumper for Miranda NG. Plugin features [http://www.miranda-vi.org www.miranda-vi.org] support.
Plugin creates usable Crash Report for Miranda IM


When Miranda crashes plugin provides:
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 of crash report
=== Text representation ===
*MiniDump representation of crash report
 
Files are stored in {Miranda Profile}\CrashLog directory


Text version of crash report includes:
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


*OS Version information
== See also ==
*Internet Explorer version information
* {{Ll|Crash reports|How to create sufficient crash reports}}
*Miranda version information with build date
* {{Ll|Version information|Creating VersionInfo reports using CrashDumper}}
*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 (it printed in the report)
*Plugin lists all information you need to submit crash report for Miranda


Plugin works with all current Operating Systems.
{{PluginGroups}}
== See also ==
* [[Crash reports|How to create sufficient crash reports]]

Revision as of 15:26, 13 June 2018

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.

CrashDumper provides support for vi.miranda-ng.org.

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