Summary: | KRunner hangs then crashes when starting an app (massive random crashes) [[_dbus_pthread_mutex_lock], _dbus_connection_lock, _dbus_pending_call_get_connection_and_lock, reply_handler_timeout (Thread 1)] | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Mathias Panzenböck <grosser.meister.morti> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | andresbajotierra, aseigo, chiggs.99, dplater, gpiez, grzesiu.gostomski, jonathan.verner, kdebugs, kim+kde, letharion, sebastian, tindvik |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathias Panzenböck
2010-03-13 00:04:20 UTC
crash in libdbus; apparently another fun threading bug in there. From bug 231196: -- Information about the crash: KDE had just finished strarting up, I pressed Alt+F2 to launch an application, the krunner box appeared but crashed before I could type the application name. From bug 227365: -- Information about the crash: krunner often hangs on me when I want to launch a program. This time it even crashed. I did just change the plasma theme (which caused kwin to crash - as usual) and krunners theme wasn't changed completely. Maybe thats related? From bug 228201: -- Information about the crash: i probobly run krunner but not using it, then i browse dolphin and i so crash message at this same moment strigi finish indeksing files. *** Bug 231196 has been marked as a duplicate of this bug. *** *** Bug 227365 has been marked as a duplicate of this bug. *** *** Bug 228201 has been marked as a duplicate of this bug. *** From bug 225828: -- Information about the crash: I was attempting to run yast2 and had entered the command and was scrolling through the possibilities when the crash occured From bug 228421: -- Information about the crash: when starting netbeans the krunner application crashes but still manages to open the application. From bug 228899: -- Information about the crash: Fedora12 with kde-4.4.0 ant qt-4.6.2 Input the string "xscreensaver-command -exit" and pressed "return" and krunner segv'ed Note that krunner has inexplicable waits on my system - even with nepomuk enabled (no strigi though) *** Bug 225828 has been marked as a duplicate of this bug. *** *** Bug 228421 has been marked as a duplicate of this bug. *** *** Bug 228899 has been marked as a duplicate of this bug. *** From bug 229139: -- Information about the crash: After a reboot, the very first time I use krunner to start something (usually firefox) the started application starts up as expected, but after 10-20 seconds, krunner crashes. From bug 229373: -- Information about the crash: Was afk when it happened. Did temporarily switch off 3D (shift-alt-F12) before. *** Bug 229139 has been marked as a duplicate of this bug. *** *** Bug 229373 has been marked as a duplicate of this bug. *** We are also going to track similar bugs at bug 224102. Those bugs have an invalid dbus connection pointer on the backtrace... (not really sure if that makes a difference) This could be also related to bug 209436... Upgrade to D-Bus 1.2.22. still happens in 4.4.2 i have to kill it via ctrl+alt+esc. The hang happens again in KDE 4.12 (didn't seem to happen in prior versions as much, if at all). (Kubuntu packages, dbus version 1.4.18). When I attached dbug to the hanged process it gave me the following (redacted) backtrace: #0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:132 #1 0x00007f3bf0f93065 in _L_lock_858 () from /lib/x86_64-linux-gnu/libpthread.so.0 #2 0x00007f3bf0f92eba in __pthread_mutex_lock (mutex=0x1d2fe30) at pthread_mutex_lock.c:61 #3 0x00007f3bef4ec841 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 #4 0x00007f3bef4ca2ad in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 #5 0x00007f3bef4dc19d in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 #6 0x00007f3bef4cc1be in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 #7 0x00007f3bf7f727a2 in q_dbus_timeout_handle (timeout=<optimized out>) at qdbus_symbols_p.h:174 (I don't have debug symbols for dbus installed) |