https://issues.apache.org/bugzilla/show_bug.cgi?id=54162
--- Comment #1 from Massimo Manghi <[email protected]> --- If I well understand the problem is triggered by the release of an APR pool. In Rivet_ChildInit we register the module cleanup exploiting the pool cleanup. apr_pool_cleanup_register (pChild, s, Rivet_ChildExit, Rivet_ChildExit); I guess Websh is doing the same and pChild is a pool passed by the webserver framework. Separating these pools my work out a solution? -- 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]
