Bug 256657 - Dolphin crashed when mouse hower on file icon
Summary: Dolphin crashed when mouse hower on file icon
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-11-12 08:37 UTC by airfluidnature
Modified: 2010-11-12 08:53 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 airfluidnature 2010-11-12 08:37:28 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.2 (KDE 4.5.2)
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-61.fc13.i686.PAE i686
Distribution: "Fedora release 13 (Goddard)"

-- Information about the crash:
I look info with some files at list.
Dolphin crashed when I look new file info.

The crash can be reproduced some of the time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#7  _dbus_connection_lock (connection=0x8) at dbus-connection.c:355
#8  0x00a68026 in _dbus_pending_call_get_connection_and_lock (pending=0x8f1b298) at dbus-pending-call.c:307
#9  0x00a58956 in reply_handler_timeout (data=0x8f1b298) at dbus-connection.c:3163
#10 0x00a6cf33 in dbus_timeout_handle (timeout=0x8f1b190) at dbus-timeout.c:473
#11 0x0440cc60 in q_dbus_timeout_handle (this=0x8b7bfd8, e=0xbfa0bdd0) at qdbus_symbols_p.h:172
#12 QDBusConnectionPrivate::timerEvent (this=0x8b7bfd8, e=0xbfa0bdd0) at qdbusintegrator.cpp:1035
#13 0x045daee4 in QObject::event (this=0x8b7bfd8, e=0xbfa0bdd0) at kernel/qobject.cpp:1212
#14 0x04df677c in QApplicationPrivate::notify_helper (this=0x8b8b478, receiver=0x8b7bfd8, e=0xbfa0bdd0) at kernel/qapplication.cpp:4306
#15 0x04dfd1d6 in QApplication::notify (this=0xbfa0c140, receiver=0x8b7bfd8, e=0xbfa0bdd0) at kernel/qapplication.cpp:3710
#16 0x03a97f7b in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#17 0x045cb133 in QCoreApplication::notifyInternal (this=0xbfa0c140, receiver=0x8b7bfd8, event=0xbfa0bdd0) at kernel/qcoreapplication.cpp:726
#18 0x045f61fe in sendEvent (this=0x8b88934) at kernel/qcoreapplication.h:215
#19 QTimerInfoList::activateTimers (this=0x8b88934) at kernel/qeventdispatcher_unix.cpp:603
#20 0x045f3788 in timerSourceDispatch (source=0x8b884c0) at kernel/qeventdispatcher_glib.cpp:184
#21 idleTimerSourceDispatch (source=0x8b884c0) at kernel/qeventdispatcher_glib.cpp:231
#22 0x0074b525 in g_main_dispatch (context=0x8b87310) at gmain.c:1960
#23 IA__g_main_context_dispatch (context=0x8b87310) at gmain.c:2513
#24 0x0074f268 in g_main_context_iterate (context=0x691490, block=1, dispatch=1, self=0x8b8cf68) at gmain.c:2591
#25 0x0074f449 in IA__g_main_context_iteration (context=0x8b87310, may_block=1) at gmain.c:2654
#26 0x045f3446 in QEventDispatcherGlib::processEvents (this=0x8b666d0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#27 0x04ea5336 in QGuiEventDispatcherGlib::processEvents (this=0x8b666d0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#28 0x045c980a in QEventLoop::processEvents (this=0xbfa0c094, flags=...) at kernel/qeventloop.cpp:149
#29 0x045c9b4a in QEventLoop::exec (this=0xbfa0c094, flags=...) at kernel/qeventloop.cpp:201
#30 0x045cd807 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#31 0x04df6828 in QApplication::exec () at kernel/qapplication.cpp:3585
#32 0x04a7ac53 in kdemain () from /usr/lib/libkdeinit4_dolphin.so
#33 0x0804872c in _start ()

Possible duplicates by query: bug 256595, bug 256445, bug 256229, bug 255619, bug 255005.

Reported using DrKonqi
Comment 1 Peter Penz 2010-11-12 08:53:09 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 ***