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


Ignore:
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
  • TipsForBugReports

    v6 v7  
    1313
    1414== What to do if Pidgin crashes ==
     15First 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
    1516
    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 ==
     18If asked to obtain a debug log, the following steps will help you do so.
     19
     20If Pidgin isn't crashing, you can use the Debug Window (`Help->Debug Window`) to obtain the debug log output.
     21
     22If 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{{{
     25cd "C:\Program Files\Pidgin"
     26pidgin.exe -d > debug.log
     27}}}
     28This will cause the debug output to be saved in a file called `debug.log`.
    1729
    1830= 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!