diff options
author | Erlang/OTP <[email protected]> | 2015-07-06 21:14:34 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-07-06 21:14:34 +0200 |
commit | fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6 (patch) | |
tree | 1ff4915a0233b8b54d9bbbbcdce28b2da7d201f5 /erts/doc/src | |
parent | 86d29105143b86bb011634a8e3c84e7f78886463 (diff) | |
download | otp-fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6.tar.gz otp-fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6.tar.bz2 otp-fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6.zip |
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index adc73ceae0..5682b9254c 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,29 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 6.4.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A process could end up in an inconsistent half exited + state in the runtime system without SMP support. This + could occur if the processes was traced by a port that it + also was linked to, and the port terminated abnormally + while handling a trace message for the process.</p> + <p> + This bug has always existed in the runtime system without + SMP support, but never in the runtime system with SMP + support.</p> + <p> + Own Id: OTP-12889 Aux Id: seq12885 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 6.4.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> |