mxmssh / drltrace

Drltrace is a library calls tracer for Windows and Linux applications.
BSD 3-Clause "New" or "Revised" License
387 stars 65 forks source link

DynamoRIO crashes with 32-bit drltrace (RelWithDebInfo) #22

Open mxmssh opened 4 years ago

mxmssh commented 4 years ago

There is some problem with drltrace when compiled in RelWithDebInfo configuration.

 Test command: /home/travis/build/mxmssh/drltrace/build/bin/drltrace "--" "./bin/drltrace_app"
1: Test timeout computed to be: 10000000
1: <Application /home/travis/build/mxmssh/drltrace/build/bin/drltrace_app (11338).  DynamoRIO internal crash at PC 0xf7e2e2d3.  Please report this at http://dynamorio.org/issues/.  Program aborted.
1: Received SIGSEGV at unknown pc 0xf7e2e2d3 in thread 11338
1: Base: 0xf7d27000
1: Registers:eax=0x00000000 ebx=0xff8a5ac8 ecx=0x00000035 edx=0xf7a57a40
1:  esi=0x00046c94 edi=0xff8a5ac0 esp=0xff8a5abc ebp=0xff8a5ac2
1:  eflags=0x00010286
mxmssh commented 4 years ago

Travis build for this configuration has been disabled.