11 Sep
2008
11 Sep
'08
1:01 a.m.
Jim L. wrote:
I rebuilt with enable-developer and set ulimit -c unlimited. I also set allow_core_dumps = yes in radiusd.conf. I am still getting seg faults but no core dump files are being created.
You can run it inside of gdb. Stop the current service, and do: $ gdb --args radiusd -f The '-f' is so that it doesn't detach from gdb. (gdb) run ... (gdb) thread apply all bt full Alan DeKok.