[erlang-questions] Erl 64 and 32 bits don't interoperate. A bug?

Waldemar Rachwał waldemar.rachwal@REDACTED
Wed Oct 21 13:01:53 CEST 2015


64 bit erlang is not able to connect to 32 bit one.
I don't believe it's a "feature". Report as BUG?
Thanks,
Waldemar.

=== 32 bits machine

$ erl -name bits32@REDACTED -cookie BULBA
Erlang/OTP 18 [erts-7.1] [source] [smp:2:2] [async-threads:10]
[kernel-poll:false]

Eshell V7.1  (abort with ^G)
(bits32@REDACTED)1>
=ERROR REPORT==== 21-Oct-2015::10:48:52 ===
** Connection attempt from disallowed node 'bits64@REDACTED' **

=== 64 bits machine

$ erl -name bits64@REDACTED -remsh bits32@REDACTED -cookie BULBA
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:4:4] [async-threads:10]
[kernel-poll:false]

*** ERROR: Shell process terminated! (^G to start new job) ***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151021/3f4cb400/attachment.htm>


More information about the erlang-questions mailing list