Alan DeKok wrote:
Chris Moules wrote:
When running inside gdb, if I did not supply the '-X' arg then I just got something along the lines of 'the program terminated normally' right away. I guess it forked off and gdb did not follow.
Yes.
All this server is doing is reading a log file and sending it to the home server. This server is known to have issues and be unresponsive at times. All accounting data is also stored locally.
Ok. That *should* work fine...
Can you post the contents of the "request" structure when it dies? i.e.:
... (gdb) p/x *request
That will let me know *which* piece of the structure has the wrong value.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
OK, I have re-done the debugging. This time I have left gdb running in case you want more output. Regards Chris