[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Graham Davies via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #9 from Graham Davies --- Downgraded gnutls to 3.7.4-3 and confirm that save function is working again! Impressed by your persistence and knowledge, thanks -- You are receiving this mail because: You are the assignee for the bug.

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #8 from Jeremy Whiting --- Problem found. It's because gnutls 3.7.5 is doing this: commit 41c9c845a342359327403431050d3458246896af Author: Tobias Heider Date: Mon Mar 14 16:17:28 2022 +0100 Use custom allocators for GMP to make sure

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #7 from Jeremy Whiting --- Ok, spent too long debugging and trying to get alkvaluetest to pass. Then at one point noticed the freefunc from mp_get_memory_functions() in alkvalue.cpp was the same as gnutls_free_zero So I checked pacman.log an

[kmymoney] [Bug 453922] Decimal and thousands separators in ordinate axis labels are missing

2022-05-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453922 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.1.3 Latest Commit|

[kmymoney] [Bug 453922] Decimal and thousands separators in ordinate axis labels are missing

2022-05-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453922 --- Comment #1 from Thomas Baumgart --- Git commit cbf8ad93429055d8b4059f0212b2afed687b7441 by Thomas Baumgart. Committed on 17/05/2022 at 05:55. Pushed by tbaumgart into branch 'master'. Format monetary values in graphs to contain separators M +6

[kmymoney] [Bug 453922] New: Decimal and thousands separators in ordinate axis labels are missing

2022-05-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453922 Bug ID: 453922 Summary: Decimal and thousands separators in ordinate axis labels are missing Product: kmymoney Version: unspecified Platform: Other OS: Linux

[kmymoney] [Bug 453295] kmymoney cannot change account type.

2022-05-16 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453295 --- Comment #7 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular b

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #6 from Jeremy Whiting --- Today's testing is pointing to libalkimia. So I got that from git, built it and kmm crashes in the same way with it as it does with latest libalkimia from arch packages. More interestingly I also get this segfault

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #5 from Jeremy Whiting --- Hmm, going back to an earlier glibc changes the assertion, but it's still an assertion inside new() operator: This is from going back to glibc 2.35-3 arch package. Looking into the stdc++ library instead now. mall

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #4 from Jeremy Whiting --- Since it's in new/malloc in all cases, I'm wondering if this upgrade to glibc on the 14th here broke things: [2022-05-14T09:40:34-0600] [ALPM] upgraded glibc (2.35-4 -> 2.35-5) -- You are receiving this mail bec

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #3 from Jeremy Whiting --- Here's the backtrace when using locally built master branch from git: Thread 1 "kmymoney" received signal SIGSEGV, Segmentation fault. 0x757735b0 in _int_malloc (av=av@entry=0x758d6bc0 , bytes=bytes@en

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 --- Comment #2 from Jeremy Whiting --- kmymoney: malloc.c:2617: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' f

[kmymoney] [Bug 453896] When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 Jeremy Whiting changed: What|Removed |Added CC||jpwhit...@kde.org --- Comment #1 from Jeremy W

new assertion

2022-05-16 Thread Jeremy Whiting via KMyMoney-devel
Hello all, Today I'm getting a new assertion when I try to open my .kmy file and save with any change. I don't think any recent update changed the code, and the same .kmy file crashes on the same assertion in kmymoney from arch and a build from master branch. (Both are using the same libalkimia ve

[kmymoney] [Bug 453896] New: When saving a new transaction Kmymoney crashes each time without saving

2022-05-16 Thread Graham Davies via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453896 Bug ID: 453896 Summary: When saving a new transaction Kmymoney crashes each time without saving Product: kmymoney Version: 5.1.2 Platform: Other OS: Linux

[kmymoney] [Bug 453857] malloc() aborts during save

2022-05-16 Thread bugzilla_noreply--- via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453857 --- Comment #3 from kde-b...@oomlu.de --- additional trace: #0 0x7583c36c in () at /usr/lib/libc.so.6 #1 0x757ec838 in raise () at /usr/lib/libc.so.6 #2 0x757d6535 in abort () at /usr/lib/libc.so.6 #3 0x7584628d in

[kmymoney] [Bug 453857] malloc() aborts during save

2022-05-16 Thread bugzilla_noreply--- via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453857 --- Comment #2 from kde-b...@oomlu.de --- (In reply to kde-bugs from comment #1) > I have the same problem, similar configuration using Arch Linux. > > Errors with > > free(): invalid next size (fast) -> when file is saved after edits > malloc(): unali

[kmymoney] [Bug 453857] malloc() aborts during save

2022-05-16 Thread bugzilla_noreply--- via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453857 kde-b...@oomlu.de changed: What|Removed |Added CC||kde-b...@oomlu.de --- Comment #1 from kde-b.

[kmymoney] [Bug 453874] import of csv files fails due to (18N_ARGUMENT_MISSING) in memo column

2022-05-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453874 Thomas Baumgart changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[kmymoney] [Bug 452935] I18N_ARGUMENT_MISSING in CSV import Columns screen

2022-05-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452935 Thomas Baumgart changed: What|Removed |Added CC||wjwagema...@gmail.com --- Comment #6 from Tho

[kmymoney] [Bug 453874] New: import of csv files fails due to (18N_ARGUMENT_MISSING) in memo column

2022-05-16 Thread wjw via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=453874 Bug ID: 453874 Summary: import of csv files fails due to (18N_ARGUMENT_MISSING) in memo column Product: kmymoney Version: 5.1.2 Platform: Archlinux Packages OS: Li