DynamoRIO / DynamoRIO/drmemory
mark other thread stacks as unaddr in fork child
Open
Migrated
OpSys-Linux
Priority-Medium
Type-Feature
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on September 14, 2011 13:16:53_
after a fork, it seems reasonable to report an access to a (now-gone)
thread's stack as an error. this requires recording the other threads
pre-fork and in the child marking each of their stacks as completely
unaddressable.
this came up over discussion re: https://bugs.kde.org/show_bug.cgi?id=282018
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=592_
Contributor guide
Assessment
This issue has not been assessed yet.