DynamoRIO / DynamoRIO/dynamorio
tool.drcacheoff.rseq failing with glibc 2.35
Open
Component-Tests
OpSys-ARM
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
The `tool.drcacheoff.rseq` test fails due to an invariant error, on an A64 VM with glibc 2.35 (disabled glibc's rseq due to i#5431). The same also happens with the #5711 fix, with and without glibc's rseq.
```
238: Trace invariant failure in T-1 at ref # 0: Serial schedule entry count does
238: not match trace
```
The test works fine on the A64 Jenkins machine (which has an older glibc).
Contributor guide
Assessment
This issue has not been assessed yet.