tleonardi / nanocompore

RNA modifications detection from Nanopore dRNA-Seq data
https://nanocompore.rna.rocks
GNU General Public License v3.0
78 stars 12 forks source link

Bug in error handling #104

Closed tleonardi closed 3 years ago

tleonardi commented 5 years ago

When a worker thread raises an exception, all threads should be terminated gracefully and the exception raised by the parent. At the moment the parent dies, the workers become orphaned and the exception in never raised.

tleonardi commented 3 years ago

This should now be solved