https://bugs.kde.org/show_bug.cgi?id=406972
--- Comment #3 from magib...@hotmail.com --- Here's another backtrace, but this one is from coredumpctl. The KCrash handler did not inform about the crash this time. Again, it doesn't have debug symbols, but I'm definitely going to make a debug build. There are missing symbols from Qt5Core, though, which I can't afford to build. The steps that led me to the crash are exactly the same I described in the first post. The backtrace looks very different, although it seems to be slightly more insightful. > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x00007f512a1ff82f in raise () from /usr/lib/libc.so.6 > [Current thread is 1 (Thread 0x7f50610f9700 (LWP 2456))] > (gdb) bt > #0 0x00007f512a1ff82f in raise () from /usr/lib/libc.so.6 > #1 0x00007f5115c26bef in KCrash::defaultCrashHandler(int) () from > /usr/lib/libKF5Crash.so.5 > #2 <signal handler called> > #3 0x00007f512a24cc16 in malloc () from /usr/lib/libc.so.6 > #4 0x00007f512a5e7394 in QArrayData::allocate(unsigned long, unsigned long, > unsigned long, QFlags<QArrayData::AllocationOption>) () from > /usr/lib/libQt5Core.so.5 > #5 0x00007f512a5e9461 in QByteArray::QByteArray(int, Qt::Initialization) () > from /usr/lib/libQt5Core.so.5 > #6 0x00007f512a7eeb99 in ?? () from /usr/lib/libQt5Core.so.5 > #7 0x00007f512a65d1a9 in QString::toUtf8_helper(QString const&) () from > /usr/lib/libQt5Core.so.5 > #8 0x00007f5115c26779 in KCrash::defaultCrashHandler(int) () from > /usr/lib/libKF5Crash.so.5 > #9 <signal handler called> > #10 0x00007f512a1ff82f in raise () from /usr/lib/libc.so.6 > #11 0x00007f512a1ea672 in abort () from /usr/lib/libc.so.6 > #12 0x00007f512a241e78 in __libc_message () from /usr/lib/libc.so.6 > #13 0x00007f512a24878a in malloc_printerr () from /usr/lib/libc.so.6 > #14 0x00007f512a248a54 in munmap_chunk () from /usr/lib/libc.so.6 > #15 0x00007f512a157c3b in QSqlError::~QSqlError() () from > /usr/lib/libQt5Sql.so.5 > #16 0x00007f512a149de5 in QSqlQuery::prepare(QString const&) () from > /usr/lib/libQt5Sql.so.5 > #17 0x00007f512b265cf5 in ?? () from /usr/lib/libFalkonPrivate.so.3 > #18 0x00007f512b267104 in LocationCompleterRefreshJob::completeFromHistory() > () from /usr/lib/libFalkonPrivate.so.3 > #19 0x00007f512b267ece in ?? () from /usr/lib/libFalkonPrivate.so.3 > #20 0x00007f512b268473 in ?? () from /usr/lib/libFalkonPrivate.so.3 > #21 0x00007f512a5dec91 in ?? () from /usr/lib/libQt5Core.so.5 > #22 0x00007f512a5db63c in ?? () from /usr/lib/libQt5Core.so.5 > #23 0x00007f51228cca92 in start_thread () from /usr/lib/libpthread.so.0 > #24 0x00007f512a2c2cd3 in clone () from /usr/lib/libc.so.6 -- You are receiving this mail because: You are watching all bug changes.