<div dir="ltr"><div class="gmail_extra">I don't know about the SIGSEGV. <div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline">​ But ​</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline">​a​</div>s the script is written, it will end prematurely. A simple solution is to just add timer:sleep(infinity) in the end of the script. A better solution is to wait for reltool to end before you exit the script. Then you may exit the script with different status codes<br><br clear="all"><div><div class="gmail_signature"><div dir="ltr">/Håkan<br></div></div></div>
<br><div class="gmail_quote">On Thu, Mar 19, 2015 at 6:29 PM, Judson Lester <span dir="ltr"><<a href="mailto:nyarly@gmail.com" target="_blank">nyarly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Maybe this is a weird thing to do, but I'm experimenting with the reltool GUI, and running it from erl all the time was getting me down. So I wrote a little escript for it:<div><br></div>main(_Args) -><br>  {ok, Options} = file:consult("config.reltool"),<br>  reltool:start_link(Options).<div><br></div><div>Those commands exactly work fine in an erl session, but when I run the escript, I get to a warning about various applications and their module name collisions, and then </div><div><br></div><div>“scripts/reltool ” terminated by signal SIGSEGV (Address boundary error)</div><div><br></div><div>and then the script dies.</div><div><br></div><div>Is there, maybe, a %%! setting I need to make or something?</div><span class=""><font color="#888888"><div><br></div><div>Judson</div><div><br></div></font></span></div>
<br>_______________________________________________<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" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div>