Page MenuHomePhabricator

MITK Crash with multiple Views
Closed, WontfixPublic

Description

To reproduce:

  1. Load brain.nrrd into data storage
  2. load other image into data storage
  3. Window->new Window

Now start reiniting both objects in both windows randomly (globally and locally). Sooner or later MITK crashes (confirmed under Windows and Linux).

Sometimes, reinits in the new window do not have an effect until theold window is activated again.

Only reliably reproduced with brain.nrrd might be a geometry problem?

Event Timeline

I get "vector empty before pop" in mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair line 232

Possibly due to there being two sets of planes due to there being two windows (currently this doubles everything including context menu entries and the crosshair planes)

I can reproduce it without opening another window. Opening a second editor is enough. So the double set of planes is probably not the cuplrit.

We will remove the menu entries for opening new windows and editors for the release.

Should be tested before the actual release

We deactivated the "New Window" functionality for the last release. Hence, the bug is still persistent but doesn't occur. Removed target milestone and lowered severity.

kislinsk claimed this task.

Closing as Wontfix because it is probably obsolete with Amir's project.