From: | Chris Turner <c.turner@xxxxxxxxxxxxxxxxxxx> |
Date: | Mon, 17 Dec 2007 22:39:07 -0500 |
On Sat, Dec 15, 2007 at 10:31:55PM -0500, Chris Turner wrote:Matthew Dillon wrote:Has anyone checked out the firefox / moused thing since this fix?Yup. libc_r was running fnsave (387 format save frame) into the FP save area of the signal context. The kernel tried to restore it with fxrstr (SSE format save frame).
The fix works for me.
Joe