Comment 3 for bug 1547644

Revision history for this message
Dan Streetman (ddstreet) wrote :

this can be reproduced with any stap script using a timer, e.g.:

#!/usr/bin/stap

probe timer.sec(1) {
  println("tick")
}