hipe segmentation fault
Serge Aleynikov
serge@REDACTED
Mon Apr 3 21:57:17 CEST 2006
In my case the host has 2 CPUs (seen as 4 in hyper-threaded mode), which
support 64-bit architecture, yet 32-bit Linux RedHat ES 4.0 is installed.
I did remove, plain vanilla compile and reinstall Erlang, and still get
the same core dump. I am second guessing my prior statement about this
test running successfully on another host with the same hardware. Right
now I don't have access to that machine, but will get a chance to verify
that later on this week.
$ cat /proc/cpuinfo | egrep "processor|model\ name"
processor : 0
model name : Intel(R) Xeon(TM) CPU 3.60GHz
processor : 1
model name : Intel(R) Xeon(TM) CPU 3.60GHz
processor : 2
model name : Intel(R) Xeon(TM) CPU 3.60GHz
processor : 3
model name : Intel(R) Xeon(TM) CPU 3.60GHz
The box has 4G RAM.
> cat /proc/meminfo
MemTotal: 4149312 kB
MemFree: 1815708 kB
Buffers: 393516 kB
Cached: 1660744 kB
...
Serge
Matthias Lang wrote:
> 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
--
Serge Aleynikov
R&D Telecom, IDT Corp.
Tel: (973) 438-3436
Fax: (973) 438-1464
serge@REDACTED
More information about the erlang-questions
mailing list