Bug 497322

Summary: Crashed during file copy
Product: [Applications] dolphin Reporter: Paul Quirk <paul>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED UNMAINTAINED    
Severity: crash CC: kdedev, kfm-devel
Priority: NOR Keywords: drkonqi
Version: 22.12.3   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Paul Quirk 2024-12-11 11:19:56 UTC
Application: dolphin (22.12.3)

Qt Version: 5.15.8
Frameworks Version: 5.103.0
Operating System: Linux 6.1.0-28-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux 12 (bookworm)
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
Copied a file from one window to another. One window showed a different subdirectory from the other.

The reporter is unsure if this crash is reproducible.

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

[KCrash Handler]
#4  0x00007f0869fe1bcc in KFileItem::~KFileItem() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#5  0x00007f086a09fb5d in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#6  0x00007f086a08fa56 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#7  0x00007f08682e8f8f in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007f08682ecdaa in QTimer::timeout(QTimer::QPrivateSignal) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007f08682dd54d in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007f0868f62fae in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007f08682b1738 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f0868308c71 in QTimerInfoList::activateTimers() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007f0868309504 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007f0865fd47a9 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x00007f0865fd4a38 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007f0865fd4acc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007f0868309876 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007f08682b01bb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f08682b8316 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x0000562812a5c142 in ?? ()
#21 0x00007f0867e4624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#22 0x00007f0867e46305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#23 0x0000562812a5c591 in ?? ()
[Inferior 1 (process 1550) detached]

Reported using DrKonqi
Comment 1 TraceyC 2024-12-12 23:27:47 UTC
The crash here is happening in QT5. Unfortunately, the backtrace isn't complete enough for it to be actionable and Debian doesn't provide any packages with debugging symbols for QT5 libraries.

Debian advises users to not submit bugs upstream (https://www.debian.org/Bugs/Reporting). The crash appears to be in QT5, and QT has mostly moved development to QT6. It's possible that the bug exists only in Debian at this point. 

Could you report the bug to Debian using the report bug utility (https://packages.debian.org/stable/utils/reportbug)? If necessary, the maintainer of the package will forward the bug upstream.

Thanks for understanding.