Matt Rose <[EMAIL PROTECTED]> wrote:
> That does seem to be happening to me. The server dies with
>
> Wed Oct 31 09:54:59 2001 : Error: MASTER: exit on signal (11)
>
> in the logfile, but no coredumps or anything like that.
It's trapping the SEGV, so the OS doesn't create a core dump.
The solution is to do 'cvs update', and run it in debugging mode.
Or, just delete the code which catches the SEGV. i.e. look for:
signal(SIGSEGV, sig_fatal);
in src/main/radiusd.c, and delete that line.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html