diff options
author | Rickard Green <[email protected]> | 2019-03-21 20:46:30 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-21 20:46:30 +0100 |
commit | db4eefa49350bb18089f80e21464865f641b614f (patch) | |
tree | 91d364eedc18c31122f9f424d1d39c9bfb338be1 /erts/doc/src | |
parent | f5c90a31ebd6e9f09588f176ea6895406d1f7d92 (diff) | |
parent | 7e6fff1e849998a3dd747b4d3cf35f39cb896aa0 (diff) | |
download | otp-db4eefa49350bb18089f80e21464865f641b614f.tar.gz otp-db4eefa49350bb18089f80e21464865f641b614f.tar.bz2 otp-db4eefa49350bb18089f80e21464865f641b614f.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 5c45f8d83b..9e5afd57a2 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,38 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>If a suspend/resume signal pair was sent to a process + while it was executing dirty, the receiving process could + later end up in a suspended state indefinitely. This bug + was introduced in ERTS version 10.0 (OTP 21.0).</p> + <p>Suspend/resume signals are sent from <seealso + marker="erts:erlang#suspend_process/1"><c>erlang:suspend_process()</c></seealso>/<seealso + marker="erts:erlang#resume_process/1"><c>erlang:resume_process()</c></seealso>. + The <seealso + marker="runtime_tools:dbg"><c>dbg</c></seealso> trace + tool utilize this functionality and could thus trigger + this bug.</p> + <p> + Own Id: OTP-15688</p> + </item> + <item> + <p> + Fix a possible deadlock when terminating the ERTS caused + by a dirty scheduler not releasing it's run-queue lock + when terminating.</p> + <p> + Own Id: OTP-15690 Aux Id: PR-2172 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.3</title> <section><title>Fixed Bugs and Malfunctions</title> |