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
  • #4271
Closed
Open
Issue created Apr 21, 2020 by Derek Bruening@derekbrueningContributor

ASSERT skip_pc != NULL && cti_pc != NULL on AArch64

Running a proprietary app on AArch64 hits this assert about 20% of the time. Sometimes it's preceded by this "Not tested" but not always so I do not think there's a correlation.

It was run with these options:

bin64/drrun -debug -no_enable_reset -disable_traces -vm_size 2G -msgbox_mask 0 -stderr_mask 15 -- 

The assert:

<Not tested @core/unix/signal.c:4016>
...
<Application xxx (nnn).  Internal Error: DynamoRIO debug check failure: core/arch/mangle_shared.c:730 skip_pc != NULL && cti_pc != NULL
(Error occurred @181643 frags)
version 7.91.18368, custom build
-no_dynamic_options -code_api -stderr_mask 15 -stack_size 64K -signal_stack_size 64K -max_elide_jmp 0 -max_elide_call 0 -vmm_block_size 64K -initial_heap_unit_size 192K -initial_heap_nonpers_size 192K -initial_global_heap_unit_size 192K -heap_commit_increment 64K -cache_commit_increment 64K -vm_size 2097152K -early_injec
Assignee
Assign to
Time tracking