Discussion:
[Gtk2hs-users] gtk3-0.12.5.2 on Win32: Some program will crash when trying to move or resize the window
汤波云
2014-02-25 01:47:41 UTC
Permalink
The minimal reproducible example is gtk2hs-demo-progressThreadedRTS.exe (gtk2hs-demo-progress.exe doesn't have this bug)
How to reproducible the bug: run the demo program and then try to move it or resize it.
The error message:Glib:ERROR:gthread-win32.c:640:g_thread_xp_AcquireSRWLockExclusive: assertion failed:(!lock->writer_locked)This application has requested the Runtime to terminate it in an unusual way.
build system info:ghc-7.6.3gtk+3.10.6 build with mingw bundled in ghc, following the BUILD_ALL.BAT scriptlibraries and build scripts are here:http://www.tarnyko.net/repo/gtk3_build_system/GTK+3.10.6_build_system-win32-v1/libs/
OS info:WinXP and Win7 all have this bug. The same program under arch linux behaved normally
Loading...