Page MenuHomePhabricator

segmentation view crashes if multiple binary images are in the datamanager
Closed, ResolvedPublic

Description

steps to reproduce:

  • load two binary images
  • open segmentation view
  • select one of the binary images

-> crash

Event Timeline

[d10b31]: Merge branch 'bug-13397-segmentationcrash-with-multiple-binarys'

Merged commits:

2012-10-24 14:11:41 Andreas Fetzer [2680c9]
Fixed crash if multiple segmentations are loaded without reference image

The reason for this bug was that even if no reference image was loaded a initialized
reference data node was set as reference data for the tool manager. However the
data object this node hold was null. If no data is available the data node should not
be initialized too. This is now fixed.