22 Nov
2005
22 Nov
'05
8:35 a.m.
Luca Corti wrote:
I've compiled freeradius using --enable-developer, set allow_core_dumps = yes in radiusd.conf and used ulimit to remove coredump filesize limit from my shell, but it seems freeradius still doesn't dump core.
If there is no coredump to be found, you could try to run FreeRADIUS directly from gdb. $ gdb /usr/sbin/freeradius ... (gdb) run -X You could also try to run FreeRADIUS in valgrind. $ valgrind /usr/sbin/freeradius -X -- Nicolas Baradakis