msantos / procket

Erlang interface to low level socket operations
http://blog.listincomprehension.com/search/label/procket
BSD 3-Clause "New" or "Revised" License
283 stars 80 forks source link

Use erlang halt vs init stop in Makefile #54

Closed starbelly closed 1 year ago

starbelly commented 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).

See https://github.com/erlang/otp/issues/6916 for details