Skip to content
J.Rios edited this page May 4, 2019 · 1 revision

Getting A Backtrace

If you need to get a backtrace you must compile guayadeque from svn, see the instructions above, But once you have the code to be compiled you need to do
cd guayadeque
./buildd
sudo make install
gdb guayadeque
from gdb type run [enter]

This will compile guayadeque with debug information and will run it from console being debuged using the debuger gdb Once you get the crash at some point you must get back to the console and type

bt

and this will show a few lines of code calls and numbers. This is the information you need to post on the discussion forums for support.

Clone this wiki locally