Page MenuHomePhabricator

Crash when switching from/to RigidRegistration and PointBasedRegistration
Closed, ResolvedPublic

Description

0.14 Branch, revision #20908.

Opening/closing RigidRegistration and PointBasedRegistration and LogView, loading two test images in random order crashed the application twice.

Event Timeline

I do not understand exactly what you have done for the crash, but in my case the application crashes with every module which is reopened after closing in QmitkFunctionality::PartActivated( cherry::IWorkbenchPartReference::Pointer partRef ). Independent from loading images...

i can have a look at it, when the 0.14 checkout is compiled

There is an error in QmitkFunctionality leading to a pointer crash. Requesting Core Modification flag

QmitkFunctionality is not in Core

Sorry, I'm confused ... Please commit your fix to the trrunk, I will take care of the merge.

[SVN revision 20921]
FIX (#3190): Set m_DeactivatedFunctionality to 0 in QmitkFunctionality::PartClosed to avoid crash

Merging registration bugs into general "Modules" component.