| Summary: | KSysguard crash on start after a small delay | ||
|---|---|---|---|
| Product: | [Unmaintained] ksysguard | Reporter: | Christoph Feck <cfeck> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | m.stoeckholz, xzekecomax |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christoph Feck
2010-03-12 20:03:20 UTC
*** Bug 234356 has been marked as a duplicate of this bug. *** SVN commit 1123228 by johnflux: Fix crash - we could call endMoveRows when we hadn't called beginMoveRows This was the result of many many bug reports. I only found the reason because of more strict assertions in Qt 4.7. Thank you Qt! BUG:227475 BUG:230488 M +35 -0 ProcessModel.cc M +5 -0 ProcessModel_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1123228 SVN commit 1123232 by johnflux: Fix crash - we could call endMoveRows when we hadn't called beginMoveRows This was the result of many many bug reports. I only found the reason because of more strict assertions in Qt 4.7. Thank you Qt! BUG:227475 BUG:230488 M +35 -0 ProcessModel.cc M +3 -0 ProcessModel_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1123232 *** Bug 245599 has been marked as a duplicate of this bug. *** |