Kbase P30912: Stack size exceeded when compiling complex SmartDataObject
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/07/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
-s exceeded when compiling SmartDataObject
SmartDataObject contains custom code (data.i, datacustom.i, etc)
CAUSE:
The code that is compiled (after insertion of all include files) is very, very large and complex. The compiler runs out of stack space will attempting to compile the code.
FIX:
Increase the following startup parameters:
1) -s 512 (stack size)
2) -inp 32000 (maximum number of input characters)
3) -tok 3000 (maximum number of tokens in a statement)