diff options
author | John Högberg <[email protected]> | 2018-06-14 09:22:13 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-06-14 09:22:13 +0200 |
commit | 6c10df2098cd626a2a2377523bbb04687f9dd7a2 (patch) | |
tree | 1c1c878d628c76239ae85150ce408c8a1abeb685 /erts/doc/src/notes.xml | |
parent | 6d24188417dd1eb1dd663c472e64a222be59f8a9 (diff) | |
parent | 66ee6099501b44f52cb715b50d90ea64d05d70ab (diff) | |
download | otp-6c10df2098cd626a2a2377523bbb04687f9dd7a2.tar.gz otp-6c10df2098cd626a2a2377523bbb04687f9dd7a2.tar.bz2 otp-6c10df2098cd626a2a2377523bbb04687f9dd7a2.zip |
Merge branch 'maint'
* maint:
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 f7f86084a9..b9de00a8af 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> |