assert in util.c:189 on exit
Joe Maimon
jmaimon at ttec.com
Mon Oct 17 12:49:20 CEST 2005
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;
More information about the Freeradius-Devel
mailing list