Bug 230694 - dolphin places drag drop file
Summary: dolphin places drag drop file
Status: RESOLVED DUPLICATE of bug 206812
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-14 12:38 UTC by Stanisław
Modified: 2010-03-20 22:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
.rar file which drag and drop causes crash (17.61 KB, application/x-rar-compressed)
2010-03-19 17:23 UTC, Stanisław
Details
.rar file which drag and drop causes crash2 (20.12 KB, application/x-rar-compressed)
2010-03-19 17:25 UTC, Stanisław
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanisław 2010-03-14 12:38:33 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.3.4 (KDE 4.3.4)
Qt Version: 4.5.3
Operating System: Linux 2.6.31.12-desktop-1mnb x86_64
Distribution: "Mandriva Linux 2010.0"

What I was doing when the application crashed:
1. pick file in dolphin
2. drag it on the remote disk visible on places panel
3. crash of application
4. repeats all the times

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#5  0x00007f54b7a2cf82 in QMetaObject::cast () from /usr/lib64/libQtCore.so.4
#6  0x00007f54ba271303 in KonqOperations::_addPluginActions () from /usr/lib64/libkonq.so.5
#7  0x00007f54ba273f6e in KonqOperations::doDropFileCopy () from /usr/lib64/libkonq.so.5
#8  0x00007f54ba274b08 in KonqOperations::asyncDrop () from /usr/lib64/libkonq.so.5
#9  0x00007f54ba2751a0 in KonqOperations::qt_metacall () from /usr/lib64/libkonq.so.5
#10 0x00007f54b7a3d88c in QMetaObject::activate () from /usr/lib64/libQtCore.so.4
#11 0x00007f54ba270452 in KonqOperations::statFinished () from /usr/lib64/libkonq.so.5
#12 0x00007f54ba2705a1 in KonqOperations::slotStatResult () from /usr/lib64/libkonq.so.5
#13 0x00007f54ba2751c3 in KonqOperations::qt_metacall () from /usr/lib64/libkonq.so.5
#14 0x00007f54b7a3d88c in QMetaObject::activate () from /usr/lib64/libQtCore.so.4
#15 0x00007f54b8c19d02 in KJob::result () from /usr/lib64/libkdecore.so.5
#16 0x00007f54b8c1a07f in KJob::emitResult () from /usr/lib64/libkdecore.so.5
#17 0x00007f54baa6a083 in KIO::SimpleJob::slotFinished () from /usr/lib64/libkio.so.5
#18 0x00007f54baa6ac02 in KIO::StatJob::slotFinished () from /usr/lib64/libkio.so.5
#19 0x00007f54baa69995 in KIO::StatJob::qt_metacall () from /usr/lib64/libkio.so.5
#20 0x00007f54b7a3d88c in QMetaObject::activate () from /usr/lib64/libQtCore.so.4
#21 0x00007f54bab2c6c1 in KIO::SlaveInterface::dispatch () from /usr/lib64/libkio.so.5
#22 0x00007f54bab28f73 in KIO::SlaveInterface::dispatch () from /usr/lib64/libkio.so.5
#23 0x00007f54bab1bd8d in KIO::Slave::gotInput () from /usr/lib64/libkio.so.5
#24 0x00007f54bab1deac in KIO::Slave::qt_metacall () from /usr/lib64/libkio.so.5
#25 0x00007f54b7a3d88c in QMetaObject::activate () from /usr/lib64/libQtCore.so.4
#26 0x00007f54baa371e7 in ?? () from /usr/lib64/libkio.so.5
#27 0x00007f54baa3730d in KIO::Connection::qt_metacall () from /usr/lib64/libkio.so.5
#28 0x00007f54b7a37ba9 in QObject::event () from /usr/lib64/libQtCore.so.4
#29 0x00007f54b7eaa12c in QApplicationPrivate::notify_helper () from /usr/lib64/libQtGui.so.4
#30 0x00007f54b7eb13fe in QApplication::notify () from /usr/lib64/libQtGui.so.4
#31 0x00007f54b91c5376 in KApplication::notify () from /usr/lib64/libkdeui.so.5
#32 0x00007f54b7a286ac in QCoreApplication::notifyInternal () from /usr/lib64/libQtCore.so.4
#33 0x00007f54b7a292ba in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib64/libQtCore.so.4
#34 0x00007f54b7a510d3 in ?? () from /usr/lib64/libQtCore.so.4
#35 0x00007f54b2efe4ce in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#36 0x00007f54b2f01e98 in ?? () from /usr/lib64/libglib-2.0.so.0
#37 0x00007f54b2f01fc0 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#38 0x00007f54b7a50c73 in QEventDispatcherGlib::processEvents () from /usr/lib64/libQtCore.so.4
#39 0x00007f54b7f3d64e in ?? () from /usr/lib64/libQtGui.so.4
#40 0x00007f54b7a26fe2 in QEventLoop::processEvents () from /usr/lib64/libQtCore.so.4
#41 0x00007f54b7a273b4 in QEventLoop::exec () from /usr/lib64/libQtCore.so.4
#42 0x00007f54b7a29569 in QCoreApplication::exec () from /usr/lib64/libQtCore.so.4
#43 0x0000000000437025 in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2010-03-14 13:32:10 UTC
This issue is being tracked at bug 206812. Regards
- Are some of the locations read-only ? Do they have any special property ? 
- Have you tried dragging from different folders, to other different removable devices/folders ?

