From d35dc5f707f307300665c7da2ae3092d0baa9bdd Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Thu, 22 Apr 2010 12:00:00 +0200 Subject: erts: Patch 1113 OTP-8475 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. OTP-8487 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.) OTP-8591 Fix memory management bug causing crash of non-SMP emulator with async threads enabled. The bug did first appear in R13B03. --- 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 65b836fc45..824ad6d94e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,41 @@

This document describes the changes made to the ERTS application.

+
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