Strange MXCSR messages?
    Simon 'corecode' Schubert 
    corecode at fs.ei.tum.de
       
    Fri Dec 14 12:39:42 PST 2007
    
    
  
Matthew Dillon wrote:
>     Ok, it should now be fixed.  I removed the fnsave/fxsave instructions
>     from libc_r entirely... fxsave can't be used there anyway because
>     the FP state on the signal stack is not 16-byte aligned (it was causing
>     an infinite loop, which is another issue but one I'm not going to worry
>     about right now).
Ah, so it was our threading lib that was producing the erroneous data?
That would explain why it happened only for threaded programs (so far) :)
cheers
  simon
    
    
More information about the Bugs
mailing list