Page MenuHomePhabricator

Crash in QmitkSegmentationView on binary and visibility property change.
Closed, ResolvedPublic

Description

To reproduce the crash:
-load pic3d
-create a segmentation (with the segmentation plugin)
-disable the property binary
-set the segmentation invisible
-> Crash

Attached is my stack trace.

Event Timeline

The crash occurs because on visibility change, no data is selected in the segmentation image selector. For that case, a separate tool selection box check solves the issue.

Moving to segmentation component as only QmitkSegmentationView is involved.

User norajitr has pushed new remote branch:

bug-18139-CrashOnSegmentationDataNodePropertyChange

Please rename this bug accordingly.