Consultor Eletrônico



Kbase P29586: MEMPTRs on state-reset AppServer cause memory leak
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.0x
OpenEdge 10.1A
All Supported Operating Systems

SYMPTOM(s):

AppServer is running in state-reset mode

Application makes use of MEMPTR variables.

Memory leak in the AppServer

CAUSE:

Bug# OE00092179

CAUSE:

The state-reset AppServer did not clean up allocated MEMPTRs automatically as it should.

FIX:

Upgrade to OpenEdge 10.1B or later release.

Workaround:
Make sure that the memory for MEMPTR variables is released by calling SET-SIZE(memptr) = 0.