diff options
author | Erlang/OTP <[email protected]> | 2010-06-15 17:44:30 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-15 17:44:30 +0200 |
commit | c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a (patch) | |
tree | 57bbee79eb46cc0945c3a56b157333bc60f8bbbf /erts/doc | |
parent | 8495f694672a2bb6d1a4a25f9a93aab5c9fc916b (diff) | |
download | otp-c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a.tar.gz otp-c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a.tar.bz2 otp-c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a.zip |
The R14A releaseOTP_R14A
Final merge of all unexpected differences from dev to release.
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 4198a29f09..6174917807 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -520,6 +520,41 @@ </section> +<section><title>Erts 5.7.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Driver threads, such as async threads, using <seealso + marker="erl_driver#ErlDrvPDL">port data locks</seealso> + peeked at the port status field without proper locking + when looking up the driver queue.</p> + <p> + Own Id: OTP-8475</p> + </item> + <item> + <p> + A call to the BIF <c>unregister(RegName)</c> when a port + had the name <c>RegName</c> registered in the runtime + system without SMP support caused a runtime system crash. + (Thanks to Per Hedeland for the bugfix and test case.)</p> + <p> + Own Id: OTP-8487</p> + </item> + <item> + <p> + Fix memory management bug causing crash of non-SMP + emulator with async threads enabled. The bug did first + appear in R13B03.</p> + <p> + Own Id: OTP-8591 Aux Id: seq11554 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.7.5</title> <section><title>Fixed Bugs and Malfunctions</title> |