diff options
author | Rickard Green <[email protected]> | 2011-12-30 15:21:24 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2011-12-30 15:21:24 +0100 |
commit | 34dca57472ba2f4e82bb03d3713e3318613093bb (patch) | |
tree | 9dfc465ec5f64edd5c2304117228ba834b43dcae /erts/doc | |
parent | 8769a849dbbb70cb92733f484b2a0e1693e97eb7 (diff) | |
parent | c6d37ba58c505ead46a3e939b3d38236dbd20aa5 (diff) | |
download | otp-34dca57472ba2f4e82bb03d3713e3318613093bb.tar.gz otp-34dca57472ba2f4e82bb03d3713e3318613093bb.tar.bz2 otp-34dca57472ba2f4e82bb03d3713e3318613093bb.zip |
Merge branch 'maint-r15' into maint
Conflicts:
erts/vsn.mk
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index cfee978bde..d7967212b1 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,35 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A feature test for the <c>lwsync</c> instruction + performed on PowerPC hardware at runtime system startup + got into an eternal loop if the instruction was not + supported. This bug was introduced in erts-5.9/OTP-R15B.</p> + <p> + Own Id: OTP-9843</p> + </item> + <item> + <p> + I/O events could potentially be delayed for ever when + enabling kernel-poll on a non-SMP runtime system + executing on Solaris. When also combined with + async-threads the runtime system hung before completing + the boot phase. This bug was introduced in + erts-5.9/OTP-R15B.</p> + <p> + Own Id: OTP-9844</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9</title> <section><title>Fixed Bugs and Malfunctions</title> |