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)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.
CrachDumper unterstützt das Hochladen der Versionsinfo auf [https://vi.miranda-ng.org vi.miranda-ng.org].


== Absturzberichte ==
== Absturzberichte ==
Line 24: Line 22:


== Siehe auch ==
== Siehe auch ==
* {{Ll|Crash reports|How to create sufficient crash reports}}
* {{Ll|Crash reports|Wie erstelle ich aussagekräftige Absturzberichte}}
* {{Ll|Version information|Creating VersionInfo reports using CrashDumper}}
* {{Ll|Version information|Versionsinfo mit CrashDumper erstellen}}


{{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