-
Notifications
You must be signed in to change notification settings - Fork 347
Qupzilla crashes on startup #2084
Comments
What is X2GO? Is there any interesting output in console when it crashes? |
X2Go is an opensource remote desktop software which works over ssh.
|
This looks like the problem. Can you try running |
According to http://wiki.x2go.org/doku.php/doc:de-compat , X2Go just does not support GLX 1.3 and will not do so in the near future because it means rebasing their fork of the ancient X.Org 6.9 to something much more recent. This is unfortunate because several parts of Qt 5 require GLX 1.3 (not just QtWebEngine, but also QML2). (The generic workaround is |
Hello, I used |
UPDATE: It works now, this issue happens only whilst trying to run Qupzilla inside a X2Go remote session.
Built qupzilla from git on ubuntu with QT 5.7.
When I run it for first time I can see qupzilla windows for a few seconds and then it crashes with the following error:
Time: Wed Sep 21 15:19:36 2016
Qt version: 5.7.0 (compiled with 5.7.0)
QupZilla version: 2.0.99
Rendering engine: QtWebEngine
============== BACKTRACE ==============
#0: qupzilla() [0x804ae15]
#1: [0xb77dacdc]
#2: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x2ba25a) [0xb277725a]
#3: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x2bab28) [0xb2777b28]
#4: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x16521b8) [0xb3b0f1b8]
#5: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x16814a6) [0xb3b3e4a6]
#6: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1680025) [0xb3b3d025]
#7: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x165fc2a) [0xb3b1cc2a]
#8: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x167b14b) [0xb3b3814b]
#9: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1675971) [0xb3b32971]
#10: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1e2d39d) [0xb42ea39d]
#11: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dd15cf) [0xb428e5cf]
#12: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dd19f4) [0xb428e9f4]
#13: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dd44c9) [0xb42914c9]
#14: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dd48f8) [0xb42918f8]
#15: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dd0eaf) [0xb428deaf]
#16: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1de7c1f) [0xb42a4c1f]
#17: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dd0824) [0xb428d824]
#18: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1e01acb) [0xb42beacb]
#19: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1e01bcf) [0xb42bebcf]
#20: /opt/qt57/lib/libQt5WebEngineCore.so.5(+0x1dfda46) [0xb42baa46]
#21: /lib/i386-linux-gnu/libpthread.so.0(+0x6f72) [0xb08a5f72]
#22: /lib/i386-linux-gnu/libc.so.6(clone+0x5e) [0xb17acf8e]
The text was updated successfully, but these errors were encountered: