[rabbitmq-discuss] "badarg ram_copies route binding" error since 1.5.0
Aymerick Jéhanne
aymerick at fotonauts.com
Fri Dec 19 20:32:14 GMT 2008
Hi Matthias,
Here is the output:
Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0]
[kernel-poll:false]
Eshell V5.5.5 (abort with ^G)
1> erlang:system_info(version).
"5.5.5"
2> code:which(rabbit_exchange).
"/usr/lib/erlang/lib/rabbitmq_server-1.5.0/ebin/rabbit_exchange.beam"
3>
Then:
$ shasum /usr/lib/erlang/lib/rabbitmq_server-1.5.0/ebin/
rabbit_exchange.beam
7075bb336092d94aa8a5a8efe19b7b35c0061a0e /usr/lib/erlang/lib/
rabbitmq_server-1.5.0/ebin/rabbit_exchange.beam
I reproduced the same issue on my dev box (same OS / Erlang version
and Rabbitmq 1.5.0), so I will try to do some more tests to figure out
what happen.
Aymerick
On Dec 19, 2008, at 7:33 PM, Matthias Radestock wrote:
> Aymerick,
>
> Aymerick Jéhanne wrote:
>> And no, I didn't installed anything from hg, I only used the deb
>> packages.
>
> That's really strange. As Ben mentioned we encountered the error you
> reported during development a while ago and put a fix in place prior
> to the release. The tests of that bug fix definitely pass for me
> using R11B-5 and RabbitMQ 1.5.0.
>
> So I'd really like to figure out what the problem is with your
> original setup, in case there is some other bug lurking in the code.
>
> In an Erlang shell, please run:
> erlang:system_info(version).
> code:which(rabbit_exchange).
> and report the results.
>
> Then take the output from the last command - a path to the
> rabbit_exchange.beam file - and run
> shasum <path-to-file>
>
>
> Regards,
>
> Matthias.
More information about the rabbitmq-discuss
mailing list