Page MenuHomePhabricator

Application is chrashing when accepting an invisible 3d-segmentation
Closed, ResolvedPublic

Description

Steps to reproduce:

  • Load an image
  • create a segmentation
  • Set Interpolation to 3D
  • Add a new area using the Add-Tool
  • Scroll some planes
  • Add a new area using the Add-Tool
  • Make the segmentation data node invisible (Deselect in Datamanager)
  • press "Accept" for the 3D-Interpolation

-> Application crashes.

Event Timeline

Updating target milestone to upcoming release

When making DataNode invisible it is removed from the ToolManager,
accessing the ReferenceData caused a seg fault,
fixed by isNull check.

User interaction problem filed in a new bug.

New remote branch pushed: bug-13975-FixCrashOnAcceptingInvisibleSegmentation

[37c3d4]: Merge branch 'bug-13975-FixCrashOnAcceptingInvisibleSegmentation'

Merged commits:

2013-01-23 14:53:54 Christian Weber [dc43bd]
changed fixed to apply to reference data


2013-01-23 14:32:58 Christian Weber [268ea0]
Added == NULL check