We are experiencing exactly the same error message:

node: ../deps/uv/src/unix/stream.c:494: uv__server_io: Assertion `events == 
1' failed.

(okay the line number changed).  You can see our trace.log file 
here: http://cl.ly/3y0P2O2F3l30
It only happens if we're using cluster and mongoose to connect to a mongodb 
replicaset... even if only one worker is spawned.

Any suggestions?

Richard Bateman
GradeCam

On Wednesday, 3 April 2013 06:38:37 UTC-6, Ben Noordhuis wrote:
>
> On Wed, Apr 3, 2013 at 1:17 PM, Michael <michael...@cinovo.de<javascript:>> 
> 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