[erlang-bugs] Error in beam compiler (R14B01 on Widows XP)

Björn Gustavsson bgustavsson@REDACTED
Tue Mar 15 10:08:14 CET 2011


On Tue, Mar 15, 2011 at 8:20 AM, Sergey Yelin <elinsn@REDACTED> wrote:
> Hi list,
>
> I've found beam compiler error in R14B01.

I think you have some problems in your installation
or environment.

> Eshell V5.8.2  (abort with ^G)
> 1> c(problem7).
> ./problem7.erl:none: internal error in beam_asm;
> crash reason: {undef,
>                  [{beam_asm,module,

This error message indicates that the beam_asm:module/4
function is undefined, either because the beam_asm
module for some reason is missing or that you have
your own version of the beam_asm module without
a module/4 function.

Can you compile any Erlang module?

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-bugs mailing list