20 Dec
2010
20 Dec
'10
1:01 p.m.
Danial wrote:
I did what you suggested and have captured another exit:
# gdb radiusd ... Program received signal SIGABRT, Aborted. [Switching to Thread 28567ac0 (LWP 100051)] 0x2831866b in thr_kill () from /lib/libc.so.7 (gdb)
What do you make of this?
You need to follow the instructions in doc/bugs like you did last time, and do: (gdb) thread apply all bt full The information you posted shows only that it crashed, and nothing more useful after that. Alan DeKok.