Summary: | Crash when moving a task on the taskbar | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Will <tcosprojects> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/097e896ccb960a33e4bc60721344e3529ccedf4b | Version Fixed In: | 5.27.7 |
Sentry Crash Report: |
Description
Will
2023-07-23 07:48:02 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3098 Git commit ea4724ce000a8740a499f4677e8f7e5cc09f4c8f by Will Horne. Committed on 24/07/2023 at 05:13. Pushed by fusionfuture into branch 'Plasma/5.27'. Fix crash in TasksModel::move Add nullptr check on d->activityInfo Add test case for this bug to tasksmodeltest.cpp M +43 -0 libtaskmanager/autotests/tasksmodeltest.cpp M +1 -1 libtaskmanager/tasksmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/ea4724ce000a8740a499f4677e8f7e5cc09f4c8f Git commit 097e896ccb960a33e4bc60721344e3529ccedf4b by Fushan Wen, on behalf of Will Horne. Committed on 24/07/2023 at 06:25. Pushed by fusionfuture into branch 'master'. Fix crash in TasksModel::move Add nullptr check on d->activityInfo Add test case for this bug to tasksmodeltest.cpp (cherry picked from commit ea4724ce000a8740a499f4677e8f7e5cc09f4c8f) M +43 -0 libtaskmanager/autotests/tasksmodeltest.cpp M +1 -1 libtaskmanager/tasksmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/097e896ccb960a33e4bc60721344e3529ccedf4b |