*** This bug has been marked as a duplicate of bug 206812 ***
Comment 2 Stanisław 2010-03-14 16:59:56 UTC
Dnia niedziela, 14 marca 2010 o 13:32:16 Dario Andres napisał(a):
> https://bugs.kde.org/show_bug.cgi?id=230694
> 
> 
> Dario Andres <andresbajotierra@gmail.com> changed:
> 
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
> - Status|UNCONFIRMED                 |RESOLVED
>                  CC|                            |andresbajotierra@gmail.com
>          Resolution|                            |DUPLICATE
> 
> 
> 
> 
> --- Comment #1 from Dario Andres <andresbajotierra gmail com>  2010-03-14
>  13:32:10 --- This issue is being tracked at bug 206812. Regards
> - Are some of the locations read-only ? Do they have any special property ?
> - Have you tried dragging from different folders, to other different
>  removable devices/folders ?
> 
> *** This bug has been marked as a duplicate of bug 206812 ***
> 
The file was a .rar file. Locations where set both for setting (cheanging) and 
reading. Bugs repeats only with this file. I have to mention that Ark didn't 
managed to uncompresed this rar. It crashed.
Comment 3 Dario Andres 2010-03-14 17:06:57 UTC
- Is the rar file public ? We could try to use it to reproduce the crash
Regards
Comment 4 Stanisław 2010-03-14 19:21:27 UTC
Dnia niedziela, 14 marca 2010 o 17:06:58 Dario Andres napisał(a):
> https://bugs.kde.org/show_bug.cgi?id=230694
> 
> 
> 
> 
> 
> --- Comment #3 from Dario Andres <andresbajotierra gmail com>  2010-03-14
>  17:06:57 --- - Is the rar file public ? We could try to use it to
>  reproduce the crash Regards
> 
Yes it is public :

http://www.housemd.info.pl/index.php?id=download&op=get&fid=380

the storage device is 250GB remote disk if you want to know. I also dicovered 
that draging it on other locations in "places" bar also causes the crash.
Regards
Comment 5 Dario Andres 2010-03-19 13:18:43 UTC
Mh, I have downloaded the file and it opens properly. Also, it doesn't trigger the crash.
May be the copy of the file you downloaded is corrupted (and therefore can't be opened and it cause crashes).
Could you try to update your own .rar file copy using this link: https://bugs.kde.org/attachment.cgi?bugid=230694&action=enter  ?
Thanks
Comment 6 Stanisław 2010-03-19 17:23:19 UTC
Created attachment 41762 [details]
.rar file which drag and drop causes crash

here you go
Comment 7 Stanisław 2010-03-19 17:25:39 UTC
Created attachment 41763 [details]
.rar file which drag and drop causes crash2
Comment 8 Stanisław 2010-03-19 17:26:28 UTC
Dnia piątek, 19 marca 2010 o 13:18:45 Dario Andres napisał(a):
> https://bugs.kde.org/show_bug.cgi?id=230694
> 
> 
> 
> 
> 
> --- Comment #5 from Dario Andres <andresbajotierra gmail com>  2010-03-19
>  13:18:43 --- Mh, I have downloaded the file and it opens properly. Also,
>  it doesn't trigger the crash.
> May be the copy of the file you downloaded is corrupted (and therefore
>  can't be opened and it cause crashes).
> Could you try to update your own .rar file copy using this link:
> https://bugs.kde.org/attachment.cgi?bugid=230694&action=enter  ?
> Thanks
> 
I've uploaded the file. Hope it will help you.
stan
Comment 9 Dario Andres 2010-03-20 20:14:19 UTC
- Can you go to the properties of the file and tell us if it has some special permissions ? 
Thank you
Comment 10 Stanisław 2010-03-20 22:44:23 UTC
Dnia sobota, 20 marca 2010 o 20:14:22 Dario Andres napisał(a):
> https://bugs.kde.org/show_bug.cgi?id=230694
> 
> 
> 
> 
> 
> --- Comment #9 from Dario Andres <andresbajotierra gmail com>  2010-03-20
>  20:14:19 --- - Can you go to the properties of the file and tell us if it
>  has some special permissions ?
> Thank you
> 
i can rewrite you sth that pop-ups when i move cursor on the file. it may be 
related to permissions: -rw-rw-r--. I am the owner of the file.
Regards