Re: [GNC] Segmentation fault while importing invoice data

2024-04-02 Thread Emir Herrera
Thanks a lot! I've been able to fix the issue by debugging it. Turns out missing fields like: date, notes, and date_posted make validations crash when they are null and that's the segmentation fault origin. I'll fill the bug report later, but I hope this helps others while validations are fixed

Re: [GNC] Segmentation fault while importing invoice data

2024-03-30 Thread Adrien Monteleone
See the wiki about crashes and bug reports. Take a look there as well about getting a Tracefile, then file a bug with the crash report and tracefile as attachments. (The Tracefile may or may not contain relevant info) You don't mention your OS by the way. Regards, Adrien On 3/30/24 10:56

[GNC] Segmentation fault while importing invoice data

2024-03-30 Thread Emir Herrera
Hello everyone. So, I'm trying to load some billing data from Google Cloud into GNUCash. I had made a script to get the data and parse it into a CSV. based on the documentation ( https://code.gnucash.org/docs/C/gnucash-guide/import-invoices.html) I have formatted it like this: