diff options
author | Erlang/OTP <[email protected]> | 2016-03-10 13:10:51 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-03-10 13:10:51 +0100 |
commit | 3a8f2995caffacddabb3363453c6a7dbc33d6329 (patch) | |
tree | 1661cf01d8b035770b158827e1a511562c435f04 /erts/doc | |
parent | b612d83194ec1b88772f0d6c69600da2e4b918cf (diff) | |
download | otp-3a8f2995caffacddabb3363453c6a7dbc33d6329.tar.gz otp-3a8f2995caffacddabb3363453c6a7dbc33d6329.tar.bz2 otp-3a8f2995caffacddabb3363453c6a7dbc33d6329.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 9ff2e5de08..24bcc76e4b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,25 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 6.4.1.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + When calling <c>garbage_collect/[1,2]</c> or + <c>check_process_code/[2,3]</c> from a process with a + higher priority than the priority of the process operated + on, the run queues could end up in an inconsistent state. + This bug has now been fixed.</p> + <p> + Own Id: OTP-13298 Aux Id: OTP-11388 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 6.4.1.5</title> <section><title>Fixed Bugs and Malfunctions</title> |