gnucash maint: Bug 798313 - "File/Import/Import Transactions From CSV" crashes Gnucash.

John Ralls jralls at code.gnucash.org
Sat Oct 16 19:26:05 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/fbf82847 (commit)
	from  https://github.com/Gnucash/gnucash/commit/09b3ce23 (commit)



commit fbf828476f4c84a9978390e9192ee52878c99eab
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Oct 16 16:20:20 2021 -0700

    Bug 798313 - "File/Import/Import Transactions From CSV" crashes Gnucash.
    
    Don't shutdown and re-initialize the expression parser after every parse,
    doing so overflows the Guile garbage collector's memory-region array.
    
    It also forces the expression parser to load the user expressions-2.0
    for every parse which is extremely expensive.



Summary of changes:
 gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-patches mailing list