Application: dolphin (1.5) KDE Platform Version: 4.5.5 (KDE 4.5.5) Qt Version: 4.6.3 Operating System: Linux 2.6.34.7-66.fc13.x86_64 x86_64 Distribution: "Fedora release 13 (Goddard)" -- Information about the crash: - What I was doing when the application crashed: Attemping to move many large multimedia files between physical hard drives led to instability and unresponsiveness. Eventually Dolphin would just start crashing without warning and would not stabilize without a reboot. The crash can be reproduced some of the time. -- Backtrace: Application: Dolphin (dolphin), signal: Segmentation fault 82 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS) [Current thread is 1 (Thread 0x7f353cb67820 (LWP 3571))] Thread 2 (Thread 0x7f3530e44700 (LWP 3595)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216 #1 0x00000039c9e139b1 in ?? () from /usr/lib64/libxine.so.1 #2 0x00000039bce07761 in start_thread (arg=0x7f3530e44700) at pthread_create.c:301 #3 0x00000039bc2e098d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115 Thread 1 (Thread 0x7f353cb67820 (LWP 3571)): [KCrash Handler] #6 _dbus_connection_lock (connection=0x3a0065006c0074) at dbus-connection.c:355 #7 0x00000039c561d3ad in _dbus_pending_call_get_connection_and_lock (pending=0x1fdf040) at dbus-pending-call.c:307 #8 0x00000039c560f3ee in reply_handler_timeout (data=0x1fdf040) at dbus-connection.c:3163 #9 0x00000039c9a18b77 in q_dbus_timeout_handle (this=0x92c420, e=0x7fff0412da30) at qdbus_symbols_p.h:172 #10 QDBusConnectionPrivate::timerEvent (this=0x92c420, e=0x7fff0412da30) at qdbusintegrator.cpp:1035 #11 0x00000039ca362c4e in QObject::event (this=0x92c420, e=0x7fff0412da30) at kernel/qobject.cpp:1212 #12 0x00000039d03ab39c in QApplicationPrivate::notify_helper (this=0x941180, receiver=0x92c420, e=0x7fff0412da30) at kernel/qapplication.cpp:4306 #13 0x00000039d03b165b in QApplication::notify (this=<value optimized out>, receiver=0x92c420, e=0x7fff0412da30) at kernel/qapplication.cpp:4189 #14 0x0000003ee261d186 in KApplication::notify (this=0x7fff0412dd90, receiver=0x92c420, event=0x7fff0412da30) at /usr/src/debug/kdelibs-4.5.5/kdeui/kernel/kapplication.cpp:310 #15 0x00000039ca353ddc in QCoreApplication::notifyInternal (this=0x7fff0412dd90, receiver=0x92c420, event=0x7fff0412da30) at kernel/qcoreapplication.cpp:726 #16 0x00000039ca37c6f2 in sendEvent (this=0x93e340) at kernel/qcoreapplication.h:215 #17 QTimerInfoList::activateTimers (this=0x93e340) at kernel/qeventdispatcher_unix.cpp:603 #18 0x00000039ca379b98 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:184 #19 idleTimerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:231 #20 0x00000039c023bd02 in g_main_dispatch (context=0x93d120) at gmain.c:1960 #21 IA__g_main_context_dispatch (context=0x93d120) at gmain.c:2513 #22 0x00000039c023fae8 in g_main_context_iterate (context=0x93d120, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2591 #23 0x00000039c023fc9c in IA__g_main_context_iteration (context=0x93d120, may_block=1) at gmain.c:2654 #24 0x00000039ca379863 in QEventDispatcherGlib::processEvents (this=0x9133a0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412 #25 0x00000039d044a84e in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204 #26 0x00000039ca352822 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149 #27 0x00000039ca352aec in QEventLoop::exec (this=0x7fff0412dcd0, flags=...) at kernel/qeventloop.cpp:201 #28 0x00000039ca3561bb in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003 #29 0x0000003ee564822f in kdemain (argc=6, argv=0x7fff0412e2b8) at /usr/src/debug/kdebase-4.5.5/apps/dolphin/src/main.cpp:98 #30 0x00000039bc21ec5d in __libc_start_main (main=0x400870 <main(int, char**)>, argc=6, ubp_av=0x7fff0412e2b8, init=<value optimized out>, fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=0x7fff0412e2a8) at libc-start.c:226 #31 0x00000000004007a9 in _start () This bug may be a duplicate of or related to bug 208921. Possible duplicates by query: bug 263709, bug 262451, bug 261025, bug 260723, bug 259316. Reported using DrKonqi
Thanks for the bug report. This looks like a D-Bus issue (bug 226725), fixed in D-Bus 1.4 and later. Can you try to find out your D-Bus version, e.g., with rpm -qa | grep dbus ?
*** This bug has been marked as a duplicate of bug 266449 ***