Skip to content
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

Fix: Elixir broken on Sonoma (MacOS 14.1) #329

Open
nvminhtue opened this issue Nov 13, 2023 · 0 comments
Open

Fix: Elixir broken on Sonoma (MacOS 14.1) #329

nvminhtue opened this issue Nov 13, 2023 · 0 comments

Comments

@nvminhtue
Copy link
Contributor

Issue

The current elixir template uses the stack

  • Erlang 25.0.4
  • Elixir 1.14.0-otp-25
    Is broken on Sonoma MacOS by showing the error below
    image

Source
elixir-lang/elixir#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

  • Erlang 26.1
  • Elixir 1.15.7-otp-26

image

Steps to reproduce

  1. Install the elixir template 4.6.0
  2. Upgrade to Sonoma MacOS version
  3. Run the command mix do deps.get or any other ones
  4. See the error from the terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant