<div dir="ltr">Here's a fun one!<br><div><br>Erlang/OTP 18 [RELEASE CANDIDATE 1] [erts-7.0] [source-7ff8f81] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]<br><br>Eshell V7.0  (abort with ^G)<br>1> c(foo).<br>{ok,foo}<br>2> erlang:get_module_info(foo).<br>[{module,foo},<br> ...]<br>3> code:delete(foo).           <br>true<br>4> erlang:get_module_info(foo).<br>Segmentation fault (core dumped)<br><br><br><a href="https://github.com/erlang/otp/pull/696">https://github.com/erlang/otp/pull/696</a><br clear="all"><div><div class="gmail_signature"><br>        /Richard</div></div>
</div></div>