Summary: | Kate crashed during session restore | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | christoph, eric.justin.allan |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.04.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/3414b6269a616a0dee4237f66e77772669ee59ff | Version Fixed In: | |
Sentry Crash Report: |
Description
Kishore Gopalakrishnan
2022-04-28 16:15:09 UTC
Ok, I think that is because we try to delay the session restore. That will not work as the pointers might be invalid later :( Git commit 593857184c8799c281c519cb0e45517c60bbac52 by Christoph Cullmann. Committed on 30/04/2022 at 21:42. Pushed by cullmann into branch 'master'. no delayed readSessionConfig the config pointer might be invalid at that point in time if we want to delay stuff, that must be done inside readSessionConfig in the KTextEditor::View itself, after reading the stuff from the passed config M +5 -21 apps/lib/kateviewspace.cpp https://invent.kde.org/utilities/kate/commit/593857184c8799c281c519cb0e45517c60bbac52 Git commit 3414b6269a616a0dee4237f66e77772669ee59ff by Christoph Cullmann. Committed on 30/04/2022 at 21:57. Pushed by cullmann into branch 'release/22.04'. no delayed readSessionConfig the config pointer might be invalid at that point in time if we want to delay stuff, that must be done inside readSessionConfig in the KTextEditor::View itself, after reading the stuff from the passed config M +5 -21 kate/kateviewspace.cpp https://invent.kde.org/utilities/kate/commit/3414b6269a616a0dee4237f66e77772669ee59ff *** Bug 454594 has been marked as a duplicate of this bug. *** |