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

Windows7 - Assert 0 thrown by libuv after this function is called. #4

Open
LiamKarlMitchell opened this issue May 7, 2014 · 0 comments

Comments

@LiamKarlMitchell
Copy link

    if (!uv_is_active((uv_handle_t*)poll_)) {
        uv_poll_start(poll_, events_, &SocketWatcher::Callback);
    }

I am trying to use node_pcap which uses socketwatcher.
After uv_poll_start is called but not directly after I get the following assert.
Assertion failed: 0, file g:\jenkins\workspace\nodejs-msi\d73b0901\deps\uv\src\win\req-inl.h, line 219

I used the MSI of node.js do I have to download latest node and compile it? I will try that next.
In req-inl.h there is a switch case for handling req->type. I guess it does not contain something that socket watcher or node_pcap is causing socket watcher to use?.

I shall try and upgrade on a new computer later today and if that does not work investigate why. Thought I would post here incase anyone else has had issues?.

Cheers,

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

1 participant