[Xfc-dev] A little help

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Thu May 4 17:49:30 CEST 2006


Ricardo M wrote:
> The backtrace is a print of the screen?
> Here it is:
> 
> bash-3.00# ./catalogos
> Segmentation fault
> bash-3.00# LOG:  unexpected EOF on client connection

Ehm, no, a backtrace from the debugger. Compile your code with -O0 -g3
(as compiler flags), then run the debugger with your application:

$ gdb ./catalogos
[gdb messages....]
(gdb) run
[lalala...]
Crashes
(gdb) backtrace
[the backtrace of the crash] <- post this

HTH,
Benedikt



More information about the Xfc-dev mailing list