Created
January 14, 2016 17:57
-
-
Save bbhoss/5338192618f40d16982b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:55:08.809 [error] GenServer #PID<0.83.0> terminating | |
** (ArgumentError) argument error | |
:erlang.iolist_size([27, 91, 51, 54, 109, 27, 91, 49, 109, 9475, 32, 104, 32, 69, 110, 117, 109, 13, 10, 9475, 32, 104, 32, 69, 110, 117, 109, 46, 109, 97, 112, 13, 10, 9475, 32, 104, 32, 69, 110, 117, 109, 46, 114, 101, 118, 101, 114, 115, 101, 47, ...]) | |
(ssh) ssh_cli.erl:434: :ssh_cli.write_chars/3 | |
(ssh) ssh_cli.erl:193: :ssh_cli.handle_msg/2 | |
(ssh) ssh_channel.erl:266: :ssh_channel.handle_info/2 | |
(stdlib) gen_server.erl:615: :gen_server.try_dispatch/4 | |
(stdlib) gen_server.erl:681: :gen_server.handle_msg/5 | |
(stdlib) proc_lib.erl:240: :proc_lib.init_p_do_apply/3 | |
Last message: {#PID<0.84.0>, {:put_chars_sync, :unicode, "\e[36m\e[1m┃ h Enum\n┃ h Enum.map\n┃ h Enum.reverse/1\e[0m\n", {{#PID<0.87.0>, #Reference<0.0.8.169>}, :ok}}} | |
State: {:state, #PID<0.79.0>, :ssh_cli, {:state, #PID<0.79.0>, 0, {:ssh_pty, 'xterm-256color', 91, 38, 0, 0, [tty_op_ospeed: 38400, tty_op_ispeed: 38400, vintr: 3, vquit: 28, verase: 127, vkill: 21, veof: 4, veol: 255, veol2: 255, vstart: 17, vstop: 19, vsusp: 26, vdsusp: 25, vreprint: 18, vwerase: 23, vlnext: 22, vstatus: 20, vdiscard: 15, ignpar: 0, parmrk: 0, inpck: 0, istrip: 0, inlcr: 0, igncr: 0, icrnl: 1, ixon: 1, ixany: 1, ixoff: 0, imaxbel: 1, isig: 1, icanon: 1, echo: 1, echoe: 1, echok: 1, echonl: 0, noflsh: 0, ...]}, #PID<0.84.0>, {[], [], 0}, {IEx, :start, []}, :undefined}, 0, false} | |
11:55:08.812 [error] Process #PID<0.87.0> raised an exception | |
** (ErlangError) erlang error: :terminated | |
(stdlib) :io.put_chars(:standard_io, :unicode, ["\e[31m** (ErlangError) erlang error: :terminated\e[0m", 10]) | |
(iex) lib/iex/evaluator.ex:179: IEx.Evaluator.print_error/3 | |
(iex) lib/iex/evaluator.ex:111: IEx.Evaluator.eval/4 | |
(iex) lib/iex/evaluator.ex:27: IEx.Evaluator.loop/3 | |
(iex) lib/iex/evaluator.ex:18: IEx.Evaluator.init/3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment