DynamoRIO / DynamoRIO/dynamorio
drcachesim offline simulation does not properly combine multiple processes
Open
Bug-ToolFail
Component-DrMemtrace
Component-DRTool
help wanted
OpSys-Linux
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
It looks like we never made a test for a multi-process offline simulation. Looking at the code, the files are closed on fork, but there's no fork init event to open a new one, so I would expect a failure on writing out the child's trace.
Contributor guide
Assessment
This issue has not been assessed yet.