Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Elixir crashes #164

Open
emilsoman opened this issue Aug 25, 2020 · 1 comment
Open

Elixir crashes #164

emilsoman opened this issue Aug 25, 2020 · 1 comment

Comments

@emilsoman
Copy link

In any Elixir repl, running elixir --version to print the version of installed erlang and elixir crashes with the following error:

Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [kernel-poll:false]

{"init terminating in do_boot",{{badmatch,error},[{'Elixir.System',build,0,[{file,"lib/system.ex"},{line,172}]},{'Elixir.System',build_info,0,[{file,"lib/system.ex"},{line,164}]},{'Elixir.Kernel.CLI',parse_shared,2,[{file,"lib/kernel/cli.ex"},{line,153}]},{'Elixir.Kernel.CLI','shared_option?',3,[{file,"lib/kernel/cli.ex"},{line,113}]},{'Elixir.Kernel.CLI',main,1,[{file,"lib/kernel/cli.ex"},{line,14}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({{badmatch,error},[{Elixir.System,build,0,[{_},{_}]},{Elixir.System,build_info,0,[{_},{_}]},{Elixir.Kernel.CLI,parse_shared,2,[{_},{_}]},{Elixir.Kernel.CLI,shared_option?,

Crash dump is being written to: erl_crash.dump...done

Expected output:

Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [kernel-poll:false]

Elixir <current version here> (compiled with Erlang/OTP 20)

Also, looks like none of the mix tasks work either. "mix help" errors out with: ** (Mix) The task "compile.all" could not be found

@mikeway1
Copy link

mikeway1 commented Sep 9, 2020

Second this, trying to start on MacOS 11 getting same response. Any good words?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants