Skip to content

[BUG] - Goroutine leaks when shutdown #837

Closed
@apocelipes

Description

@apocelipes

Describe the bug

Image

To Reproduce

Appears randomly in unit tests.

One possible reason is that “s.exec.stopCh” has multiple receivers, but only sends the signal once, causing the receiver that doesn't get the signal to block permanently.

Expected behavior

No leaks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions