Page MenuHomePhabricator

Crash from datamanager if non-rendering editor is diplayed
Closed, ResolvedPublic

Description

The line QmitkDataManagerView.cpp:819

renderWindow->GetRenderingManager()->InitializeViews(bounds);

will crash the application if the renderWindow pointer is not valid. This is possible if the datamanager fails to get/open a render window part, for example when a non-rendering editor is already open and linked to the current datastorage.

Related Objects

Event Timeline

Please comment on the fix

A crash is critical and should be fixed asap. Changed Target Milestone to upcoming release

This is been fixed when working on T13192.