Bug#879967: Possibly due to QQmlEngine segfaulting

2018-04-03 Thread Neil Muller
While checking a failure of a local QT application, I ran into 894726 (QQmlEngine segfaults on sparc64) Looking at the failing qtmultimedia test case, it also tries to create a QQmlEngine instance in the audioRole test case, so it seems likely that it's hitting the same bug.

Bug#894726: libqt5qml5: QQmlEngine segfaults on sparc64

2018-04-03 Thread Neil Muller
Package: libqt5qml5 Version: 5.9.2-3 Severity: important Trying to track down why a QT program was failing, I found that the qt5qml5 package is currently broken on sparc64. The following simple example segfaults when run on sparc64, before reaching the "QQmlComponent" line, while working as expe