I also got hit by this bus
Thanks all for your tips, in my case, I fixed it with:
brew upgrade
export KERL_CONFIGURE_OPTIONS="--disable-jit"
asdf install erlang 25.3.2.6
As in OTP25 bus error on Mac OS Sonoma · Issue #7687 · erlang/otp · GitHub
Everything is running fine now!
5 Likes
Ivanhoe
October 11, 2023, 3:46pm
42
Hi guys, in my case i was using asdf
so i reinstall everything:
Update brew
brew update
Uninstall asdf
brew uninstall asdf
Install erlang
asdf install erlang 26.0.2
Install elixir
asdf install elixir 1.15.4
1 Like
How will you install stuff with asdf
if you just uninstalled it?
Ivanhoe
October 12, 2023, 6:11pm
44
What a great question?
Step
2.1 I reinstall asdf
using:
brew install asdf
Thanks @dimitarvp =D
1 Like
Erlang/OTP 25.3.2.7 has been released which disables the JIT automatically on MacOS. So if you update to that version there is no need to have --disable-jit
in KERL_CONFIGURE_OPTIONS
.
9 Likes
elurker
November 8, 2023, 3:24am
46
For anyone on Nix, elixir_26
is now available from “unstable” channel. Seems to work like a charm.
sergio
January 17, 2024, 11:53pm
47
Just hit this error on my Mac after not turning it on/using it for a few months.
Had to use OTP 26 and these values all worked:
elixir 1.16.0-rc.1-otp-26
erlang 26.2.1
nodejs 20.3.1
1 Like