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

i#2592: add UNIX stack overflow detection

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i2575-unix-thread-memory into master Aug 05, 2017
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 18

Removes the STACK_GUARD_PAGE define and makes all of its code always compiled.

Implements stack overflow detection on UNIX by using a guard page at the bottom of the stack. Adds a new label on a crash that distinguishes a stack overflow from a general crash. Adds a new option -stack_guard_pages covering this feature along with a new test.

Does not support the feature on Windows where the kernel and -vm_reserve end up not working well together: i#2595 covers addressing that.

Fixes #2592 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i2575-unix-thread-memory