| Summary: | Memory leak after opening large file with lsp plugin enabled | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | calvinchaochao |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 22.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
calvinchaochao
2023-07-21 06:22:02 UTC
Hi, you need to update your Kate version and try again. I have put in a few fixes for this issue in the latest release and the one before that. To try the latest, you'll have to build it yourself which is pretty easy to do on debian unstable. Pasting the instructions below: - Install build dependencies of kate and build essential tools (gcc, cmake) from distro packages - Clone kate git repo: https://invent.kde.org/utilities/kate/ - cd kate - mkdir build && cd build - cmake .. && make -j4 Once the above finishes successfully the kate binary can be found in the 'bin' subdirectory. Run `./bin/kate` If the latest one is also slow, please reopen the issue. |