Summary: | KMyMoney crashes when deleting an account | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Vale <valdz> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | agander93 |
Priority: | NOR | ||
Version: | 4.5.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Anonimous |
Description
Vale
2011-08-24 22:03:01 UTC
Could you try this with the latest version (4.6.0) or could you attach an anonymous file to reproduce this? Thanks. Thank you for your answer. Yes, I can try but I don't know how to make upgrade... Then you could try to crate an anonymous file like described here http://kmymoney2.sourceforge.net/kde4/online-manual/details.formats.anonymous.html After you reproduce the bug with that file attach the file with a few instructions on what to do to reproduce the crash. Thanks. Created attachment 63146 [details]
Anonimous
Sorry but I don't know how I can upgrade my version 4.5.3 to 4.6.0 Anyway I have made an anonymous xml with my file. The crash occur everytime i try to cancel an empty "Asset account". Thanks. (In reply to comment #5) > Sorry but I don't know how I can upgrade my version 4.5.3 to 4.6.0 As you are on Ubuntu, all you need to do is add the Claydoh PPA to your sources. Search for ubuntu Claydoh and you will find the procedure to use, which is fairly straight forward. If you decide to go that route, first of all deinstall your existing version. With the help of the file you provided I can confirm that the bug is there in the latest version also so there is no need for you to try to upgrade. Now that it's reproducible it shouldn't take long to fix it. SVN commit 1249592 by conet: BUG: 280740 During the 'Consistency check' check that the child accounts are consistent (the parent they know is the account that contains them in their child list). M +3 -0 mymoneyfile.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1249592 SVN commit 1249593 by conet: BUG: 280740 During the 'Consistency check' check that the child accounts are consistent (the parent they know is the account that contains them in their child list). Backported to the stable branch. M +3 -0 mymoneyfile.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1249593 When the new version comes out you can delete the account after running a consistency check, or saving the file which, in turn, runs the same consistency check. If you would like a workaround until you get the latest version you'll need to edit the xml file and look for ACCOUNT with id="A000001" and delete <SUBACCOUNT id="A000121"/>. |