in reply to Interpreter eval counter out of bounds
Yes, “look in the mirror.” (No offense intended.) There must be a flaw bug in this code. It rather looks to me like the code is somehow trying to eval a string that consists of an integer value.
I think you need to pore through some of those existing logfiles, e.g. with grep, because I suspect that you will find millions of occurrences of this whatever-it-is error. And such an error could turn out to be quite serious, because I doubt that you would have intended to be evaluating an integer ... which leads to the question, “how did it get such a thing?” ... which of course also leads to, “what else is wrong?”
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Interpreter eval counter out of bounds (perl bugs)
by tye (Sage) on Jan 28, 2011 at 15:05 UTC |