Bug 252329 - dolphin crashed
Summary: dolphin crashed
Status: RESOLVED DUPLICATE of bug 226725
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 14:04 UTC by melle_tom
Modified: 2010-09-25 14:17 UTC (History)
1 user (show)

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 melle_tom 2010-09-25 14:04:07 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.1 (KDE 4.5.1) "release 3"
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-0.3-desktop i686
Distribution: "openSUSE 11.3 (i586)"

-- Information about the crash:
dolphin crashes sporadically, context-menu makes possible pause, pause makes doldhin

The crash can be reproduced some of the time.

-- Backtrace:
Application: Dolphin (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#7  _dbus_pthread_mutex_lock (mutex=0xb6f5d7f0) at dbus-sysdeps-pthread.c:169
#8  0xb5aa8db6 in _dbus_mutex_lock (mutex=0xb6f5d7f0) at dbus-threads.c:148
#9  0xb5a901e5 in _dbus_connection_lock (connection=0xb5eac988) at dbus-connection.c:355
#10 0xb5aa3985 in _dbus_pending_call_get_connection_and_lock (pending=0x88961f0) at dbus-pending-call.c:307
#11 0xb5a942d6 in reply_handler_timeout (data=0x88961f0) at dbus-connection.c:3163
#12 0xb5aa8b90 in dbus_timeout_handle (timeout=0x8893918) at dbus-timeout.c:473
#13 0xb5f384e1 in q_dbus_timeout_handle (this=0x80c7f90, e=0xbfd5e970) at qdbus_symbols_p.h:172
#14 QDBusConnectionPrivate::timerEvent (this=0x80c7f90, e=0xbfd5e970) at qdbusintegrator.cpp:1035
#15 0xb6f0e774 in QObject::event (this=0x80c7f90, e=0xbfd5e970) at kernel/qobject.cpp:1212
#16 0xb6434c64 in QApplicationPrivate::notify_helper (this=0x80ccbf8, receiver=0x80c7f90, e=0xbfd5e970) at kernel/qapplication.cpp:4302
#17 0xb643cbf7 in QApplication::notify (this=0xbfd5ece0, receiver=0x80c7f90, e=0xbfd5e970) at kernel/qapplication.cpp:3706
#18 0xb751a361 in KApplication::notify (this=0xbfd5ece0, receiver=0x80c7f90, event=0xbfd5e970) at /usr/src/debug/kdelibs-4.5.1/kdeui/kernel/kapplication.cpp:310
#19 0xb6efbe0e in QCoreApplication::notifyInternal (this=0xbfd5ece0, receiver=0x80c7f90, event=0xbfd5e970) at kernel/qcoreapplication.cpp:726
#20 0xb6f2a70e in sendEvent (this=0x80d02bc) at kernel/qcoreapplication.h:215
#21 QTimerInfoList::activateTimers (this=0x80d02bc) at kernel/qeventdispatcher_unix.cpp:618
#22 0xb6f27675 in timerSourceDispatch (source=0x80d0700) at kernel/qeventdispatcher_glib.cpp:184
#23 idleTimerSourceDispatch (source=0x80d0700) at kernel/qeventdispatcher_glib.cpp:231
#24 0xb5c82b49 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#25 0xb5c83350 in ?? () from /usr/lib/libglib-2.0.so.0
#26 0xb5c8360e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#27 0xb6f27d4b in QEventDispatcherGlib::processEvents (this=0x80cd6a0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#28 0xb64e519a in QGuiEventDispatcherGlib::processEvents (this=0x80cd6a0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#29 0xb6efb11d in QEventLoop::processEvents (this=0xbfd5ec34, flags=...) at kernel/qeventloop.cpp:149
#30 0xb6efb319 in QEventLoop::exec (this=0xbfd5ec34, flags=...) at kernel/qeventloop.cpp:201
#31 0xb6effc70 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#32 0xb6432164 in QApplication::exec () at kernel/qapplication.cpp:3581
#33 0xb187cbbd in kdemain (argc=5, argv=0x80b2700) at /usr/src/debug/kdebase-4.5.1/apps/dolphin/src/main.cpp:98
#34 0x0804e3f1 in _start ()

Possible duplicates by query: bug 249556, bug 249348, bug 248534, bug 242574, bug 237328.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-09-25 14:17:05 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 ***