Page MenuHomePhabricator

[dashboard]mitkPluginGeneratorTest fails on nightly dart clients
Closed, ResolvedPublic

Description

different PluginGenerator tests fail on nightly dart clients, e.g.:
http://cdash.mitk.org/viewTest.php?onlyfailed&buildid=72918

Event Timeline

The bug can be reproduced by starting Visual Studio from the GIT command line. (the enviroment from the dart clients should also be used). The MITKPluginGenerator then crashes if starting in Release mode. It can be debugged with a "ReleaseWithDebugInfo" build and crashes in line 178:

QTextStream out(stdout, QIODevice::WriteOnly);

Perhaps this bug is caused by a buggy Qt 4.7 build. Next step will be to try another Qt version and see if the bug still occures.

The PluginGenerator testing procedure was refactored since the bug report. The old nightly results are not available any more, but the PluginGenerator tests run successfully. See T10944 for more details.