| Summary: | Kpatience crashes | ||
|---|---|---|---|
| Product: | [Applications] kpat | Reporter: | Ralph Janke <txwikinger> |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | carlsymons, kde-games-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ralph Janke
2011-05-25 19:17:53 UTC
kubuntu 11.04; kpatience 4.7.0 crashes here too. Don't have any debug information. Gypsy seems to be the culprit. Everything else works fine. SVN commit 1262923 by coates: Remove a bunch of cruft from DealerScene::demo(). This code was doing a bunch of things suboptimally. It didn't use KCardPile::topCardsDownTo(). It handled a bunch of animation stuff that should now be handled automatically. It asserted pointers after having used them, which is pointless. While I don't know what was causing the crash in bug 274127, I do know it can't happen again with the new code. BUG:274127 M +24 -41 dealer.cpp M +1 -1 hint.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1262923 |