Ticket #14 (closed enhancement: duplicate)

Opened 2 months ago

Last modified 2 months ago

Consistency check for manually maintained call stack

Reported by: jwloka Assigned to: jwloka
Priority: major Milestone: M4
Component: dila.instrumentation Version: 0.0.2
Keywords: Cc:

Description

The CallGraphBuilder? maintains a callstack for catching callbacks from library methods. This is updated, basically after entries/before exits of method bodies, and before/after method calls. If this callstack is "out of sync" the resulting call graph contains arbitrarily wrong edges. A consistency check that compares a filtered stack trace with the call stack at every access to the call stack can assert a valid call stack.

Change History

07/03/08 15:41:34 changed by jwloka

  • status changed from new to closed.
  • resolution set to duplicate.