"Exiting normally" on FreeBSD -- Synopsis?

Alan DeKok aland at deployingradius.com
Tue Jul 6 18:26:48 CEST 2010


Brian A. Seklecki wrote:
> So it turns out, since April, there have been two distinctive types of
> crashes.

  OK...

> The unexplained SIGHUP, which we eventually tracked down to faulty
> logging configurations (now using SYSLOG instead of file logging), and
> an ongoing Sig11.

  Ouch.

> #0  0x0000000000409c49 in rad_authenticate (request=0x80138ba40) at
> auth.c:667
> 667            request->reply->code = PW_AUTHENTICATION_REJECT;

  Hmm... that shouldn't happen.  It means that the request has been
deleted while it's still being run.

  What's is in the "request" structure?

(gdb) p *request

  Alan DeKok.




More information about the Freeradius-Users mailing list