Mike Schrom wrote, on 07/20/2006 05:10 PM:

[KSB] <...snip...:

> %GTM-F-STACKOFLOW, Stack overflow

[KSB] From the GT.M Messages and Recovery Procedures book 
(http://www.sanchez-gtm.com/user_documentation/V44MsgRecProc/index.htm):

----------------------------------------------
STACKOFLOW

STACKOFLOW, Stack overflow

Run Time Fatal Error: This indicates that the process required more 
stack space than was available in memory.

Action: Reduce the stack when you get a STACKCRIT error. This error 
terminates the image.
----------------------------------------------

Since the GT.M stack is ample for just about any real world application, 
the most likely cause is unbounded recursion.  For a mature application 
like VistA, I would guess that it is not recursion in normal code, but 
rather recursion in error handling.

-- Bhaskar

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to