I'm researching an error that reports: "Deep recursion on subroutine ..."
I've not been able to figure out when (at what level) this warning is
actually displayed. I have a test sub that recurses to the 100,000th
level, but have not been able to force the warning. A copy of the prog
in production displayed this warning in the log though, and while it's
possible, it's not plausible that this program actually recursed that
far. Typical recursions are in the low 10s.
Does anyone have experience with debugging this? Any documentation that
explains deep recursion warnings?
TIA,
John
|