DynamoRIO / DynamoRIO/dynamorio
common.nativeexec_bindnow assert failure in x86-64 long suite
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
`common.nativeexec_bindnow` has been failing in the x86-64 long suite, with various options but the same assert failure.
```
code_api,tracedump_text,tracedump_origins,syntax_intel|common.nativeexec_bindnow
common.nativeexec (4531). Internal Error: DynamoRIO debug check failure: /home/runner/work/dynamorio/dynamorio/core/native_exec.c:272 i < MAX_NATIVE_RETSTACK
https://github.com/DynamoRIO/dynamorio/runs/2399752677
code_api,bbdump_tags|common.nativeexec_bindnow
common.nativeexec (10150). Internal Error: DynamoRIO debug check failure: /home/runner/work/dynamorio/dynamorio/core/native_exec.c:272 i < MAX_NATIVE_RETSTACK
https://github.com/DynamoRIO/dynamorio/runs/2393892498
code_api,tracedump_text,tracedump_origins,syntax_intel|common.nativeexec_bindnow
common.nativeexec (7841). Internal Error: DynamoRIO debug check failure: /home/runner/work/dynamorio/dynamorio/core/native_exec.c:272 i < MAX_NATIVE_RETSTACK
https://github.com/DynamoRIO/dynamorio/runs/2370074937
```
Contributor guide
Assessment
This issue has not been assessed yet.