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

i#4736: Fix high-loglevel issues and add test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4736-high-loglevel-test into master Mar 25, 2021
  • Overview 3
  • Commits 3
  • Pipelines 0
  • Changes 9

Fixes several problems with loglevel 5 and above:

  • Fixes a deadlock by avoiding an over-long LOG in a fragile memquery context.
  • Avoids an assert by avoiding an opcode query for a level 0 bundle.
  • Fixes a rank order violation by avoiding diagnostic module name lookup if holding fcache_unit_areas->lock.
  • Fixes an infinite recursion by avoiding the same module lookup for the loaded_module_areas vector.
  • Fixes a crash when thread_kstats is not yet allocated.
  • Fixes a memory leak at level 5.
  • Effectively disables vmm_dump_map as with 4K blocks it has enormous output now.

Adds a test of loglevel 19 that runs a pure-asm app to keep the time and space down. Marks it as part of the QEMU suite.

Fixes #4736 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4736-high-loglevel-test