Erlang 26.2.3 terminated by signal SIGSEGV (Address boundary error) when running iex
cdeyoung opened this issue · 0 comments
cdeyoung commented
I am building Erlang 26.2.3 on an M1 Ultra and an M3 Max. The compilation seems to work on both machines, but when I try to run iex
I get the following error:
Erlang/OTP 26 [erts-14.2.3] [source] [64-bit] [smp:20:20] [ds:20:20:10] [async-threads:1] [jit]
fish: Job 1, 'iex' terminated by signal SIGSEGV (Address boundary error)
Both computers are running macOS Sonoma 14.4 and have the following line in the ~/.config/fish/config.fish
file:
set -x KERL_CONFIGURE_OPTIONS --with-ssl=/opt/homebrew/opt/openssl/ --with-wx-config=/opt/homebrew/opt/wxwidgets/bin/wx-config --without-javac --without-odbc
Erlang 26.2.2 and previous versions works fine using the same configuration. Only Erlang 26.2.3 is having this issue.
Any ideas?