Comment 6 for bug 1502093

Revision history for this message
Gerry Boland (gerboland) wrote : Re: unity8 crash on mako rc-proposed/ubuntu with latest unity8/mir/powerd

Here's a simple way to reproduce the fail. Stick the following into a file test.qml:

import QtQuick 2.4
import Ubuntu.Components 1.2

Rectangle {
    color: 'green'
    UbuntuShape {}
}

Do "stop unity8" to stop unity8 reboot loop. Then do:

MIR_SERVER_NAME=session-0 MIR_SOCKET=/run/mir_socket QT_QPA_PLATFORM=mirserver qmlscene ~/test.qml

It will hang and eventually crash.