Consultor Eletrônico



Kbase P164386: Error 6456 and then memory violation 49 and 439 when running WebSpeed application with OE10.2B
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/04/2010
Status: Unverified

SYMPTOM(s):

Error 6456 and then memory violation 49 and 439 when running WebSpeed application with OE10.2B

Procedure <procedure> has no entry point for <internal-procedure>. (6456)

Procedure webutil/webstart.p has no entry point for init-cgi. (6456)

SYSTEM ERROR: Memory violation. (49)

** Save file named core for analysis by Progress Software Corporation. (439)

FACT(s) (Environment):

The stack trace from core file reads:

uttraceback
uttrace
utcore
drexit
msgout
msgnCB
msgCB
dsmFatalMsgnCallBack
cxCreateIndex
dbObjectCreate
dsmObjectCreate
fddel_ttbld
rnEmpttabFildes
rnAddObjectToReusePool
rnFreeProc
rncleanupproc
rnWhackProcedure
rnDeletePersistProcs
rnRunDown
rnrq_pl1
rninterpret
umeDispatchEvent
webRunDispatcher
wvRunDispatcher
iodispatch
rnrq
main
The WebSpeed Application deletes objects in cascade such as that the DELETE OBJECT call deep within a "chain" of such calls, that is, objA deletes objB deletes objC and so on.
UNIX
OpenEdge 10.2B

CAUSE:

Bug# OE00196749

FIX:

The workaround to avoid this issue is to use the parameter "-reusableObjects 0" on the WebSpeed agent startup parameter.