| Summary: | Freezes while loading php files from nfs mounted volume | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Mark Stanton <mark> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 21.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mark Stanton
2022-05-07 10:44:33 UTC
Hi, I use Kate daily even with NFS mounted home directories, I have never had such a lag. I strongly doubt this is a issue in Kate, for local files (e.g. all mounted stuff) we just do plain QFile open and read/write (aka local file handling). During load we don't do anything else, perhaps just walking some directories upwards to detect config files. As a try, do other applications behave the same? e.g. what does happen for KWrite? And what does happen for a completely different one like gEdit or Atom? Hi @Christoph, I agree, it seemed highly unlikely. But I did check with various files, and checked those files with other editors (my working fallback was "Text Editor" from the context menu, looks Gnome-ish), and the problem was very specific. However, since yesterday, these very specific instances do not cause the problem. What's changed? My weekly update from Fedora repos. There were a whole load of updates, including the kernel, so I don't know what, if anything made the difference. However, tl:dr is, I can no longer reproduce this problem. I'll close it. Ok, given NFS is a fragile thingy, any kernel update can have interesting effects, at least that is my experience from work. |