Summary: | Crash in Qt version 6.8.2 from QtMultimedia framework with std::default_delete<QFFmpegResampler>::operator(). | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Dave Gilbert <gilbertd+kde> |
Component: | Preview-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.6.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dave Gilbert
2025-04-02 00:27:43 UTC
Definitively the whole backtrace of the crash appears in QtMultimedia source code, not digiKam. Which ffmpeg version is used in the background ? I recommend to report this problem in the Qt bugzilla : https://bugreports.qt.io/projects/ The crash is already known in Qt. https://bugreports.qt.io/browse/QTBUG-130386 I'll take another look, but I'm pretty sure we're not changing the media source during the play() function. Maik Problem should be fixed in Qt-6.8.3, I think we can close here. Maik Since qt 6.8.3 is release few days ago, i will update soon all bundles accordingly. Gilles (In reply to Maik Qualmann from comment #2) > The crash is already known in Qt. > > https://bugreports.qt.io/browse/QTBUG-130386 > > I'll take another look, but I'm pretty sure we're not changing the media > source during the play() function. > > Maik Thanks for finding that Maik; I guess that type of thing fits with my reproducer - I may have been quickly flicking past the video as I was going through the images. For the AppImage, Qt 6.9.0 can be used : https://doc-snapshots.qt.io/qt6-6.9/whatsnew69.html Q: i upgrade to 6.8.3 or i switch directly to 6.9.0? Macports : have already Qt 6.8.3 VCPKG : Still Qt 6.8.2 (6.8.3 PR : https://github.com/microsoft/vcpkg/pull/44659) Gilles Hi Dave, The new AppImage bundle 8.7.0 pre-release for Linux based on Qt 6.8.3 will be online in one hour (20:00 Paris time) at usual place : https://files.kde.org/digikam/ Let's me here if the problem remain. Best regards Gilles Caulier Dave, do you seen my previous comment ? (In reply to caulier.gilles from comment #8) > Dave, do you seen my previous comment ? I did, but since I'm running Fedora's packaged version of everything, switching to AppImage would be changing lots of things at once. Hi Dave, The AppImage do not change anything for you and allow to check if the native package is bugous. If yes a DOWSTREAM report must be send to the Fedora packager to fix the problem. Just download the AppImage bundle file, make as executable and run it. It will use the same settings than the native package. Test with a video file to see if the problem is reproducible. The current 8.8.0 pre-release appimage have been built with Qt 6.9.1 and ffmpeg 7.1. https://files.kde.org/digikam/ Best regards Gilles Caulier |