GNUCASH is crashing - leaving the following error in the trace file, without
any backtrace information.
OTHER ../lib-2.60.6/glib/gmem.c: failed to allocate 65536 bytes.
googling this suggests its caused by a routine that extends arrays hitting a
32bit limit.
Any thoughts?
Meanwhile
us]
Sent: Monday, 7 October 2019 4:42 AM
To: Steven Bruniges
Cc: Gnucash Users ; GnuCash Developer
Subject: Re: [GNC-dev] [GNC] custom report freezing - work done gets lost.
You mean why does it hang instead of crashing? Possibly because the memory was
reallocated back to the program for so
Hi.
Have a custom report that appears to be freezing, so I have to halt it. It
in a 3000 item loop, and I suspect the overheads are growing as it
progresses.
I want to save the book periodically, which if nothing else will simplify
the work in a future run.
Is there a function I can