[Bug 21477] Sono hanabira ni kuchidzuke wo 7 crashes at startup

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 18 00:32:52 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21477

Sergey Kvachonok <ravenexp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #7 from Sergey Kvachonok <ravenexp at 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.



More information about the wine-bugs mailing list