FS#57584 - [kexi] Segfault at start

Attached to Project: Arch Linux
Opened by Pedro Neves (paneves) - Tuesday, 20 February 2018, 16:10 GMT
Last edited by Antonio Rojas (arojas) - Friday, 02 March 2018, 11:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: When trying to run kexi (v. 3.0.2-1) it segfaults.

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
Run kexi

With gdb I've managed to get the following bt:

(gdb) bt
#0 0x00007ffff75e77ea in ?? () from /usr/lib/libQt5Widgets.so.5
#1 0x00007ffff6df16c6 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#2 0x00007ffff6d59e27 in QAbstractItemModel::layoutAboutToBeChanged(QList<QPersistentModelIndex> const&, QAbstractItemModel::LayoutChangeHint) () from /usr/lib/libQt5Core.so.5
#3 0x00007ffff58426ef in ?? () from /usr/lib/libkexiutils.so.15
#4 0x00007ffff5845f55 in ?? () from /usr/lib/libkexiutils.so.15
#5 0x00007ffff584bb43 in ?? () from /usr/lib/libkexiutils.so.15
#6 0x00007ffff5847203 in KexiCompleter::setModel(QAbstractItemModel*) () from /usr/lib/libkexiutils.so.15
#7 0x00007ffff7afc5ec in ?? () from /usr/lib/libkeximain.so.15
#8 0x00007ffff7ae7731 in ?? () from /usr/lib/libkeximain.so.15
#9 0x00007ffff7ad5bb4 in KexiMainWindow::setupMainWidget() () from /usr/lib/libkeximain.so.15
#10 0x00007ffff7ada9e3 in KexiMainWindow::KexiMainWindow(QWidget*) () from /usr/lib/libkeximain.so.15
#11 0x00007ffff7adb086 in KexiMainWindow::create(int&, char**, QString const&) () from /usr/lib/libkeximain.so.15
#12 0x0000555555554ac5 in ?? ()
#13 0x00007ffff678df4a in __libc_start_main () from /usr/lib/libc.so.6
#14 0x0000555555554b7a in _start ()

I don't know if this helps or if more info is needed.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 02 March 2018, 11:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt5-base 5.10.1-3
Comment by Antonio Rojas (arojas) - Tuesday, 20 February 2018, 17:53 GMT
Yet another Qt 5.10.1 regression, sigh...

Loading...