#ifdef TOTVS #include "totvs.ch" #else #ifdef PROTHEUS #include "protheus.ch" #endif #endif /* Funcao: U_StackFull Autor: Marinaldo de Jesus Data: 08/03/2012 Uso: Limites. Encontrar: stack depth overflow in function U_STACKFULL */ User Function StackFull() Static nStackFull := 0 ConOut( ++nStackFull ) Return(U_StackFull()) |
estou com um problema em uma função recursiva, onde acontece erro de stack memory overflow in xFilial, alguem já passou por isso ou teria alguma idéia de como resolver?
ResponderExcluirBom dia Rafael,
ExcluirConseguiu resolver seu problema?
Estou com o mesmo aqui.