Plugin:CrashDumper/de: Difference between revisions

From Miranda NG
Plugin:CrashDumper/de
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}
Crash dumper and version information for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.


CrashDumper provides support for [https://vi.miranda-ng.org vi.miranda-ng.org].
== Absturzberichte ==


== Crash reports ==
Wenn Miranda NG abstürzt, dann erstellt das Plugin:
* Eine Textdarstellung des Absturzberichtes
* Einen MiniDump-Darstellund des Absturzberichtes.
Dateien werden gespeichert im Verzeichnis  <tt><Miranda Profile>\CrashLog</tt>.


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


=== Text representation ===
Die Textausgabe der Absturzberichte beinhaltet:
* Informationen über das Betriebssystem
* Informationen über die Version des Internet Explorers
* Miranda-Version mit genauem Erstellungsdatum
* Das verwendete Miranda-Profil
* Liste der geladenen Module (DLLs)
* Stack Trace für Exceptions (mit Funktionsnamen, Namen der Quelldateien und Zeilennummern, wenn möglich)
* Liste der geladenen Miranda-Plugins mit Versionsnummern
* Vermutung über die Ursache des Absturzes


Text version of crash report includes:
== Siehe auch ==
* OS version information
* {{Ll|Crash reports|Wie erstelle ich aussagekräftige Absturzberichte}}
* Internet Explorer version information
* {{Ll|Version information|Versionsinfo mit CrashDumper erstellen}}
* 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 ==
 
* [[Crash reports|How to create sufficient crash reports]]
* [[Version information|Creating VersionInfo reports using CrashDumper]]


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 23:30, 12 January 2022

Crash dumper
Kein Bild
Dateiname CrashDumper.dll
Autor borkra
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.

Absturzberichte

Wenn Miranda NG abstürzt, dann erstellt das Plugin:

  • Eine Textdarstellung des Absturzberichtes
  • Einen MiniDump-Darstellund des Absturzberichtes.

Dateien werden gespeichert im Verzeichnis <Miranda Profile>\CrashLog.

Textdarstellung

Die Textausgabe der Absturzberichte beinhaltet:

  • Informationen über das Betriebssystem
  • Informationen über die Version des Internet Explorers
  • Miranda-Version mit genauem Erstellungsdatum
  • Das verwendete Miranda-Profil
  • Liste der geladenen Module (DLLs)
  • Stack Trace für Exceptions (mit Funktionsnamen, Namen der Quelldateien und Zeilennummern, wenn möglich)
  • Liste der geladenen Miranda-Plugins mit Versionsnummern
  • Vermutung über die Ursache des Absturzes

Siehe auch