-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Illegal instruction using Ubuntu nightlies on 32 bit amd #5987
Comments
Can you see if you find a #5459 (and linked issues) |
I don't see that file - maybe in the nightlies the sys.so is built on first run? I see that the deb package doesn't list support for 32 bit amd - I think I mean this more as a special build request to @staticfloat :) Otherwise for now I'll build my own |
The way Debian refers to processor architectures is strange; just because Your 32 bit processors should be covered by the i386 binaries that get
|
Our setup is a 64 bit amd server running 64 bit Ubuntu running 32 bit Ubuntu in a docker container (so, lots of moving parts). We're going to try to make and test a 32 bit Ubuntu virtual machine - but that will take us a little while... Anyone in a better position to test on amd? |
I just tested on an Ubuntu 12.04 32-bit VM running on our AMD-based Eucalyptus cloud and got the same issue, so it doesn't appear to be the Docker container that is causing the trouble. |
Does anyone know if this is still an issue? |
I'm pretty sure the builds should all have the proper MARCH parameters set. However, at the moment, we require at least a |
i haven't seen any recent issues mentioning 32-bit issues, so i'm going to assume this has been addressed (by working harder at setting MARCH and JULIA_CPU_TARGET correctly) |
I don't know if you guys intend to support 32 bit amd processors or not, but right now the nightlies wont open / give an Illegal instruction error :(
The text was updated successfully, but these errors were encountered: