On Dec 13, 10:41*am, poundsailor <poundsai... (AT) devnull (DOT) com> wrote:
Quote:
Help please I get:
9994
9995
9996
9997
9998
9999
000000B4: CALLs nested too deeply at line 6 of CTEST
Tried posting to OpenQM group - doesn't appear |
Firstly, unless you are using a different name here, you are not
registered for the OpenQM group and hence cannot post there.
The error message you are seeing is correct. QM imposes a configurable
limit on the depth of internal subroutine calls. Your class module
calls itself recursively without any end condition and hence will
eventually hit this limit. It's there to trap errors neatly rather
than going on until you run out of memory (a long time on a 64 bit
system).
You start your posting by citing this as a QM issue and put "Attn
Martin Phillips" in the subject line but you then mention that you are
running Scarlet. This is a private fork of a very old version of QM
and has no connection with the current commercial QM product.
Martin Phillips, Ladybridge Systems