-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node crash: node: src/uv-common.c:92: uv_err_name: Assertion `0' failed. #549
Comments
You should report this at joyent/node as it's be bug because you are running the unstable release, this is not something that we can fix. |
"i tryed the v0.4 stable version and some newer onces.. all the same.." I find that hard to believe considering this is a bug in libuv! :D |
could you suggest me any node version together with socket.io that worked best? thanks |
Always last stable. |
node is v0.4.12 but which socket.io is "stable" ? |
I'm using node 0.6.0 + socket.io 0.8.7 and I'm getting same error. :( |
+1 |
- debug to version 3.1.0 - babel-eslint to version 8.0.2 - mocha to version 4.0.1 - superagent to version 3.8.1
my node server.js is breaking from time to time with this error:
src/uv-common.c:92: uv_err_name: Assertion `0' failed.
it uses socket.io and get many connections...
i tryed the v0.4 stable version and some newer onces.. all the same..
is there a way to try/catch this somehow in my server?
i'm totally lost.. there are no more informations when it crashes....
thanks in advance for your help guys..
using socket 0.8.4
The text was updated successfully, but these errors were encountered: