[erlang-questions] Source patch for R12B-0 available
Zvi
exta7@REDACTED
Sun Dec 9 17:01:12 CET 2007
Can somebody give me the instructions how to apply this patch to the Windows
binary installation?
Thanks in advance
Zvi
Rickard Green wrote:
>
> A patch that fixes the following issues is now available at
> http://www.erlang.org/download.html . Instructions for applying
> the patch can be found in the patch README.
>
> BR,
> Rickard Green, Erlang/OTP, Ericsson AB.
>
> ------------------------------------------------------------------------
>
> OTP-7006 The SMP emulator on sparc64 erroneously used the sparc32
> atomic and the sparc32 spinlock implementations which
> caused it to crash.
>
> OTP-7012 Matching an empty binary in a record and then using the
> same record again could cause a compiler crash.
>
> Example code that triggers the crash:
>
> -record(r, {a,b}).
> t(R) ->
> #r{a = <<>>} = R,
> R#r.b.
>
> OTP-7013 file:read/2 and file:consult_stream/1,3 did not use an empty
> prompt on I/O devices. This bug has now been corrected.
>
> OTP-7014 configuring --enable-darwin-universal or --enable-darwin-64bit
> on MacOSX could result in a non optimized emulator. Top level
> configure script now corrected.
>
> OTP-7015 configuring --with-gd did not produce correct include flags
> for percept.
>
> ------------------------------------------------------------------------
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
>
--
View this message in context: http://www.nabble.com/Source-patch-for-R12B-0-available-tp14213697p14239774.html
Sent from the Erlang Questions mailing list archive at Nabble.com.
More information about the erlang-questions
mailing list