[erlang-bugs] Erlang Compiler Crash

Mikael Pettersson mikpe@REDACTED
Wed Feb 11 13:01:30 CET 2009


Gabriele Luculli writes:
 > Hi!
 > 
 > It is the first time this happened to me, the erlc compiler crashed! I tried to write the same
 > code in different ways and erlc still crashes. Hereafter is the error message I got. Can anyone
 > help on this ? Any suggestion ?
 > 
 > Kind Regards,
 > Gabriele
 > 
 > erlc   +debug_info +native -W mequ2.erl
 > /home/luculli/Desktop/erlang/mequ2/src/mequ2.erl:none: internal error in native_compile;
 > crash reason: {{case_clause,
 >                    {error,function_clause,
 >                        [{hipe_amd64_assemble,resolve_sse2_binop_args,
 >                             [{x86_imm,150},{x86_temp,0,double,true}]},
 >                         {hipe_amd64_assemble,resolve_sse2_fmove_args,2},
 >                         {hipe_amd64_assemble,translate_insn,3},
 >                         {hipe_amd64_assemble,translate_insns,6},
 >                         {hipe_amd64_assemble,translate_mfas,4},
 >                         {hipe_amd64_assemble,assemble,4},
 >                         {hipe,finalize,5},
 >                         {hipe,compile_finish,3}]}},
 >                [{compile,native_compile_1,1},
 >                 {compile,'-internal_comp/4-anonymous-1-',2},
 >                 {compile,fold_comp,3},
 >                 {compile,internal_comp,4},
 >                 {compile,internal,3}]}
 > 
 > 
 > PS: configuration: "Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:4] [async-threads:0] [hipe] [kernel-poll:false]"

1. Is this OTP R12B-5?
2. Show us the erlang source code that triggers this.



More information about the erlang-bugs mailing list