Skip to content

executor move after allocate thread segfault #51

@LeandroTreu

Description

@LeandroTreu

The rfaas::executor cannot be std::moved after its allocate method has been used, because its _background_thread will then keep accessing the old memory of the moved-from object, leading to a segfault.

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