Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 12 and Version 13 of TipsForBugReports


Ignore:
Timestamp:
Sep 16, 2007, 3:18:59 AM (16 years ago)
Author:
John Bailey
Comment:

Some tweaking for this page

Legend:

Unmodified
Added
Removed
Modified
  • TipsForBugReports

    v12 v13  
    11= How to Submit a Bug Report =
    22
    3  1. [http://developer.pidgin.im/search Search] existing bug reports and don't submit a duplicate report.
    4  2. [http://developer.pidgin.im/simpleticket Create a new ticket].[[BR]]Note: You must be logged in!
     3 1. If your issue is a crash or is about a plugin, keep in mind that we are not a support forum for third-party plugins such as those in the Purple Plugin Pack, encryption plugins, etc.  We did not develop those plugins and can't help you with those issues. ''(A sizable majority of crashes are caused by misbehaving plugins.)''
     4    * Always make sure your plugins are of the most current version available.
     5    * If you are experiencing crashes, start disabling plugins you have loaded one by one until you eliminate the source of the crash.  If your crash is a crash on startup, you can try renaming the prefs.xml file in .purple to something such as prefs.xml.old to force a startup without plugins.  Note that this will lose all settings stored there.
     6      * If you renamed prefs.xml, enable plugins one at a time and try to reproduce the crash.  Unload those plugins that don't cause the crash to aid troubleshooting.  Once you have narrowed the cause down, continue with the instructions.
     7      * If disabling a specific plugin solves the crash, make sure your plugins are all updated to the most current release.
     8      * If all plugins are fully up to date, follow the instructions below to get a .RPT file (Windows users) or a backtrace (other OS users) and then report the crash to the '''authors of the plugin''', not us.
     9 1. If your problem is not related to a third-party plugin, [http://developer.pidgin.im/search search] existing bug reports and don't submit a duplicate report.
     10 1. [http://developer.pidgin.im/simpleticket Create a new ticket].[[BR]] '''Note: You must be logged in to submit or comment on tickets! '''
    511
    612= Windows Users =
    713== What to do if Pidgin crashes ==
    8 [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 Download and install the debug version of Pidgin for Windows.] The next time you run Pidgin and it crashes, the call stack will be dumped to a `pidgin.RPT` file in your Pidgin install dir. When submitting a bug report, give a detailed description on how to produce your bug and attach the most recent crash dump from your `pidgin.RPT`.
     14[http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 Download and install the debug version of Pidgin for Windows.] The next time you run Pidgin and it crashes, the call stack will be dumped to a `pidgin.RPT` file in your Pidgin install directory (usually `C:\Program Files\Pidgin`). When submitting a bug report, give a detailed description on how to reproduce your bug and attach the most recent crash dump from your `pidgin.RPT`.  Note that each new crash dump will '''''append''''' to the file, not overwrite, so the file may grow to be quite large if you let it accumulate.
    915
    10 The Microsoft Windows `"Error Report"` isn't useful; please don't include it in the bug report.
    11 
     16The Microsoft Windows `"Error Report"` isn't useful in any way; please '''''do not''''' include it in the bug report.
    1217
    1318== Obtaining a Debug Log ==
     
    1621If Pidgin isn't crashing, you can use the Debug Window (`Help->Debug Window`) to obtain the debug log output.
    1722
    18 If Pidgin is crashing, you can save the debug output to a file by opening a cmd shell and starting Pidgin as follows:[[BR]]
     23If Pidgin is crashing, you can save the debug output to a file by opening a Command Prompt window and starting Pidgin as follows:[[BR]]
    1924(You should replace `C:\Program Files\Pidgin` with the path to which you installed Pidgin if it is different)
    2025{{{
     
    2530
    2631= All Other Users =
    27 
    2832See our [wiki:GetABacktrace Getting a Backtrace] page.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!