Comment 11 for bug 1239646

Revision history for this message
Tim Peeters (tpeeters) wrote :

phablet@ubuntu-phablet:~$ cat test.qml
import QtQuick 2.0
Rectangle {
  color: "green"
  width: 400
  height: 400
}
phablet@ubuntu-phablet:~$ qmlscene test.qml
__pthread_gettid -2
Segmentation fault (core dumped)
phablet@ubuntu-phablet:~$