GnuCash
Contact   Instructions
Bug 797972 - Crash on export report CSV
Summary: Crash on export report CSV
Status: RESOLVED FIXED
Alias: None
Product: GnuCash
Classification: Unclassified
Component: Reports (show other bugs)
Version: 4.2
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: reports
QA Contact: reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-11 07:13 EDT by stelvio.rosset
Modified: 2020-10-11 11:03 EDT (History)
3 users (show)

See Also:


Attachments

Description stelvio.rosset 2020-10-11 07:13:51 EDT
1) created custom report "Income & Expenses Line Chart" covering all the years (used as a trend line)

2) Export --> Report --> CSV

3) When file name is confirmed, then GNU crashes, and keep locked the database.
Comment 1 Christopher Lam 2020-10-11 10:45:32 EDT
I can confirm this on Windows. Not sure how to debug without inserting lots of tracer calls and waiting for a win32 nightly.
Comment 2 Christopher Lam 2020-10-11 11:02:24 EDT
Ok I found the bug.

Please insert the following line into net-charts.scm somewhere at the top near other use-modules:

(use-modules (srfi srfi-26))

Alternatively try tomorrow 12-October onwards nightly in https://code.gnucash.org/builds/win32/maint/

Note You need to log in before you can comment on or make changes to this bug.