- Change Summary:
-
Change reference to old backtrace section in the old site to the new one
- Commit:
-
c3c0c8370b2c914d60a11a65
Add how to submit a bug report and debugging sections
Review Request #802 — Created July 11, 2021 and submitted
Tackling both of these at once since they are related (a lot of the times to
submit a good bug report you need to provide a debug log or crash dump).The contents of these sections are heavily based off the content of the old
wiki pages, primarly TipsForBugReports and GetABacktrace.
Ran
dev-server.sh
and verified contents look as intended.
Description | From | Last Updated |
---|---|---|
can you change the -d to --debug. A lot of our old docs use the short flags that aren't immediately … |
grim | |
You don't need to number these yourself, you can just keep using 1. that way you can reorder things much … |
grim | |
Should probably us https://issues.imfreedom.org/issues/PIDGIN?u=1 as the link target as it'll select th pidgin project and hide closed reports by default. |
grim | |
You might want to mention that they can create an issue as a place holder and then have an Pidgin … |
grim | |
use url from above. |
grim | |
might want to change this to pidgin --debug |& tee ~/debug.log which does the same thing but also echoes it … |
grim | |
I think it's c:\Program Files (x86)\ now? And might have been for a while... |
grim | |
might want to use gdb --args pidgin --debug |& tee ~/pidgin-backtrace.log ? |
grim | |
could mention pidof here too |
grim |
-
-
can you change the
-d
to--debug
. A lot of our old docs use the short flags that aren't immediately recognizable like the long arguments. -
You don't need to number these yourself, you can just keep using
1.
that way you can reorder things much more easily. -
Should probably us https://issues.imfreedom.org/issues/PIDGIN?u=1 as the link target as it'll select th pidgin project and hide closed reports by default.
-
You might want to mention that they can create an issue as a place holder and then have an Pidgin developer flip the issues to pidgin devs + reporter only. But I'm not sure of a concise way to really put that..
-
-
might want to change this to
pidgin --debug |& tee ~/debug.log
which does the same thing but also echoes it out to the terminal. -
-
-
-
- Change Summary:
-
Apply suggestions done by GK:
1. Change -d to --debug in security index page
2. Start all markdown numbered lists with1.
3. Use the issue tracker url that links to the Pidgin issues that are not closed
4. Mentionpidof
command as a way to get the pid of pidgin
5. Use|&
as a way to avoid having to also use2>&1
when you need to redirect stderr output to stdout - Commit:
-
914d60a11a65ddf47b0f15bf