Bug 417317 - digikam git master crash
Summary: digikam git master crash
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Preview-Engine (show other bugs)
Version: 7.0.0
Platform: Compiled Sources Linux
: NOR grave
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-08 19:13 UTC by maderios
Modified: 2020-02-08 20:01 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)