Open nvminhtue opened 1 year ago
The current elixir template uses the stack
Source https://github.com/elixir-lang/elixir/issues/12684 https://elixirforum.com/t/bus-error-after-upgrading-to-sonoma-beta/56354/21
It can be fixed by upgrading the version of Erlang and Elixir to the latest ones with OTP 26. Currently, it works fine on
mix do deps.get
Issue
The current elixir template uses the stack
Source https://github.com/elixir-lang/elixir/issues/12684 https://elixirforum.com/t/bus-error-after-upgrading-to-sonoma-beta/56354/21
Expected
It can be fixed by upgrading the version of Erlang and Elixir to the latest ones with OTP 26. Currently, it works fine on
Steps to reproduce
mix do deps.get
or any other ones