Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T22136, T22159: Fix for 3D-interpolation crash on closing plugin or deleting data #166

Closed

Conversation

KuznetsovAlexander
Copy link
Contributor

If you close working data or segmentation plugin when 3d-interpolation is in progress, this will lead to crash. This happens because QFuture will still be running but there will be no data for it.

This PR adds waiting for future's complete before deleting node or closing plugin.

Signed-off-by: KuznetsovAlexander KuznetsovAlexander@rambler.ru

Signed-off-by: KuznetsovAlexander <KuznetsovAlexander@rambler.ru>
Signed-off-by: KuznetsovAlexander <KuznetsovAlexander@rambler.ru>
Signed-off-by: KuznetsovAlexander <KuznetsovAlexander@rambler.ru>
@KuznetsovAlexander KuznetsovAlexander changed the title T22136: Fix for 3D-interpolation crash on closing plugin or deleting data T22136, T22159: Fix for 3D-interpolation crash on closing plugin or deleting data Nov 23, 2016
@kislinsk
Copy link
Contributor

Included by cherry-picking the three commits.

@kislinsk kislinsk closed this Dec 15, 2016
@KuznetsovAlexander KuznetsovAlexander deleted the 3d-interpolation-crash-mitk branch December 15, 2017 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants