Bug 475401 - Dolphin crashes when .cache/thumbnails is missing
Summary: Dolphin crashes when .cache/thumbnails is missing
Status: RESOLVED DUPLICATE of bug 470845
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.08.1
Platform: Debian unstable Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-10-09 13:21 UTC by axtlos
Modified: 2024-02-28 15:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description axtlos 2023-10-09 13:21:40 UTC
Application: dolphin (23.08.1)

Qt Version: 5.15.10
Frameworks Version: 5.107.0
Operating System: Linux 6.5.0-2-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux trixie/sid
DrKonqi: 5.27.8 [KCrashBackend]

-- Information about the crash:
Debian appears to crash repeatidly when opening it, checking the terminal output I saw it complaining about `~/.cache/thumbnails` not being found:
```
kf.kio.widgets: Cannot read information about filesystem under path "/home/xen/.cache/thumbnails/"
kf.solid.frontend.devicemanager: Couldn't get StorageAccess for ""/home/xen/.cache/thumbnails/"" - File doesn't exist
```
after creating the folder dolphin works perfectly fine.

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f51c86c9b94 in Solid::StorageAccess::isEncrypted() const () from /lib/x86_64-linux-gnu/libKF5Solid.so.5
#5  0x00007f51c8af2437 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5
#6  0x00007f51c8af2562 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5
#7  0x00007f51c8af72d1 in KIO::PreviewJob::slotResult(KJob*) () from /lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5
#8  0x00007f51c6afba32 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007f51c7fe1295 in KJob::result(KJob*, KJob::QPrivateSignal) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#10 0x00007f51c7fe277b in ?? () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#11 0x00007f51c6afba32 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f51c8856526 in KIO::SlaveInterface::error(int, QString const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#13 0x00007f51c8858807 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#14 0x00007f51c8856d66 in KIO::SlaveInterface::dispatch() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#15 0x00007f51c885bb69 in KIO::Slave::gotInput() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#16 0x00007f51c6afba32 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007f51c6aef400 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007f51c7762d2e in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#19 0x00007f51c6ac30d8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007f51c6ac66d1 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007f51c6b1d1e3 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x00007f51c47131b4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f51c47162d7 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f51c47168f0 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007f51c6b1c8d6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x00007f51c6ac1b7b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x00007f51c6aca020 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x0000556b88d9c17e in ?? ()
#29 0x00007f51c62456ca in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#30 0x00007f51c6245785 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#31 0x0000556b88d9c6b1 in ?? ()
[Inferior 1 (process 5642) detached]

Reported using DrKonqi
Comment 1 fanzhuyifan 2024-02-28 15:29:04 UTC
Fixed in frameworks 5.108. Unfortunately it seems that even testing on debian isn't on that yet..........

*** This bug has been marked as a duplicate of bug 470845 ***