Summary: | Crash after copying from the address bar in Firefox | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | duha.bugs |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/53576/events/9e218a17e37d4095884ff39b3752b4fa/ | ||
Attachments: |
New crash information added by DrKonqi
crash_when_cut |
Description
duha.bugs
2024-08-01 20:56:00 UTC
Created attachment 172195 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
Relevant part is here: #14 QmlCacheGeneratedCode::_qt_qml_org_kde_plasma_private_clipboard_ClipboardItemDelegate_qml::aotBuiltFunctions::{lambda(QQmlPrivate::AOTCompiledContext const*, void**)#10}::operator()(QQmlPrivate::AOTCompiledContext const*, void**) const (__closure=<optimized out>, aotContext=0x7ffc798a14c0, argv=0x7ffc798a1878) at /home/duha/kde/build/plasma-workspace/klipper/declarative/.rcc/qmlcache/klipperplugin_qml/ClipboardItemDelegate_qml.cpp:2771 Looks like the QML got compiled to C++ and it's crashing somewhere in the generated C++ code. Hooray. Created attachment 172206 [details]
crash_when_cut
Similar backtrace after using cut instead of copy. Again in Firefox.
Thread 1 (Thread 0x7d15a3fadf80 (LWP 1528)):
[KCrash Handler]
#5 0x00007d15784784dc in ??? ()
#6 0x00007d1581fcfbd8 in QMetaType::metaObject (this=<optimized out>) at /home/duha/kde/qt/include/QtCore/qmetatype.h:2666
#7 QmlCacheGeneratedCode::_qt_qml_org_kde_plasma_private_clipboard_ClipboardItemDelegate_qml::aotBuiltFunctions::{lambda(QQmlPrivate::AOTCompiledContext const*, void**)#10}::operator()(QQmlPrivate::AOTCompiledContext const*, void**) const (__closure=<optimized out>, aotContext=0x7fffe84f7cf0, argv=0x7fffe84f80a8) at /home/duha/kde/build/plasma-workspace/klipper/declarative/.rcc/qmlcache/klipperplugin_qml/ClipboardItemDelegate_qml.cpp:2771
#8 0x00007d15aa2cd723 in operator() (argc=<optimized out>, __closure=0x7fffe84f7dc0, argv=0x7fffe84f80a8) at /home/duha/kde/src/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:446
#9 QV4::coerceAndCall<AOTCompiledMetaMethod, QV4::Moth::VME::exec(QV4::MetaTypesStackFrame*, QV4::ExecutionEngine*)::<lambda(void**, int)> >(QV4::ExecutionEngine *, const AOTCompiledMetaMethod *, void **, const QMetaType *, int, struct {...}) (engine=engine@entry=0x5d37fba4fb20, typedFunction=typedFunction@entry=0x7fffe84f7df8, argv=<optimized out>, types=<optimized out>, argc=<optimized out>, call=...) at /home/duha/kde/src/qtdeclarative/src/qml/jsruntime/qv4jscall_p.h:555
#10 0x00007d15aa2d4318 in QV4::Moth::VME::exec (frame=frame@entry=0x7fffe84f7eb0, engine=engine@entry=0x5d37fba4fb20) at /home/duha/kde/src/qtdeclarative/src/qml/jsruntime/qv4stackframe_p.h:151
#11 0x00007d15aa2113e0 in QV4::Function::call (this=0x5d37fec796c0, thisObject=0x5d38008c5c50, a=a@entry=0x7fffe84f80a8, types=types@entry=0x7fffe84f80b0, argc=0, context=0x7d1557ea4bf8) at /home/duha/kde/src/qtdeclarative/src/qml/jsruntime/qv4function.cpp:36
#12 0x00007d15aa37c1f3 in QQmlJavaScriptExpression::evaluate (this=this@entry=0x5d3800a44ca0, a=a@entry=0x7fffe84f80a8, types=types@entry=0x7fffe84f80b0, argc=argc@entry=0) at /home/duha/kde/src/qtdeclarative/src/qml/qml/qqmljavascriptexpression_p.h:248
#13 0x00007d15aa30ad1d in QQmlBinding::evaluate (this=0x5d3800a44ca0, result=0x7fffe84f8070, type=...) at /home/duha/kde/src/qtdeclarative/src/qml/qml/qqmlbinding_p.h:84
#14 QQmlBinding::doUpdate (this=0x5d3800a44ca0, watcher=..., flags=..., scope=<optimized out>) at /home/duha/kde/src/qtdeclarative/src/qml/qml/qqmlbinding.cpp:691
Cannot reproduce anymore. Seems like either a more recent QT or Plasma version fixed it. Closing |