6 Jul
2010
6 Jul
'10
12:26 p.m.
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.