Page MenuHomePhabricator

Shape model part: Abort button crashes
Closed, ResolvedPublic

Description

This is because the filter is deleted while still running.
The bool flag StopPressed is checked at the end of the filter, so it must not be deleted before.

Event Timeline

[SVN revision 20375]
FIX (#3050): Quickfix: Abort button now only stops segmentation; model remains in undefined state and is not removed. But does not crash app any more.

[SVN revision 20377]
FIX (#3050): Controlled abort of segmentation. A binary image is still created. Abort can also be used to stop the segmentation when quality is sufficient.