Bug 475731 - Dolphin crashes just after paste and immediately try to open such file
Summary: Dolphin crashes just after paste and immediately try to open such file
Status: RESOLVED BACKTRACE
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.12.3
Platform: Kubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-10-17 07:56 UTC by lltrench
Modified: 2023-12-05 11:47 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 lltrench 2023-10-17 07:56:38 UTC
Application: dolphin (22.12.3)

Qt Version: 5.15.8
Frameworks Version: 5.104.0
Operating System: Linux 6.2.0-34-generic x86_64
Windowing System: X11
Distribution: Ubuntu 23.04
DrKonqi: 5.27.4 [KCrashBackend]

-- Information about the crash:
I just copy and paste a single file on a directory, then almost immediately I tried to open such file (it was a libreoffice file), and I face the crash

The crash does not seem to be reproducible.

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

[KCrash Handler]
#4  0x00007f425469d5d4 in KFileItem::KFileItem(KFileItem const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#5  0x00007f425475aefb in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#6  0x00007f425475d58b in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#7  0x00007f4254759271 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#8  0x00007f4252af39af in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007f4253ee6a09 in KJob::result(KJob*, KJob::QPrivateSignal) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#10 0x00007f4253eec97b in KJob::finishJob(bool) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#11 0x00007f4252af39af in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f42546e4d93 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#13 0x00007f42546e33ca in KIO::SlaveInterface::dispatch() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#14 0x00007f42546e81c1 in KIO::Slave::gotInput() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#15 0x00007f4252af39af in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007f4252ae7de0 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007f425376bf92 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x00007f4252abae38 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f4252abdea1 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007f4252b157b7 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007f425086149d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f42508bc178 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f42508601b0 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f4252b14e7a in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007f4252ab97cb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x00007f4252ac1c1a in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x000055da2c9db56a in ?? ()
#28 0x00007f4252023a90 in __libc_start_call_main (main=main@entry=0x55da2c9d8c40, argc=argc@entry=1, argv=argv@entry=0x7ffc13272c88) at ../sysdeps/nptl/libc_start_call_main.h:58
#29 0x00007f4252023b49 in __libc_start_main_impl (main=0x55da2c9d8c40, argc=1, argv=0x7ffc13272c88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffc13272c78) at ../csu/libc-start.c:360
#30 0x000055da2c9dbc65 in ?? ()
[Inferior 1 (process 33363) detached]

The reporter indicates this bug may be a duplicate of or related to bug 467985.

Reported using DrKonqi
Comment 1 David Edmundson 2023-12-05 11:47:48 UTC
>#5  0x00007f425475aefb in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5

Unforutnately a key part of the backtrace is missing. Can you install debug symbols for KIO and reopen if you can repeat this crash.