4 Mar
2009
4 Mar
'09
6:24 a.m.
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.