https://bz.apache.org/bugzilla/show_bug.cgi?id=62838

--- Comment #8 from Yann Ylavic <[email protected]> ---
KILLing the children processes shouldn't leak semaphores since there are
created (and destroyed) by the parent process.
Leaks usually happen when the parent process itself is killed, or crashes.
Does your system report such parent process crashes?

Anyway, I'd recommend setting:

    Mutex pthread default

at the global scope to avoid such issues.

-- 
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]

Reply via email to