| Summary: | Kate crashes when saving file | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Bogdan <moonfire.bogdan> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | fanzhuyifan, waqar.17a |
| Priority: | NOR | Keywords: | drkonqi, qt6 |
| Version First Reported In: | 24.02.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Bogdan
2024-03-02 13:44:03 UTC
Thank you for the bug report! Unfortunately I can't reproduce the crash myself on current git master, and the backtrace is incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong: > #4 0x0000713a14c93c6a in ??? () at /usr/lib/libKF6TextEditor.so.6 > #5 0x0000713a171a255f in ??? () at /usr/lib/libkateprivate.so.24.02.0 > #6 0x0000713a171a21aa in ??? () at /usr/lib/libkateprivate.so.24.02.0 > #7 0x0000713a171a21aa in ??? () at /usr/lib/libkateprivate.so.24.02.0 > #8 0x0000713a171a4e01 in ??? () at /usr/lib/libkateprivate.so.24.02.0 > #9 0x0000713a171a54b5 in ??? () at /usr/lib/libkateprivate.so.24.02.0 > #10 0x0000713a1719bd05 in ??? () at /usr/lib/libkateprivate.so.24.02.0 Could you please install debug symbols and attach a new symbolicated backtrace generated by using coredumpctl gdb in a terminal window? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl for details about how to do this. Thanks again! Here is the output: https://pastebin.com/S9kezGjh It might be the rust LSP that's crashing Kate, but I'm not sure. I opened different source files and I don't get any crashes. (In reply to Bogdan from comment #2) > Here is the output: https://pastebin.com/S9kezGjh > It might be the rust LSP that's crashing Kate, but I'm not sure. I opened > different source files and I don't get any crashes. Please type `bt` in the gdb prompt and copy the output. Output: https://pastebin.com/Ypkw3BA9 Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Not entirely sure about this because the backtrace is incomplete, but most likely https://invent.kde.org/utilities/kate/-/merge_requests/1426 will fix this Should be fixed in the next release, if not, reopen the bug. |