Kbase P15397: Batch process crashes with multiple errors 5408 followed by memory violation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/08/2004 |
|
Status: Unverified
SYMPTOM(s):
Batch process crashes with multiple errors 5408 followed by memory violation
WARNING: -l exceeded. Automatically increasing from <old value> to <new value>. (5408)
SYSTEM ERROR: Memory violation. (49)
CHANGE:
Program doe has being changed
CAUSE:
Changes in the code causing a infinite loop
FIX:
Debug the program by adding messages to the program. Is reccomend to output those messages to a file, creating a log file to identify the specific condition that leading to the loop. Once identified the code causing the loop modify the code to fix the infinite loop.