Summary: | plasmashell crashed when task tooltip is dismissed before thumbnails are available | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Fushan Wen <qydwhotmail> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate, nicolas.fella, qydwhotmail |
Priority: | NOR | Keywords: | drkonqi, qt6, wayland |
Version: | master | Flags: | qydwhotmail:
Wayland+
|
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 479302 |
Description
Fushan Wen
2023-07-28 14:25:20 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kpipewire/-/merge_requests/78 Git commit c42fd89d512de970ee5078d0f5b5fa14279764a0 by Fushan Wen. Committed on 28/07/2023 at 16:51. Pushed by fusionfuture into branch 'master'. PipeWireSourceItem: proceed itemChange in QQuickItem It's recommended in Qt docs, and not calling it can potentially cause crashes like https://invent.kde.org/frameworks/kirigami/-/merge_requests/857 M +2 -0 src/pipewiresourceitem.cpp https://invent.kde.org/plasma/kpipewire/-/commit/c42fd89d512de970ee5078d0f5b5fa14279764a0 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kpipewire/-/merge_requests/79 Git commit 4212e7a45b789560244074097b80edb4e7334328 by Fushan Wen. Committed on 28/07/2023 at 17:06. Pushed by fusionfuture into branch 'Plasma/5.27'. PipeWireSourceItem: proceed itemChange in QQuickItem It's recommended in Qt docs, and not calling it can potentially cause crashes like https://invent.kde.org/frameworks/kirigami/-/merge_requests/857 (cherry picked from commit c42fd89d512de970ee5078d0f5b5fa14279764a0) M +2 -0 src/pipewiresourceitem.cpp https://invent.kde.org/plasma/kpipewire/-/commit/4212e7a45b789560244074097b80edb4e7334328 Could reproduce before that commit went in; cannot reproduce after it. Looks like you fixed it! A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1198 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/848 Git commit 25f9a6aa98f6ac6a5ed907ebae7dc3e5dfa7644e by Fushan Wen. Committed on 14/08/2023 at 13:56. Pushed by davidedmundson into branch 'master'. WindowThumbnail: proceed itemChange in QQuickItem It's recommended in Qt docs, and not calling it can potentially cause crashes like https://invent.kde.org/frameworks/kirigami/-/merge_requests/857 M +2 -0 src/declarativeimports/core/windowthumbnail.cpp https://invent.kde.org/frameworks/plasma-framework/-/commit/25f9a6aa98f6ac6a5ed907ebae7dc3e5dfa7644e A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/849 Git commit 1b61cc6fd6a2143ce7ab4b54a2e31a9a0ff12c5c by Fushan Wen. Committed on 14/08/2023 at 14:48. Pushed by fusionfuture into branch 'kf5'. WindowThumbnail: proceed itemChange in QQuickItem It's recommended in Qt docs, and not calling it can potentially cause crashes like https://invent.kde.org/frameworks/kirigami/-/merge_requests/857 (cherry picked from commit 25f9a6aa98f6ac6a5ed907ebae7dc3e5dfa7644e) M +2 -0 src/declarativeimports/core/windowthumbnail.cpp https://invent.kde.org/frameworks/plasma-framework/-/commit/1b61cc6fd6a2143ce7ab4b54a2e31a9a0ff12c5c Git commit a978a88d5d273d3203cf61577cdff8078a399b5a by Fushan Wen. Committed on 14/08/2023 at 14:51. Pushed by fusionfuture into branch 'master'. ShadowedRectangle: proceed itemChange in QQuickItem It's recommended in Qt docs, and not calling it can potentially cause crashes like https://invent.kde.org/frameworks/kirigami/-/merge_requests/857 M +2 -0 src/shadowedrectangle.cpp https://invent.kde.org/frameworks/kirigami/-/commit/a978a88d5d273d3203cf61577cdff8078a399b5a Git commit 087e6d8a4cc9bbd16e6e39d6dfdc1a2e2bd36bee by Fushan Wen. Committed on 14/08/2023 at 15:48. Pushed by fusionfuture into branch 'kf5'. ShadowedRectangle: proceed itemChange in QQuickItem It's recommended in Qt docs, and not calling it can potentially cause crashes like https://invent.kde.org/frameworks/kirigami/-/merge_requests/857 (cherry picked from commit a978a88d5d273d3203cf61577cdff8078a399b5a) M +2 -0 src/shadowedrectangle.cpp https://invent.kde.org/frameworks/kirigami/-/commit/087e6d8a4cc9bbd16e6e39d6dfdc1a2e2bd36bee |