Page MenuHomePhabricator

Crash when starting MITK Workbench on Windows 32 Bit for the first time
Closed, ResolvedPublic

Assigned To
None
Authored By
goch
Jul 10 2013, 2:37 PM
Referenced Files
F1015: Console.log
Jul 10 2013, 2:38 PM
F1014: mitk.log
Jul 10 2013, 2:38 PM
Subscribers

Description

Currently the nightly installer test [1] keeps failing as the Nightly installer crashes on the first start on a clean system. (A vtk Output window pops up, the workbench appears and crashes immediately without user input).

Subsequent starts work fine, though.

Event Timeline

BlueBerry.ConsoleLog output

[1] http://cdash.mitk.org/viewTest.php?onlyfailed&buildid=314456

As an addendum, the provided logs were produced using the 32 Bit installer on my Windows 7 64 Bit computer.

I started the application twice and just tried activating each view.

It crashes on activating:
FiberDevTool
Volumetry

I filed separate bugs for the crashing views, as they may not be the reason for this crash:

T15577
T15578

I tried to reproduce the problem by building a 32 Bit installer on my 64 Bit machine. That installer works fine on my computer. Differences in the setup:

Windows 7 64 Bit vs Windows XP 32 Bit
Qt SDK Installer Qt 4.8.2 for VS 2010 vs Qt 4.7.4 build using Visual Studio 2008
CMake 2.8.9 vs CMake 2.8.11.1
Real Computer vs VM
I have build it manually using BUILD_ALL_PLUGINS and did not use the dartclient script.

Updated the VM Qt to the 4.8.5 SDK Installer, problem persists.

Trying to track down possible issues by changing which plugins are build.
As, starting from MSVS, it does not crash, but an VTK error window open on first start. I have narrowed it down to be due to the org.mitk.gui.qt.tofutil plugin.

An installer containing only that plugin switched will also result in a crashing application.

This could potentially be somewhat related to T14383

The problem seems to have been fixed in some of the recent changes (probably the microservice changes). Closing bug.