Skip to content
Snippets Groups Projects
Commit e6088d68 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Update Bug report guide

parent b901a11e
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ Since the Ring GUI and daemon are separated processes, the easiest way to get lo
For getting a backtrace, you can run the program inside gdb:
̀ gdb -ex run jami-gnome` or `gdb -ex run --args /usr/lib/ring/dring -cd`
̀ gdb -ex run jami-qt` or ̀ gdb -ex run jami-gnome` or `gdb -ex run --args /usr/lib/ring/dring -cd` depending the part you need to debug
When it does crash, you can type `bt` then press **Enter**. And copy the backtrace to the issue. (or `thread apply all bt` is event better)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment