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]

seemingly out of place errors?


I'm getting errors like the following:

ERROR: Array overflow, check MAXMAPENTRIES near identifier '$filename'

...for a line that is essentially aliasing a string variable:

filename = $filename

...and similarly:

ERROR: Array overflow, check MAXMAPENTRIES near identifier '$fd'

...for:

if ($fd == 0 && track_utility && !(pid() in redirected_stdin)) {

Admittedly in the latter case there is a check against an array, but it seems to be flagging "$fd" not the array check.

Is some array simply concurrently overflowing elsewhere?  Why am I getting these particular errors?

Thanks,
Nick


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