Bug 254880 - Dolphin crashes when not active
Summary: Dolphin crashes when not active
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-21 17:03 UTC by Bucky
Modified: 2010-10-21 19:06 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 Bucky 2010-10-21 17:03:00 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:
I was doing an svn checkout on the command line, and Dolphin was open to the directory I was checking out in.

The crash can be reproduced some of the time.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  _dbus_pthread_mutex_lock (mutex=0x7570) at dbus-sysdeps-pthread.c:137
#7  0x00697399 in _dbus_mutex_lock (mutex=0x7570) at dbus-threads.c:148
#8  0x0067e5c6 in _dbus_connection_lock (connection=0x6d0074) at dbus-connection.c:355
#9  0x00692026 in _dbus_pending_call_get_connection_and_lock (pending=0xb4706430) at dbus-pending-call.c:307
#10 0x00682956 in reply_handler_timeout (data=0xb4706430) at dbus-connection.c:3163
#11 0x00696f33 in dbus_timeout_handle (timeout=0xb4706390) at dbus-timeout.c:473
#12 0x00d04c60 in q_dbus_timeout_handle (this=0x9ebce90, e=0xbfe49160) at qdbus_symbols_p.h:172
#13 QDBusConnectionPrivate::timerEvent (this=0x9ebce90, e=0xbfe49160) at qdbusintegrator.cpp:1035
#14 0x06272ee4 in QObject::event (this=0x9ebce90, e=0xbfe49160) at kernel/qobject.cpp:1212
#15 0x03cf477c in QApplicationPrivate::notify_helper (this=0x9ec6110, receiver=0x9ebce90, e=0xbfe49160) at kernel/qapplication.cpp:4306
#16 0x03cfb1d6 in QApplication::notify (this=0xbfe494c4, receiver=0x9ebce90, e=0xbfe49160) at kernel/qapplication.cpp:3710
#17 0x047c500b in KApplication::notify (this=0xbfe494c4, receiver=0x9ebce90, event=0xbfe49160) at /usr/src/debug/kdelibs-4.4.5/kdeui/kernel/kapplication.cpp:302
#18 0x06263133 in QCoreApplication::notifyInternal (this=0xbfe494c4, receiver=0x9ebce90, event=0xbfe49160) at kernel/qcoreapplication.cpp:726
#19 0x0628e1fe in sendEvent (this=0x9ecbb74) at kernel/qcoreapplication.h:215
#20 QTimerInfoList::activateTimers (this=0x9ecbb74) at kernel/qeventdispatcher_unix.cpp:603
#21 0x0628b788 in timerSourceDispatch (source=0x9ecbba8) at kernel/qeventdispatcher_glib.cpp:184
#22 idleTimerSourceDispatch (source=0x9ecbba8) at kernel/qeventdispatcher_glib.cpp:231
#23 0x0017e525 in g_main_dispatch (context=0x9ecae90) at gmain.c:1960
#24 IA__g_main_context_dispatch (context=0x9ecae90) at gmain.c:2513
#25 0x00182268 in g_main_context_iterate (context=0x2e5490, block=1, dispatch=1, self=0x9ec5f78) at gmain.c:2591
#26 0x00182449 in IA__g_main_context_iteration (context=0x9ecae90, may_block=1) at gmain.c:2654
#27 0x0628b446 in QEventDispatcherGlib::processEvents (this=0x9ea7340, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#28 0x03da3336 in QGuiEventDispatcherGlib::processEvents (this=0x9ea7340, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#29 0x0626180a in QEventLoop::processEvents (this=0xbfe49424, flags=...) at kernel/qeventloop.cpp:149
#30 0x06261b4a in QEventLoop::exec (this=0xbfe49424, flags=...) at kernel/qeventloop.cpp:201
#31 0x06265807 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#32 0x03cf4828 in QApplication::exec () at kernel/qapplication.cpp:3585
#33 0x080784f7 in main (argc=) 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 252329, bug 249556, bug 249348, bug 248534, bug 242574.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-10-21 19:06:44 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 ***