Consultor Eletrônico



Kbase P26804: Error 48 occuring with recursive function
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/11/2009
Status: Verified

SYMPTOM(s):

Error 48 occurring with recursive function

SYSTEM ERROR: Bus error. (48)

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

CAUSE:

Recursive function and procedure calls can take up a lot of resources depending on the number of times they call themselves.

This can lead to stack overflows or timing issues while swapping to/from disk, both of which can manifest as error 48.

FIX:

Increase -s, -nb and -mmax parameters for the client session

-or-

Rewrite the code in a way that avoids recursion