I can launch the application however when trying to see details in my account, the app crashes with the following error: Node was not TRANSACTION in file e:\r\build\extragear\kmymoney-4.6.1-20110918\work\kmymoney-4.8.0\kmymoney\mymoney\mymoneytransaction.cpp line 53.
everything was working fine until I was trying to import a .qif file based on a .csv file I was trying to import. please find both files attached
Created attachment 103506 [details] QIF file
Created attachment 103507 [details] CSV file
restored a backup file, otherwise could not resolve the issue.
I just tried to import the csv file with kmymoney 4.8.1 64 bit snapshot running with gdb on Windows (See bug 380075 how to get a kmymoney snapshot) and got the following segfault sometimes in the column selection page on selecting entries in this dialog. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 5824.0x1ac0] 0x000007fefe777c8a in ole32!CoSetProxyBlanket () from C:\Windows\system32\ole32.dll (gdb) bt #0 0x000007fefe777c8a in ole32!CoSetProxyBlanket () from C:\Windows\system32\ole32.dll #1 0x0000000010ab2088 in ?? () #2 0x0000000000000008 in ?? () at /usr/x86_64-w64-mingw32/sys-root/mingw/include/QtCore/qvector.h:429 #3 0x0000000000000000 in ?? () (gdb) This stacktrace indicates that the crash may be caused by a stack corruption.
Comment 4 indicates that this issue has been caused by a corrupted kmymoney file.
(In reply to Ralf Habacker from comment #5) > got the following segfault sometimes in the column selection page on > selecting entries in this dialog. Could not reproduce anymore.