Erlang/OTP 22.1.7

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl or asdf).

docker run -it erlang:22.1.7
Patch Package OTP 22.1.7
Git Tag OTP-22.1.7
Date 2019-11-11
Issue Id
ERIERL-436
System OTP
Release 22
Application

compiler-7.4.9 #

The compiler-7.4.9 application can be applied independently of other applications on a full OTP 22 installation.

OTP-16259
Application(s):
compiler
Related Id(s):
ERIERL-436

Fixed a performance bug that caused repeated matches of large records to take a very long time to compile.

Full runtime dependencies of compiler-7.4.9: crypto-3.6, erts-9.0, hipe-3.12, kernel-4.0, stdlib-2.5

erts-10.5.5 #

The erts-10.5.5 application can be applied independently of other applications on a full OTP 22 installation.

OTP-16193
Application(s):
erts

A literal area could prematurely be released before all uses of it had been removed. This occurred either when a terminating process had a complex exit reason referring to a literal that concurrently was removed, or when a terminating process continued executing a dirty NIF accessing a literal (via the heap) that concurrently was removed.

OTP-16224
Application(s):
erts
Related Id(s):
ERL-1044

Fix bug causing VM crash due to memory corruption of distribution entry. Probability of crash increases if Erlang distribution is frequently disconnected and reestablished towards same node names. Bug exists since OTP-21.0.

OTP-16265
Application(s):
erts
Related Id(s):
ERL-1064

Fixed bug causing crash of VM built with configuration --enable--sharing-preserving. Provoked when a sent message contains both a bit string and the heap binary (< 65 bytes) which the bit string was matched from. Bug exists since OTP-19.0 but has seen to be easier to provoke since OTP-22.1.

Full runtime dependencies of erts-10.5.5: kernel-6.1, sasl-3.3, stdlib-3.5