This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Page faults


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]