<div dir="ltr">Hi,<div><br></div><div>according to 19.0 release notes (<a href="http://erlang.org/download/otp_src_19.0.readme" target="_blank">http://erlang.org/download/<wbr>otp_src_19.0.readme</a>)</div><div><br></div><div>"<font color="#000000"><span style="white-space:pre-wrap">OTP-13088    Application(s): erts

 The functionality behind erlang:open_port/2 when called
 with spawn or spawn_executable has been redone so that
 the forking of the new program is done in a separate
 process called erl_child_setup. ...</span></font><span style="white-space:pre-wrap">"</span></div><div><br></div><div>and the ERTS release notes mentions a bug fix in 19.1 (<a href="http://erlang.org/doc/apps/erts/notes.html#id108734" target="_blank">http://erlang.org/doc/apps/<wbr>erts/notes.html#id108734</a>)</div><div><br></div><div>"Fix a rare race condition in erlang:open_port({spawn, ""}, ...)</div><div> that would result in the erl_child_setup program aborting and</div><div> cause the emulator to exit.</div><div><br></div><div> Own Id: OTP-13868"</div><div><br></div><div>(<a href="https://github.com/erlang/otp/commit/7c5f497ab6f4b145554ee884e9fa0ec86246e9ee" target="_blank">https://github.com/erlang/<wbr>otp/commit/<wbr>7c5f497ab6f4b145554ee884e9fa0e<wbr>c86246e9ee</a>)</div><div><br></div><div>so maybe you've hit this race bug. This may or may not be of any use for you :)</div><div>(Upgrading to 19.1 might help)</div><div><br></div><div>br</div><div>Peter</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 6, 2016 at 11:32 PM, John Doe <span dir="ltr"><<a href="mailto:donpedrothird@gmail.com" target="_blank">donpedrothird@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>got an erl_crash.dump from one of my customers today, with the "<span style="color:rgb(0,0,0);font-family:monospace">Slogan: erl_child_setup closed</span><span style="font-family:monospace">"</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">The full dump is there (it's small): </span><font face="monospace"><a href="http://pastebin.com/vGbcX9v7" target="_blank">http://pastebin.com/<wbr>vGbcX9v7</a></font></div><div><span style="font-family:monospace"><br></span></div><div><font face="monospace">What are possible reasons for this error?</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">Erlang 19.0.7</font></div></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>