Comment 0 for bug 1545324

Revision history for this message
apport hater (g112) wrote : [wily][regression] syscall.clone not found

Stap scripts involving "syscall.clone" probe point will fail
It is due to a kernel change, which renamed "do_fork" to "_do_fork"
and fails in both DWARF and dwarf-less situations.

Link to a patch:
https://github.com/larytet/SystemTap/commit/4dde890792b69930e76e9667939bb08a80cdfb9c

Test:
# stap -vv -L 'nd_syscall.clone'

What should happen:
command runs with no errors

What happens:
red lines with errors are printed