Bug 261025 - Dolphin crashed when moving up or down the mouse wheel
Summary: Dolphin crashed when moving up or down the mouse wheel
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-12-23 01:04 UTC by Carlos
Modified: 2010-12-23 08:42 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 Carlos 2010-12-23 01:04:41 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.3 (KDE 4.5.3)
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-61.fc13.x86_64 x86_64
Distribution: "Fedora release 13 (Goddard)"

-- Information about the crash:
- What I was doing when the application crashed: moving up or down the mouse wheel to find a file recently created

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
82	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[KCrash Handler]
#6  _dbus_connection_lock (connection=0x0) at dbus-connection.c:355
#7  0x00000030a3e1d3ad in _dbus_pending_call_get_connection_and_lock (pending=0x2a96700) at dbus-pending-call.c:307
#8  0x00000030a3e0f3ee in reply_handler_timeout (data=0x2a96700) at dbus-connection.c:3163
#9  0x00000030ac018b77 in q_dbus_timeout_handle (this=0x205d320, e=0x7fff8d1c5b50) at qdbus_symbols_p.h:172
#10 QDBusConnectionPrivate::timerEvent (this=0x205d320, e=0x7fff8d1c5b50) at qdbusintegrator.cpp:1035
#11 0x00000030aaf62c4e in QObject::event (this=0x205d320, e=0x7fff8d1c5b50) at kernel/qobject.cpp:1212
#12 0x00000030ae7ab39c in QApplicationPrivate::notify_helper (this=0x206ed70, receiver=0x205d320, e=0x7fff8d1c5b50) at kernel/qapplication.cpp:4306
#13 0x00000030ae7b165b in QApplication::notify (this=<value optimized out>, receiver=0x205d320, e=0x7fff8d1c5b50) at kernel/qapplication.cpp:4189
#14 0x000000370ca1d1d6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#15 0x00000030aaf53ddc in QCoreApplication::notifyInternal (this=0x7fff8d1c5eb0, receiver=0x205d320, event=0x7fff8d1c5b50) at kernel/qcoreapplication.cpp:726
#16 0x00000030aaf7c6f2 in sendEvent (this=0x20734a0) at kernel/qcoreapplication.h:215
#17 QTimerInfoList::activateTimers (this=0x20734a0) at kernel/qeventdispatcher_unix.cpp:603
#18 0x00000030aaf79b74 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:184
#19 0x00000030a3a3bd02 in g_main_dispatch (context=0x2072920) at gmain.c:1960
#20 IA__g_main_context_dispatch (context=0x2072920) at gmain.c:2513
#21 0x00000030a3a3fae8 in g_main_context_iterate (context=0x2072920, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2591
#22 0x00000030a3a3fc9c in IA__g_main_context_iteration (context=0x2072920, may_block=1) at gmain.c:2654
#23 0x00000030aaf79863 in QEventDispatcherGlib::processEvents (this=0x20441f0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#24 0x00000030ae84a84e in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#25 0x00000030aaf52822 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149
#26 0x00000030aaf52aec in QEventLoop::exec (this=0x7fff8d1c5df0, flags=...) at kernel/qeventloop.cpp:201
#27 0x00000030aaf561bb in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#28 0x000000370f6481ef in kdemain () from /usr/lib64/libkdeinit4_dolphin.so
#29 0x00000030a1a1ec5d in __libc_start_main (main=0x400870 <_start+240>, argc=5, ubp_av=0x7fff8d1c63d8, init=<value optimized out>, fini=<value optimized out>, rtld_fini=<value optimized out>, 
    stack_end=0x7fff8d1c63c8) at libc-start.c:226
#30 0x00000000004007a9 in _start ()

Possible duplicates by query: bug 260723, bug 259316, bug 258880, bug 258373, bug 258134.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-12-23 08:42:31 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 ***