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

Thread-safe exit() #56

Open
roblabla opened this issue Dec 13, 2017 · 1 comment
Open

Thread-safe exit() #56

roblabla opened this issue Dec 13, 2017 · 1 comment

Comments

@roblabla
Copy link
Member

We need to figure out how to make exit thread-safe. I'm getting kind-of doubtful this is possible to do entirely, but right now exit in another thread gives us a segfault. We might be able to at least give it a saner behavior.

@misson20000
Copy link
Member

I think the best we might be able to get is calling svcCancelSynchronization on all our threads and sprinkling checks to see if we've exited all over.

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

2 participants