Summary: | Digikam crashes when going to full screen | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kristian Karl <kristian.hermann.karl> |
Component: | Usability-FullScreen | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/9463b3d9262e7a72b567d3851b2cd14c0a5f5089 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Kristian Karl
2016-06-04 12:54:57 UTC
Version of: - QT 5.6.0 - KDE Frameworks: 5.22.0 - Plasma version: 5.6.90 Running unstable PPA from: https://neon.kde.org/, [deb http://archive.neon.kde.org/unstable xenial main] It looks like it crashes because DXmlGuiWindow::statusBarMenuAction() returns 0. See: https://github.com/KDE/digikam/blob/757374978a7a79c83e48641d12bf89cb9c334a18/libs/widgets/mainview/dxmlguiwindow.cpp#L644 Git commit 9463b3d9262e7a72b567d3851b2cd14c0a5f5089 by Gilles Caulier. Committed on 04/06/2016 at 15:53. Pushed by cgilles into branch 'master'. prevent a crash if returned status Bar Menu Action is null FIXED-IN:5.0.0 M +3 -1 app/main/digikamapp.cpp M +2 -0 libs/widgets/mainview/dxmlguiwindow.cpp M +3 -1 utilities/imageeditor/editor/editorwindow.cpp M +3 -1 utilities/importui/main/importui.cpp M +3 -1 utilities/lighttable/lighttablewindow.cpp M +3 -1 utilities/queuemanager/main/queuemgrwindow.cpp http://commits.kde.org/digikam/9463b3d9262e7a72b567d3851b2cd14c0a5f5089 I can confirm the fix. Thanx for the quick resolution. |