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

Shell does not start #27

Open
danielberkompas opened this issue Jul 10, 2015 · 4 comments
Open

Shell does not start #27

danielberkompas opened this issue Jul 10, 2015 · 4 comments

Comments

@danielberkompas
Copy link

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?

@indiejames
Copy link
Owner

Sorry, had not noticed this issue before. Are you able to launch iex on the command line?

@gpad
Copy link

gpad commented Jan 8, 2016

I have probably the same error, my pane is close immediately with an error but It's too fast and I can't read it.

I can open and run elixir from shell smoothly. Are there some logs to check?

@indiejames
Copy link
Owner

Is this a mix project? If so, are you able to run iex -S mix in the shell from the project directory? If there is an error compiling anything the REPL will close immediately (closing the tab with it). Unfortunately there is no log written.

@fergusmeiklejohn
Copy link

I just got an error like this with the pane opening and immediately closing, as you suggested I tried iex -S mix in the shell and it threw this error (below). I made a new Phoenix project to test it and atom-iex works fine. It's a problem with the mix project..

{error_logger,{{2016,3,8},{16,37,45}},"sn",["driver_select(0x000000001c280ce8, 0, ERL_DRV_READ ERL_DRV_USE, 1) by tty_sl (tty_sl -c -e) driver #Port<0.630> failed: fd=0 (re)selected before stop_select was called for driver tty_sl\n"]}
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

=ERROR REPORT==== 9-Mar-2016::00:37:45 ===
driver_select(0x000000001c280ce8, 0, ERL_DRV_READ ERL_DRV_USE, 1) by tty_sl (tty_sl -c -e) driver #Port<0.630> failed: fd=0 (re)selected before stop_select was called for driver tty_sl

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

No branches or pull requests

4 participants