diff options
author | Erlang/OTP <[email protected]> | 2018-10-31 17:14:08 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-10-31 17:14:08 +0100 |
commit | bb3f1ed6945a8cca2efa1a571f26e831911944a1 (patch) | |
tree | 17c340452ca94466e8d8d63c9a848468fc58f155 /erts/doc | |
parent | 2b71bf450fdc4dd0e892738b792d3fed860c0c89 (diff) | |
download | otp-bb3f1ed6945a8cca2efa1a571f26e831911944a1.tar.gz otp-bb3f1ed6945a8cca2efa1a571f26e831911944a1.tar.bz2 otp-bb3f1ed6945a8cca2efa1a571f26e831911944a1.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index a0c7defd54..e339b22e98 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,30 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.3.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + ERTS internal trees of monitor structures could get into + an inconsistent state. This could cause <c>'DOWN'</c> + messages not to be delivered when they should, as well as + delivery of <c>'DOWN'</c> messages that should not be + delivered.</p> + <p> + This bug was introduced in ERTS version 9.0 (OTP 20.0) + and was fixed in ERTS version 10.0 (OTP 21.0) due to a + rewrite of the monitor code. That is, this bug only exist + in the OTP 20 release.</p> + <p> + Own Id: OTP-15399 Aux Id: ERL-751, ERIERL-262, OTP-14205 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.3.4</title> <section><title>Fixed Bugs and Malfunctions</title> |