Summary: | After a5a9b6e70, on macOS, konsole crashes upon creating 2nd tab | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Kurt Hindenburg <khindenburg> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | christoph, leo |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/65f7b167f80635f061006e1530126cfcb8963706 | Version Fixed In: | |
Sentry Crash Report: |
Description
Kurt Hindenburg
2024-05-30 23:42:24 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1002 Git commit 5c864dc0a446001aae2b6c7add25a187923793d6 by Kurt Hindenburg, on behalf of Kurt Hindenburg. Committed on 05/06/2024 at 22:18. Pushed by cullmann into branch 'master'. On macOS after a5a9b6e70, fix crash upon opening 2nd tab For now just #if the issue away M +8 -0 src/main.cpp https://invent.kde.org/utilities/konsole/-/commit/5c864dc0a446001aae2b6c7add25a187923793d6 Git commit 65f7b167f80635f061006e1530126cfcb8963706 by Christoph Cullmann. Committed on 06/06/2024 at 19:36. Pushed by cullmann into branch 'master'. don't access not yet set sessionController() the accessibility interface might by chance be requested before we set the session controller field M +1 -1 src/widgets/TerminalDisplayAccessible.cpp https://invent.kde.org/utilities/konsole/-/commit/65f7b167f80635f061006e1530126cfcb8963706 Fixed it and reverted the workaround. We were just lucky that this got not triggered more often, the accessibility stuff might try to create the interface even before we later set the session controller. *** Bug 483035 has been marked as a duplicate of this bug. *** |