astrorama / SourceXtractorPlusPlus

SourceXtractor++, the next generation SExtractor
https://astrorama.github.io/SourceXtractorPlusPlus/
GNU Lesser General Public License v3.0
72 stars 9 forks source link

Thread pool fails to finish gracefully when a thread is dying #445

Open mkuemmel opened 2 years ago

mkuemmel commented 2 years ago

Looks like when there is an exception in a thread, SE++ does not know what to do. The SE++ just hangs around.

That behavior showed up in #442 and #438 and camouflaged the original problem there.