huge list matching -- different behaviour on x86_32 and x86_64
Mikael Pettersson
mikpe@REDACTED
Thu Jun 15 18:33:14 CEST 2006
Igor Goryachev writes:
> Hello.
>
> I have experienced a different behaviour and possibly a weird result
> while playing with matching a huge lists on x86_32 and x86_64
> machines. Version r10b10 was used in both cases.
>
> The results (see the attachment):
>
> x86_32:
> goryachev@REDACTED:~% uname -a
> Linux l1 2.6.16-1-686-smp #2 SMP Fri May 5 05:00:58 UTC 2006 i686 GNU/Linux
> goryachev@REDACTED:~% erl
> Erlang (BEAM) emulator version 5.4.13 [source] [hipe] [threads:0] [kernel-poll]
>
> Eshell V5.4.13 (abort with ^G)
> 1> tv:b().
> matched!
> ok
>
>
> x86_64:
> goryachev@REDACTED:~% uname -a
> Linux x1 2.6.12-1-em64t-p4-smp #1 SMP Wed Sep 28 03:50:13 CEST 2005 x86_64 GNU/Linux
> goryachev@REDACTED:~% erl
> Erlang (BEAM) emulator version 5.4.13 [64-bit] [source] [hipe] [threads:0] [kernel-poll]
>
> Eshell V5.4.13 (abort with ^G)
> 1> tv:b().
> not matched!
> ok
>
>
> Could you be so kind to explain me whether it is the expected behaviour?
This is clearly a bug. It also happens with an OTP R11 snapshot from about a
month ago on x86_64. It does NOT happen when I compile the tv module with hipe,
or when I remove about 10 lines from the lists.
More information about the erlang-questions
mailing list