Re: [GNC-dev] Windows master build fails to run

2020-05-15 Thread John Ralls
It seems that g_logv() doesn't like recursive calls from its handler. I removed the logging statements in qof_log_check and pushed. Since the master build from last night was hung I fired off a new one, so check builds/win32/master in an hours or so. Regards, John Ralls > On May 15, 2020, at

Re: [GNC-dev] Windows master build fails to run

2020-05-15 Thread Robert Fewell
Oh well, that was not it but maybe related... stack trace... (gdb) bt #0 0x74a9e2d3 in KERNELBASE!DebugBreak () from C:\WINDOWS\System32\KernelBase.dll #1 0x64c31919 in libglib-2.0-0!g_abort () from c:\Program Files (x86)\gnucash\bin\libglib-2.0-0.dll #2 0x64bfd504 in libglib-2.0-0!g_mem_profil

Re: [GNC-dev] Windows master build fails to run

2020-05-15 Thread Robert Fewell
Chris, I get this when I uninstalled Strawberry Perl, I think it is down to glib-guile.c line 65 static QofLogModule UNUSED_VAR log_module = GNC_MOD_GUILE; Just removed UNUSED_VAR and trying a build to prove. Regards, Bob On Fri, 15 May 2020 at 05:18, Chris Good wrote: > Hi John, > > > > Tryi