Page MenuHomePhabricator

3M-Application crashes upon closing, when segmentation bundle was active
Closed, ResolvedPublic

Description

Exception is thrown in QmitkSlicesInterpolator::~QmitkSlicesInterpolator()
line 233 @
slicer = m_MultiWidget->mitkWidget1->GetSliceNavigationController();

access violation reading location 0xfeeefeee, means likely using a non- or deinitialized pointer.

assumption is: the destructor is called twice..

Event Timeline

While closing the application QmitkSegmentationView::StdMultiWidgetClosed is called and a new StdMultiWidget is generated:
m_MultiWidget = this->GetActiveStdMultiWidget();

Maybe this can be also a cause for this crash

[SVN revision 20095]
FIX (#2922): do not call methods on NULL pointer; pay attention when multiwidget is destroyed

Should be solved. Diana, could you please verify this?

Merging "applicazion modules" component with "ExtApp plugins"