29 Sep
2005
29 Sep
'05
7:14 a.m.
Alan DeKok wrote:
Joe Maimon <jmaimon@ttec.com> wrote:
happens frequently if I am stepping through requests, infrequently if it is running w/o breakpoints
I suspect it's because the REQUEST structure is being cleaned up because you took too long in gdb (i.e. max_request_time).
Set max_request_time to some ridiculously large value, and it shouldn't happen.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
So does this mean that I should not expect to run the (busy) server for any length of time in debugging mode without changing max_request_time? Joe