Kbase P138108: Session crashes when calling method from super class
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/19/2010 |
|
Status: Unverified
SYMPTOM(s):
Session crashes when calling method from super class
Compiling subclass crashes
Stack trace reads:
DllStartup
The instruction at "0x10083865" referenced memory at "0x00000000". The memory could not be "read".
FACT(s) (Environment):
Subclass calls a method from super class
All Supported Operating Systems
OpenEdge 10.2x
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# OE00178390
FIX:
As a work around, when calling the method from the super class, include the reference to SUPER system reference before the name of the method, for example:
super:<superclassmethod>()