Comment 28 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

tested by 'qmlscene hellowolrd.qml' on the other machine 201401-14529 with 14.04
could reproduce this bug

-------------- more information ----------------

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
  Candidate: 5.2.1+dfsg-1ubuntu14
  Version table:
 *** 5.2.1+dfsg-1ubuntu14 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
qmlscene:
  Installed: 5.2.1-3ubuntu15
  Candidate: 5.2.1-3ubuntu15
  Version table:
 *** 5.2.1-3ubuntu15 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)
03:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] [1002:6900]

-------- 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