Crash reports: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(template for languages)
(links fixed)
Line 1: Line 1:
{{Languages/Crash reports}}
{{Languages/Crash reports}}
Reports generated by {{Plugin|CrashDumper}} by default are insufficient and of little use. To create a useful crash report you need to do the following:
Reports generated by {{Plugin/en|CrashDumper}} by default are insufficient and of little use. To create a useful crash report you need to do the following:
* Install the {{Plugin|CrashDumper}} plugin (see plugin card for download links)
* Install the {{Plugin/en|CrashDumper}} plugin (see plugin card for download links)
* Update '''manually all''' the plugins from the corresponding source (see [[Plugin list]]). This is not the case to rely upon the {{Plugin|PluginUpdater}}.
* Update '''manually all''' the plugins from the corresponding source (see [[Plugin list]]). This is not the case to rely upon the {{Plugin/en|PluginUpdater}}.
* Download debug symbols archive <tt>miranda-ng-debug-symbols*.7z</tt> from the corresponding source ([http://miranda-ng.org/distr/stable/miranda-ng-debug-symbols_pdb.7z stable x32] [http://miranda-ng.org/distr/stable/miranda-ng-debug-symbols_pdb_x64.7z stable x64] / [http://miranda-ng.org/distr/miranda-ng-debug-symbols_pdb.7z latest x32] [http://miranda-ng.org/distr/miranda-ng-debug-symbols_pdb_x64.7z latest x64])
* Download debug symbols archive <tt>miranda-ng-debug-symbols*.7z</tt> from the corresponding source ([http://miranda-ng.org/distr/stable/miranda-ng-debug-symbols_pdb.7z stable x32] [http://miranda-ng.org/distr/stable/miranda-ng-debug-symbols_pdb_x64.7z stable x64] / [http://miranda-ng.org/distr/miranda-ng-debug-symbols_pdb.7z latest x32] [http://miranda-ng.org/distr/miranda-ng-debug-symbols_pdb_x64.7z latest x64])
* Extract <tt>.pdb</tt> files named identically with your plugins from the archive to main Miranda NG folder. Do '''not''' extract anything to <tt>Plugins</tt> folder.
* Extract <tt>.pdb</tt> files named identically with your plugins from the archive to main Miranda NG folder. Do '''not''' extract anything to <tt>Plugins</tt> folder.

Revision as of 00:28, 26 February 2013

Template:Languages/Crash reports Reports generated by Template:Plugin/en by default are insufficient and of little use. To create a useful crash report you need to do the following:

  • Install the Template:Plugin/en plugin (see plugin card for download links)
  • Update manually all the plugins from the corresponding source (see Plugin list). This is not the case to rely upon the Template:Plugin/en.
  • Download debug symbols archive miranda-ng-debug-symbols*.7z from the corresponding source (stable x32 stable x64 / latest x32 latest x64)
  • Extract .pdb files named identically with your plugins from the archive to main Miranda NG folder. Do not extract anything to Plugins folder.
  • Try to reproduce the crash.
Examples
  1. Wrong: http://pastie.org/5456564. Some debug symbols are missing which is denoted by lines "(filename not available) (0): (function-name not available)" with Miranda core/plugins names (Lines with USER32, ntdll, kernel32, etc. don't matter).
  2. Right: http://pastie.org/5456572. All debug symbols are in place, no lines "(filename not available) (0): (function-name not available)" with Miranda core/plugins names.

Tips and tricks

  • Upload your crash reports to pastebin.com or pastie.org.
  • Each time you update the plugins you have to re-download the debug symbols.