DynamoRIO / DynamoRIO/dynamorio
Add client thread join feature
Open
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
Assessment
This issue has not been assessed yet.