Bug 485465 - Dolphin crashes when drag a file over folder path
Summary: Dolphin crashes when drag a file over folder path
Status: RESOLVED DUPLICATE of bug 485258
Alias: None
Product: dolphin
Classification: Applications
Component: bars: location (other bugs)
Version First Reported In: 24.02.2
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-12 22:38 UTC by Dm
Modified: 2024-04-13 00:09 UTC (History)
3 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 Dm 2024-04-12 22:38:49 UTC
SUMMARY
Dolphin crashes when drag a file over folder path when trying to move it to parent directory
There was no such bug in previous version in KDE Neon User

STEPS TO REPRODUCE
1. Open any folder
2. Try to drag a file to previous directory (a parent of directory you opened)
3. Crash!!

SOFTWARE/OS VERSIONS
Operating System: KDE neon 6.0
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.7.0
Kernel Version: 6.5.0-27-generic (64-bit)
Graphics Platform: Wayland
Processors: 12 × Intel® Core™ i7-8750H CPU @ 2.20GHz
Memory: 15.3 ГиБ of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Manufacturer: Dell Inc.
Product Name: XPS 15 9570
Comment 1 Dm 2024-04-12 22:43:46 UTC
Terminal output:
--Before crach
kf.kio.workers.thumbnail.djvu: QProcess::FailedToStart ""
kf.kio.core: An error occurred during write. The worker terminates now.

--After crash:
KCrash: Application 'dolphin' crashing... crashRecursionCounter = 2
QSocketNotifier: Invalid socket 6 and type 'Read', disabling...
QSocketNotifier: Invalid socket 23 and type 'Read', disabling...
KCrash: Application Name = dolphin path = /usr/bin pid = 17539
KCrash: Arguments: /usr/bin/dolphin 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi
/usr/lib/x86_64-linux-gnu/libexec/drkonqi: symbol lookup error: /usr/lib/x86_64-linux-gnu/libexec/drkonqi: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API
Comment 2 Nicolas Fella 2024-04-12 22:58:00 UTC
> /usr/lib/x86_64-linux-gnu/libexec/drkonqi: symbol lookup error: /usr/lib/x86_64-linux-gnu/libexec/drkonqi: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API

Not sure if related to the actual crash, but that's a Neon bug
Comment 3 Patrick Silva 2024-04-13 00:09:31 UTC
Can reproduce on Arch Linux.

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