Summary: | SIGSEGV in QAction::setEnabled() | ||
---|---|---|---|
Product: | [Applications] KSystemLog | Reporter: | Nathaniel Beaver <nathanielmbeaver> |
Component: | general | Assignee: | Nicolas Ternisien <nicolas.ternisien> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | wbauer1 |
Priority: | NOR | ||
Version: | 18.04 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/ksystemlog/commit/eeab31a116535efc6d4757f027897265736ed161 | Version Fixed In: | 20.04.2 |
Sentry Crash Report: | |||
Attachments: |
stack trace
stack trace with inline source code (via apport) |
Description
Nathaniel Beaver
2019-07-01 15:49:49 UTC
Created attachment 121263 [details]
stack trace with inline source code (via apport)
Possibly related commit? https://cgit.kde.org/ksystemlog.git/commit/?id=fedacb685dcf1355afe6943ae2106bc7900f98ae Confirmed here with the latest version, but also older ones. Possible fix: https://invent.kde.org/system/ksystemlog/-/merge_requests/1 Git commit eeab31a116535efc6d4757f027897265736ed161 by Wolfgang Bauer. Committed on 17/05/2020 at 20:22. Pushed by vmatyushin into branch 'release/20.04'. Disconnect `QtabWidget::currentChanged` signal on window close event Otherwise `MainWindow::changeCurrentTab()` may still get called when things are already being destroyed, leading to crashes. FIXED-IN: 20.04.2 M +2 -0 src/mainWindow.cpp https://invent.kde.org/system/ksystemlog/commit/eeab31a116535efc6d4757f027897265736ed161 |