Summary: | Kate hangs if the open sysfs file has been modified externally | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Yevhen Popok <xalt7x.service> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | christoph |
Priority: | NOR | Keywords: | qt6, usability |
Version: | 24.02.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.4.0 | |
Sentry Crash Report: | |||
Attachments: | GDB backtrace |
Description
Yevhen Popok
2024-03-08 01:50:37 UTC
Migrating "reproducible" keyword to "CONFIRMED" status. Could you provide some backtrace where we are stuck or use perf to check in which function we are hanging around? Created attachment 170567 [details] GDB backtrace (In reply to Christoph Cullmann from comment #2) > Could you provide some backtrace where we are stuck or use perf to check in > which function we are hanging around? I added backtrace generated with GDB + debuginfod on KDE Neon Developer Edition. Hope this helps. Git commit 59d5798b98c9aaea55fe7e38f697697241b8da80 by Christoph Cullmann. Committed on 17/06/2024 at 19:36. Pushed by cullmann into branch 'master'. try different way to read file for digest might be the old variant stalls on some virtual sys/proc files M +1 -5 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/59d5798b98c9aaea55fe7e38f697697241b8da80 Hi, the info provided some hints. Could you try out the patched version? (In reply to Christoph Cullmann from comment #5) > Hi, the info provided some hints. > Could you try out the patched version? This solved the problem. Thank you! (In reply to Yevhen Popok from comment #6) > (In reply to Christoph Cullmann from comment #5) > > Hi, the info provided some hints. > > Could you try out the patched version? > > This solved the problem. Thank you! Great, thanks for helping out with the info, without that would have not found this. |