Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2014 01:11:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-emulation@FreeBSD.org
Subject:   [Bug 195939] emulators/pipelight youtube (h.264) flash crush
Message-ID:  <bug-195939-4075-n5Q6GNiH70@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195939-4075@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195939-4075@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195939

--- Comment #3 from Henry Hu <henry.hu.sh@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195939-4075-n5Q6GNiH70>