Summary: | Dolphin hangs when nfs server disconnected | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Mehul Rajput <mehulrajput> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | crash | CC: | azou8506, rtdvrs |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mehul Rajput
2010-01-27 09:16:15 UTC
Thanks for the report. Does this issue still occur with a more recent KDE version in your environment? (e. g. 4.4 or 4.5) Yes, this bug still occurs in KDE4.9. (Why wouldn't it? It's not like bugs magically disappear, except perhaps in fantasy land). The solution is really simple; run the lstat calls to nfs mounted locations in a separate lightweight thread/green thread. This has been a problem for 9(!) years now. Does Dolphin still have any maintainers/developers? 8 years later an this bug is still an issue. It also happen BTW with a cifs mounted drive. Just mount one and everything locks down when the connection drops: plasmashell, dolphin, KDE workspace (to a lesser extant though) Use KIO to access remote shares. Those will not block, because KIO slaves run out-of-process. KIO is quite useless if you are, for example writing a latex thesis on a remote folder. Actually, most applications I tested don't work well when interacting with it. For some reason though CIFS mounts don't seem to hang the entire system in the same way when mounted. It only happen when actually trying to click on a folder, and then it is only dolphin that hangs. So I guess it is better. Not using nfs anymore. KDE in it current states makes it useless on a laptop |