Kbase 20980: One Explanation for a Buffer Stack Overflow Error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Solution ID: 20980
SYMPTOM(s):
** Save file named core for analysis by Progress Software Corporation. (439)
Error: buffer stack overflow
No error number with buffer stack overflow.
CAUSE:
A "buffer stack overflow" error in the log file (with no PROGRESS
error number) is caused by rebuilding a database structure with PROSTRCT CREATE and immediately performing a PROREST without doing a PROCOPY. PROREST will not complain about restoring on a void database. No warning is given that the PROCOPY step was omitted. The buffer stack overflow error will appear only in subsequent steps, such as starting a Database server.
FIX:
To avoid this message, always follow the normal steps:
1) PROSTRCT CREATE ...
2) PROCOPY srcDB destDB
3) PROREST destDB ...