help needed for debugging segfault
Nicolas Baradakis
nbk at sitadelle.com
Tue Nov 22 14:35:43 CET 2005
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
More information about the Freeradius-Users
mailing list