[erlang-bugs] Suicide by module_info

Richard Carlsson carlsson.richard@REDACTED
Sun Apr 26 20:10:46 CEST 2015


Here's a fun one!

Erlang/OTP 18 [RELEASE CANDIDATE 1] [erts-7.0] [source-7ff8f81] [64-bit]
[smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.0  (abort with ^G)
1> c(foo).
{ok,foo}
2> erlang:get_module_info(foo).
[{module,foo},
 ...]
3> code:delete(foo).
true
4> erlang:get_module_info(foo).
Segmentation fault (core dumped)


https://github.com/erlang/otp/pull/696

        /Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20150426/46d47dee/attachment.htm>


More information about the erlang-bugs mailing list