Bug 255005 - Dolphin crashed after copying files over sftp KIO
Summary: Dolphin crashed after copying files over sftp KIO
Status: RESOLVED DUPLICATE of bug 226725
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 23:30 UTC by Andreas Cord-Landwehr
Modified: 2010-10-23 13:23 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 Andreas Cord-Landwehr 2010-10-22 23:30:36 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.2 (KDE 4.5.2) (Compiled from sources)
Qt Version: 4.6.3
Operating System: Linux 2.6.32-5-686 i686
Distribution: Debian GNU/Linux testing (squeeze)

-- Information about the crash:
- What I was doing when the application crashed:

I copied five small files (<100KB) over the sftp-connection in dolphin, furthermore dolphin's console was open. After copying I only saw three of these files to be copied. Then I pressed F5 and it crashed.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#7  _dbus_connection_lock (connection=0x10) at dbus-connection.c:355
#8  0xb4f19085 in _dbus_pending_call_get_connection_and_lock (pending=0xaf92caa8) at dbus-pending-call.c:307
#9  0xb4f09dd5 in reply_handler_timeout (data=0xaf92caa8) at dbus-connection.c:3163
#10 0xb4f1de52 in dbus_timeout_handle (timeout=0xaf902ef0) at dbus-timeout.c:473
#11 0xb5db56c5 in q_dbus_timeout_handle (this=0x98d3550, e=0xbffb8f60) at qdbus_symbols_p.h:172
#12 QDBusConnectionPrivate::timerEvent (this=0x98d3550, e=0xbffb8f60) at qdbusintegrator.cpp:1035
#13 0xb5c96c84 in QObject::event (this=0x98d3550, e=0xaf92caa8) at kernel/qobject.cpp:1212
#14 0xb61ff5cc in QApplicationPrivate::notify_helper (this=0x98dc010, receiver=0x98d3550, e=0xbffb8f60) at kernel/qapplication.cpp:4302
#15 0xb620615e in QApplication::notify (this=0xbffb92d0, receiver=0x98d3550, e=0xbffb8f60) at kernel/qapplication.cpp:3706
#16 0xb6d3ec8a in KApplication::notify (this=0xbffb92d0, receiver=0x98d3550, event=0xbffb8f60) at ../../kdeui/kernel/kapplication.cpp:310
#17 0xb5c864fb in QCoreApplication::notifyInternal (this=0xbffb92d0, receiver=0x98d3550, event=0xbffb8f60) at kernel/qcoreapplication.cpp:726
#18 0xb5cb57c6 in QCoreApplication::sendEvent (this=0x98de9a4) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#19 QTimerInfoList::activateTimers (this=0x98de9a4) at kernel/qeventdispatcher_unix.cpp:603
#20 0xb5cb23b4 in timerSourceDispatch (source=0x98de970) at kernel/qeventdispatcher_glib.cpp:184
#21 0xb53b6305 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#22 0xb53b9fe8 in ?? () from /lib/libglib-2.0.so.0
#23 0xb53ba1c8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#24 0xb5cb20a5 in QEventDispatcherGlib::processEvents (this=0x98bcc08, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#25 0xb62bdf25 in QGuiEventDispatcherGlib::processEvents (this=0x98bcc08, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#26 0xb5c84b19 in QEventLoop::processEvents (this=0xbffb9224, flags=) at kernel/qeventloop.cpp:149
#27 0xb5c84f6a in QEventLoop::exec (this=0xbffb9224, flags=...) at kernel/qeventloop.cpp:201
#28 0xb5c8a19f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#29 0xb61ff667 in QApplication::exec () at kernel/qapplication.cpp:3581
#30 0xb7797bdb in kdemain (argc=3, argv=0xbffb94c4) at ../../../../apps/dolphin/src/main.cpp:98
#31 0x080485fb in main (argc=3, argv=0xbffb94c4) at dolphin_dummy.cpp:3

This bug may be a duplicate of or related to bug 208921.

Possible duplicates by query: bug 254880, bug 254515, bug 254074, bug 253417, bug 253344.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-10-23 13:23:17 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 ***