Bug 454330 - kmymoney crashes when importing a csv file
Summary: kmymoney crashes when importing a csv file
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: importer (show other bugs)
Version: 5.1.2
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 11:48 UTC by Thorsten
Modified: 2022-05-27 14:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
debug symbols (7.24 KB, text/vnd.kde.kcrash-report)
2022-05-24 11:48 UTC, Thorsten
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten 2022-05-24 11:48:18 UTC
Created attachment 149163 [details]
debug symbols

When importing a CSV file kmymoney crashes. This is always happening.
Comment 1 Thorsten 2022-05-24 11:50:14 UTC
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
```
Comment 2 Thomas Baumgart 2022-05-26 04:53:19 UTC
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.
Comment 3 Sebastian Kaupe 2022-05-27 11:56:37 UTC
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.
Comment 4 Thorsten 2022-05-27 14:19:57 UTC
Yes, fixed it for me also.
Updating to gnutls 3.7.5-2 fixed it.
Many thanks