From c1e94fa9a6fe4ae717d35dfbd1b628dc2e06d26a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 15 Jun 2010 17:44:30 +0200 Subject: The R14A release Final merge of all unexpected differences from dev to release. --- erts/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'erts/doc/src/notes.xml') 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 @@ +
Erts 5.7.5.1 + +
Fixed Bugs and Malfunctions + + +

+ Driver threads, such as async threads, using port data locks + peeked at the port status field without proper locking + when looking up the driver queue.

+

+ Own Id: OTP-8475

+
+ +

+ A call to the BIF unregister(RegName) when a port + had the name RegName registered in the runtime + system without SMP support caused a runtime system crash. + (Thanks to Per Hedeland for the bugfix and test case.)

+

+ Own Id: OTP-8487

+
+ +

+ Fix memory management bug causing crash of non-SMP + emulator with async threads enabled. The bug did first + appear in R13B03.

+

+ Own Id: OTP-8591 Aux Id: seq11554

+
+
+
+ +
+
Erts 5.7.5
Fixed Bugs and Malfunctions -- cgit v1.2.3