hipe segmentation fault
Matthias Lang
matthias@REDACTED
Mon Apr 3 17:08:34 CEST 2006
Serge Aleynikov writes:
> Ops... Sorry, this test case was taken from Rickard Green's post
Oh, ok. I assumed 'big' was something you'd written. Anyway, I ran it
on two machines here without problems and saw nothing special:
Linux antilipe 2.6.12.1 #3 Wed Jan 11 16:25:06 CET 2006 i686 GNU/Linux
tmp >erl
Erlang (BEAM) emulator version 5.4.13 [source] [hipe]
Eshell V5.4.13 (abort with ^G)
1> c(big, [native]).
{ok,big}
2> big:bang(4).
2.30000e-5
and
Linux cors 2.4.27 #5 Tue Feb 15 15:15:03 CET 2005 i686 GNU/Linux
matthias@REDACTED:/tmp$ erl
Erlang (BEAM) emulator version 5.4.13 [source] [hipe]
Eshell V5.4.13 (abort with ^G)
1> c(big, [native]).
{ok,big}
2> big:bang(4).
2.80000e-5
both emulators are vanilla compiles, i.e. no tweaking. Both machines
run debian linux. Both machines have 32 bit AMD x86 CPUs.
Matthias
More information about the erlang-questions
mailing list