Bug 251865 - sudden crash of Dolphin
Summary: sudden crash of Dolphin
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-09-20 23:13 UTC by Rado
Modified: 2010-09-21 13:58 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 Rado 2010-09-20 23:13:59 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.6-54.fc13.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
Dolphin suddenly crashed when doing other things (e-mail reading). Several tabs were opened. when restarting all were gone.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
82	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[KCrash Handler]
#5  _dbus_connection_lock (connection=0x7500720062002d) at dbus-connection.c:355
#6  0x0000003a9d61d3ad in _dbus_pending_call_get_connection_and_lock (pending=0x28b1e80) at dbus-pending-call.c:307
#7  0x0000003a9d60f3ee in reply_handler_timeout (data=0x28b1e80) at dbus-connection.c:3163
#8  0x0000003aa2218b77 in q_dbus_timeout_handle (this=0x2685250, e=0x7fff7f4438c0) at qdbus_symbols_p.h:172
#9  QDBusConnectionPrivate::timerEvent (this=0x2685250, e=0x7fff7f4438c0) at qdbusintegrator.cpp:1035
#10 0x0000003aa2b62c4e in QObject::event (this=0x2685250, e=0x7fff7f4438c0) at kernel/qobject.cpp:1212
#11 0x0000003aa4bab39c in QApplicationPrivate::notify_helper (this=0x26936c0, receiver=0x2685250, e=0x7fff7f4438c0) at kernel/qapplication.cpp:4306
#12 0x0000003aa4bb165b in QApplication::notify (this=<value optimized out>, receiver=0x2685250, e=0x7fff7f4438c0) at kernel/qapplication.cpp:4189
#13 0x0000003ad0a07016 in KApplication::notify (this=0x7fff7f443c10, receiver=0x2685250, event=0x7fff7f4438c0) at /usr/src/debug/kdelibs-4.4.5/kdeui/kernel/kapplication.cpp:302
#14 0x0000003aa2b53ddc in QCoreApplication::notifyInternal (this=0x7fff7f443c10, receiver=0x2685250, event=0x7fff7f4438c0) at kernel/qcoreapplication.cpp:726
#15 0x0000003aa2b7c6f2 in sendEvent (this=0x269dbc0) at kernel/qcoreapplication.h:215
#16 QTimerInfoList::activateTimers (this=0x269dbc0) at kernel/qeventdispatcher_unix.cpp:603
#17 0x0000003aa2b79b98 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:184
#18 idleTimerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:231
#19 0x0000003a9823bd02 in g_main_dispatch (context=0x269cd20) at gmain.c:1960
#20 IA__g_main_context_dispatch (context=0x269cd20) at gmain.c:2513
#21 0x0000003a9823fae8 in g_main_context_iterate (context=0x269cd20, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2591
#22 0x0000003a9823fc9c in IA__g_main_context_iteration (context=0x269cd20, may_block=1) at gmain.c:2654
#23 0x0000003aa2b79863 in QEventDispatcherGlib::processEvents (this=0x266bc60, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#24 0x0000003aa4c4a84e in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#25 0x0000003aa2b52822 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149
#26 0x0000003aa2b52aec in QEventLoop::exec (this=0x7fff7f443b60, flags=...) at kernel/qeventloop.cpp:201
#27 0x0000003aa2b561bb in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#28 0x0000000000437a15 in main (argc=3, argv=0x7fff7f444128) 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, bug 235166.

Possible duplicates by query: bug 251783, bug 251769, bug 251759, bug 251703, bug 251400.

Reported using DrKonqi
Comment 1 Peter Penz 2010-09-21 13:58:24 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 ***