You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
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.