crash - Erlang app fails to start -
when attempt _rel/bin/application_name console, this:
{"kernel pid terminated",application_controller," {application_start_failure,lager, {bad_return,{{lager_app,start,[normal,[]]}, {'exit',{{compile_forms,error},[ {glc_code,compile_forms,2,[{file,\"src/glc_code.erl\"},{line,509}]}, {glc_code,compile,2,[{file,\"src/glc_code.erl\"},{line,51}]}, {glc,compile,4,[{file,\"src/glc.erl\"},{line,205}]}, {lager_util,trace_filter,2,[{file,\"src/lager_util.erl\"},{line,374}]}, {lager_app,start,2,[{file,\"src/lager_app.erl\"},{line,221}]}, {application_master,start_it_old,4,[{file,\"application_master.erl\"},{line,272}]}]}}}}}"}
(not sure bad_return
is, app used start earlier)
my lager.app.src
has both syntax_tools , compiler included (alongwith goldrush, stdlib , kernel) applications.
however, when start lager vanilla erl prompt, lager starts after i've started of dependencies.
can this? i'm not sure i'm not seeing/missing. in anticipation!
Comments
Post a Comment