Hi.

I've been trying to run LICQ through GDB, to try to fix a View Info
crash I've been having. 

gnome-crash can't help me, since debug doesn't work because: "Program
terminated with signal ?, Unknown signal. The program no longer exists."

So, when I try to run it in GDB...

$ gdb licq
[...]
(gdb) run
[...]
Program received signal SIG32, Real-time event 32.
0x40260ace in sigsuspend () from /lib/libc.so.6

 Okay, I simply do:

(gdb) handle SIG32 pass nostop

 and

(gdb)continue

 but then I get:

Program received signal SIGTRAP, Trace/breakpoint trap.
0x40260ace in sigsuspend () from /lib/libc.so.6

(gdb)bt
#0  0x40260ace in sigsuspend () from /lib/libc.so.6
#1  0x401a96b9 in pthread_getconcurrency () from /lib/libpthread.so.0
#2  0x401a5f12 in pthread_cond_wait () from /lib/libpthread.so.0
#3  0x08060f46 in CLicq::Main ()
#4  0x080618e7 in main ()
#5  0x4025074f in __libc_start_main () from /lib/libc.so.6

Is there any way to debug LICQ? Using CVS from Jan 27/28, and latest
GTK+LICQ in CVS.

Best regards,
Petter Sundlöf

_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to