<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><div><br></div><div>Judson</div><div><br></div></div>