-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Beam modules throw bus error
in aarch64-darwin on macOS 14 Sonoma
#258100
Comments
Hey thanks for reporting. I dont have enough darwin experience to be of any help here. Will keep an eye on things to see if a solution appears. |
Same issue here. Beam packages built with |
This appears to not be nixpkgs specific and is tracked upstream: erlang/otp#7687 |
For those wondering what that might look like: # Choose your Erlang version here, e.g. R25 or R26.
erlang = pkgs.beam.interpreters.erlangR25.override {
configureFlags = ["--disable-jit"];
};
# Access BEAM packages via beamPackages,
# e.g. `beamPackages.elixir` or `beamPackages.elixir-ls`.
beamPackages = beam.packagesWith erlang; |
@cornedor This should be fixed in master branch, you can test it. |
I guess it is fixed. When running using nix-shell I still get the error, but using
|
Yeah, then it should be good.
|
Describe the bug
This is related to #257880
Aside from older Erlang version, beam modules are also not working. I currently cannot find a workaround for this issue.
Steps To Reproduce
Steps to reproduce the behavior:
On a darwin-aarch64 system run:
Expected behavior
The program runs
Screenshots
N/A
Additional context
Add any other context about the problem here.
Notify maintainers
@ankhers @Br1ght0ne @happysalada @minijackson @yurrriq
Metadata
The text was updated successfully, but these errors were encountered: