[kmymoney4] [Bug 378045] Kmymoney crashes after pressing save button

Thomas Baumgart bugzilla_noreply at kde.org
Sat Mar 25 06:55:15 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=378045

--- Comment #1 from Thomas Baumgart <tbaumgart at kde.org> ---
Do you see the same problem if you execute 'Tools/Consistency Check'? I expect
it to happen.


Since you built from source, can you check changing line 2109 in your version
of kmymoney/mymoney/mymoneyfile.cpp from

        const MyMoneyAccount& acc = this->account(s.accountId());

to

        MyMoneyAccount acc = this->account(s.accountId());

and rebuilding / reinstalling makes a difference and report back?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list