Query: error::fault
OS: centos
Section: 7stap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ERROR::FAULT(7stap) ERROR::FAULT(7stap)NAMEerror::fault - memory access faultsDESCRIPTIONRead or write faults can occur during the operation of a systemtap script, if the script causes dereferencing of a pointer that turns out to be invalid. This can be caused by using context variables that do not happen to have valid values, or perhaps references to memory that is unavailable at that moment due to paging. These fault conditions are benign because they are caught by the systemtap runtime, which cleanly terminates the script. If quick termina- tion is not desired, consider using the --suppress-handler-errors or -DMAXERRORS=NN stap options, or wrapping relevant parts of the probe handlers in a try/catch block.SEE ALSOstap(1), error::reporting(7stap) ERROR::FAULT(7stap)
Related Man Pages |
---|
stapdyn(8) - centos |
error::pass2(7stap) - centos |
error::buildid(7stap) - centos |
warning::debuginfo(7stap) - centos |
error::dwarf(7stap) - centos |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |