atom-iex icon indicating copy to clipboard operation
atom-iex copied to clipboard

Shell does not start

Open danielberkompas opened this issue 9 years ago • 4 comments

When I hit cmd - alt - l, I get a new pane with this error:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

*** ERROR: Shell process terminated! (^G to start new job) ***

=INFO REPORT==== 10-Jul-2015::07:39:17 ===
    application: elixir
    exited: {bad_return,
                {{elixir,start,[normal,[]]},
                 {'EXIT',
                     {{badmatch,{error,enotsup}},
                      [{elixir,start,2,[{file,"src/elixir.erl"},{line,34}]},
                       {application_master,start_it_old,4,
                           [{file,"application_master.erl"},{line,272}]}]}}}}
    type: temporary

=INFO REPORT==== 10-Jul-2015::07:39:17 ===
    application: syntax_tools
    exited: stopped
    type: temporary

=INFO REPORT==== 10-Jul-2015::07:39:17 ===
    application: compiler
    exited: stopped
    type: temporary

=INFO REPORT==== 10-Jul-2015::07:39:17 ===
    application: crypto
    exited: stopped
    type: temporary

=ERROR REPORT==== 10-Jul-2015::07:39:17 ===
Error in process <0.32.0> on node 'IEX-70ed@Computer' with exit value: {{badmatch,{error,{elixir,{bad_return,{{elixir,start,[normal,[]]},{'EXIT',{{badmatch,{error,enotsup}},[{elixir,start,2,[{file,"src/elixir.erl"},{l
ine,34}]},{application_master,start_it_old,4,[{file,"application_master....

Anyone seen this before?

danielberkompas avatar Jul 10 '15 14:07 danielberkompas