I have a couple thrift wrapped services and wrote some test node apps to 
talk to them using the 'thrift' npm module.  After my early development on 
node v0.8 things were working fine so I left things alone.
 
My new servers are all running node v0.10 and tried to get the thrift 
services running on them with no luck so far.  This is the error I receive 
on trying to setup the thrift objects and connect:
 
node: ../deps/uv/src/unix/stream.c:1084: uv_shutdown: Assertion 
`((stream)->io_watcher.fd) >= 0' failed.
Aborted (core dumped)
Don't know much about the node innards but assume the stream changes in 
v0.10 are the culprit for this.  I tried several of the other npm modules, 
as well as grabbing the latest source from the thrift github repo, still 
get the same error.
 
Has anyone had luck running thrift based calls via a node setup on v0.10x?
 
I am currently running thrift version is v0.9

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to