Kbase P156295: Session crashes when compiling code that references static class methods
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/11/2010 |
|
Status: Unverified
SYMPTOM(s):
Session crashes when compiling code that references static class methods
Code outside class hierarchy refers to a static method defined in a subclass of another class
Part of the class hierarchy is recompiled during the session
Session crashes when the code outside the class hierarchy is run again
FACT(s) (Environment):
OpenEdge 10.2B
Windows
CAUSE:
Bug# OE00193583
CAUSE:
During the recompile r-code segments are swapped out when they should not be. This effectively corrupts the code in memory.
When next resolving the class reference, the corrupted memory is accessed which triggers the crash.
FIX:
Upgrade to OpenEdge 10.2B01 or later