diff options
author | Rickard Green <[email protected]> | 2018-08-11 15:45:51 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-11 15:45:51 +0200 |
commit | ce0c75c557bdc239622a6de5ec2edb593baf4773 (patch) | |
tree | 12855d851f4599f65a961a4d3c536482db2c8f40 /erts/doc/src | |
parent | 8cb79ba4d3b665e06a39c3437d7227c831753945 (diff) | |
parent | 5e64ffd74845a2b3b0a31968d31b2b409de41ca1 (diff) | |
download | otp-ce0c75c557bdc239622a6de5ec2edb593baf4773.tar.gz otp-ce0c75c557bdc239622a6de5ec2edb593baf4773.tar.bz2 otp-ce0c75c557bdc239622a6de5ec2edb593baf4773.zip |
Merge branch 'maint-19' into maint
* maint-19:
Updated OTP version
Update release notes
Update version numbers
syntax_tools: Fix a bug regarding reverting map types.
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index f1f5831cec..0363bcf65a 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -2557,6 +2557,63 @@ </section> +<section><title>Erts 8.3.5.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a race condition in the inet driver that could + cause receive to hang when the emulator was compiled with + gcc 8.</p> + <p> + Own Id: OTP-15158 Aux Id: ERL-654 </p> + </item> + <item> + <p> + Fixed a bug causing some Erlang references to be + inconsistently ordered. This could for example cause + failure to look up certain elements with references as + keys in search data structures. This bug was introduced + in R13B02.</p> + <p> + Thanks to Simon Cornish for finding the bug and supplying + a fix.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-15225</p> + </item> + </list> + </section> + +</section> + +<section><title>Erts 8.3.5.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a bug in file closure on Unix; close(2) was + retried on EINTR which could cause a different (recently + opened) file to be closed as well.</p> + <p> + Own Id: OTP-14775</p> + </item> + <item> + <p> + A race-condition when tearing down a connection with + active node monitors could cause the runtime system to + crash.</p> + <p> + This bug was introduced in ERTS version 8.0 (OTP 19.0).</p> + <p> + Own Id: OTP-14781 Aux Id: OTP-13047 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3.5.3</title> <section><title>Fixed Bugs and Malfunctions</title> |