Re: Need help with a very scary error
Re: Need help with a very scary error
- Subject: Re: Need help with a very scary error
- From: email@hidden (Christian Demmer)
- Date: Sun, 01 Nov 2009 13:23:11 +0100
Jean-Daniel Dupas wrote:
>I managed to reliably reproduce this issues in a complex project, but
>didn't managed to reproduce it in a simple test case.
>
>I don't know if this is relevant, but some of these call (especially
>the one that fails) are perform asynchronously in a serial
>dispatch_queue, and this code is in a shared library.
I am no expoert on this, but I thought a bit about this problem.
My question is: is this on i386 or ppc and which optimization level -O0
versus -Os do you use. Can you try if this makes a difference?
Is the error always with test or is it mixed with test2 and direct
printf call calculation?
My feeling is that there maybe some problem with x87 fpu mode and float
-> int conversion.
Hope this helps, Christian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden