Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

C++ throw is broken in non-main threads #3

@misson20000

Description

@misson20000

The libc++ implementation of throw calls into pthread functions to get thread-local values. If we're not in a thread that has had pthreads set up properly, this will crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions