Kbase P98663: Error 4604 when using dynamic queries and dynamic buffers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/12/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
Caldera Open UNIX/SCO UnixWare
SYMPTOM(s):
SYSTEM ERROR: Internal error detected in routine as4irid() in module acdb.c. (4604)
Batch program runs for a long time then crashes with no stack trace or core file
CHANGE:
Program was modified and a few new internal procedures were added
CAUSE:
The new internal procedures used dynamic queries and dynamic buffers. These object were not being properly released from memory.
FIX:
Modify the application code and use the DELETE OBJECT statement to remove dynamic queries and dynamic buffers when they are no longer needed