Skip to content

Race condition in Task startup #2

Description

@kschiess

@floere just discovered the following race-condition:

  • You schedule a task
  • And then quickly call Scheduler#join

The bug is most likely in Scheduler#spawn, where the task is removed from the task_producer queue but not yet created as a process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions