Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 3.3.0
-
None
-
Ubuntu 14.04 LTS (64b)
Description
In Ubuntu 14.04 (64b) The Qt Creator crashes immediately after start-up. Its outputs in terminal are shown bellow.
No tool chain set from kit "Local PC".
No tool chain set from kit "Local PC".
[xcb] Too much data requested from _XRead
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
qtcreator: ../../src/xcb_io.c:736: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.
Aborted (core dumped)
It happens after I installed newest CUDA toolkit with its NVDIA drivers. The version of NVIDIA drivers is 340.29.
After I removed NVIDIA drivers, Qt Creator works fine. I know it is related OpenGL library builds, but I don't know how to solve it. Currently, I use the trick ./qtcreator -noload Welcome. Hope you guys can figure it out soon. It is very inconvenient for me.
Although it is similar to bugs in [1], I think it is a different problem. Further, I don't know how to apply patches in [1].
[1] https://bugreports.qt-project.org/browse/QTCREATORBUG-11207