140 likes | 541 Views
Motivation for writing specs: Instant gratification. Dynamic Program Analysis. Klaus Havelund Kestrel Technology NASA Ames Research Center. Static and Dynamic Analysis. ?. Specification. Test case generation. Runtime verification. Program. Input. Output.
E N D
Motivation for writing specs: Instant gratification Dynamic Program Analysis Klaus Havelund Kestrel Technology NASA Ames Research Center
Static and Dynamic Analysis ? Specification Test case generation Runtime verification Program Input Output Program instrumentation
RV MC/TP SA Of course … it is not Ideal Property language power IDEAL Scalability Coverage
Runtime Verification • Specification-based monitoring • Algorithm-based monitoring • For test • For fault protection
Specification-Based monitoring.Problem is to choose a specification language • Pre/post conditions, invariants: Eiffel, JML, Java’s assert. • Temporal logic: Temporal Rover, MAC • Real-time properties: Timed Automata • Quantified temporal logic: Sipma+Finkbeiner • Statecharts: TLChart • Process algebra: Jass • Regular expressions: Rosu, MAC • Wide spectrum: Spec#, VDM • Embed in for example RWL: LTL in Maude (JPAX) • Combining logics into one notation: MAC, TLChart, Eagle
now #F @F Eagle • Three temporal connectives: • Next: @F • Previous:#F • Concatenation: F1;F2 • Recursive parameterized rules over trace Even(Term t) = t \/ @Even(t) . • Ktimes(int k, Term t) = • k>0 -> (t /\ # Ktimes(t-1,t)) .
Algorithm-Based monitoring.Problem is to classify errors • Memory leaks: Purify. • Low level data races and deadlocks: Visual Threads, JProbe, JPAX. • High level data races: Stoller, Flanagan, JPAX.
Program InstrumentationProblem is reducing overhead • Aspect Oriented Programming: AspectJ, AspectC, AspectC++, MOP • Object code/byte code instr.: Java: BCEL, Jtrek, jContractor, jMonitor Others: Valgrind
But Properties are Hard to Formulate To quote quite excellent NASA software engineer when asked what properties his system would have to satisfy: “I have absolutely no! idea what properties this system should satisfy”.
Specification Generation • Inferring invariants: DAIKON • Inferring temporal properties: Yang + Evans
Static and Dynamic Analysis Static analysis can reduce instrumentation overhead. Dynamic analysis functions as fall back position for properties that cannot be proven statically.
Two Recently CreatedWorkshop Series RV Workshop On Runtime Verification http://react.cs.uni-sb.de/rv2005 WODA Workshop On Dynamic Analysis http://www.csd.uwo.ca/woda2005