Kbase P184987: Progress session randomly crashes when using a schema cache file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/8/2011 |
|
Status: Unverified
SYMPTOM(s):
Progress session crashes when using a schema cache file
Crash happens when using classes
Protrace from prow32.dll:
stgetbk
st_getd
st_get
rnooref_ttab_inithash
rnreloc
FACT(s) (Environment):
Windows
OpenEdge 10.2B03 Service Pack
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# OE00206440
CAUSE:
It is possible for a database table to be incorrectly marked as having some field in the table holding a class. This is possible only for temp-tables, not database tables. If a table gets marked in this way and then the schema for the database is saved to a file using the SAVE CACHE statement then the cache file is used for other sessions those sessions can randomly crash.
FIX:
None at this time