Segmentation fault in 2.1.0
Alan DeKok
aland at deployingradius.com
Thu Sep 11 07:01:27 CEST 2008
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.
More information about the Freeradius-Users
mailing list