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
  • #2375
Closed
Open
Issue created Apr 21, 2017 by Derek Bruening@derekbrueningContributor

update native_exec to properly swap the signal mask, TLS, etc.

The native_exec code is not using os_thread_{,not_}under_dynamo() which means it is not using the fixes and changes from the past year or so: swapping the signal mask (#2337 (closed)), clearing the TLS (#2089 (closed)), etc.

It looks like adding the os_thread_{,not_}under_dynamo() calls and the os_thread_re_take_over() to get the TLS and dcontext back are straightforward for default options, so I will go ahead and do it, but complex for -native_exec_opt as they need to be in generated code.

Assignee
Assign to
Time tracking