https://bugs.kde.org/show_bug.cgi?id=378045
--- Comment #1 from Thomas Baumgart <tbaumg...@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.