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: [QUESTION] About the behavior when MAXACTION is exceeded


Thank you for the reply.

However, is it acceptable to optionally consider 'MAXACTION exceeded'
as a recoverable error, and avoid aborting the script? Is there any
side-effect to do so?

Frank Ch. Eigler <fche@redhat.com> 于2019年1月29日周二 上午8:41写道:
>
> Zexuan Luo <spacewanderlzx@gmail.com> writes:
>
> > When MAXACTION is exceeded, the systemtap will exit. But as MAXACTION
> > is used to prevent a probe from running too much time, why not just
> > aborting the current probe instead of quitting the whole session?
>
> Aborting a probe running overtime is an error.  Aborting a script when
> an error occurs is a separate policy and is configurable with
> -DMAXERRORS=NNN or --suppress-handler-errors.
>
> - FChE


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