Skip to content

A thread.join exception coredump #29

Closed
@zieckey

Description

@zieckey
        auto http_close_fn = [=]() {
            lt.hserver->Stop();
            OnListenThreadExited(exited_listen_thread_count->fetch_add(1) + 1);
        };

This lamba function use = to capture which will cause the shared_ptrstd::thread copied and then we cannot determine when to destruct the thread.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions