DragonFly bugs List (threaded) for 2007-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Strange MXCSR messages?
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]