Hi,
I update base/gui/back after release, with a clean build of all three.
The app (DataBasin)which worked before and which is able to perfomr
the same task on Linux, consistently crashes with:
Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 6216.0x1628]
0x772a9e33 in ntdll!RtlGetUnloadEventTrace ()
from C:\Windows\system32\ntdll.dll
(gdb) bt
#0 0x772a9e33 in ntdll!RtlGetUnloadEventTrace ()
from C:\Windows\system32\ntdll.dll
#1 0x710420c0 in mainthread () from G:\GNUstep\mingw\bin\libxml2-2.dll
#2 0x710420c4 in cleanup_helpers_cs ()
from G:\GNUstep\mingw\bin\libxml2-2.dll
#3 0x04928160 in ?? ()
#4 0x05c4ff70 in ?? ()
#5 0x75197000 in KERNELBASE!IsNLSDefinedString ()
from C:\Windows\syswow64\KernelBase.dll
#6 0x772a9d42 in ntdll!RtlLookupAtomInAtomTable ()
from C:\Windows\system32\ntdll.dll
#7 0x00000000 in ?? ()
I don't recognize any gnustep code here, right? Or someone gets wiser
here?
I wonder where this problem is coming from, I cannot trap any exception.