| Summary: | Sometimes whole KDevelop freezes when editing file on slow disk (because sync on main thread) | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Dāvis <davispuh> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | igorkuo |
| Priority: | NOR | ||
| Version First Reported In: | 6.1.241203 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dāvis
2025-04-25 19:24:46 UTC
> One when `.kate-swp` file is synced If the same freeze happens in Kate, please report a separate bug against KTextEditor. > And another time > #6 0x00007ebe01a370c7 in ?? () from /usr/lib/libKDevPlatformShell.so.61 Unclear where the problem is without debug symbols. If the behavior that is desired and correct for local files causes freezes on slow disks, I guess KNetworkMounts can be used to fix it. KDevelop does not use this class at all right now. |