diff options
author | Sverker Eriksson <[email protected]> | 2017-01-16 20:43:25 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-01-16 20:43:25 +0100 |
commit | 228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69 (patch) | |
tree | 78e7b800eb387aeceb9a6e9bc3dc0500fdad4479 /erts/doc/src/notes.xml | |
parent | e4f93595aba76c2eda2d2efef175ea9d72ee5d29 (diff) | |
parent | bca5bf5a2d68a0e9ca681363a8943809c4751950 (diff) | |
download | otp-228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69.tar.gz otp-228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69.tar.bz2 otp-228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69.zip |
Merge branch 'maint-19' into maint
Diffstat (limited to 'erts/doc/src/notes.xml')
-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 11777f0014..812538729d 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> |