Sorry, my mistake, there was a clear test case. Still crashes with Qt 5.3.2 in vivid when using xvfb-run. Works with normal qmlscene without xfvb-run.
It even crashes with QT_QPA_PLATFORM=minimal xvfb-run -a qmlscene /usr/share/ubuntu-html5-container/examples/simple/simple.qml - but it gives more debug output. It seems to be because of createPlatformOpenGLContext is tried to be called. Qt 5's Qt Quick 2 / QML2 requires OpenGL (2.0+) support but probably this should fail more graciously. I don't think this is a high priority bug though. It might be good to think of a good test case / explanation and report to upstream https://bugreports.qt-project.org/. xvfb-run is successfully used to run Qt unit tests. ** Attachment added: "debug.txt" https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1276839/+attachment/4273429/+files/debug.txt ** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276839 Title: qmlscene crashed with SIGABRT in deref() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1276839/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
