Page MenuHomePhabricator

Planar Figure Interaction causes application crash
Closed, DuplicatePublic

Description

Once the QmitkMeasurementView is closed the remaining planar figures in the data storage are not removed. If interaction with these planar figures is wanted, the application crashes.
This is due to some observer, that are added in the QmitkMeasurementBundle to the planar figures with a callback function within QmitkMeasurmentBundle. If the bundle is destroyed those callback functions are no longer available.

Event Timeline

Mentioned this issue in the MITK meeting. Solution: Remove all observers and interactor in the destructor of the measurement. So no Planar Figure interaction is possible after Measurement Bundle is closed.

Just checked if this bug is still present...yep

MITK-1-0 keyword is obsolete, we use Target Milestones in the future.