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
  • #4769
Closed
Open
Issue created Mar 07, 2021 by Sotiris Apostolakis@sapostolakisContributor

Missing unregistering of drmgr's tls slot in drcachesim's func_trace

The func_trace in drcachesim registers a thread-local storage (tls) slot during initialization (func_trace_init()) but does not unregister this slot during exit (func_trace_exit()). This is problematic in a setting with multiples detaches and re-attaches and no resetting of the taken tls slots, since there is a slot that is not properly freed ("leaked" slot) potentially leading to a false shortage of available tls slots.

Assignee
Assign to
Time tracking