FS#51374 - [qt-base] Segmentation fault on filechooser start
Attached to Project:
Arch Linux
Opened by Martin Horský (luso58) - Friday, 14 October 2016, 10:11 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 17 October 2016, 14:27 GMT
Opened by Martin Horský (luso58) - Friday, 14 October 2016, 10:11 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 17 October 2016, 14:27 GMT
|
Details
Description:
Qt crashes with SIGSEGV when opening filechooser. Additional info: qt5-base 5.7.0-3 tested with: VBox 5.1.6-1 QtCreator 4.1.0-3 Steps to reproduce: Open Vbox and try to assign an ISO to a VM. Open QtCreator and try to "Open file or project...". |
This task depends upon
Closed by Doug Newgard (Scimmia)
Monday, 17 October 2016, 14:27 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#50013
Monday, 17 October 2016, 14:27 GMT
Reason for closing: Duplicate
Additional comments about closing:
The workaround is using QT_QPA_PLATFORMTHEME other than qgnomeplatform, such as qt5ct, or setting GDK_BACKEND to x11.
$ QT_QPA_PLATFORMTHEME=qt5ct kwrite
$ GDK_BACKEND=x11 kwrite
I remembered opening similar issue before,
FS#50706, which is closed because it's a duplicate ofFS#50013I highly suspect this issue is caused by qgnomeplatform[1] upstream[2] instead of bad packaging.
[1] /usr/lib/qt/plugins/platformthemes/libqgtk3.so
[2] https://github.com/MartinBriza/QGnomePlatform/issues
https://bugreports.qt.io/browse/QTBUG-55583