1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
|
Patch Package: OTP 23.1.1
Git Tag: OTP-23.1.1
Date: 2020-10-02
Trouble Report Id: OTP-16847, OTP-16856, OTP-16870, OTP-16874,
OTP-16892, OTP-16895, OTP-16902, OTP-16903,
OTP-16904, OTP-16906
Seq num: ERIERL-532, ERIERL-534, ERL-1301, ERL-1356,
ERL-1359, ERL-1362
System: OTP
Release: 23
Application: compiler-7.6.4, erts-11.1.1, os_mon-2.6.1,
public_key-1.9.1, ssh-4.10.2
Predecessor: OTP 23.1
Check out the git tag OTP-23.1.1, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.
---------------------------------------------------------------------
--- OTP-23.1.1 ------------------------------------------------------
---------------------------------------------------------------------
--- Fixed Bugs and Malfunctions ---
OTP-16903 Application(s): otp
Related Id(s): ERL-1362
Fixed the missing redistribution file in the windows
installers.
---------------------------------------------------------------------
--- compiler-7.6.4 --------------------------------------------------
---------------------------------------------------------------------
The compiler-7.6.4 application can be applied independently of other
applications on a full OTP 23 installation.
--- Fixed Bugs and Malfunctions ---
OTP-16895 Application(s): compiler
Related Id(s): ERL-1359
Fixed a performance bug that could be triggered by
tuple matching in very large functions.
Full runtime dependencies of compiler-7.6.4: crypto-3.6, erts-11.0,
hipe-3.12, kernel-7.0, stdlib-3.13
---------------------------------------------------------------------
--- erts-11.1.1 -----------------------------------------------------
---------------------------------------------------------------------
The erts-11.1.1 application can be applied independently of other
applications on a full OTP 23 installation.
--- Fixed Bugs and Malfunctions ---
OTP-16847 Application(s): erts
Related Id(s): ERL-1301
inet:setopts([{active,once}]) wakes up IO polling
thread unnecessarily, leading to lock contention and
visibly higher CPU utilization.
OTP-16870 Application(s): erts
Two bugs in the ERTS internal thread wakeup
functionality have been fixed. These bugs mainly hit
when all threads in the system tried to go to sleep.
When the bugs were triggered, certain operations were
delayed until a thread woke up due to some other
reason. Most important operations effected were code
loading, persistent term updates, and memory
deallocation.
OTP-16874 Application(s): erts
Related Id(s): ERL-1356, PR-2763
Fixed bug in ets:select_replace/2 on compressed tables
that could produce faulty results or VM crash. Bug
exists since OTP 20.
OTP-16892 Application(s): erts
When compiling Erlang/OTP on macOS using Xcode 12, the
performance of the BEAM interpreter would be degraded.
--- Improvements and New Features ---
OTP-16856 Application(s): erts
As of OTP 22, the allocator specific memory carrier
pools were replaced by a node global carrier pool. This
unfortunately caused substantial memory fragmentation
in some cases due to long lived data being spread into
carriers used by allocators mainly handling short lived
data.
A new command line argument +M<S>cp has been introduced
with which one can enable the old behavior as well as
configuring other behaviors for the carrier pools. In
order to configure the old behavior, with allocator
specific carrier pools for all allocators, pass +Mucp :
(including the colon character) as a command line
argument to erl when starting the Erlang system.
The default configuration for carrier pools will be
changed to +Mucp : some time in the future, but not in
this patch.
Full runtime dependencies of erts-11.1.1: kernel-7.0, sasl-3.3,
stdlib-3.13
---------------------------------------------------------------------
--- os_mon-2.6.1 ----------------------------------------------------
---------------------------------------------------------------------
The os_mon-2.6.1 application can be applied independently of other
applications on a full OTP 23 installation.
--- Improvements and New Features ---
OTP-16906 Application(s): os_mon
Related Id(s): ERIERL-532
The configuration parameter
memsup_improved_system_memory_data has been introduced.
It can be used to modify the result returned by
memsup:get_system_memory_data(). For more information
see the memsup documentation.
Note that the configuration parameter is intended to be
removed in OTP 24 and the modified result is intended
to be used as of OTP 24.
Full runtime dependencies of os_mon-2.6.1: erts-6.0, kernel-3.0,
sasl-2.4, stdlib-2.0
---------------------------------------------------------------------
--- public_key-1.9.1 ------------------------------------------------
---------------------------------------------------------------------
The public_key-1.9.1 application can be applied independently of
other applications on a full OTP 23 installation.
--- Fixed Bugs and Malfunctions ---
OTP-16902 Application(s): public_key
Related Id(s): ERIERL-534
Fix the issue that pem_decode will crash with an
invalid input.
Full runtime dependencies of public_key-1.9.1: asn1-3.0, crypto-3.8,
erts-6.0, kernel-3.0, stdlib-3.5
---------------------------------------------------------------------
--- ssh-4.10.2 ------------------------------------------------------
---------------------------------------------------------------------
The ssh-4.10.2 application can be applied independently of other
applications on a full OTP 23 installation.
--- Fixed Bugs and Malfunctions ---
OTP-16904 Application(s): ssh
Fix decoder bug.
Full runtime dependencies of ssh-4.10.2: crypto-4.6.4, erts-9.0,
kernel-5.3, public_key-1.6.1, stdlib-3.4.1
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
|