[erlang-questions] segfault bug

Serge Aleynikov serge@REDACTED
Thu Oct 19 18:50:11 CEST 2006


Hi,

This bug was submitted to the erlang-bugs list by one of our developers, 
but I wanted to copy it to this list in case it's missed.

$ 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

$ cat t.erl
-module(t).
-compile(export_all).

test() ->
    [A,B,C] = [1,a,a],
    (A bsl 1) bor (B bsl 1) bor C.

$ erl
Erlang (BEAM) emulator version 5.5 [source] [async-threads:0] [hipe]

Eshell V5.5  (abort with ^G)
1> c(t).
{ok,t}
2> t:test().
Segmentation fault


-- 
Serge Aleynikov
Routing R&D, IDT Telecom
Tel: +1 (973) 438-3436
Fax: +1 (973) 438-1464



More information about the erlang-questions mailing list