This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [QUESTION] About the behavior when MAXACTION is exceeded
Hi -
> 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?
Setting -DMAXERRORS=NNN is one way of making this error non-fatal.
We don't have a flag for turning this particular error into a warning,
but would consider merging such a patch.
- FChE