Closed starbelly closed 1 year ago
In Erlang/OTP 26 a race condition was uncovered when using -eval with -s init stop (i.e., it was always there, but most of the community lucked out in not running into it).
-eval
-s init stop
See https://github.com/erlang/otp/issues/6916 for details
In Erlang/OTP 26 a race condition was uncovered when using
-eval
with-s init stop
(i.e., it was always there, but most of the community lucked out in not running into it).See https://github.com/erlang/otp/issues/6916 for details