Bug 409493 - Plasmashell crash during drag and drop
Summary: Plasmashell crash during drag and drop
Status: RESOLVED DUPLICATE of bug 398440
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-04 14:48 UTC by Nicolas Fella
Modified: 2021-01-19 16:27 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Backtrace (5.69 KB, text/plain)
2019-07-04 14:48 UTC, Nicolas Fella
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Fella 2019-07-04 14:48:13 UTC
Created attachment 121320 [details]
Backtrace

SUMMARY


STEPS TO REPRODUCE
1. Drag a picture, e.g from Spectacle or Gwenview
2. Try to drop into Falkon

OBSERVED RESULT
Plasmashell crashes

SOFTWARE/OS VERSIONS
KDE Plasma Version: master
KDE Frameworks Version: master
Qt Version: 5.12.3

ADDITIONAL INFORMATION
Wayland
Comment 1 Kai Uwe Broulik 2019-07-04 14:52:51 UTC
#0  0x000055b5b1c45300 in  ()
#1  0x00007fac4ba87d9c in DeclarativeMimeData::DeclarativeMimeData(QMimeData const*) (this=0x55b5b74ac4d0, copy=0x55b5b74b3f40)
    at /home/nico/kde/src/kdeclarative/src/qmlcontrols/draganddrop/DeclarativeMimeData.cpp:55
#2  0x00007fac4ba870bf in DeclarativeDragDropEvent::mimeData() (this=0x7ffde9742490) at /home/nico/kde/src/kdeclarative/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp:68
#3  0x00007fac4ba7cac1 in DeclarativeDragDropEvent::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)
    (_o=0x7ffde9742490, _c=QMetaObject::ReadProperty, _id=4, _a=0x7ffde97404d0)
    at /home/nico/kde/build/kdeclarative/src/qmlcontrols/draganddrop/draganddropplugin_autogen/EWIEGA46WW/moc_DeclarativeDragDropEvent.cpp:120
#4  0x00007fac60ab5a21 in  () at /usr/lib/libQt5Qml.so.5
#5  0x00007fac60ad4a86 in  () at /usr/lib/libQt5Qml.so.5
#6  0x00007fac60ad960f in  () at /usr/lib/libQt5Qml.so.5
#7  0x00007fac60a66f74 in QV4::Function::call(QV4::Value const*, QV4::Value const*, int, QV4::ExecutionContext const*) () at /usr/lib/libQt5Qml.so.5
#8  0x00007fac60bdf978 in QQmlJavaScriptExpression::evaluate(QV4::CallData*, bool*) () at /usr/lib/libQt5Qml.so.5
#9  0x00007fac60b834f8 in QQmlBoundSignalExpression::evaluate(void**) () at /usr/lib/libQt5Qml.so.5
#10 0x00007fac60b846ac in  () at /usr/lib/libQt5Qml.so.5
#11 0x00007fac60bc2173 in QQmlNotifier::emitNotify(QQmlNotifierEndpoint*, void**) () at /usr/lib/libQt5Qml.so.5
#12 0x00007fac60b657f4 in QQmlData::signalEmitted(QAbstractDeclarativeData*, QObject*, int, void**) () at /usr/lib/libQt5Qml.so.5
#13 0x00007fac5ecf1aff in QMetaObject::activate(QObject*, int, int, void**) () at /usr/lib/libQt5Core.so.5
#14 0x00007fac4ba7d392 in DeclarativeDropArea::dragEnter(DeclarativeDragDropEvent*) (this=0x55b5b1c45250, _t1=0x7ffde9742490)
    at /home/nico/kde/build/kdeclarative/src/qmlcontrols/draganddrop/draganddropplugin_autogen/EWIEGA46WW/moc_DeclarativeDropArea.cpp:267
#15 0x00007fac4ba874c4 in DeclarativeDropArea::dragEnterEvent(QDragEnterEvent*) (this=0x55b5b1c45250, event=0x7ffde9742890)
    at /home/nico/kde/src/kdeclarative/src/qmlcontrols/draganddrop/DeclarativeDropArea.cpp:63
#16 0x00007fac60fa8c68 in QQuickItem::event(QEvent*) () at /usr/lib/libQt5Quick.so.5
#17 0x00007fac5f89dda4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
#18 0x00007fac5f8a53c1 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
#19 0x00007fac5ecc7849 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5
#20 0x00007fac60fc5b20 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*) () at /usr/lib/libQt5Quick.so.5
Comment 2 Nate Graham 2021-01-19 16:27:05 UTC

*** This bug has been marked as a duplicate of bug 398440 ***