Bug 417317

Summary: digikam git master crash
Product: [Applications] digikam Reporter: maderios <leoutation>
Component: Preview-EngineAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: grave CC: metzpinguin
Priority: NOR    
Version First Reported In: 7.0.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 7.0.0
Sentry Crash Report:

Description maderios 2020-02-08 19:13:38 UTC
When i try to to display whith click on thumbnail, I get crash:
Whole message displayed in console, strangely very short...

digikam
QApplication: invalid style override 'gtk2' passed, ignoring it.
	Available styles: Windows, Fusion
QCommandLineParser: already having an option named "h"
QCommandLineParser: already having an option named "help-all"
QCommandLineParser: already having an option named "v"
KMemoryInfo: Platform identified :  "LINUX"
KMemoryInfo: TotalRam:  6114594816
QtAV 1.13.0(Jul 11 2019, 03:26:54)
Multimedia framework base on Qt and FFmpeg.
Distributed under the terms of LGPLv2.1 or later.
Shanghai, China Copyright (C) 2012-2019 Wang Bin (aka. Lucas Wang) wbsecg1@gmail.com
Donate: http://qtav.org/donate.html
Source: https://github.com/wang-bin/QtAV
Home page: http://qtav.org
kf5.kxmlgui: Unhandled container to remove :  Digikam::DigikamApp
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
zsh: segmentation fault (core dumped)  digikam
Comment 1 Maik Qualmann 2020-02-08 19:26:29 UTC
Git commit 943caef64f7208e76e52bcc230ffdac72c3599da by Maik Qualmann.
Committed on 08/02/2020 at 19:25.
Pushed by mqualmann into branch 'master'.

fix crash with new method to convert to QSet in Qt-5.14
FIXED-IN: 7.0.0

M  +2    -1    NEWS
M  +4    -14   core/libs/threadimageio/fileio/loadingcache.cpp
M  +0    -1    core/libs/threadimageio/fileio/loadingcache.h

https://invent.kde.org/kde/digikam/commit/943caef64f7208e76e52bcc230ffdac72c3599da
Comment 2 maderios 2020-02-08 20:01:06 UTC
It works now :)