[GNC] memory issue on a custom report.

John Ralls jralls at ceridwen.us
Tue Nov 5 23:39:10 EST 2019



> On Nov 5, 2019, at 2:21 PM, Steven Bruniges <steven.bruniges at gmail.com> wrote:
> 
> GNUCASH is crashing - leaving the following error in the trace file, without
> any backtrace information.
> 
> 
> 
> OTHER <Glib> ../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?

That you're running out of memory?
You won't get a backtrace in the trace file, and only MacOS makes them automatically. Do a build with -DCMAKE_BUILD_TYPE=Debug so that you get symbols and then run under gdb to get a stack trace. Detailed instructions are at https://wiki.gnucash.org/wiki/Stack_Trace.

Regards,
John Ralls



More information about the gnucash-user mailing list