https://bugs.kde.org/show_bug.cgi?id=452729
David Faure <fa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/621585f0e | |818cd9f75cdd3bcc8665da7ac70 | |8283 Status|CONFIRMED |RESOLVED --- Comment #16 from David Faure <fa...@kde.org> --- Git commit 621585f0e818cd9f75cdd3bcc8665da7ac708283 by David Faure, on behalf of Harald Sitter. Committed on 03/05/2022 at 09:26. Pushed by dfaure into branch 'master'. Don't put job/ioworker on hold after getting the mimetype we only call get() so we can get the mimetype, we are in fact not interested in the data. so, kill the job instead of putting it on hold. putting it on hold means it will forever sit there waiting for resumption. what's more it still holds any opened resources during this time frame, which, among other things, includes file locks when used with smb:// (kill is implicitly executed when the parent job ends) M +0 -3 src/core/mimetypefinderjob.cpp https://invent.kde.org/frameworks/kio/commit/621585f0e818cd9f75cdd3bcc8665da7ac708283 -- You are receiving this mail because: You are watching all bug changes.