Bug 472421 - Dolphin crashed when copying large amount of fiels (about >200000)
Summary: Dolphin crashed when copying large amount of fiels (about >200000)
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.04.3
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-07-20 08:17 UTC by frippertron1cs
Modified: 2023-12-05 13:56 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 frippertron1cs 2023-07-20 08:17:44 UTC
Application: dolphin (23.04.3)

Qt Version: 5.15.10
Frameworks Version: 5.108.0
Operating System: Linux 6.4.3-arch1-2 x86_64
Windowing System: Wayland
Distribution: Arch Linux
DrKonqi: 5.27.6 [KCrashBackend]

-- Information about the crash:
Resumed a suspended copy to a USB stick which worked for ~10000 files then decide to crash.

The reporter is unsure if this crash is reproducible.

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

[KCrash Handler]
#4  0x00007f53fc2fe44d in KJobWidgets::window(KJob*) () at /usr/lib/libKF5JobWidgets.so.5
#5  0x00007f53fc3fe3d0 in KIO::WidgetsAskUserActionHandler::askUserSkip(KJob*, QFlags<KIO::SkipDialog_Option>, QString const&) () at /usr/lib/libKF5KIOWidgets.so.5
#6  0x00007f53fc17a5a0 in  () at /usr/lib/libKF5KIOCore.so.5
#7  0x00007f53fa4d1237 in  () at /usr/lib/libQt5Core.so.5
#8  0x00007f53fb9ecb8a in KJob::result(KJob*, KJob::QPrivateSignal) () at /usr/lib/libKF5CoreAddons.so.5
#9  0x00007f53fb9f289c in  () at /usr/lib/libKF5CoreAddons.so.5
#10 0x00007f53fa4d1237 in  () at /usr/lib/libQt5Core.so.5
#11 0x00007f53fb9ecb8a in KJob::result(KJob*, KJob::QPrivateSignal) () at /usr/lib/libKF5CoreAddons.so.5
#12 0x00007f53fb9f289c in  () at /usr/lib/libKF5CoreAddons.so.5
#13 0x00007f53fa4d1237 in  () at /usr/lib/libQt5Core.so.5
#14 0x00007f53fc19e5ab in KIO::SlaveInterface::error(int, QString const&) () at /usr/lib/libKF5KIOCore.so.5
#15 0x00007f53fc1a6dd0 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () at /usr/lib/libKF5KIOCore.so.5
#16 0x00007f53fc19e3ca in KIO::SlaveInterface::dispatch() () at /usr/lib/libKF5KIOCore.so.5
#17 0x00007f53fc1a0d22 in KIO::Slave::gotInput() () at /usr/lib/libKF5KIOCore.so.5
#18 0x00007f53fa4d1237 in  () at /usr/lib/libQt5Core.so.5
#19 0x00007f53fa4c3d74 in QObject::event(QEvent*) () at /usr/lib/libQt5Core.so.5
#20 0x00007f53fb17893f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
#21 0x00007f53fa49c2f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5
#22 0x00007f53fa4a125b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#23 0x00007f53fa4e72d8 in  () at /usr/lib/libQt5Core.so.5
#24 0x00007f53f830fa31 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#25 0x00007f53f836ccc9 in  () at /usr/lib/libglib-2.0.so.0
#26 0x00007f53f830d0e2 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#27 0x00007f53fa4eb15c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#28 0x00007f53fa49b004 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#29 0x00007f53fa49c4a3 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5
#30 0x000055f582de7da8 in  ()
#31 0x00007f53f9c39850 in __libc_start_call_main (main=main@entry=0x55f582de5520, argc=argc@entry=2, argv=argv@entry=0x7ffdb72febf8) at ../sysdeps/nptl/libc_start_call_main.h:58
#32 0x00007f53f9c3990a in __libc_start_main_impl (main=0x55f582de5520, argc=2, argv=0x7ffdb72febf8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffdb72febe8) at ../csu/libc-start.c:360
#33 0x000055f582de8565 in  ()
[Inferior 1 (process 24180) detached]

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

Reported using DrKonqi
Comment 1 Akseli Lahtinen 2023-12-05 13:56:30 UTC
Should be fixed in https://invent.kde.org/frameworks/kio/-/merge_requests/1496