Page MenuHomePhabricator

Crashes in 3D-interpolation
Closed, ResolvedPublic

Description

If you close working data or segmentation plugin when 3d-interpolation is in progress, this will lead to crash.

Here is a video from the latest debug MITK:

This happens because processing QFuture is still running but there is no data for it.
I can reproduce it in MITK 2016.03 and in the latest master.

https://github.com/MITK/MITK/pull/165 fixes it.

Event Timeline

Found some problems with this fix, so closed PR for now.
Will re-open it after fixing these problems.

kislinsk updated the task description. (Show Details)
kislinsk edited projects, added MITK (2016-11), Pull Request; removed MITK.
kislinsk moved this task from Backlog to Focus Tasks on the MITK (2016-11) board.