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:
-
May 3, 2007, 3:13:48 PM (17 years ago)
- Author:
-
datallah
- Comment:
-
Add information on how to get debug output on windows
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
13 | 13 | |
14 | 14 | == What to do if Pidgin crashes == |
| 15 | First make sure that you are not affected by 'Dll Hell' as described above. Download and install the debug version of Win Pidgin. The next time you run Pidgin and it crashes, the call stack will be dumped to pidgin.RPT 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 |
15 | 16 | |
16 | | First make sure that you are not affected by 'Dll Hell' as described above. Download and install the debug version of Win Pidgin. The next time you run Pidgin and it crashes, the call stack will be dumped to pidgin.RPT 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 |
| 17 | == Obtaining a Debug Log == |
| 18 | If asked to obtain a debug log, the following steps will help you do so. |
| 19 | |
| 20 | If Pidgin isn't crashing, you can use the Debug Window (`Help->Debug Window`) to obtain the debug log output. |
| 21 | |
| 22 | If Pidgin is crashing, you can save the debug output to a file by opening a cmd shell and starting Pidgin as follows:[[BR]] |
| 23 | (You should replace `C:\Program Files\Pidgin` with the path to which you installed Pidgin if it is different) |
| 24 | {{{ |
| 25 | cd "C:\Program Files\Pidgin" |
| 26 | pidgin.exe -d > debug.log |
| 27 | }}} |
| 28 | This will cause the debug output to be saved in a file called `debug.log`. |
17 | 29 | |
18 | 30 | = All Other Users = |
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!