https://bugs.kde.org/show_bug.cgi?id=454747
postix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |CONFIRMED CC| |[email protected] --- Comment #4 from postix <[email protected]> --- (SEGV) Dolphin crashed in KIO::PasteJobPrivate::PasteJobPrivate when accessing an USB drive ``` #6 0x00007fcb5a6d12aa in std::__atomic_base<QtSharedPointer::ExternalRefCountData*>::load (__m=std::memory_order_relaxed, this=<optimized out>) at /usr/include/c++/12/bits/atomic_base.h:820 #7 std::atomic<QtSharedPointer::ExternalRefCountData*>::load (__m=std::memory_order_relaxed, this=<optimized out>) at /usr/include/c++/12/atomic:579 #8 QAtomicOps<QtSharedPointer::ExternalRefCountData*>::loadRelaxed<QtSharedPointer::ExternalRefCountData*> (_q_value=...) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239 #9 QBasicAtomicPointer<QtSharedPointer::ExternalRefCountData>::loadRelaxed (this=<optimized out>) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:248 #10 QtSharedPointer::ExternalRefCountData::getAndRef (obj=obj@entry=0x5591f79f6af0) at tools/qsharedpointer.cpp:1396 #11 0x00007fcb5c553060 in QWeakPointer<QObject const>::QWeakPointer<QMimeData const, true> (ptr=0x5591f79f6af0, this=0x5591f7ee68b0) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:679 #12 QPointer<QMimeData const>::QPointer (p=0x5591f79f6af0, this=0x5591f7ee68b0) at /usr/include/qt5/QtCore/qpointer.h:62 #13 KIO::PasteJobPrivate::PasteJobPrivate (clipboard=false, flags=..., destDir=..., mimeData=0x5591f79f6af0, this=0x5591f7ee6850) at /usr/src/debug/kio-5.94.0-1.1.x86_64/src/widgets/pastejob_p.h:23 #14 KIO::PasteJobPrivate::newJob (clipboard=false, flags=..., destDir=..., mimeData=0x5591f79f6af0) at /usr/src/debug/kio-5.94.0-1.1.x86_64/src/widgets/pastejob_p.h:51 #15 KIO::DropJobPrivate::slotStart (this=0x7fcb4c007dd0) at /usr/src/debug/kio-5.94.0-1.1.x86_64/src/widgets/dropjob.cpp:277 #16 KIO::DropJob::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /usr/src/debug/kio-5.94.0-1.1.x86_64/build/src/widgets/KF5KIOWidgets_autogen/include/moc_dropjob.cpp:101 #17 0x00007fcb5a8a0660 in QObject::event (this=0x7fcb48014a30, e=0x7fcb44003a80) at kernel/qobject.cpp:1314 #18 0x00007fcb5b4e937e in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x7fcb48014a30, e=0x7fcb44003a80) at kernel/qapplication.cpp:3632 #19 0x00007fcb5a874988 in QCoreApplication::notifyInternal2 (receiver=0x7fcb48014a30, event=0x7fcb44003a80) at kernel/qcoreapplication.cpp:1064 #20 0x00007fcb5a877921 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x5591f70c4a40) at kernel/qcoreapplication.cpp:1821 #21 0x00007fcb5a8ccec3 in postEventSourceDispatch (s=0x5591f7136980) at kernel/qeventdispatcher_glib.cpp:277 #22 0x00007fcb58398ea0 in g_main_dispatch (context=0x5591f7132f30) at ../glib/gmain.c:3417 #23 g_main_context_dispatch (context=0x5591f7132f30) at ../glib/gmain.c:4135 #24 0x00007fcb58399258 in g_main_context_iterate (context=context@entry=0x5591f7132f30, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4211 #25 0x00007fcb583992ec in g_main_context_iteration (context=0x5591f7132f30, may_block=1) at ../glib/gmain.c:4276 #26 0x00007fcb5a8cc5a6 in QEventDispatcherGlib::processEvents (this=0x5591f7136910, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #27 0x00007fcb5a8733fb in QEventLoop::exec (this=this@entry=0x7ffc74100b00, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #28 0x00007fcb5a87b566 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #29 0x00007fcb5ad8e3bc in QGuiApplication::exec () at kernel/qguiapplication.cpp:1867 #30 0x00007fcb5b4e92f5 in QApplication::exec () at kernel/qapplication.cpp:2824 #31 0x00005591f5a71212 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/dolphin-22.04.1-1.1.x86_64/src/main.cpp:217 ``` SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20220609 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.2 Kernel Version: 5.18.2-1-default (64-bit) Graphics Platform: Wayland -- You are receiving this mail because: You are watching all bug changes.
