Thank you all! I am helping a colleague who is getting an error. Your input will definitely help me looking into right directions.
Thanks again! Chintan Naik Health System Design & Development * (972)-796-2414 - (Plano - Tue, Wed, Thu) * (817)-798-0546 - (Dallas OIFO - Mon, Fri) * Fax: (972)-796-6181 * mailto:[EMAIL PROTECTED] To care for him who shall have borne the battle and for his widow and his orphan... Abraham Lincoln Enrollment Systems Group... Where VA Health Care Begins! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of steven mcphelan Sent: Tuesday, March 08, 2005 10:19 AM To: [email protected] Subject: Re: [Hardhats-members] Interpreter Stack overflow I am pulling deep from faulty memory. But you usually see this error in a looping situation gone astray. You may have a FOR loop making DO calls repeatedly without QUITing the DOs. If your programming logic is recursive and calls itself repeatedly you can easily overflow the stack. How many DO calls and FOR loops you can have nested varies depending upon the use of NEW commands as NEWing variables takes up stack partition space. If you NEW only a few variables, you can have more DO calls. NEW many variables and you have fewer DO calls. ----- Original Message ----- From: "Naik, Chintan (EDS)" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, March 08, 2005 10:27 AM Subject: [Hardhats-members] Interpreter Stack overflow Anyone know what this error means? %DSM-E-STKOVR, Interpreter stack overflow Thanks, Chintan Naik Health System Design & Development * (972)-796-2414 - (Plano - Tue, Wed, Thu) * (817)-798-0546 - (Dallas OIFO - Mon, Fri) * Fax: (972)-796-6181 * mailto:[EMAIL PROTECTED] To care for him who shall have borne the battle and for his widow and his orphan... Abraham Lincoln Enrollment Systems Group... Where VA Health Care Begins! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
