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
  • #3332
Closed
Open
Issue created Jan 04, 2019 by Hendrik Greving@hgreving2304Contributor

DR nanosleep syscall fails > 3 times leading to assert

Following assertion fires occasionally when running test client.mangle_suspend (version 38239008)

if (count++ > 3 && !IS_CLIENT_THREAD(get_thread_private_dcontext())) { ASSERT_NOT_REACHED(); break; /* paranoid */ }

To reproduce more reliably, change nanosleep timeout in suite/tests/client-interface/mangle_suspend.c:71 to

 /* Pick an uneven number to maximize the number of suspend calls w/o                                                                                                                                           
 * running into limitations in DR.                                                                                                                                                                             
 */
sleeptime.tv_nsec = 100 * 1111
Assignee
Assign to
Time tracking