cuplv / TraceRunner

Tool for generating dynamic traces of android applications.
3 stars 0 forks source link

Unmatched onFinish in ContractionTimerDistilled #18

Open ftc opened 7 years ago

ftc commented 7 years ago

Running the auto tracer on the ContractionTimerDistilled on the tracer vm ( ubuntu@192.12.243.135) results in a unmatched method entry in the noCrash trace for the non crashing trace.

This appears to not have anything to do with the auto tracer, the auto tracer just causes it to crash and that is the input I am using.

When the unmatched message at 485 in ctrace.py in cuplv/callback-verification is triggered the com.peilunzhang.contractiontimerdistilled.CountdownFragment$1.onFinish() is still on the stack.

ftc commented 7 years ago

Note: this may be due to auto tracer issues. The non crashing trace driver from the auto tracer emits a crashing trace and this crashing trace does not match up properly. When run through callback verification.