DynamoRIO / DynamoRIO/dynamorio

Add client thread join feature

Open
#7,673 0 comments 0 reactions 0 assignees View on GitHub
Component-API Type-Feature
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

Handling client threads racing with detach and exit cleanup has caused complications: e.g., #297.
One solution is to not auto-join client threads ourselves: instead provide clients with a join feature and require that they join explicitly in their exit events. The join feature will kill the thread and then it won't exist during our final synchall.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.