Bug 254074 - Dolphin crash while changing directory
Summary: Dolphin crash while changing directory
Status: RESOLVED DUPLICATE of bug 226725
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 16:35 UTC by Dj YB
Modified: 2010-10-13 17:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dj YB 2010-10-13 16:35:39 UTC
Application: dolphin (1.4)
KDE Platform Version: 4.4.5 (KDE 4.4.5)
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-56.fc13.i686.PAE i686
Distribution: "Fedora release 13 (Goddard)"

-- Information about the crash:
while entering a local directory, Dolphin crashed.
dbus-1.2.24-1.fc13.i686

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 1 (Thread 0xb78839b0 (LWP 3457))]

Thread 2 (Thread 0xb5f80b70 (LWP 3580)):
#0  0x0036c416 in __kernel_vsyscall ()
#1  0x00be05d4 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:236
#2  0x06242c25 in metronom_sync_loop (this=0x89721d0) at metronom.c:870
#3  0x00bdc919 in start_thread (arg=0xb5f80b70) at pthread_create.c:301
#4  0x00af2cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 1 (Thread 0xb78839b0 (LWP 3457)):
[KCrash Handler]
#6  _dbus_connection_lock (connection=0x19) at dbus-connection.c:355
#7  0x004b4026 in _dbus_pending_call_get_connection_and_lock (pending=0x898f028) at dbus-pending-call.c:307
#8  0x004a4956 in reply_handler_timeout (data=0x898f028) at dbus-connection.c:3163
#9  0x004b8f33 in dbus_timeout_handle (timeout=0x8600030) at dbus-timeout.c:473
#10 0x06e2ac60 in q_dbus_timeout_handle (this=0x83b7e90, e=0xbfb408b0) at qdbus_symbols_p.h:172
#11 QDBusConnectionPrivate::timerEvent (this=0x83b7e90, e=0xbfb408b0) at qdbusintegrator.cpp:1035
#12 0x06befee4 in QObject::event (this=0x83b7e90, e=0xbfb408b0) at kernel/qobject.cpp:1212
#13 0x072fb77c in QApplicationPrivate::notify_helper (this=0x83cab30, receiver=0x83b7e90, e=0xbfb408b0) at kernel/qapplication.cpp:4306
#14 0x073021d6 in QApplication::notify (this=0xbfb40c14, receiver=0x83b7e90, e=0xbfb408b0) at kernel/qapplication.cpp:3710
#15 0x021c300b in KApplication::notify (this=0xbfb40c14, receiver=0x83b7e90, event=0xbfb408b0) at /usr/src/debug/kdelibs-4.4.5/kdeui/kernel/kapplication.cpp:302
#16 0x06be0133 in QCoreApplication::notifyInternal (this=0xbfb40c14, receiver=0x83b7e90, event=0xbfb408b0) at kernel/qcoreapplication.cpp:726
#17 0x06c0b1fe in sendEvent (this=0x83c8594) at kernel/qcoreapplication.h:215
#18 QTimerInfoList::activateTimers (this=0x83c8594) at kernel/qeventdispatcher_unix.cpp:603
#19 0x06c08745 in timerSourceDispatch (source=0x83c8560) at kernel/qeventdispatcher_glib.cpp:184
#20 0x003a6525 in g_main_dispatch (context=0x83c7c90) at gmain.c:1960
#21 IA__g_main_context_dispatch (context=0x83c7c90) at gmain.c:2513
#22 0x003aa268 in g_main_context_iterate (context=0xbdf490, block=1, dispatch=1, self=0x83cd6f0) at gmain.c:2591
#23 0x003aa449 in IA__g_main_context_iteration (context=0x83c7c90, may_block=1) at gmain.c:2654
#24 0x06c08446 in QEventDispatcherGlib::processEvents (this=0x83a2340, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#25 0x073aa336 in QGuiEventDispatcherGlib::processEvents (this=0x83a2340, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#26 0x06bde80a in QEventLoop::processEvents (this=0xbfb40b74, flags=...) at kernel/qeventloop.cpp:149
#27 0x06bdeb4a in QEventLoop::exec (this=0xbfb40b74, flags=...) at kernel/qeventloop.cpp:201
#28 0x06be2807 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#29 0x072fb828 in QApplication::exec () at kernel/qapplication.cpp:3585
#30 0x080784f7 in main (argc=69489801, argv=0xe8240489) at /usr/src/debug/kdebase-4.4.5/apps/dolphin/src/main.cpp:101

This bug may be a duplicate of or related to bug 208921.

Possible duplicates by query: bug 253417, bug 253344, bug 252802, bug 252329, bug 252270.

Reported using DrKonqi
Comment 1 Peter Penz 2010-10-13 17:26:18 UTC
Thanks for the bug report! This is an issue in the D-Bus library which
has been reported already. It is fixed in D-Bus 1.3.1 and later:

http://bugreports.qt.nokia.com/browse/QTBUG-7475
https://bugs.freedesktop.org/show_bug.cgi?id=17754

If you cannot update to D-Bus 1.3.1 or later, you can disable tool tips and the
Information Panel as a workaround.

*** This bug has been marked as a duplicate of bug 226725 ***