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
  • Merge requests
  • !3452

i#3442: Fix 3 different client.pcache-use test failures

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i3442-pcache-use into master Mar 16, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 4

Makes the following 4 changes, fixing 3 different failures in the client.pcache-use test:

  • Raises the client.pcache.dll preferred base to be above the default vmm on 64-bit Linux. THe test relies on this library being at its preferred base.

  • Changes the default -vm_base on Linux to be slightly lower, 0x3f000000 instead of 0x46000000, to avoid colliding with the preferred addresses we typically use in the 0x7xxx0000 range with the new 512M -vm_size default.

  • Fixes a crash by passing the proper at_map=false when freezing coarse units into pcaches.

  • Augments coarse_cti_is_intra_fragment() to distinguish an intra-fragment cti which targets the final instruction in its fragment which was a jump that was elided from a true exit cti.

Fixes #3442 (closed) Fixes #1032 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3442-pcache-use