Skip to content

PoolThreadMgr: fix at fork: remove non-existing thread IDs in child

Alejandro Homs Puron requested to merge fix_at_fork into master
  • They crash the child at quit() when the nb. of threads is reduced
  • Lock mutex during fork to avoid state corruption
  • Remove obsolete setThreadWaitOnQuit: PoolThreadMgr is no longer destroyed

Merge request reports