http://bugs.winehq.org/show_bug.cgi?id=21477 Sergey Kvachonok <ravenexp(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #7 from Sergey Kvachonok <ravenexp(a)gmail.com> 2010-12-18 00:32:52 CST --- No, it was never problem with wine. The system was built with -mfpmath=sse (for Intel Atom), so gcc expects stack to be aligned on 16 byte boundary system-wide. Windows programs break that alignment, so it caused SSE unaligned access crashes in random places. Building wine with CFLAGS+=-mincoming-stack-boundary=2 fixed that. -- 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.