| Summary: | Double-delete in KateScriptActionMenu::cleanup() | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Kevin Funk <kfunk> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | christoph |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kevin Funk
2017-06-16 14:44:35 UTC
I think that is a destruction order issue. Will prepare a patch. The ActionMenu cleans up some objects that have the view as parent, too, and if we have bad luck, they already got destroyed. See https://phabricator.kde.org/D6817 For me it doesn't crash, if you can reproduce, please try. Fixed via https://phabricator.kde.org/D6817 |