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 18 and Version 19 of TipsForBugReports


Ignore:
Timestamp:
Sep 18, 2008, 4:57:45 PM (15 years ago)
Author:
datallah
Comment:

Try to make this easier to read and improve instructions for situations with limited permissions

Legend:

Unmodified
Added
Removed
Modified
  • TipsForBugReports

    v18 v19  
    1212= Windows Users =
    1313== What to do if Pidgin crashes ==
    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`). Vista users, check for it in `%USERPROFILE%\AppData\Local\VirtualStore\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.
     14
     15 * Download and install [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234  the debug version of Pidgin for Windows].
     16 * 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`).
     17   * '''Vista users:''' check for it in `%USERPROFILE%\AppData\Local\VirtualStore\Program Files\Pidgin`.
     18 * 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`.
     19   * Note that each new crash dump will '''''append''''' to the file, so if you have several crashes, all the dumps will be present.
     20
    1521
    1622The Microsoft Windows `"Error Report"` isn't useful in any way; please '''''do not''''' include it in the bug report.
     
    2531{{{
    2632cd "C:\Program Files\Pidgin"
    27 pidgin.exe -d 2>&1 > debug.log
     33pidgin.exe -d 2>&1 > "%USERPROFILE%\debug.log"
    2834}}}
    29 This will cause the debug output to be saved in a file called `debug.log`.
     35This will cause the debug output to be saved in a file called `debug.log` in your %USERPROFILE% directory.
    3036
    3137== Preemptive Debug Logging ==
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!