7 Apr
2013
7 Apr
'13
2:08 p.m.
http://bugs.winehq.org/show_bug.cgi?id=33125 --- Comment #56 from Felix Hädicke <felixhaedicke(a)web.de> 2013-04-07 09:08:04 CDT --- It is just dlls/kernel32/sync.c which is broken with compiler optimizations. So disabling optimizations for this file only, by adding a line "#pragma GCC optimize ("O0")" on top of this source file, and compiling with default CFLAGS, fixes the freeze for me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.