[erlang-questions] module reloading
Alex Alvarez
alex@REDACTED
Fri Apr 13 19:13:40 CEST 2018
Sorry if this was already asked and I missed it... While using
v20.3.2, after I load a module...
11> l(math).
{module,math}
...if I try to reload it again with the same command...
12> l(math).
=ERROR REPORT==== 13-Apr-2018::13:09:15 ===
Can't load module 'math' that resides in sticky dir
{error,sticky_directory}
...I get this error message. It's not particular to any module. From
the error, there seems to be a problem with a stcky bit somewhere.
Although I don't remember having this problem before, who knows, maybe
it's just my install. Has anyone run into this issue recently?
Thanks,Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180413/4614c733/attachment.htm>
More information about the erlang-questions
mailing list