Bug 382247 - showfoto crashed
Summary: showfoto crashed
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Showfoto-Core (show other bugs)
Version: 5.2.0
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 18:21 UTC by Reinhard Auner
Modified: 2020-08-10 10:18 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.8.0


Attachments
Crash report (6.89 KB, text/plain)
2017-07-11 18:21 UTC, Reinhard Auner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Reinhard Auner 2017-07-11 18:21:06 UTC
Created attachment 106563 [details]
Crash report

I wanted to start showFoto, it just crashed, see attached detailed crash report.
Comment 1 caulier.gilles 2017-07-11 18:28:40 UTC
Thread 1 (Thread 0x7f608c3509c0 (LWP 11090)):
[KCrash Handler]
#6  0x00007f6088acf680 in QArrayData::shared_null () at /usr/lib64/libQt5Core.so.5
#7  0x00007f608b8c24ba in Digikam::EditorTool::~EditorTool() () at /usr/lib64/libdigikamcore.so.5.2.0
#8  0x00007f608b92a9e3 in  () at /usr/lib64/libdigikamcore.so.5.2.0
#9  0x00007f6088a4fab5 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.


There is no reason for this crash.

In all case, try to reproduce the problem with a more recent version. Last stable is 5.6.0. You can try The AppImage Linux bundle. Showfoto is avaialble with a specific CLI option :

[gilles@localhost digikam5]$ ./digikam-5.6.0-01-x86-64.appimage help
-- digiKam AppImage Bundle
-- Use 'help' as CLI argument to know all available options
digiKam AppImage bundle CLI options:
 without option     : run digiKam.
 <showfoto>         : run Showfoto instead digiKam.
 <debug>            : run digiKam into GDB.
 <debug> <showfoto> : run Showfoto into GDB.
 <help>             : show this help.

[gilles@localhost digikam5]$ 

Gilles Caulier
Comment 2 Maik Qualmann 2017-10-17 18:56:07 UTC
*** Bug 385844 has been marked as a duplicate of this bug. ***
Comment 3 Maik Qualmann 2017-10-18 19:29:10 UTC
Git commit 479a9497ab2d8aef713e9536b77c952e9b1f2163 by Maik Qualmann.
Committed on 18/10/2017 at 19:28.
Pushed by mqualmann into branch 'master'.

delete editor tool before tool settings
FIXED-IN: 5.8.0

M  +2    -1    NEWS
M  +1    -0    utilities/imageeditor/editor/editortooliface.cpp

https://commits.kde.org/digikam/479a9497ab2d8aef713e9536b77c952e9b1f2163
Comment 4 Maik Qualmann 2018-04-06 18:59:55 UTC
*** Bug 392813 has been marked as a duplicate of this bug. ***