Summary: | Crash on searching for application from the Application Launcher | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Jonathan <jonathannakandala> |
Component: | general | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andreas, bhush94, demm, kde, notmart, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.3.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan
2015-06-18 23:29:55 UTC
Vishesh: may be the krunner threading issue you were investigating into? (or maybe just QIcon not being thread safe) [KCrash Handler] #6 deref<int> (_q_value=<optimized out>) at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:219 #7 deref (this=<optimized out>) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:122 #8 QIcon::~QIcon (this=0x62aeb20, __in_chrg=<optimized out>) at image/qicon.cpp:673 #9 0x00007f2932bb84a2 in unlink (n=..., this=0x7f2932f8d420 <(anonymous namespace)::Q_QGS_qtIconCache::innerFunction()::holder>) at ../../include/QtCore/../../src/corelib/tools/qcache.h:63 #10 trim (m=99, this=0x7f2932f8d420 <(anonymous namespace)::Q_QGS_qtIconCache::innerFunction()::holder>) at ../../include/QtCore/../../src/corelib/tools/qcache.h:187 #11 QCache<QString, QIcon>::insert (this=0x7f2932f8d420 <(anonymous namespace)::Q_QGS_qtIconCache::innerFunction()::holder>, akey=..., aobject=aobject@entry=0x7f28181b7d20, acost=acost@entry=1) at ../../include/QtCore/../../src/corelib/tools/qcache.h:167 #12 0x00007f2932bb3f04 in QIcon::fromTheme (name=..., fallback=...) at image/qicon.cpp:1177 #13 0x00007f27e6676135 in SearchRunner::match (this=this@entry=0x5ab7120, context=..., type=..., category=...) at ../../../runners/baloo/baloosearchrunner.cpp:116 Maybe this is related to this bug: When typing more than 2 letters, krunner crashes. Removing the krunner_windowedwidgets.so from /usr/lib/qt/plugins/ solves this issue *** This bug has been marked as a duplicate of bug 355122 *** |