Summary: | krunner crashes when pressing Alt-F2 | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | S.B. <sbrandt> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kde |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S.B.
2010-08-12 11:53:28 UTC
*** This bug has been marked as a duplicate of bug 242461 *** Mh, don't see the connection to the duplicate. In any case, I (orig. poster) also have sometimes the situation that krunner runs "amok", with full load on one core, for hours. krunner kill and restart helps. May be related to the problem, or not. May have to do with a few hundred repetitions of the entries "kglobalaccel(5662) GlobalShortcutsRegistry::unregisterKey: Unregistering key ..." and "kglobalaccel(5662) GlobalShortcutsRegistry::registerKey: Registering key ..." for all krunner hotkeys ... Code in kdirlister.cpp:527: if ( item->complete ) { item is assigned a few lines above: DirItem *item = itemsInUse.value(urlStr); Q_ASSERT(item); .... seems the Q_ASSERT should be extended to check item against NULL in release code, also. *** This bug has been marked as a duplicate of bug 232636 *** |