Bug 481511 - Dolphin crash at creating a copy of the file in the same directory.
Summary: Dolphin crash at creating a copy of the file in the same directory.
Status: RESOLVED DUPLICATE of bug 480595
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.08.5
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-02-18 12:04 UTC by mozo
Modified: 2024-02-20 09:47 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 mozo 2024-02-18 12:04:25 UTC
Application: dolphin (23.08.5)

Qt Version: 5.15.12
Frameworks Version: 5.115.0
Operating System: Linux 6.7.4-arch1-1 x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.27.10 [KCrashBackend]

-- Information about the crash:
Dolphin just crashed at creating a copy of the file in the same directory. I just draged and dropped a text file, the context menu was shown where you can choose from various options (Copy here, Link here and Cancel) and then, when I choose the first option Copy here, Dolphin has crashed.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = <optimized out>}
[KCrash Handler]
#6  QSharedDataPointer<KFileItemPrivate>::operator! (this=0x700000029) at /usr/include/qt/QtCore/qshareddata.h:127
#7  KFileItem::operator== (this=0x700000029, other=...) at /usr/src/debug/kio5/kio-5.115.0/src/core/kfileitem.cpp:1391
#8  0x00007311f6186d75 in KCoreDirListerCache::emitRefreshItem (this=<optimized out>, oldItem=<optimized out>, fileitem=...) at /usr/include/c++/13.2.1/bits/unique_ptr.h:199
#9  0x00007311f6191a39 in KCoreDirListerCache::processPendingUpdates (this=0x7311f62154a0 <_ZZN12_GLOBAL__N_121Q_QGS_kDirListerCache13innerFunctionEvE6holder.lto_priv.0>) at /usr/src/debug/kio5/kio-5.115.0/src/core/kcoredirlister.cpp:2026
#10 0x00007311f44c8e27 in QtPrivate::QSlotObjectBase::call (a=0x7ffdd00e0100, r=<optimized out>, this=0x5662984660a0, this=<optimized out>, r=<optimized out>, a=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate<false> (sender=0x7311f6215570 <_ZZN12_GLOBAL__N_121Q_QGS_kDirListerCache13innerFunctionEvE6holder.lto_priv.0+208>, signal_index=3, argv=0x7ffdd00e0100) at kernel/qobject.cpp:3925
#12 0x00007311f44ca95f in QTimer::timeout (this=<optimized out>, _t1=...) at .moc/moc_qtimer.cpp:205
#13 0x00007311f44bb8de in QObject::event (this=0x7311f6215570 <_ZZN12_GLOBAL__N_121Q_QGS_kDirListerCache13innerFunctionEvE6holder.lto_priv.0+208>, e=0x7ffdd00e0270) at kernel/qobject.cpp:1324
#14 0x00007311f51578ff in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x7311f6215570 <_ZZN12_GLOBAL__N_121Q_QGS_kDirListerCache13innerFunctionEvE6holder.lto_priv.0+208>, e=0x7ffdd00e0270) at kernel/qapplication.cpp:3640
#15 0x00007311f4493ef8 in QCoreApplication::notifyInternal2 (receiver=0x7311f6215570 <_ZZN12_GLOBAL__N_121Q_QGS_kDirListerCache13innerFunctionEvE6holder.lto_priv.0+208>, event=0x7ffdd00e0270) at kernel/qcoreapplication.cpp:1064
#16 0x00007311f44e255b in QTimerInfoList::activateTimers (this=0x5662981504c0) at kernel/qtimerinfo_unix.cpp:643
#17 0x00007311f44e2b4a in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:183
#18 0x00007311f230df69 in g_main_dispatch (context=0x7311e8000ec0) at ../glib/glib/gmain.c:3476
#19 0x00007311f236c3a7 in g_main_context_dispatch_unlocked (context=0x7311e8000ec0) at ../glib/glib/gmain.c:4284
#20 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7311e8000ec0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4349
#21 0x00007311f230c162 in g_main_context_iteration (context=0x7311e8000ec0, may_block=1) at ../glib/glib/gmain.c:4414
#22 0x00007311f44e2d0c in QEventDispatcherGlib::processEvents (this=0x5662981507f0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#23 0x00007311f4492c04 in QEventLoop::exec (this=this@entry=0x7ffdd00e0520, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#24 0x00007311f44940a3 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#25 0x00007311f492bef2 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1870
#26 0x00007311f5155cda in QApplication::exec () at kernel/qapplication.cpp:2832
#27 0x0000566297871db8 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/dolphin/dolphin-23.08.5/src/main.cpp:255
[Inferior 1 (process 11357) detached]

Reported using DrKonqi
Comment 1 Akseli Lahtinen 2024-02-20 09:03:22 UTC
Can't repro on Plasma 6, and this is likely a duplicate of 480595

Operating System: Fedora Linux 39
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.0
Kernel Version: 6.7.4-200.fc39.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600

*** This bug has been marked as a duplicate of bug 480595 ***
Comment 2 mozo 2024-02-20 09:46:23 UTC
It's very rare so you can't repro it.
Comment 3 mozo 2024-02-20 09:47:54 UTC
And I'm don't moving, I'm copying. And not in another directory but in the same direcotory...