17 Oct
2005
17 Oct
'05
6:49 a.m.
Joe Maimon wrote: Got assert in util.c:189 on a HUP (not everytime) apparently on a HUP rl_deinit() is called from listen_free() from read_mainconfig() That deletes all requests and asserts that nobody is using any of them. I suppose the change can be not to free all requests on a HUP and/or to return from request_free() like so if(request->child_pid != NO_SUCH_CHILD_PID) return;