On Wed, Apr 3, 2013 at 1:17 PM, Michael <michael.wit...@cinovo.de> wrote:
> We are migrating from node 0.8 to node 0.10. Currently we see this:
>
> node: ../deps/uv/src/unix/stream.c:483: uv__server_io: Assertion `events ==
> 1' failed.
>
> on a CentOS 6.4 machine if we use the cluster module
> If we do not use the cluster module it runs fin on CentOS too.
> On OS X (developer machine) everything runs fine.
>
> Kernel: 2.6.32-358.2.1.el6.x86_64
> Node: 0.10.2 (from source)
>
> Any ideas what the reason could be?
>
> Regards, Michael

The kernel is reporting one or more events for a listen socket but
it's not EPOLLIN (the only expected type of event.)

Can you post the output of `strace -fo trace.log node script.js`?

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to