| Summary: | Kate crashes with active Compiler Explorer plugin | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | nekitos23 |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 21.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/8d8d04feebe683a8fb3cb7925adca1bfdd9b21a0 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Backtrace | ||
|
Description
nekitos23
2023-04-08 15:46:19 UTC
Created attachment 157961 [details]
Backtrace
Add the backtrace.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1193 Git commit 742aa0d06281620248dbc960d9e219a7532e59a7 by Waqar Ahmed. Committed on 08/04/2023 at 20:19. Pushed by waqar into branch 'master'. CompilerExplorer: Fix crash when minimizing Remove the hack for removing the activeView as xmlguiclient. Kate now does that automatically whenever a non KTE::View is activated. We just need to install ourself and remove when hiding. M +3 -26 addons/compiler-explorer/ce_widget.cpp M +0 -4 addons/compiler-explorer/ce_widget.h https://invent.kde.org/utilities/kate/commit/742aa0d06281620248dbc960d9e219a7532e59a7 Git commit 8d8d04feebe683a8fb3cb7925adca1bfdd9b21a0 by Waqar Ahmed. Committed on 09/04/2023 at 18:36. Pushed by waqar into branch 'release/23.04'. CompilerExplorer: Fix crash when minimizing Remove the hack for removing the activeView as xmlguiclient. Kate now does that automatically whenever a non KTE::View is activated. We just need to install ourself and remove when hiding. (cherry picked from commit 742aa0d06281620248dbc960d9e219a7532e59a7) M +3 -26 addons/compiler-explorer/ce_widget.cpp M +0 -4 addons/compiler-explorer/ce_widget.h https://invent.kde.org/utilities/kate/commit/8d8d04feebe683a8fb3cb7925adca1bfdd9b21a0 |