Kbase P111287: Dynamic reference to WORK-TABLE causes GPF
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/10/2006 |
|
Status: Unverified
SYMPTOM(s):
Dynamic reference to WORK-TABLE causes GPF
Referencing WORK-TABLE via a handle (example: hBuffer = BUFFER <work-table>:HANDLE)
Client crashes
Stack trace reads:
prow32!umDynTTDynCreate
prow32!umSuperDynCreate
prow32!umFindTTUIC
prow32!umFindBufUIC
prow32!rnFindUIC
CAUSE:
Bug# 20051122-012
CAUSE:
Using dynamic referenecs to WORK-TABLEsis not supported, but this condition was not handled properly.
FIX:
Use TEMP-TABLEs instead of WORK-TABLEs.
In 10.1B and later releases, attempting to refer to a WORK-TABLE dynamically will result in a compile-time error.