IRC Log


Saturday January 22, 2011

[Time] NameMessage
[01:24] mikko iDude: is that with 2.0.10 ?
[06:32] sustrik iDude: the problem seems to be here:
[06:32] sustrik int rc = getrlimit (RLIMIT_NOFILE, &rl);
[06:32] sustrik errno_assert (rc != -1);
[06:32] sustrik fd_table.resize (rl.rlim_cur);
[06:33] sustrik It looks like the RLIMIT_NOFILE is -1 on AIX
[06:33] sustrik which causes resize to fail
[13:45] lestrrat can somebody please update this page to point to my github repo? http://www.zeromq.org/bindings:perl
[13:45] lestrrat http://github.com/lestrrat/ZeroMQ-Perl
[15:34] mikko lestrrat: done
[19:37] mikko github has been pretty flaky