Consultor Eletrônico



Kbase 12180: RS6000 Errors - Stack Overflow
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
RS6000 Errors - Stack Overflow

Error 693 Runtime R6000 error is a Microsoft C Runtime Stack Overflow
error. The error means "the program has run out of stack space. This
can occur when a program uses a large amount of local data or is
heavily recursive. Recompile using the /F compiler option or relink
using the linker /STACK option to allocate a larger stack size".
Another option could be to run EXEHDR to change the default header
information regarding the stack size. This is documented in the
Microsoft C documentation.

Regarding workarounds from the PROGRESS side, try increasing the -s
parameter. If the problem is not resolved the user will need to make
coding changes reducing the number of recursive programs.

Additional information about what is added to the internal stack can
be found in associated library entries (use QBW and search for "stack)

Progress Software Technical Support Note # 12180