Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Can't STOP the uv_run!!! #196

Open
Open
@jinfeihan57

Description

@jinfeihan57
  • Version: 1.41
  • Platform: Red Hat 7.6
    I use one thread to run uv_run() and another thread to call uv_stop(). Why uv_run() cannot exit? After debugging, I found that uv_run() is blocked at line 324 of libuv/src/unix/linux-core.c, epoll_wait() function. And the timeout value is -1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions