Bug 473383 - Crash when deleting an album to wastebasket.
Summary: Crash when deleting an album to wastebasket.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-Engine (show other bugs)
Version: 8.1.0
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-08-14 19:25 UTC by lander.ghekiere
Modified: 2023-08-14 20:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lander.ghekiere 2023-08-14 19:25:04 UTC
Application: digikam (8.1.0)

Qt Version: 5.15.10
Frameworks Version: 5.108.0
Operating System: Linux 6.2.0-pf7 x86_64
Windowing System: X11
Distribution: "Gentoo Linux"
DrKonqi: 5.27.6 [KCrashBackend]

-- Information about the crash:
I wanted to remove an album. The app asked for confirmation and if I wanted to move it to the wastebasket. Which I wanted it to do. Then it crashed.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f3cb208e07d in  () at /usr/lib64/libdigikamgui.so.8.1.0
#5  0x00007f3cb208e550 in  () at /usr/lib64/libdigikamgui.so.8.1.0
#6  0x00007f3cafdca33c in  () at /usr/lib64/libQt5Core.so.5
#7  0x00007f3cb2084072 in Digikam::AlbumManager::signalAlbumDeleted(Digikam::Album*) () at /usr/lib64/libdigikamgui.so.8.1.0
#8  0x00007f3cb20c0940 in Digikam::AlbumManager::removePAlbum(Digikam::PAlbum*) () at /usr/lib64/libdigikamgui.so.8.1.0
#9  0x00007f3cb20c28c4 in Digikam::AlbumManager::scanPAlbums() () at /usr/lib64/libdigikamgui.so.8.1.0
#10 0x00007f3cafdca33c in  () at /usr/lib64/libQt5Core.so.5
#11 0x00007f3cafdce3da in QTimer::timeout(QTimer::QPrivateSignal) () at /usr/lib64/libQt5Core.so.5
#12 0x00007f3cafdc219d in QObject::event(QEvent*) () at /usr/lib64/libQt5Core.so.5
#13 0x00007f3cb075c0fe in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#14 0x00007f3cafd97cd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib64/libQt5Core.so.5
#15 0x00007f3cafde7271 in QTimerInfoList::activateTimers() () at /usr/lib64/libQt5Core.so.5
#16 0x00007f3cafde7b01 in  () at /usr/lib64/libQt5Core.so.5
#17 0x00007f3ca3ffa12d in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0
#18 0x00007f3ca3ffa3d8 in  () at /usr/lib64/libglib-2.0.so.0
#19 0x00007f3ca3ffa46c in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#20 0x00007f3cafde7e86 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#21 0x00007f3cafd9677b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#22 0x00007f3cafd9e7b6 in QCoreApplication::exec() () at /usr/lib64/libQt5Core.so.5
#23 0x000055c66d14718e in  ()
#24 0x00007f3caf6e394a in  () at /lib64/libc.so.6
#25 0x00007f3caf6e3a05 in __libc_start_main () at /lib64/libc.so.6
#26 0x000055c66d147b91 in  ()
[Inferior 1 (process 17779) detached]

Reported using DrKonqi
Comment 1 Maik Qualmann 2023-08-14 19:59:24 UTC
The backtrace is not clear, it is said to crash when sending a signal. Is the crash reproducible? If yes, please create a GDB backtrace with debugging symbols.

Maik
Comment 2 Maik Qualmann 2023-08-14 20:37:03 UTC
I think the problem is fixed with Bug 473110. If you can reproduce the crash again with digiKam-8.2.0, please reopen the bug report.

Maik