https://bugs.kde.org/show_bug.cgi?id=459980
--- Comment #5 from Jan <medhe...@web.de> --- This is all on an up-to-date arch: kio: 5.99.0-1 kio-extras: 22.08.2-1 kio-fuse: 5.0.1-1 There is an easy way to reproduce this locally: $ dd if=/dev/null of=/tmp/input bs=1 count=0 seek=9G $ sudo systemctl start sshd $ ./kio-fuse/utils/mount-url.sh sftp://localhost $ pv /run/user/1000/kio-fuse-*/sftp/localhost/tmp/input > /dev/null Your filejob feature branch makes this bug much less likely to happen, so a loop is needed instead: $ while true; do pv /run/user/1000/kio-fuse-*/file/tmp/input > /dev/null; done I use pv for the easy progress meter, but dd and cp works too. On master this usually triggers in about 30s-2m. For your feature branch this can take a *lot* longer (sometimes a couple minutes, sometimes an hour or longer). Debug logs are obviously pretty large because of this, so I think it's better to see if you can reproduce yourself first. I cannot reproduce this with file:// or smb:// (on localhost) so far. -- You are receiving this mail because: You are watching all bug changes.