Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.6.0 Alpha, 5.6.0 Beta, 5.6.0 RC
-
Fix Version/s: 5.6.1
-
Component/s: Quick: Core Declarative QML
-
Labels:None
-
Environment:linux
-
Commits:72515ebe5a63c201fde09471bc646dbe15110a6b
Description
It happens with the version from http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/287/ or when I compiled in debug mode.
I tried to simplify the code at maximum. Click on the "Test" and the application will crash.
In the code, in src/activities/menu/Menu.qml, line 152, we update the source of the Loader and the crash appears there. If I remove the two lines just below about audioVoices and audioEffects, no more crash.
These two items are set in src/core/main.qml.
Gdb logs attached.