http://bugs.winehq.org/show_bug.cgi?id=21477
Sergey Kvachonok ravenexp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Sergey Kvachonok ravenexp@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.