Summary: | sieveeditor crash on start | ||
---|---|---|---|
Product: | [Applications] sieveeditor | Reporter: | Rex Dieter <rdieter> |
Component: | general | Assignee: | Laurent Montel <montel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/pim-sieve-editor/b8fa64aba773fa2266036042b18e78e5d9e761bc | Version Fixed In: | 5.11.1 |
Sentry Crash Report: | |||
Attachments: | Don't try to setEnabled mShareAction if it's not initialized |
Description
Rex Dieter
2019-04-25 21:11:47 UTC
Created attachment 119639 [details]
Don't try to setEnabled mShareAction if it's not initialized
It only gets properly initialized conditionally (depending on
purposeMenu, earlier in the same file), if that didn't happen,
we shouldn't try to do setEnabled (or anything else) to it as
in that case it's a null pointer and this will crash.
Git commit b8fa64aba773fa2266036042b18e78e5d9e761bc by Laurent Montel. Committed on 25/04/2019 at 21:21. Pushed by mlaurent into branch 'Applications/19.04'. Fix Bug 406902 - sieveeditor crash on start FIXED-IN: 5.11.1 M +3 -1 src/sieveeditormainwindow.cpp https://commits.kde.org/pim-sieve-editor/b8fa64aba773fa2266036042b18e78e5d9e761bc Sorry I didn't see the patch attached. I just read the backtrace. Indeed patch was ok. |