diff options
author | Erlang/OTP <[email protected]> | 2017-01-12 15:16:09 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-01-12 15:16:09 +0100 |
commit | 68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6 (patch) | |
tree | 99f4cba581ec11dd5405b570b1f312a2102d875e /erts/doc | |
parent | 905e6ea8c21e8bcba0933a147ef70f7044e6bead (diff) | |
download | otp-68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6.tar.gz otp-68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6.tar.bz2 otp-68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index da6190b685..d4bc819120 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,26 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix a quite rare bug causing VM crash during code loading + and the use of export funs (fun M:F/A) of not yet loaded + modules. Requires a very specfic timing of concurrent + scheduler threads. Has been seen on ARM but can probably + also occure on other architectures. Bug has existed since + OTP R16.</p> + <p> + Own Id: OTP-14144 Aux Id: seq13242 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.2</title> <section><title>Fixed Bugs and Malfunctions</title> |