https://bz.apache.org/bugzilla/show_bug.cgi?id=63024
--- Comment #2 from Yann Ylavic <[email protected]> --- (In reply to mark from comment #1) > > "There was an issue attaching the process lock to each child thread" > > and is it obvious where you might review the httpd child code? I "think" it relates to a missing apr_proc_mutex_child_init(), presumably in their module. Possibly (still) Oracle applied r1738793 (from APR), and while previously apr_proc_mutex_child_init() was a noop for pthread mutexes, it is now required for refcounting to work. Plenty of assumptions here, I know nothing of weblogic and your report only shows things related to it... -- 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]
