[erlang-bugs] [erlang-questions] R11B-2 on Solaris 10 kpoll problem
Mikael Pettersson
mikpe@REDACTED
Tue Dec 19 21:59:27 CET 2006
Serge Aleynikov writes:
> Hi,
>
> I am experiencing a problem running R11B-2 on Solaris 10 with kpoll enabled:
>
> $ gtar -zxf otp_src_R11B-2.tar.gz
> $ cd otp_src_R11B-2
> $ ./configure --prefix=/opt/erlang/R11B-2
> $ gmake
> $ sudo gmake install
> $ cd /opt/erlang/R11B-2/bin
> $ ./erl
> Erlang (BEAM) emulator version 5.5.2 [source] [async-threads:0] [hipe]
> [kernel-poll:false]
>
> Eshell V5.5.2 (abort with ^G)
> 1> q().
>
> $ ./erl +K true
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> {error_logger,{{2006,12,19},{13,57,10}},"~s~n",["erts_poll_wait()
> failed: einval (22)\n"]}
> ^C
>
> $ uname -a
> SunOS devstorm10 5.10 Generic_118844-28 i86pc i386 i86pc
>
> Any suggestions?
No suggestion, only to confirm that I see the exact same issue on
SunOS xxxx.xx.xx.xx 5.10 Generic_118855-19 i86pc i386 i86pc
which is an amd64 box, and OTP was built in 64-bit mode.
/Mikael
More information about the erlang-bugs
mailing list