Erlang/OTP 21.3.8.24

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:21.3.8.24
Patch Package OTP 21.3.8.24
Git Tag OTP-21.3.8.24
Date 2021-06-01
Issue Id
System OTP
Release 21
Application

erts-10.3.5.19 #

Note! The erts-10.3.5.19 application *cannot* be applied independently of other applications on an arbitrary OTP 21 installation. On a full OTP 21 installation, also the following runtime dependencies have to be satisfied: -- kernel-6.1 (first satisfied in OTP 21.1) -- sasl-3.3 (first satisfied in OTP 21.2)

OTP-17379
Application(s):
erts
Related Id(s):
PR-4804

Fix bug in match spec compilator seen to cause a stack overflow crash on debug VM for certain match specs. Could potentially cause problems for standard VM, but has not been verified. Match specs are used by ets:match/select functions and erlang:trace_pattern.

OTP-17448
Application(s):
erts
Related Id(s):
GH-4898 , OTP-17291 , PR-4903

A call to port_command() could cause a scheduler to end up in an eternal loop if the port was busy and the calling process had incoming signals at the time of the call. This bug was introduced in OTP 23.3.2 (ERTS version 11.2.1), OTP 22.3.4.18 (ERTS version 10.7.2.10), and OTP 21.3.8.23 (ERTS version 10.3.5.18).

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