https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #26 from Sebastian Ernst <er...@pleiszenburg.de> ---
I found a "clean" and reliable way to reproduce this bug on my machine
(openSUSE Leap 42.2, Dolphin 16.08.2). It's based on my experience with moving
files to a FAT partition as described in duplicate bug 376634. As a normal
user, create a test setup as follows:

dd if=/dev/zero of=fs.bin bs=1M count=1024
mkdir mnt
sudo losetup /dev/loop1 fs.bin
sudo mkfs.vfat /dev/loop1
sudo mount -o users,gid=users,umask=0002,utf8=true /dev/loop1 mnt
wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz
tar xpf Python-3.6.0.tar.xz

Now, open dolphin, activate split view. On the left hand side, open "mnt", on
the right hand side open "Python-3.6.0". Select everything in "Python-3.6.0"
and drag it into "mnt". Dolphin will throw a number of error messages as
described and eventually segfault.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to