dboun / MultiPatientImageProcessing

Bulk processing of medical images
1 stars 1 forks source link

Application some times crashes on close #31

Closed dboun closed 5 years ago

dboun commented 5 years ago

I think this happens because when the algorithm starts threads are opened and then some of them are never joined.

I think this because I tried:

Also on linux it says 'terminate called without an active exception' before 'Aborted (core dumped)'. According to this, the active exception thing is because of threads.

dboun commented 5 years ago

Fixed. It was a combination of some threads not joined and the DataManager not being emptied before closing.