29 Sep
2005
29 Sep
'05
3:04 a.m.
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.