diff options
author | Rickard Green <[email protected]> | 2018-08-30 13:17:42 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-30 13:17:42 +0200 |
commit | 392bbf34425fba0c740592a81a503b9d76983460 (patch) | |
tree | 1cbdc22473917716424892567f3045eaff17f2ba /erts/doc | |
parent | f2fac67bc61407017acc3d8db3b36c3e08804394 (diff) | |
parent | f7012b7a731924193cf05fc77b103e89bd0fcbfb (diff) | |
download | otp-392bbf34425fba0c740592a81a503b9d76983460.tar.gz otp-392bbf34425fba0c740592a81a503b9d76983460.tar.bz2 otp-392bbf34425fba0c740592a81a503b9d76983460.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Update release notes
Update version numbers
Fix missing 'in' trace events during 'running' trace
Diffstat (limited to 'erts/doc')
-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 6b4db48f61..bab7386da3 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> |