Bug 169098 - dolphin crashes when copying folder
Summary: dolphin crashes when copying folder
Status: RESOLVED DUPLICATE of bug 166132
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-14 08:33 UTC by Jithin Emmanuel
Modified: 2008-08-14 22:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
crash report (6.61 KB, application/octet-stream)
2008-08-14 08:34 UTC, Jithin Emmanuel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jithin Emmanuel 2008-08-14 08:33:28 UTC
Version:            (using KDE 4.1.0)
Installed from:    Fedora RPMs

When i move a folder say a to b which already contains a folder a (b/a) dolphin asked what to do when i clicked skip it crashed. This happened when along with a i select x,y,z folders also to move. When a is selected alone there was no problems.

I noticed no problem with copying in the above scenario.

I am attaching the crash report
Comment 1 Jithin Emmanuel 2008-08-14 08:34:12 UTC
Created attachment 26844 [details]
crash report
Comment 2 Christophe Marin 2008-08-14 11:18:28 UTC
bt in comment #1 :

(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0x05dd4f42 in QUrl::operator= () from /usr/lib/libQtCore.so.4
#7  0x05fcefa9 in KUrl::operator= () from /usr/lib/libkdecore.so.5
#8  0x0711f58e in ?? () from /usr/lib/libkio.so.5
#9  0x0712032a in ?? () from /usr/lib/libkio.so.5
#10 0x07122417 in KIO::CopyJob::qt_metacall () from /usr/lib/libkio.so.5
#11 0x05e383e0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#12 0x05e39162 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#13 0x05fd9c03 in KJob::result () from /usr/lib/libkdecore.so.5
#14 0x05fda0a2 in KJob::emitResult () from /usr/lib/libkdecore.so.5
#15 0x07147c55 in KIO::SimpleJob::slotFinished () from /usr/lib/libkio.so.5
#16 0x07146063 in KIO::SimpleJob::qt_metacall () from /usr/lib/libkio.so.5
#17 0x05e383e0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#18 0x05e39162 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#19 0x071f3fd7 in KIO::SlaveInterface::finished () from /usr/lib/libkio.so.5
#20 0x071f6b4f in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.5
#21 0x071f4887 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.5
#22 0x071e7500 in KIO::Slave::gotInput () from /usr/lib/libkio.so.5
#23 0x071e7873 in KIO::Slave::qt_metacall () from /usr/lib/libkio.so.5
#24 0x05e383e0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#25 0x05e39162 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#26 0x07117877 in KIO::Connection::readyRead () from /usr/lib/libkio.so.5
#27 0x071192a3 in ?? () from /usr/lib/libkio.so.5
#28 0x071198f6 in KIO::Connection::qt_metacall () from /usr/lib/libkio.so.5
#29 0x05e3153b in QMetaCallEvent::placeMetaCall ()
   from /usr/lib/libQtCore.so.4
#30 0x05e330f9 in QObject::event () from /usr/lib/libQtCore.so.4
#31 0x0653f30c in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#32 0x0654716e in QApplication::notify () from /usr/lib/libQtGui.so.4
#33 0x06ec4ddd in KApplication::notify () from /usr/lib/libkdeui.so.5
#34 0x05e23731 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#35 0x05e243a5 in QCoreApplicationPrivate::sendPostedEvents ()
   from /usr/lib/libQtCore.so.4
#36 0x05e245bd in QCoreApplication::sendPostedEvents ()
   from /usr/lib/libQtCore.so.4
#37 0x05e4e25f in ?? () from /usr/lib/libQtCore.so.4
#38 0x00b630d8 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#39 0x00b66783 in ?? () from /lib/libglib-2.0.so.0
#40 0x00b66941 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#41 0x05e4dea8 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#42 0x065d7d95 in ?? () from /usr/lib/libQtGui.so.4
#43 0x05e21e1a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#44 0x05e21fda in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#45 0x05e24685 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#46 0x0653f187 in QApplication::exec () from /usr/lib/libQtGui.so.4
#47 0x0808180f in _start ()
Comment 3 Tim 2008-08-14 11:25:31 UTC
i cannot reproduce this problem with 4.1.0 in fedora-update-testing.
Comment 4 FiNeX 2008-08-14 14:58:57 UTC
I cannot reproduce it too. I'm using current trunk.
Comment 5 Dario Andres 2008-08-14 17:05:20 UTC
This is related/duplicate of bug 166132. See detailed steps to reproduce this bug in bug 166132, comment 5
Comment 6 George Kiagiadakis 2008-08-14 22:48:53 UTC

*** This bug has been marked as a duplicate of 166132 ***