Windows Build failure

John Ralls jralls at ceridwen.us
Mon Jul 20 13:59:25 EDT 2015


> On Jul 20, 2015, at 9:57 AM, Robert Fewell <14ubobit at gmail.com> wrote:
> 
> I had but I do not think I was doing it correctly, see attached, once I click on OK I get the program exited with code 03.
> 

Robert,

OK, that means it’s terminating either from an unhandled exception or an assert. Set a breakpoint on exit() with “b exit" and a catchpoint with “catch exception unhandled”. See https://sourceware.org/gdb/onlinedocs/gdb/Breakpoints.html#Breakpoints for details.

Regards,
John Ralls


More information about the gnucash-devel mailing list