[erlang-questions] module reloading
bengt
cean.ebengt@REDACTED
Fri Apr 13 19:33:03 CEST 2018
Greetings,
This is one explanation of *sticky directory*:
http://erlang.org/pipermail/erlang-questions/2002-October/005908.html
bengt
> On 13 Apr 2018, at 19:13, Alex Alvarez <alex@REDACTED> wrote:
>
> 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
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180413/6c5dcdd2/attachment.htm>
More information about the erlang-questions
mailing list