[Bug 195939] emulators/pipelight youtube (h.264) flash crush

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 27 01:11:13 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195939

--- Comment #3 from Henry Hu <henry.hu.sh at gmail.com> ---
-O0 is an overkill; just -mno-sse2 is enough. It seems like that movsd is
causing the problem, and -mno-sse2 disables it.
-mstackrealign -mstack-alignment=16 does not help. Now I'm not sure if it's an
alignment problem or not.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-emulation mailing list