enigma icon indicating copy to clipboard operation
enigma copied to clipboard

Error handler

Open archseer opened this issue 5 years ago • 1 comments

We need to place stubs in the exports registry for modules that aren't loaded yet, but referenced elsewhere. These should call the error handler, (which in the erlang stdlib will try to load the module or error).

http://erlang.org/doc/man/error_handler.html

Search for references to error_handler inside beam_emu.c and enigma for a quickstart.

archseer avatar Jan 25 '19 07:01 archseer

This is more or less done. Need to double check if we covered all the parts.

archseer avatar Apr 24 '19 12:04 archseer