https://issues.apache.org/bugzilla/show_bug.cgi?id=55072
--- Comment #2 from Weiye <[email protected]> --- The attempt that creating sub pool only seems not work. After the line "apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT);" in log.c is commetted out , it will log successfully regardless of whether the sub-pool is created or not. (In reply to Eric Covener from comment #1) > Does creating a sub-pool of pconf and registering a cleanup on that instead > work around the issue? log.c uses a pconf cleanup to shutdown the piped > logger. > > Can you try testing w/ the "APR_KILL_AFTER_TIMEOUT" line removed from log.c > (separate or in conjunction w/ the above) -- 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]
