Created
April 23, 2015 14:34
-
-
Save alco/3319b1bc3e14052e1bab to your computer and use it in GitHub Desktop.
This file contains 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
17:33:08.213 [error] Process #PID<0.263.0> terminating | |
Initial Call: Toad.Session.TaskList.init/1 | |
Ancestors: [Toad.SessionSup, Toad.Supervisor, #PID<0.246.0>] | |
Messages: [:next_task] | |
Links: [#PID<0.248.0>] | |
Dictionary: [] | |
Trapping Exits: false | |
Status: :running | |
Heap Size: 610 | |
Stack Size: 27 | |
Reductions: 129 | |
** (exit) an exception was raised: | |
** (UndefinedFunctionError) undefined function: :ramjet_inc.inc/0 (module :ramjet_inc is not available) | |
:ramjet_inc.inc() | |
(toad) lib/toad/session/task_list.ex:6: Toad.Session.TaskList.init/1 | |
(stdlib) gen_server.erl:306: :gen_server.init_it/6 | |
(stdlib) proc_lib.erl:237: :proc_lib.init_p_do_apply/3 | |
(stdlib) gen_server.erl:330: :gen_server.init_it/6 | |
(stdlib) proc_lib.erl:237: :proc_lib.init_p_do_apply/3 | |
17:33:08.213 [error] GenEvent handler Logger.ErrorHandler installed at :error_logger | |
** (exit) an exception was raised: | |
** (FunctionClauseError) no function clause matching in Exception.format_arity/1 | |
(elixir) lib/exception.ex:431: Exception.format_arity(:undefined) | |
(elixir) lib/exception.ex:427: Exception.format_mfa/3 | |
(logger) lib/logger/translator.ex:165: Logger.Translator.child_info/2 | |
(logger) lib/logger/translator.ex:90: Logger.Translator.translate_supervisor/2 | |
(logger) lib/logger/error_handler.ex:116: Logger.ErrorHandler.translate/6 | |
(logger) lib/logger/error_handler.ex:62: Logger.ErrorHandler.log_event/5 | |
(logger) lib/logger/error_handler.ex:27: Logger.ErrorHandler.handle_event/2 | |
(stdlib) gen_event.erl:525: :gen_event.server_update/4 |
This file contains 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
17:28:22.864 [error] Process #PID<0.306.0> terminating | |
Initial Call: Toad.Session.TaskList.init/1 | |
Ancestors: [Toad.SessionSup, Toad.Supervisor, #PID<0.246.0>] | |
Messages: [:next_task] | |
Links: [#PID<0.248.0>] | |
Dictionary: [] | |
Trapping Exits: false | |
Status: :running | |
Heap Size: 610 | |
Stack Size: 27 | |
Reductions: 129 | |
** (exit) an exception was raised: | |
** (UndefinedFunctionError) undefined function: :ramjet_inc.inc/0 (module :ramjet_inc is not available) | |
:ramjet_inc.inc() | |
(toad) lib/toad/session/task_list.ex:6: Toad.Session.TaskList.init/1 | |
(stdlib) gen_server.erl:306: :gen_server.init_it/6 | |
(stdlib) proc_lib.erl:237: :proc_lib.init_p_do_apply/3 | |
(stdlib) gen_server.erl:330: :gen_server.init_it/6 | |
(stdlib) proc_lib.erl:237: :proc_lib.init_p_do_apply/3 | |
17:28:22.864 [error] Error in process <0.305.0> with exit value: {{badmatch,{error,{undef,[{ramjet_inc,inc,[],[]},{'Elixir.Toad.Session.TaskLis | |
t',init,1,[{file,"lib/toad/session/task_list.ex"},{line,6}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,306}]},{proc_lib,init_p_do_ap | |
ply... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment