On Wed, Oct 31, 2001 at 01:22:20PM -0500, [EMAIL PROTECTED] wrote:
> 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.
Wouldn't it be an idea, to evaluate if the SIGSEGV is trapped or not by the var you 
set in the configfile ?

The question to write a patch, would I like to answer with:
"You do not want to see my C Code" :)

Andreas Faust 

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to