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
  • #2816
Closed
Open
Issue created Jan 29, 2018 by Administrator@rootContributor

ASSERT: missing decode type in core/arch/x86/disassemble.c:227

Created by: abenkhadra

In order to log the actual instructions observed at runtime, one can enable loglevel 3 by issuing the following command:

drrun -debug -loglevel 3  -c any_client -- any_app

This command runs without problems dumping the instructions in DR's own syntax. However, changing the disassembly syntax to intel or att, by adding command line option -syntax_intel or -syntax_att respectively, would trigger the above mentioned assertion which can be found here.

I've debugged this issue a bit and it seems like the assertion is triggered by instruction syscall which is called by ld-linux-x86-64.so.2. The instruction syscall does not have a matching optype. The issue is independent of the client used or the instrumented application since it's triggered by the loader.

I'm using DR 6.2.0 on an x86_64 machine running Ubuntu 16.04

Assignee
Assign to
Time tracking