aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-01-16 20:43:25 +0100
committerSverker Eriksson <[email protected]>2017-01-16 20:43:25 +0100
commit228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69 (patch)
tree78e7b800eb387aeceb9a6e9bc3dc0500fdad4479 /erts/doc
parente4f93595aba76c2eda2d2efef175ea9d72ee5d29 (diff)
parentbca5bf5a2d68a0e9ca681363a8943809c4751950 (diff)
downloadotp-228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69.tar.gz
otp-228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69.tar.bz2
otp-228e34eb3eb75dd0cac1c7137861ee4a7b5b3f69.zip
Merge branch 'maint-19' into maint
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/notes.xml20
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>