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.
- 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
-
v18
|
v19
|
|
12 | 12 | = Windows Users = |
13 | 13 | == 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 | |
15 | 21 | |
16 | 22 | The Microsoft Windows `"Error Report"` isn't useful in any way; please '''''do not''''' include it in the bug report. |
… |
… |
|
25 | 31 | {{{ |
26 | 32 | cd "C:\Program Files\Pidgin" |
27 | | pidgin.exe -d 2>&1 > debug.log |
| 33 | pidgin.exe -d 2>&1 > "%USERPROFILE%\debug.log" |
28 | 34 | }}} |
29 | | This will cause the debug output to be saved in a file called `debug.log`. |
| 35 | This will cause the debug output to be saved in a file called `debug.log` in your %USERPROFILE% directory. |
30 | 36 | |
31 | 37 | == 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!