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


stap -V says version 1.7 and the kernel is 3.2.0-4-686-pae

I'll try upgrading...

On 10 September 2013 21:12, Frank Ch. Eigler <fche@redhat.com> wrote:
>
> 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]