Bug 497883 - Can't show recently files and crash kioworker
Summary: Can't show recently files and crash kioworker
Status: RESOLVED DUPLICATE of bug 497879
Alias: None
Product: dolphin
Classification: Applications
Component: panels: folders (show other bugs)
Version: 24.12.0
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-25 13:50 UTC by H. Shizuku
Modified: 2024-12-25 16:04 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H. Shizuku 2024-12-25 13:50:26 UTC
## SUMMARY


### STEPS TO REPRODUCE
1. Open Dolphin
2. Open Recently Files (or Recently Places)

## OBSERVED RESULT
Crash KIO

## EXPECTED RESULT
I can see recently files

## SOFTWARE/OS VERSIONS
- Operating System: KDE neon 6.2
- KDE Plasma Version: 6.2.4
- KDE Frameworks Version: 6.9.0
- Qt Version: 6.8.1
- Kernel Version: 6.8.0-51-generic (64-bit)
- Graphics Platform: Wayland

## ADDITIONAL INFORMATION
Log:
```
$ dolphin 
KTranscript: Loaded module: /usr/share/locale/ja/LC_SCRIPTS/ki18n6/ki18n6.js
kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError
kf.kio.core: An error occurred during write. The worker terminates now.
ASSERT: "std::find_if(storage.cbegin(), storage.cend(), [udsField](const Field &entry) { return entry.m_index == udsField; }) == storage.cend()" in file ./src/core/udsentry.cpp, line 106
KCrash: Application 'kioworker' crashing... crashRecursionCounter = 2
ASSERT: "QFile::exists(fileInfoPath)" in file ./src/kioworkers/trash/trashsizecache.cpp, line 108
KCrash: Application 'kioworker' crashing... crashRecursionCounter = 2
ASSERT: "QFile::exists(fileInfoPath)" in file ./src/kioworkers/trash/trashsizecache.cpp, line 108
KCrash: Application 'kioworker' crashing... crashRecursionCounter = 2
kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError
kf.kio.core: An error occurred during write. The worker terminates now.
ASSERT: "QFile::exists(fileInfoPath)" in file ./src/kioworkers/trash/trashsizecache.cpp, line 108
KCrash: Application 'kioworker' crashing... crashRecursionCounter = 2
kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError
kf.kio.core: Connection::send() called with connection not inited
kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError
kf.kio.core: An error occurred during write. The worker terminates now.
```

Similar symptoms, KIO crashes when opening the recycle bin, and the gdb created in the process puts pressure on the CPU and RAM (possibly as a loop process).
Comment 1 Nicolas Fella 2024-12-25 16:04:32 UTC

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