Kbase P143831: Session may crash when calling STATIC member of class which inherits from another class
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/29/2010 |
|
Status: Unverified
SYMPTOM(s):
Session may crash when calling STATIC member of class which inherits from another class
The static method is defined in a class which inherits from another class
The inherited super class does not define any static members, properties or methods
FACT(s) (Environment):
The crash is seen consistently for specific code paths with specific steps to reproduce
The crash is not seen for other code paths
All Supported Operating Systems
OpenEdge 10.2x
CAUSE:
Bug# OE00182982
CAUSE:
When the directory entries (-D parameter) get filled up because of the number of r-code files loaded and/or files being compiled, segments from the super class may be swapped out which disrupts the class hierarchy in memory.
While the super class is swapped out, the client will crash if internally it needs to reference something in this super class.
FIX:
Upgrade to OpenEdge 10.2A02 or later
Upgrade to OpenEdge 10.2B or later