sorry, forgot to copy the list<br><br><div class="gmail_quote">2012/6/6 Siri Hansen <span dir="ltr"><<a href="mailto:erlangsiri@gmail.com" target="_blank">erlangsiri@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
shutdown_error is used by supervisor (and application_master) to inform at something went a bit wrong during shutdown or a child. When shutting down a child, supervisor will normally do exit(ChildPid,shutdown) and then monitor the child to check the actual exit reason. If it terminates with Reason /= shutdown, supervisor will report a shutdown_error.<div>

<br></div><div>Also, if a child does not respond to supervisor's attempt of graceful shutdown within the shutdown time specified in the child spec, then the supervisor will kill it brutally and report a shutdown_error. This might be what happened in your case, since the reason reported is 'killed'.<div>

<br></div><div>Regards</div><div>/siri<br><br><div class="gmail_quote">2012/6/5 Ryan Flynn <span dir="ltr"><<a href="mailto:parseerror@gmail.com" target="_blank">parseerror@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
<div>What is shutdown_error? I can't figure out what to make of shutdown_error; all I can find is a brief mention that it exists in sasl docs. Full error:</div><div><br></div>Supervisor foo_sup had child foo_server started with foo_server:start_link() at <0.379.0> exit with reason killed in context shutdown_error<div>



<br></div><div>Thanks in advance.</div>
<br></div></div>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br>