Summary: | KGet crashes when trying to remove all completed tasks | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Joshua Mendoza <joshua.mdza> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joshua Mendoza
2010-12-27 08:41:08 UTC
SVN commit 1210289 by mfuchs: Check if item exists for which a size hint should be retrieved. Works around a crash, though it does not solve the issue why a size hint is sometimes retrieved for an index for which no valid ModelItem exists. BUG:261350 M +6 -0 transfersviewdelegate.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1210289 Do you know if you moved transfers in the ui before this crash happened? SVN commit 1210291 by mfuchs: Backport r1210289 Check if item exists for which a size hint should be retrieved. Works around a crash, though it does not solve the issue why a size hint is sometimes retrieved for an index for which no valid ModelItem exists. CCBUG:261350 M +6 -0 transfersviewdelegate.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1210291 Uhm now I just realised that you reported this bug for 4.5.4, it would be great to know, if it also existed for 4.6 RC1. |