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
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
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
Hi John,
Trying to test your fix for https://bugs.gnucash.org/show_bug.cgi?id=797052
Using
https://code.gnucash.org/builds/win32/master/gnucash-3.902-2020-05-14-git-3.
902-120-g09a8bee5c+.setup.exe
No perl installed.
Gets "Unspecified fatal error encountered, aborting"
which BTW is diffi
Guys,
Tried to do a build on my Windows 10 setup after doing some updates to OS
and build system and it failed for these reasons...
CMakeLists.txt , line 927 and 928 could not find the dll's specified
Changing find_library to find_file worked, this maybe due to cmake being
updated to 3.17.0
Also