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
  • #3330
Closed
Open
Issue created Jan 03, 2019 by Derek Bruening@derekbrueningContributor

add release-build logging capabilities

Some bugs only reproduce in release build, and in other scenarios some basic statistics beyond the "rstats" are desired for release build. This is a feature request for some kind of logging support in release build. Of course if such support goes too far it might trigger whatever overhead and timing changes make a bug not reproduce in debug build.

We might want to disable per-thread files for release-build logging if we can't hide the evaluation of the dcontext lookup behind the log-enabled check, or even if we can to reduce some overhead (though once enabled i/o will likely shadow it).

We may want to measure the cost of a global log-enabled check in every LOG location on a worst-case benchmark like continued process spawning.

We will have to figure out how to deal with debug-build-only data structure fields. One way is to go the RSTATS route and have RLOG which works in both release and debug.

Assignee
Assign to
Time tracking