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
  • #4741
Closed
Open
Issue created Feb 18, 2021 by Derek Bruening@derekbrueningContributor

drraw2trace maps vdso twice but never references the second

For #3900 (closed) we split the vdso into two separate segments. But drraw2trace re-maps the full stored vdso for the 2nd, despite translating 2nd-page addresses to the first segment:

[drmemtrace]: Using module 11 [vdso] stored 8192-byte contents @0x55d569b449ef
[drmemtrace]: Using module 12 [vdso] stored 8192-byte contents @0x55d569b46a58
Mapped vdso1+0x10 to 55d569b449ff; range 55d569b449ef size 2000
Mapped vdso2+0x10 to 55d569b459ff; range 55d569b449ef size 2000
Assignee
Assign to
Time tracking