Skip to content

Potential race condition in get_trace #37

@comnik

Description

@comnik

It is currently possible for a thread to access a trace on another thread's pool via get_trace. It could be however, that the owning thread is in the process of growing its thread pool.

We should synchronize get_trace with the pool lock.

Originally identified by @rai-nhdaly

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions