https://issues.apache.org/bugzilla/show_bug.cgi?id=57177
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Yann Ylavic <[email protected]> --- Created attachment 32188 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32188&action=edit Initialize the scoreboard API (not the data) on graceful restarts One way to fix the issue. This patch moves the static optional function(s) initialization from ap_calc_scoreboard_size() to ap_init_scoreboard(), so that when the latter is called with no data to initialize (NULL), it will only make its optional function(s) point to the right location. Hence each MPM is also modified to call ap_init_scoreboard(NULL) on graceful restarts. Dennis, can you please verify this works for you (mod_logio loaded still)? -- 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]
