-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows- or 32bit-specific InexactError
#284
Comments
In my 32-bits Debian laptop with Julia 0.3.7 works fine Tim |
Thanks for the useful data point! |
Ah, but it will probably only fail on 0.4--- |
|
That's alarming. Sounds like some kind of memory error? I'm going to file this at FixedPointNumbers and CC some folks who know more. Just to double-check, this works for you on Linux, right? (You have Linux available, right?) |
Sorry to pester you more, but can you also test things like: Ufixed12(0.2)
Ufixed12(1.4)
Ufixed12([0.2,1.4]) and let me know what happens? |
Yes and yes.
With |
Sorry for initially omitting the 12, and thanks for catching it. |
I think I'm going to file this in julia proper, since I don't think this can be limited to FixedPointNumbers. |
Some more info: it's a 32 bit issue, but with different symptoms between Linux vs Windows:
|
That makes more sense than it being OS-specific! |
Ah, above I see that it might have worked on 0.3.7. You don't happen to have a 32bit (either Windows or Linux) to test on with 0.3, do you? |
Looks like the bug is not present on 0.3.8-pre on win32. |
Thanks, that's useful to confirm. |
Since this issue is five years old and the current CI passes, I'm closing it now. |
Appveyor builds are failing:
https://ci.appveyor.com/project/timholy/images-jl/build/1.0.83/job/sgy1gmtq36rbsemh
https://ci.appveyor.com/project/timholy/images-jl/build/1.0.80/job/wv5yw4qxj0fvugqw
on the following command:
Can anyone on Windows test this? I don't understand what the problem could be.
The text was updated successfully, but these errors were encountered: