Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #4527
Closed
Open
Issue created Nov 11, 2020 by Derek Bruening@derekbrueningContributor

APP CRASH: drcachesim delayed tracing broken on 32-bit ARM

Commit 72275ad4 for #4496 (closed) via PR #4507 broke ARM delayed tracing:

$ bin32/drrun -t drcachesim -trace_after_instrs 20000 -- suite/tests/bin/simple_app
...
Hit delay threshold: enabling tracing.
<Application tried to execute from unreadable memory 0xb71db0a2.
This may be a result of an unsuccessful attack or a potential application vulnerability.>
<Application /home/derek/dr/git/build_dbg_tests/suite/tests/bin/simple_app (1075).  Application exception at PC 0xb71db0a2.  
Signal 11 delivered to application as default action.
Callstack:
	0xb71db0a2  
	0x0001e916  
	0x00000000  
>

It's due to an incorrect ISA mode on the dr_redirect_execution from the new synchall flush.

Assignee
Assign to
Time tracking