SideChannelMarvels / Tracer

Set of Dynamic Binary Instrumentation and visualization tools for execution traces.
GNU General Public License v3.0
298 stars 70 forks source link

Tracegraph "open" displays wrong data #15

Open protopyte opened 7 years ago

protopyte commented 7 years ago

Scenario: tracegraph traceA -> overview -> open traceB -> overview tracegraph_ko

This is what is expected: tracegraph traceB -> overview tracegraph_ok

I can reliably reproduce the issue. Both DBs are ~550MB. If that matters:

Beside the graphical issue, the information at the top right should also be reset on open, I think they belong to traceA while traceB is displayed.

Thank you