diff options
author | John Högberg <[email protected]> | 2018-06-14 09:21:36 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-06-14 09:21:36 +0200 |
commit | 66ee6099501b44f52cb715b50d90ea64d05d70ab (patch) | |
tree | f887e93b9e54bf9667ecd14454a06fe228541008 /erts/doc/src/notes.xml | |
parent | 5cb944bf32b7b3f4ec5500710fe10c28a643e1fd (diff) | |
parent | db6059a9217767a6e42e93cec05089c0ec977d20 (diff) | |
download | otp-66ee6099501b44f52cb715b50d90ea64d05d70ab.tar.gz otp-66ee6099501b44f52cb715b50d90ea64d05d70ab.tar.bz2 otp-66ee6099501b44f52cb715b50d90ea64d05d70ab.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
Add test case
Parse #mc_new_type{}s before definitions_loop/2
erts: Fix race between ets table deletion and auto-unfix
Diffstat (limited to 'erts/doc/src/notes.xml')
-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> |