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
  • #3670
Closed
Open
Issue created Jun 05, 2019 by Administrator@rootContributor

CRASH when using dtltrace

Created by: jackery001

When using drltrace to record the call of adobe's program to cooltype, a crash occurs. After preliminary analysis, the reason for the crash is that the first parameter of the thread_get_mcontext function is NULL. I don't know why the parameter is empty.

os: win10 1809x64 17763.503 command line: drrun.exe -c drltrace.dll -only_to_lib CoolType -- "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" stack information: DrLTrace internal crash at PC 0x69bbb1e7. Please report this at http://dynamorio.org/issues. Program aborted. 0xc0000005 0x00000000 0x69bbb1e7 0x69bbb1e7 0x00000000 0x00000004 Base: 0x69b10000 Registers: eax=0x1ef1e914 ebx=0x1eef5040 ecx=0x000004e3 edx=0x00000000 esi=0x1ef1e914 edi=0x1eeff2fc esp=0x1ef1e904 ebp=0x00000003 eflags=0x00010 version 7.0.0, build 1 edx is the first parameter of the thread_get_mcontext.

Assignee
Assign to
Time tracking