Summary: | KRunner crashes while typing in the name of an application | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Diego <diego.ml> |
Component: | general | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andpago, asturm, olivier, patrick.eigensatz, syslock |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.10.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Diego
2017-09-29 13:47:52 UTC
Same thing happens to me: Application: krunner (5.12.1) Qt Version: 5.10.1 Frameworks Version: 5.43.0 Operating System: Linux 4.15.3-1-ARCH x86_64 Distribution (Platform): Archlinux Packages -- Information about the crash: I was typing firefox in krunner. It crashed as soon as I have typed "fir". The same thing happens when I try to type it into the app launcher widget. This is not the only combination that makes it crash. The crash can be reproduced every time. -- Backtrace: A useful backtrace could not be generated Created attachment 110749 [details]
New crash information added by DrKonqi
plasmashell (5.12.1) using Qt 5.10.1
Exactly the same happened here: krunner crashes as soon as I type some letters to start an application. This happens everytime, even after I restart krunner.
-- Backtrace (Reduced):
#5 0x00007fa9b860ca60 in QVariant::QVariant(QVariant const&) () at /usr/lib/libQt5Core.so.5
#6 0x00007fa8cd2862cc in () at /usr/lib/qt/plugins/sqldrivers/libqsqlite.so
#7 0x00007fa8cd283ae6 in () at /usr/lib/qt/plugins/sqldrivers/libqsqlite.so
#8 0x00007fa9b638b938 in QSqlQuery::exec() () at /usr/lib/libQt5Sql.so.5
#9 0x00007fa8bfbd2761 in () at /usr/lib/qt/plugins/krunner_bookmarksrunner.so
*** Bug 390628 has been marked as a duplicate of this bug. *** It's the same for me, on ArchLinux. And if I type AAAAAAA in krunner, it doesn't crash, only if application names match. We moved the baloorunner out of process in Plasma 5.12, this should fix the original reported crash. Basically it can no longer crash KRunner as it's out of process but it will also no longer crash in that particular instance as there's only one thread in the out of process one. Hm so we should open a new bug? For me and maybe others the crash appeared in 5.12 for the first time. |