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

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

Open
misson20000 opened this issue Jul 26, 2018 · 0 comments
Open

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

misson20000 opened this issue Jul 26, 2018 · 0 comments

Comments

@misson20000
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant