Bug 463120 - Crashes on startup
Summary: Crashes on startup
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-AppImage (show other bugs)
Version: 7.9.0
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-16 14:27 UTC by kellnerp@earthlink.net
Modified: 2022-12-18 09:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.10.0
Sentry Crash Report:


Attachments
syslog for starting and crashing of appimage (5.34 KB, text/x-log)
2022-12-16 14:27 UTC, kellnerp@earthlink.net
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kellnerp@earthlink.net 2022-12-16 14:27:45 UTC
Created attachment 154629 [details]
syslog for starting and crashing of appimage

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Select Run on appimage and click
2. 
3. 

OBSERVED RESULT
Splash screen comes up and then dissappears
core dump listed in syslog

EXPECTED RESULT
Program opens after splash screen

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Linux LAP2 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Cannot figure out how to get a backtrace for this . Attached syslog output
Comment 1 Maik Qualmann 2022-12-16 15:03:59 UTC
Please download the debug AppImage and start it in the terminal with the "debug" option.
After startup type "r" + enter to start digiKam eiter, after the crash type "bt" + enter and post the output that is printed. The crash occurs on an empty QList, it is important to determine the location in the code.

Maik
Comment 2 kellnerp@earthlink.net 2022-12-17 11:32:15 UTC
Upgraded from 7.8 to 7.9. 
Deleted .config/digikamrc .config/digikam_systemrc and Digikam 7.9 started up right away. Required reconfiguration.
Comment 3 Maik Qualmann 2022-12-17 11:36:28 UTC
Do you still have the digiKamrc from digiKam-7.8.0 and can you send it to me?

Maik
Comment 4 kellnerp@earthlink.net 2022-12-17 22:10:30 UTC
Stupidly I deleted both. I should have just renamed them.
Comment 5 Maik Qualmann 2022-12-18 09:06:45 UTC
Git commit 47ea5b163ec236e3a0a1ca9f12af50cfa32d00a7 by Maik Qualmann.
Committed on 18/12/2022 at 09:05.
Pushed by mqualmann into branch 'qt5-maintenance'.

better check for correct size of the rating container
FIXED-IN: 7.10.0

M  +2    -1    NEWS
M  +0    -1    core/libs/metadataengine/dmetadata/dmetadata_labels.cpp
M  +7    -9    core/libs/metadataengine/dmetadata/dmetadatasettingscontainer.cpp

https://invent.kde.org/graphics/digikam/commit/47ea5b163ec236e3a0a1ca9f12af50cfa32d00a7
Comment 6 Maik Qualmann 2022-12-18 09:10:42 UTC
Unfortunately, we can no longer reproduce the crash. But because of damaged settings of the extended metadata, a crash would be conceivable. If the problem can be reproduced again, reopen the bug report.

Maik