DynamoRIO / DynamoRIO/dynamorio
CRASH on reset on ARM
Open
Bug-DRCrash
OpSys-ARM
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
On ARM, large applications tend to crash on reset. I've been running them with -no_enable_reset to work around this, but we should solve it as it probably indicates problems in translation which will affect faults and not just reset.
E.g., on content_shell DRT:
```
<(1+x) Handling our fault in a TRY at 0x2a1f93ca>
#CRASHED - renderer (pid 8173)
```
Contributor guide
Assessment
This issue has not been assessed yet.