Page faults
Frank Ch. Eigler
fche@redhat.com
Tue Sep 10 20:12:00 GMT 2013
paddieobrien wrote:
> The script sometimes crashes unless I include --skip-badvars.
> Could my problem be caused by a misconfigured systemtap installation?
The exact error message could help. It's possible that there is a
build problem (e.g., debuginfo errors), or runtime bugs, or kernel
unexpected behavior. You may be able to use constructs such as
try {
foo = $var->field
} catch {
next
}
or "stap --suppress-handler-errors".
- FChE
More information about the Systemtap
mailing list