Page MenuHomePhabricator

After special combination of segmentation functions MITK crashs
Closed, ResolvedPublic

Description

To reproduce:

  1. Load an image
  2. Create a new segmentation
  3. Right-Click on image and "Show only selected nodes"
  4. Reinit
  5. Toggle segmentation visibility
  6. Draw a segmentation
  7. Activate 3D-Interpolation

-> Crash

Event Timeline

User webechr has pushed new remote branch:

bug-18174-InterpolCrash

this was caused by an additional check for visibility when setting the working node. this prevented the working node to be set when re-init is performed while the segmentation is invisible.
removing this check solves the crash. it is unproblematic since the Segmentation gui, also checks for visibility of working nodes.

[8e0991]: Merge branch 'bug-18174-InterpolCrash'

Merged commits:

2014-10-15 14:41:52 Christian Weber [f9ef50]
remove visibility check for SliceInterpolator because this caused inconsistent check paths.