diff options
author | Erlang/OTP <[email protected]> | 2018-08-29 13:32:12 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-08-29 13:32:12 +0200 |
commit | a0b01685da8e1a7184b188bdd198e79e38d758a3 (patch) | |
tree | 4cc5e7506e4a78fc0aaf90bc6fa495c621e85637 /erts/doc/src/notes.xml | |
parent | bb2fd296a3d7cd67285f21c24e16f6055abf3095 (diff) | |
download | otp-a0b01685da8e1a7184b188bdd198e79e38d758a3.tar.gz otp-a0b01685da8e1a7184b188bdd198e79e38d758a3.tar.bz2 otp-a0b01685da8e1a7184b188bdd198e79e38d758a3.zip |
Update release notes
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 26 |
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> |