hipe segmentation fault
Serge Aleynikov
serge@REDACTED
Mon Apr 3 04:40:14 CEST 2006
Any advice on what might be causing this seg fault? The same test works
fine on another machine with same OS & hardware.
[serge@REDACTED:~/tmp]$ erl
Erlang (BEAM) emulator version 5.4.13 [source] [hipe] [threads:0]
Eshell V5.4.13 (abort with ^G)
1> os:type().
{unix,linux}
2> os:version().
{2,6,9}
3> c(big, [native]).
{ok,big}
4> big:bang(600).
Segmentation fault
[serge@REDACTED:~/tmp]$ uname -a
Linux drp01dev.corp.idt.net 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST
2005 i686 i686 i386 GNU/Linux
[serge@REDACTED:~/tmp]$ cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant)
$ ldd /usr/local/lib/erlang/erts-5.4.13/bin/beam
libdl.so.2 => /lib/libdl.so.2 (0x00a83000)
libm.so.6 => /lib/tls/libm.so.6 (0x00a89000)
libncurses.so.5 => /usr/lib/libncurses.so.5 (0x0017e000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00ac0000)
librt.so.1 => /lib/tls/librt.so.1 (0x00bb2000)
libc.so.6 => /lib/tls/libc.so.6 (0x00958000)
/lib/ld-linux.so.2 (0x0093f000)
Regards,
Serge
More information about the erlang-questions
mailing list