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
  • !4752

i#4627: Work around QEMU signal number bugs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4627-qemu-signums into master Feb 23, 2021
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

QEMU prior to 5.0 has a signal number mapping bug where it ends up failing its app's attempts to invoke sigaction for signals 33 and 64. We relax DR's assert on sigaction failure when -xarch_root is set for those numbers, trying to continue for best-effort execution with a syslog warning.

Tested manually on 4.2.0 and on the forthcoming GA CI QEMU testing in PR #4747.

Fixes #4627 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4627-qemu-signums