-
-
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
JuMP crashes Julia 1.8.0 Beta-3 on M1 #44824
Comments
Please post a minimal reproducer script and |
Hi I have updated the issue description above. Hope it is clear this time! |
I can repro and get a backtrace to |
M1 is tier 3 and therefore is not release blocking. |
Please reopen if still an issue. |
I confirmed that the exact MWE above triggers the same crash on a new M1 on Julia 1.8.2. Also with using Clp instead of Cbc. I cannot reopen since I am not the OP. Should I create a new issue? |
Is this using Rosetta? |
No, it works fine with Rosetta. It crashes using aarch64. |
@odow Could you suggest if this is a Julia issue or a library issue, and if so what is the right place to file this? Since it worked on 1.7, it is probably a Julia bug. Maybe these libraries just need to be rebuilt with a newer toolchain? Seems like a lot has improved on the M1 front since Dec 2021 when these were last built: https://github.com/JuliaBinaryWrappers/Clp_jll.jl/releases/tag/Clp-v100.1700.601%2B0 Maybe even the versions of Coin-OR libraries as well as some of their underlying dependencies can also be bumped. Let me know if I can help. |
I'm not sure this has ever worked on aarch64-macos |
Ah the 1.7.2 is actually on Intel. |
Just running |
Yeah, it makes sense to make a new build. This is not a Julia issue then. We'll wait for @odow to chime in where to file this before we can close it here. |
There is also this jump-dev/Clp.jl#131 and that's probably this should be kept if this is not a Julia issue. Thank you for looking at this though @ViralBShah . |
Great. Let's close this in favour of that one. I'll chime in there. |
Cbc and Clp are known to fail on M1: jump-dev/Clp.jl#131. @ixzh: use HiGHS.jl instead. |
When running:
I got this error:
It works on Julia 1.7.2 though.
1.8.0 beta3 info:
My 1.7.2 info:
How can I resolve this?
The text was updated successfully, but these errors were encountered: