From 76faa5cf71b568068e1558c3050a3f0a8f7b4587 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Mon, 14 Jun 2010 12:08:33 +0000 Subject: OTP-8710 Fix emulator crash caused by setting CPU topology A user defined CPU topology set via a call to erlang:system_flag(cpu_topology, CPUTopology) was not properly verified, and could in worst case cause an emulator crash. The emulator crash could only occur when a user defined CPU topology already existed and was redefined. --- erts/doc/src/notes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'erts/doc/src') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 058c1662e8..4198a29f09 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -187,6 +187,17 @@

Own Id: OTP-8701

+ +

+ A user defined CPU topology set via a call to erlang:system_flag(cpu_topology, + CPUTopology) was not properly verified, and + could in worst case cause an emulator crash. The emulator + crash could only occur when a user defined CPU topology + already existed and was redefined.

+

+ Own Id: OTP-8710

+
-- cgit v1.2.3