Created attachment 149163 [details] debug symbols When importing a CSV file kmymoney crashes. This is always happening.
some more information ``` Cost center model created with items 0 Payees model created with items 0 kf.i18n: "0 instead of 1 arguments to message {<i>Memo columns:</i>...} supplied before conversion." kf.i18n: "0 instead of 1 arguments to message {<i>Memo columns:</i>...} supplied before conversion." KMyMoneyPlugin::KMMStatementInterface::import start Importing statement for '97er Konto' Processing transactions (97er Konto) Process on: '2022-05-19', id: '2022-05-19-174349569-0', symbol: '', amount: '-2.90', fees: '0.00' "Start matching payee" "hosting.de GmbH" malloc_consolidate(): invalid chunk size 22 -- exe=/usr/bin/kmymoney 13 -- platform=xcb 11 -- display=:0 17 -- appname=kmymoney 17 -- apppath=/usr/bin 9 -- signal=6 11 -- pid=405154 17 -- appversion=5.1.2 21 -- programname=KMyMoney 31 -- bugaddress=submit@bugs.kde.org 12 -- startupid=0 KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = kmymoney path = /usr/bin pid = 405154 KCrash: Arguments: /usr/bin/kmymoney KCrash: Attempting to start /usr/lib/drkonqi Alarm clock ```
This sounds like it is related to a (malloc/free) problem introduced by an external library. Can you check if this is the case? See https://bugs.kde.org/show_bug.cgi?id=453857#c9 through comments 9-11 how to possibly solve it and report back here. Thanks.
Not the original reporter, but I had the same problem with the same console output. Updating GNUtls fixed this for me, as stated in 453857.
Yes, fixed it for me also. Updating to gnutls 3.7.5-2 fixed it. Many thanks