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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to