[kmymoney4] [Bug 361050] CSV importer crashes on assigning columns (repro-file included)
https://bugs.kde.org/show_bug.cgi?id=361050 Felix Leimbach changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #5 from Felix Leimbach --- To get useful stacktraces I compiled kmymoney from kmymoney.git HEAD. Inspecting the stacktrace revealed the problem: The self-built kmymoney-4.7.2 (placed in ~/bin/kmymoney) loaded the kmm_csvimport.so library from /usr/lib/kde4 where Debian Testing's outdated 4.6.6 version is located! Once I uninstalled Debian's kmymoney the correct library was loaded and the problem disappeared. Marking RESOLVED/INVALID. -- You are receiving this mail because: You are watching all bug changes.
[kmymoney4] [Bug 361050] CSV importer crashes on assigning columns (repro-file included)
https://bugs.kde.org/show_bug.cgi?id=361050 Felix Leimbach changed: What|Removed |Added CC||felix.leimb...@gmx.net -- You are receiving this mail because: You are watching all bug changes.
[kmymoney4] [Bug 361050] CSV importer crashes on assigning columns (repro-file included)
https://bugs.kde.org/show_bug.cgi?id=361050 --- Comment #3 from Felix Leimbach --- That's exactly right and is enough to crash kmymoney-4.7.2 as per the "steps to reproduce" above. Obviously the real file - a paypal transaction export - contains more rows but they are not required to reproduce. In fact we can narrow it down further: Removing all columns starting with and including "Rechnungs-Nr." in the one single line does not stop kmymoney from crashing. Remove one more column ("Vorgangs-Nr.") and it does not crash anymore. It is not the "Vorgangs-Nr." itself though, because renaming that does not fix the crash. Also, removing some columns at the beginning can also fix the crash. -- You are receiving this mail because: You are watching all bug changes.
[kmymoney4] [Bug 361050] CSV importer crashes on assigning columns (repro-file included)
https://bugs.kde.org/show_bug.cgi?id=361050 --- Comment #1 from Felix Leimbach --- Created attachment 98115 --> https://bugs.kde.org/attachment.cgi?id=98115&action=edit CSV file for crash repro -- You are receiving this mail because: You are watching all bug changes.
[kmymoney4] [Bug 361050] New: CSV importer crashes on assigning columns (repro-file included)
https://bugs.kde.org/show_bug.cgi?id=361050 Bug ID: 361050 Summary: CSV importer crashes on assigning columns (repro-file included) Product: kmymoney4 Version: unspecified Platform: Debian testing OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: csvimporter Assignee: kmymoney-de...@kde.org Reporter: felix.leimb...@gmx.net Kmymoney version 4.7.2 Reproducible: Always Steps to Reproduce: 1. Open the attached CSV File in the CSV Importer 2. Chose the Date-Column at set it to 1 3. kmymoney crashes -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 360728] The currency attributes should be editable in the currencies dialog
https://bugs.kde.org/show_bug.cgi?id=360728 Felix Leimbach changed: What|Removed |Added CC||felix.leimb...@gmx.net --- Comment #1 from Felix Leimbach --- One use-case for that is adding the currency BTC (bitcoin) were smaller fractions are required and which which does not exist in Kmymoney as of 4.7.2. A manual work around for those googling this issue: Edit the .kmy XML file and change the properties saf, ppu and scf in the Tag for BTC from 100 to somehting larger like 1. -- You are receiving this mail because: You are watching all bug changes.