Bug 390628 - Segmentation fault after a few seconds
Summary: Segmentation fault after a few seconds
Status: RESOLVED DUPLICATE of bug 385202
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: 5.12.1
Platform: Arch Linux Linux
: HI crash
Target Milestone: ---
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-17 19:44 UTC by Olivier Churlaud
Modified: 2018-02-17 20:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Churlaud 2018-02-17 19:44:27 UTC
Krunner keeps giving me a segmentation fault after a few seconds.

Here is the gdb backtrace, but Archlinux doesn't ship the debug symbols.


(gdb) r
Starting program: /usr/bin/krunner 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe21a9700 (LWP 3588)]
[New Thread 0x7fffdb72f700 (LWP 3589)]
[New Thread 0x7fffd35ef700 (LWP 3590)]
sonnet.core: No language dictionaries for the language: "en"
[New Thread 0x7fffba18b700 (LWP 3593)]
[New Thread 0x7fffb998a700 (LWP 3594)]
[New Thread 0x7fffb9189700 (LWP 3595)]
[New Thread 0x7fffb8988700 (LWP 3596)]
[New Thread 0x7fffabfff700 (LWP 3597)]
[New Thread 0x7fffab7fe700 (LWP 3598)]
[New Thread 0x7fffaaffd700 (LWP 3599)]
[New Thread 0x7fffaa7fc700 (LWP 3600)]

Thread 11 "GlobalQueue[07]" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffaaffd700 (LWP 3599)]
0x00007ffff41cba60 in QVariant::QVariant(QVariant const&) () from /usr/lib/libQt5Core.so.5
(gdb) bt
#0  0x00007ffff41cba60 in QVariant::QVariant(QVariant const&) () at /usr/lib/libQt5Core.so.5
#1  0x00007fffc02c32cc in  () at /usr/lib/qt/plugins/sqldrivers/libqsqlite.so
#2  0x00007fffc02c0ae6 in  () at /usr/lib/qt/plugins/sqldrivers/libqsqlite.so
#3  0x00007fffeef07938 in QSqlQuery::exec() () at /usr/lib/libQt5Sql.so.5
#4  0x00007fffc04d7761 in  () at /usr/lib/qt/plugins/krunner_bookmarksrunner.so
#5  0x00007fffc04d7f0a in  () at /usr/lib/qt/plugins/krunner_bookmarksrunner.so
#6  0x00007fffc04d2972 in  () at /usr/lib/qt/plugins/krunner_bookmarksrunner.so
#7  0x00007fffc04d01b5 in  () at /usr/lib/qt/plugins/krunner_bookmarksrunner.so
#8  0x00007fffc04db064 in  () at /usr/lib/qt/plugins/krunner_bookmarksrunner.so
#9  0x00007fffd0e877f0 in Plasma::AbstractRunner::performMatch(Plasma::RunnerContext&) () at /usr/lib/libKF5Runner.so.5
#10 0x00007fffd0c66618 in ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) () at /usr/lib/libKF5ThreadWeaver.so.5
#11 0x00007fffd0c65610 in ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) () at /usr/lib/libKF5ThreadWeaver.so.5
#12 0x00007fffd0c64d45 in ThreadWeaver::Thread::run() () at /usr/lib/libKF5ThreadWeaver.so.5
#13 0x00007ffff3f98b4d in  () at /usr/lib/libQt5Core.so.5
#14 0x00007ffff17f208c in start_thread () at /usr/lib/libpthread.so.0
#15 0x00007ffff38a0e7f in clone () at /usr/lib/libc.so.6
Comment 1 Olivier Churlaud 2018-02-17 20:36:54 UTC

*** This bug has been marked as a duplicate of bug 385202 ***