Comment 30 for bug 1318584

Revision history for this message
Taihsiang Ho (tai271828) wrote : Re: checkbox-gui crashed when switching video out mode to external only mode

Reply to the comment #25,
this bug could be reproduced on a Sandy Bridge machine
by applying 'qmlscene helloworld.qml'

This test was done on the machine CID 201108-8941 with 14.04

----- more informaiton ----

Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
3.13.0-24-generic
libqt5core5a:
  Installed: 5.2.1+dfsg-1ubuntu14.2
  Candidate: 5.2.1+dfsg-1ubuntu14.2
  Version table:
 *** 5.2.1+dfsg-1ubuntu14.2 0
        500 http://tw.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     5.2.1+dfsg-1ubuntu14 0
        500 http://tw.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
qmlscene:
  Installed: 5.2.1-3ubuntu15.1
  Candidate: 5.2.1-3ubuntu15.1
  Version table:
 *** 5.2.1-3ubuntu15.1 0
        500 http://tw.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     5.2.1-3ubuntu15 0
        500 http://tw.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
ubuntu-sdk:
  Installed: 1.126
  Candidate: 1.126
  Version table:
 *** 1.126 0
        500 http://tw.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
        100 /var/lib/dpkg/status

00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09)

---- helloworld.qml -------

import QtQuick 2.0

Rectangle {
    width: 200
    height: 100
    color: "red"

    Text {
        anchors.centerIn: parent
        text: "Hello, World!"
    }
}

------ message from 'export QML_IMPORT_TRACE=1' when applying 'qmlscene helloworld.qml' -----

QQmlImportDatabase::addImportPath: "/usr/lib/x86_64-linux-gnu/qt5/qml"
QQmlImportDatabase::addImportPath: "/usr/lib/x86_64-linux-gnu/qt5/bin"
QQmlImports(file:///home/ubuntu/lp1318584-qt/helloworld.qml)::addLibraryImport: "QtQuick" 2.0 as ""
QQmlImports(file:///home/ubuntu/lp1318584-qt/helloworld.qml)::importExtension: loaded "/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick.2/qmldir"
QQmlImportDatabase::importPluginInstance: "QtQuick" from "/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick.2"
QQmlImports(file:///home/ubuntu/lp1318584-qt/helloworld.qml)::resolveType: "Rectangle" => "QQuickRectangle" TYPE
QQmlImports(file:///home/ubuntu/lp1318584-qt/helloworld.qml)::resolveType: "Text" => "QQuickText" TYPE