snabbkaffe icon indicating copy to clipboard operation
snabbkaffe copied to clipboard

Integrated fuzzer

Open k32 opened this issue 3 years ago • 0 comments

Investigate if snabbkaffe can inject schedulings automatically.

  1. Given a trace, try to infer causality between the events.
  2. Inject an ordering between unrelated events
  3. Run the code with deadlock detection (see #35) and refine the infered causalities if a deadlock is detected
  4. Run checks as usual to detect anomalies
  5. Repeat with a different injection

k32 avatar Dec 11 '21 22:12 k32