https://bz.apache.org/bugzilla/show_bug.cgi?id=69110
--- Comment #17 from Joe Orton <[email protected]> --- Working theory - quite speculative - 1) it is a refcounting issue, the mutex is getting destroyed to soon 2) it is happening whenever an event child exits Yann, is it correct that the _child_init function creates another cleanup? https://github.com/apache/apr/blob/trunk/locks/unix/proc_mutex.c#L693 I can't see why. Also not convinced that the munmap() should not be done only inside the _unref call rather than on every cleanup. -- 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]
