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

Fails to start under supervision tree #24

Closed
nkmanolovsumup opened this issue Mar 8, 2018 · 1 comment
Closed

Fails to start under supervision tree #24

nkmanolovsumup opened this issue Mar 8, 2018 · 1 comment

Comments

@nkmanolovsumup
Copy link

Compiling with rebar3 and erlang 19.3 leads to

$ erl -pa ./_build/default/lib/gettext/ebin/

> gettext_app:start(application, []).
** exception exit: {shutdown,{failed_to_start_child,gettext_server,
                                                    {'EXIT',{function_clause,[{gettext_server,start_link,
                                                                                              [{gettext_server,[]}],
                                                                                              [{file,"/home/nikolay/gettext/_build/default/lib/gettext/src/gettext_server.erl"},
                                                                                               {line,94}]},
                                                                              {supervisor,do_start_child,2,
                                                                                          [{file,"supervisor.erl"},{line,310}]},
                                                                              {supervisor,start_children,3,
                                                                                          [{file,"supervisor.erl"},{line,293}]},
                                                                              {supervisor,init_children,2,
                                                                                          [{file,"supervisor.erl"},{line,259}]},
                                                                              {gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},
                                                                              {proc_lib,init_p_do_apply,3,
                                                                                        [{file,"proc_lib.erl"},{line,239}]}]}}}}

Seems to be caused by #15

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

2 participants
@nkmanolovsumup and others