| Summary: | Plasma crash upon start | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | tech |
| Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | info, kdedev, nate, nicolas.fella |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 6.4.2 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| URL: | https://crash-reports.kde.org/organizations/kde/issues/175428/events/f842851ad05e4c9da758baa030227317/ | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.4.3 | |
| Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/204218/events/be24cfa177f84f499821a81a019f79d3/ | ||
|
Description
tech
2025-07-08 12:37:40 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1337 Sentry logs say
kf.plasma.quick: error when loading applet "org.kde.plasma.icontasks" QList("file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:395:9: Type ToolTipDelegate unavailable", "file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:72:9: Type ToolTipInstance unavailable", "file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipInstance.qml:312:30: Type GE.DropShadow unavailable", "qrc:/qt-project.org/imports/Qt5Compat/GraphicalEffects/DropShadow.qml:6:1: Cannot load library /usr/lib64/qt6/qml/Qt5Compat/GraphicalEffects/private/libqtgraphicaleffectsprivateplugin.so: /lib64/libQt6ShaderTools.so.6: undefined symbol: spvValidatorOptionsSetAllowOffsetTextureOperand")
so this looks like an ABI issue in Fedora.
https://invent.kde.org/plasma/libplasma/-/merge_requests/1337 should make it not crash and more gracefully show an error though
Git commit 60cde69b2b80d72662e7eecd2981dfb55c073158 by Nicolas Fella. Committed on 10/07/2025 at 11:58. Pushed by nicolasfella into branch 'master'. Catch error in SharedQmlEngine::createObjectFromComponent When component->beginCreate fails print an error and return M +5 -0 src/plasmaquick/sharedqmlengine.cpp https://invent.kde.org/plasma/libplasma/-/commit/60cde69b2b80d72662e7eecd2981dfb55c073158 Git commit 84ccfcb0b7bf9b8a4c300ab84099521652acb668 by Nicolas Fella. Committed on 11/07/2025 at 10:15. Pushed by nicolasfella into branch 'Plasma/6.4'. Catch error in SharedQmlEngine::createObjectFromComponent When component->beginCreate fails print an error and return (cherry picked from commit 60cde69b2b80d72662e7eecd2981dfb55c073158) M +5 -0 src/plasmaquick/sharedqmlengine.cpp https://invent.kde.org/plasma/libplasma/-/commit/84ccfcb0b7bf9b8a4c300ab84099521652acb668 *** Bug 507124 has been marked as a duplicate of this bug. *** Thanks Nicolas! With that changed, what's left here is a distro issue, so I'll mark this as RESOLVED DOWNSTREAM. |