| Summary: | unknown plasma crashes (stacktrace included) | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Mikel Pérez <io> |
| Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | mds_foss |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 6.4.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/240550/events/6506c328b4c246edb6a47b4d16960c1f/ | ||
|
Description
Mikel Pérez
2025-09-06 14:47:20 UTC
Thanks for reporting! If possible, please answer yes to debuginfod next time, as it is very helpful to see where the crash occurs. I had the same crash in bug 509192, and if I disable debuginfo, the backtrace matches exactly: (gdb) bt #0 0x000077ed4ae9894c in ?? () from /usr/lib/libc.so.6 #1 0x000077ed4ae3e410 in raise () from /usr/lib/libc.so.6 #2 0x000077ed4e2cae97 in KCrash::defaultCrashHandler(int) () from /usr/lib/libKF6Crash.so.6 #3 <signal handler called> #4 0x000077ed449393f8 in ?? () from /usr/lib/libQt6QuickTemplates2.so.6 #5 0x000077ed44939efb in ?? () from /usr/lib/libQt6QuickTemplates2.so.6 #6 0x000077ed4494412f in QQuickStackView::replace(QQmlV4Function*) () from /usr/lib/libQt6QuickTemplates2.so.6 #7 0x000077ed44945dac in ?? () from /usr/lib/libQt6QuickTemplates2.so.6 #8 0x000077ed449465d7 in QQuickStackView::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQt6QuickTemplates2.so.6 #9 0x000077ed4cd542c3 in ?? () from /usr/lib/libQt6Qml.so.6 #10 0x000077ed4cc11945 in QV4::QObjectMethod::callInternal(QV4::Value const*, QV4::Value const*, int) const () from /usr/lib/libQt6Qml.so.6 #11 0x000077ed4cc6ba6e in ?? () from /usr/lib/libQt6Qml.so.6 #12 0x000077ed4cc6f584 in ?? () from /usr/lib/libQt6Qml.so.6 #13 0x000077ed4cbc4140 in ?? () from /usr/lib/libQt6Qml.so.6 #14 0x000077ed4cc0515c in ?? () from /usr/lib/libQt6Qml.so.6 #15 0x000077ed4b7d466f in ?? () from /usr/lib/libQt6Core.so.6 #16 0x000077ed4d198239 in QQuickImageBase::requestFinished() () from /usr/lib/libQt6Quick.so.6 #17 0x000077ed4d193c47 in QQuickImageBase::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQt6Quick.so.6 #18 0x000077ed4d196c3e in QQuickImage::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQt6Quick.so.6 #19 0x000077ed4b7d4aab in ?? () from /usr/lib/libQt6Core.so.6 #20 0x000077ed4d3c349f in ?? () from /usr/lib/libQt6Quick.so.6 #21 0x000077ed4d901dd0 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt6Widgets.so.6 #22 0x000077ed4b768678 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt6Core.so.6 #23 0x000077ed4b768a5b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt6Core.so.6 #24 0x000077ed4ba437f8 in ?? () from /usr/lib/libQt6Core.so.6 #25 0x000077ed4a272880 in ?? () from /usr/lib/libglib-2.0.so.0 #26 0x000077ed4a273cd7 in ?? () from /usr/lib/libglib-2.0.so.0 #27 0x000077ed4a273ee5 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #28 0x000077ed4ba3ffe2 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #29 0x000077ed4b774ca6 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #30 0x000077ed4b76cd21 in QCoreApplication::exec() () from /usr/lib/libQt6Core.so.6 #31 0x00005eedfeafa3f1 in ?? () #32 0x000077ed4ae27675 in ?? () from /usr/lib/libc.so.6 #33 0x000077ed4ae27729 in __libc_start_main () from /usr/lib/libc.so.6 #34 0x00005eedfeafa915 in ?? () The frame at 0x000077ed449393f8 is: #7 QQuickStackElement::initialize (this=this@entry=0x5eee253eefe0, requiredProperties=requiredProperties@entry=0x0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quicktemplates/qquickstackelement.cpp:210 #8 0x000077ed44939efb in QQuickStackElement::load (this=0x5eee253eefe0, parent=0x5eee25d684c0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quicktemplates/qquickstackelement.cpp:180 *** This bug has been marked as a duplicate of bug 509192 *** |