-
Notifications
You must be signed in to change notification settings - Fork 43
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
Assertion `loop->watchers[w->fd] == w' failed. #33
Comments
Yeah, thanks for the extra legwork - there were a few cases where I was recycling the handle, thought I caught them all, but obviously not. I'll look at this today. |
Quick question: are you using the current version from github? It looks like I already fixed the issue about 2 weeks ago, unless I'm missing something... Before I dive in and go crazy, I'm thinking npm might be out of date. |
Im using the latest version on npm, which is 1.1.5 |
Its indeed fixed in master. Thanks a lot. |
node-ldap builds fine using Node 0.10 now, however, this assertion happens.
Previous discussion: joyent/libuv#838
I investigated the issue, assertion happens the second time we try to bind using simplebind function of LDAP.cc
it happens on LDAPConnection::SetIO
The text was updated successfully, but these errors were encountered: