Version: SVN 1098272 (using KDE 4.3.1) OS: Linux Installed from: openSUSE RPMs KMM crashes on running the Net Worth Today report. The crash seems to be in KDChart, which is surprising since I don't use charts. BT and anonymous file attached.
Created attachment 41283 [details] Crash BT I'll send the anon file to the M/L since it's too big for bugzilla.
I don't think the problem's in the Net Worth report. I deactived all components and it still crashes. The crash is when loading the accountsmodel. line 495 of accountsmodel.cpp: foreach(const QModelIndex &index, parentsOnlyList) { removeRow(index.row(), index.parent()); } At some point, index becomes invalid, and it still tries to remove the row.
After updating, this appears to be solved in latest SVN. Please confirm.
Created attachment 41378 [details] Crash report
Still crashing as of SVN1099972. I don't see any reference to accountsmodel in the BT.
Try deactivating all components on the home page and then load the file again and let's see if it crashes then. It doesn't crash here.
Okay, since the abort seemed to be occurring in KDChart,I did a bit more investigation. I found that there were 3 different versions of libkmm_kdchart on my system which hadn't been uninstalled, probably my own fault. I got rid of them and re-installed from scratch. All works now.