unable to build static glib in mingw since 2.31



Hello  all,

I find that since 2.31, the created glib-genmarshal.exe from static glib crashes (WinXP host):
C:\msys\home\User\glib-2.34.3\gobject>gdb glib-genmarshal.exe
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) r
Starting program: C:\msys\home\User\glib-2.34.3\gobject/glib-genmarshal.exe
[New thread 23172.0x50ec]

Program received signal SIGSEGV, Segmentation fault.
0x7c939af2 in ntdll!RtlpWaitForCriticalSection () from C:\WINDOWS\system32\ntdll.dll
(gdb) bt
#0 0x7c939af2 in ntdll!RtlpWaitForCriticalSection () from C:\WINDOWS\system32\ntdll.dll #1 0x7c921046 in ntdll!RtlEnumerateGenericTableLikeADirectory () from C:\WINDOWS\system32\ntdll.dll
#2  0x004680d8 in g_thread_impl_vtable ()
#3  0x00409e61 in g_private_get_impl ()
#4  0x0040a48b in g_private_get ()
#5  0x00416161 in thread_memory_from_self ()
#6  0x004167a3 in g_slice_alloc ()
#7  0x00406194 in g_slist_prepend ()
#8  0x00426ab7 in main ()

How can I solve the issue?

Best regards,
Roy



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]