[erlang-questions] Re: Cannot unload module from remote shell

Dmitri Minaev minaev@REDACTED
Fri Dec 17 07:57:11 CET 2010


On Thu, Dec 16, 2010 at 7:18 PM, Matthias Lang <matthias@REDACTED>wrote:

>
> You can investigate the problem a bit by using the 'code' module. In
> particular, try calling
>
>   code:which(dmitrys_module)
>

> code:which(rbt).
"/var/lib/rabbitmq/rbt.beam"

That's it. Thank you, Matt. So, if this is really unexpected, I can assume
that RabbitMQ overrides the default compilation procedure, caching the
compiled module, right? And, probably, the default loading procedure, too,
since /var/lib/rabbitmq is missing in the output of code:get_path.

-- 
With best regards,
Dmitri Minaev


More information about the erlang-questions mailing list