https://issues.apache.org/bugzilla/show_bug.cgi?id=57177

--- Comment #6 from Rainer Jung <[email protected]> ---
There's two occurences of

pfn_ap_logio_get_last_bytes =
APR_RETRIEVE_OPTIONAL_FN(ap_logio_get_last_bytes);

in server/scoreboard.c. It looks like none of the two runs after your graceful
restart. Could you add a log line to each of the two and check, whether they
run or not after gracefully restarting?

The line retrieves the address of a callback function in mod_logio which is
called during the crash. If the load order of the modules changes duriung
graceful restart, then the old address doesn't point any longer to the correct
function. Therefore the address needs to be updated after restart.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to