Skip to content
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

Closed
emilsedgh opened this issue Jun 23, 2013 · 4 comments
Closed

Assertion `loop->watchers[w->fd] == w' failed. #33

emilsedgh opened this issue Jun 23, 2013 · 4 comments

Comments

@emilsedgh
Copy link

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

@jeremycx
Copy link
Owner

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.

@jeremycx
Copy link
Owner

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.

@emilsedgh
Copy link
Author

Im using the latest version on npm, which is 1.1.5
Let me try installing the github version.

@emilsedgh
Copy link
Author

Its indeed fixed in master. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants