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
  • #3756
Closed
Open
Issue created Jul 25, 2019 by Hendrik Greving@hgreving2304Contributor

Fail to propagate magic1 field in signal frame (linux.sigcontext).

Looks to me like we're failing to propagate the magic1 field if the extended context is valid. The test for this is already been written (linux.sigcontext), but the AVX part is not enabled by default. When tweaking the test, it looks like we're good propagating the state, but we're not setting the magic1 field, which the test already checks. The same might apply to magic2, I'm not sure if that gets copied already or needs to be written separately.

To be clear, the issue is only exposed when editing the test and make sure it's compiled with and include AVX state.

Assignee
Assign to
Time tracking