| Summary: | KMyMoney crashes with an uncaught exception when closing the current file before a GNUCash import | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Cristian Oneț <onet.cristian> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Cristian Oneț
2011-08-14 11:47:18 UTC
Can you check what happens if you start KMyMoney with the option '--nocatch' on the command line? Do you get a backtrace? I know where the exception is thrown and the cause, I'm just thinking about a proper fix. SVN commit 1247045 by conet: BUG: 280070 Refactored the closeFile code of the KMyMoney application which takes care to also reset the selections and use it instead of the plain MyMoneyView::closeFile which leaves the selections at the KMyMoneyApplication invalid and causing this uncaught exception. Still todo is to investigate the other usages of MyMoneyView::closeFile in kmymoney.cpp. M +36 -29 kmymoney.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1247045 SVN commit 1247046 by conet: BUG: 280070 Refactored the closeFile code of the KMyMoney application which takes care to also reset the selections and use it instead of the plain MyMoneyView::closeFile which leaves the selections at the KMyMoneyApplication invalid and causing this uncaught exception. Still todo is to investigate the other usages of MyMoneyView::closeFile in kmymoney.cpp. Backported to the stable branch. M +36 -29 kmymoney.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1247046 |