Skip to content

uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed. #33966

Closed
@wmertens

Description

What steps will reproduce the bug?

I have a rather download-heavy script and it often crashes with

node: ../deps/uv/src/unix/core.c:918: uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed.

I found some other bugs that seem related to datagrams so to be sure I added the host it's connecting to to /etc/hosts, hoping that means no UDP connections, however that doesn't help. The connections my script does are only TCP

How often does it reproduce? Is there a required condition?

Within a few minutes, but only when the server that I'm fetching from times out. (the server times out very often)

Additional information

I'm using node-fetch to do the downloading but that just uses the http module of course.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    libuvIssues and PRs related to the libuv dependency or the uv binding.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions