diff options
author | Rickard Green <[email protected]> | 2018-08-30 13:18:57 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-30 13:18:57 +0200 |
commit | 72f64e28866815f7621119997e02455e751d7d53 (patch) | |
tree | ad6d1b786ac2cd136255baae432afc3ebb8de64f /erts/doc | |
parent | 0e0398dd50976f24294758c812c97c54e42eba21 (diff) | |
parent | 392bbf34425fba0c740592a81a503b9d76983460 (diff) | |
download | otp-72f64e28866815f7621119997e02455e751d7d53.tar.gz otp-72f64e28866815f7621119997e02455e751d7d53.tar.bz2 otp-72f64e28866815f7621119997e02455e751d7d53.zip |
Merge branch 'maint'
* maint:
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 fa02c9dd21..9619a953f4 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> |