aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-08-29 13:32:12 +0200
committerErlang/OTP <[email protected]>2018-08-29 13:32:12 +0200
commita0b01685da8e1a7184b188bdd198e79e38d758a3 (patch)
tree4cc5e7506e4a78fc0aaf90bc6fa495c621e85637 /erts
parentbb2fd296a3d7cd67285f21c24e16f6055abf3095 (diff)
downloadotp-a0b01685da8e1a7184b188bdd198e79e38d758a3.tar.gz
otp-a0b01685da8e1a7184b188bdd198e79e38d758a3.tar.bz2
otp-a0b01685da8e1a7184b188bdd198e79e38d758a3.zip
Update release notes
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 446296571c..5862318ab7 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,32 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.0.6</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ A race between termination of a process and resume of the
+ same process via <c>erlang:resume_process/1</c> could
+ cause the VM to crash. This bug was introduced in erts
+ version 10.0 (OTP 21.0).</p>
+ <p>
+ Own Id: OTP-15237</p>
+ </item>
+ <item>
+ <p>
+ When tracing on <c>running</c>, <c>in</c> trace events
+ could be lost when a process was rescheduled between a
+ dirty and a normal scheduler.</p>
+ <p>
+ Own Id: OTP-15269 Aux Id: ERL-713 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.0.5</title>
<section><title>Fixed Bugs and Malfunctions</title>