On Thursday, October 11, 2012 12:29:05 PM UTC-4, Ben Noordhuis wrote: > On Thu, Oct 11, 2012 at 5:53 PM, Michael Nutt > <[email protected]<javascript:>> > wrote: > > I was getting a bunch of different errors: > > node: ../src/tcp_wrap.cc:353: static void > > node::TCPWrap::AfterConnect(uv_connect_t*, int): Assertion > > `req_wrap->object_.IsEmpty() == false' failed. > > Unknown system errno 105 > > On what platform and with what version of node.js is this? You should > never hit asserts in C++ code. >
This was node v0.8.0 on linux x86_64. Admittedly an old version, and I'll file a bug report if I can ever manage to reproduce it on v0.8.11. -- 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
