Erlang compiler bug in R10 ?

Torbjorn Tornkvist tobbe@REDACTED
Wed Feb 8 13:38:05 CET 2006


Hi,

I'm trying to compile the ibrowse application in jungerl:
----------------------------------------------------------------
 > make
erlc -W +warn_unused_vars +nowarn_shadow_vars +warn_unused_import -I./ 
-o ../ebin ibrowse.erl
erlc -W +warn_unused_vars +nowarn_shadow_vars +warn_unused_import -I./ 
-o ../ebin ibrowse_http_client.erl
Function chunk_request_body/3 refers to undefined label 410
./ibrowse_http_client.erl:none: internal error in beam_dead;
crash reason: {{case_clause,{'EXIT',{undefined_label,410}}},
                [{compile,'-select_passes/2-anonymous-2-',2},
                 {compile,'-internal_comp/4-anonymous-1-',2},
                 {compile,fold_comp,3},
                 {compile,internal_comp,4},
                 {compile,internal,3}]}
make: *** [../ebin/ibrowse_http_client.beam] Error 1
------------------------------------------------------------------

I get this result with R10B-4, R10B-8, R10B-9

But with R9C, ibrowse compiles just fine.

Cheers, Tobbe




More information about the erlang-questions mailing list