Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 3.1.0-beta
-
kacarr@kjc_ubuntu:~/qt-creator$ git branch -a
* 3.0
kacarr@kjc_ubuntu:~/qt-creator$ git remote show origin
* remote origin
Fetch URL: https://git.gitorious.org/qt-creator/qt-creator.git
Push URL: https://git.gitorious.org/qt-creator/qt-creator.git
HEAD branch: master
kacarr@kjc_ubuntu:~/qt5$ git branch -a
dev
* stable
remotes/origin/HEAD -> origin/stable
kacarr@kjc_ubuntu:~/qt5$ git remote show origin
* remote origin
Fetch URL: https://git.gitorious.org/qt/qt5.git
Push URL: https://git.gitorious.org/qt/qt5.git
HEAD branch: stable
Ubuntu 64bit, QtCreator built from source with Qt5.2 built from source.kacarr@kjc_ubuntu:~/qt-creator$ git branch -a * 3.0 kacarr@kjc_ubuntu:~/qt-creator$ git remote show origin * remote origin Fetch URL: https://git.gitorious.org/qt-creator/qt-creator.git Push URL: https://git.gitorious.org/qt-creator/qt-creator.git HEAD branch: master kacarr@kjc_ubuntu:~/qt5$ git branch -a dev * stable remotes/origin/HEAD -> origin/stable kacarr@kjc_ubuntu:~/qt5$ git remote show origin * remote origin Fetch URL: https://git.gitorious.org/qt/qt5.git Push URL: https://git.gitorious.org/qt/qt5.git HEAD branch: stable Ubuntu 64bit, QtCreator built from source with Qt5.2 built from source.
Description
I tried several combinations of build kits to try and profile sample applications. The simple one to reproduce is create a new 5.1 hello world application and then simply select to run the QML Profiler.
acarr@kjc_ubuntu:~/qt-creator/bin$ ./qtcreator
QPainter: It is not safe to use drawPixmap() outside the GUI thread
QPainter: It is not safe to use drawPixmap() outside the GUI thread
QPainter: It is not safe to use drawPixmap() outside the GUI thread
QPainter: It is not safe to use drawPixmap() outside the GUI thread
QPainter: It is not safe to use drawPixmap() outside the GUI thread
qtcreator: nouveau_fence.c:89: nouveau_fence_emit: Assertion `fence->state == 0' failed.
Aborted (core dumped)
kacarr@kjc_ubuntu:~/qt-creator/bin$ ./qtcreator
qtcreator: nouveau_fence.c:89: nouveau_fence_emit: Assertion `fence->state == 0' failed.
Aborted (core dumped)