diff options
author | Erlang/OTP <[email protected]> | 2018-06-13 10:40:21 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-13 10:40:21 +0200 |
commit | fb0bb409bff616220b66395e28a882fa9737ff0c (patch) | |
tree | 130fd2f7af7617b267543c9dd48c3a8637d330ea /erts/doc/src | |
parent | dd4ec10a63bbbf2120da8ecb491a65fb0c2c9adf (diff) | |
download | otp-fb0bb409bff616220b66395e28a882fa9737ff0c.tar.gz otp-fb0bb409bff616220b66395e28a882fa9737ff0c.tar.bz2 otp-fb0bb409bff616220b66395e28a882fa9737ff0c.zip |
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 31411cc1a2..5b414853a3 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,26 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed bug in <c>ets</c> that could cause VM crash if + process A terminates after fixating a table and process B + deletes the table at "the same time". The table fixation + could be done with <c>ets:safe_fixtable</c> or if process + A terminates in the middle of a long running + <c>select</c> or <c>match</c> call.</p> + <p> + Own Id: OTP-15109</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.2</title> <section><title>Fixed Bugs and Malfunctions</title> |