| Summary: | plasma-workspace-5.13.2 crashes switching between activities | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-activities-stats | Reporter: | Pablo Cholaky <waltercool> |
| Component: | general | Assignee: | Ivan Čukić <ivan.cukic> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | kde, plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.47.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kactivities-stats/3d81d0b314f556f9a45283751922997b4c829a02 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Pablo Cholaky
2018-07-04 21:23:11 UTC
I recompiled qtcore, qtgui, qtquickcontrols without debug flags and seems to work again. May it be a compilation mistake by myself? I forgot, also recompiled kwin on that batch. Sorry for too many post responses. Bug is real + obvious. Will fix Git commit 3d81d0b314f556f9a45283751922997b4c829a02 by David Edmundson. Committed on 04/07/2018 at 23:48. Pushed by davidedmundson into branch 'master'. Fix off by one error in Cache::clear Summary: beginRemoveRows args are int first, int last i.e If you have 1 entry you should be calling beginRemoveRows(0, 0); Test Plan: Code review of a common mistake Other usages in the same code were fine Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D13895 M +1 -1 src/resultmodel.cpp https://commits.kde.org/kactivities-stats/3d81d0b314f556f9a45283751922997b4c829a02 |