[erlang-questions] Kernel poll patch
Rickard Green
rickard.s.green@REDACTED
Sat Dec 9 13:08:11 CET 2006
If you use the kernel poll feature of Erlang/OTP R11B-2 on any
OS other than SunOS we recommend you to apply the attached patch.
$ tar -zxf otp_src_R11B-2.tar.gz
$ patch -p0 < kernel-poll.patch
patching file otp_src_R11B-2/erts/emulator/sys/unix/erl_poll.c
$ # Build as usual...
Release note:
OTP-6344 A bug in the kernel poll implementation could cause the
emulator to omit polling for events on file descriptors.
The bug was only present when using the kernel poll
implementation based on epoll or kqueue. This bug was
introduced in erts-5.5.2.
BR,
Rickard Green, Erlang/OTP
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: kernel-poll.patch
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20061209/3e871f60/attachment.ksh>
More information about the erlang-questions
mailing list