dolphin crashes after cancelling "resume transfer"

Bug #350791 reported by trylik
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KDE Base
Invalid
High
kde4libs (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: dolphin-kde4

here is how you can reproduce this bug:

open dolphin and split view

on left open local folder

on right open fish protocol connection

try to copy any folder with at least one file (can be little bigger than 2MB to see this effect)

when transfer will be partially completed, hit cancel transfer

than do it once again

dolphin will ask you if you want to write into that folder

hit yes

then it will ask you if you want to resume file transfer

hit no

dolphin crashes

anybody can confirm?

i have kde 4.2.1

Revision history for this message
trylik (marek-nasionka) wrote :
Changed in kdebase:
status: Unknown → New
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

Could you please install kdebase-dbg and get a backtrace of the crash following the directions at https://wiki.kubuntu.org/Backtrace ?
Thanks in advance.

affects: kdebase-kde4 (Ubuntu) → kdebase (Ubuntu)
Changed in kdebase (Ubuntu):
status: New → Incomplete
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in kdebase (Ubuntu):
status: Incomplete → Invalid
Changed in kdebase:
status: New → Unknown
trylik (marek-nasionka)
Changed in kdebase (Ubuntu):
status: Invalid → Confirmed
Revision history for this message
trylik (marek-nasionka) wrote :
Download full text (3.4 KiB)

ufortunately this is still a bug:

Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6 0x00000000 in ?? ()
#7 0x00719246 in qDeleteAll<QList<KJob*>::const_iterator> (this=0xac19330, __in_chrg=<value optimized out>) at /usr/include/qt4/QtCore/qalgorithms.h:350
#8 qDeleteAll<QList<KJob*> > (this=0xac19330, __in_chrg=<value optimized out>) at /usr/include/qt4/QtCore/qalgorithms.h:358
#9 ~KCompositeJobPrivate (this=0xac19330, __in_chrg=<value optimized out>) at ../../kdecore/jobs/kcompositejob.cpp:29
#10 0x0020e22f in ~JobPrivate (this=0xac19330, __in_chrg=<value optimized out>) at ../../kio/kio/job_p.h:35
#11 ~FileCopyJobPrivate (this=0xac19330, __in_chrg=<value optimized out>) at ../../kio/kio/job.cpp:1656
#12 0x0071a2a4 in ~KJob (this=0xac07578, __in_chrg=<value optimized out>) at ../../kdecore/jobs/kjob.cpp:69
#13 0x00719118 in ~KCompositeJob (this=0xac07578, __in_chrg=<value optimized out>) at ../../kdecore/jobs/kcompositejob.cpp:44
#14 0x001fe1f8 in ~Job (this=0xac07578, __in_chrg=<value optimized out>) at ../../kio/kio/job.cpp:91
#15 0x001fe22d in ~FileCopyJob (this=0xac07578, __in_chrg=<value optimized out>) at ../../kio/kio/job.cpp:1811
#16 0x00b66215 in qDeleteInEventHandler (o=0xa6ed108) at kernel/qobject.cpp:3815
#17 0x00b6770b in QObject::event (this=0xac07578, e=0xa071fc8) at kernel/qobject.cpp:1094
#18 0x01483c34 in QApplicationPrivate::notify_helper (this=0x9cb8748, receiver=0xac07578, e=0xa071fc8) at kernel/qapplication.cpp:4056
#19 0x0148b35c in QApplication::notify (this=0xbff4dc8c, receiver=0xac07578, e=0xa071fc8) at kernel/qapplication.cpp:3603
#20 0x01158a4a in KApplication::notify (this=0xbff4dc8c, receiver=0xac07578, event=0xa071fc8) at ../../kdeui/kernel/kapplication.cpp:302
#21 0x00b577ab in QCoreApplication::notifyInternal (this=0xbff4dc8c, receiver=0xac07578, event=0xa071fc8) at kernel/qcoreapplication.cpp:610
#22 0x00b58392 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, data=0x9c8d128) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#23 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9c8d128) at kernel/qcoreapplication.cpp:1247
#24 0x00b5855d in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1140
#25 0x00b824df in QCoreApplication::sendPostedEvents (s=0x9cb28f0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#26 postEventSourceDispatch (s=0x9cb28f0) at kernel/qeventdispatcher_glib.cpp:210
#27 0x032e0bc8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#28 0x032e4470 in ?? () from /usr/lib/libglib-2.0.so.0
#29 0x032e45a3 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#30 0x00b8210c in QEventDispatcherGlib::processEvents (this=0x9c8cd10, flags=...) at kernel/qeventdispatcher_glib.cpp:327
#31 0x015247a5 in QGuiEventDispatcherGlib::processEvents (this=0x9c8cd10, flags=...) at kernel/qguieventdispatcher_glib.cpp:202
#32 0x00b55d59 in QEventLoop::processEvents (this=0xbff4dbe4, flags=) at kernel/qeventloop.cpp:149
#33 0x00b561aa in QEventLoop::exec (this=0xbff4dbe4, flags=...) at kernel/qeventloop.cpp:201
#34 0x00b5861f in QCoreA...

Read more...

Changed in kdebase:
status: Unknown → Confirmed
Changed in kdebase (Ubuntu):
status: Confirmed → Triaged
importance: Undecided → Low
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

Fix committed for KDE 4.4 beta2.

affects: kdebase (Ubuntu) → kde4libs (Ubuntu)
Changed in kde4libs (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

Fix released to Kubuntu 10.04.

Changed in kde4libs (Ubuntu):
status: Fix Committed → Fix Released
Changed in kdebase:
status: Confirmed → Invalid
Changed in kdebase:
status: Invalid → Unknown
Changed in kdebase:
importance: Unknown → High
status: Unknown → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.