Página 1 de 1

Error 9022 - Memory buffer overflow

Publicado: Mar Ago 11, 2015 11:54 pm
por Cassiano de Oliveira
I have one application that starts when has no problems operating, but after a while without use when return using the same, the application simply closes. Observing within the application folder creates a log file named hb_out.log, which displays the following information below:

Código: Seleccionar todo

Application Internal Error - D:\Projetos\xailer\RODANDO\Cliente.exe
Terminated at: 2015-08-11 17:36:36
Unrecoverable error 9022: Memory buffer overflow
Called from TFTP:READFILE(0) in Internet.prg
Called from TMYFTP:VECONTEUDOARQ(286) in D:\Projetos\xailer\LibCalunaty\Source\libTMyFTP.prg
Called from FRMMAIN:LISTVIEW1CLICK(440) in D:\Projetos\xailer\RODANDO\Source\frmMain.prg
Called from FRMMAIN:BRWCLICK(350) in D:\Projetos\xailer\RODANDO\Source\frmMain.prg
Called from TDBBRWCOLUMN:ONDATACLICK(0) in Events.prg
Called from TDBBROWSE:CLICK(2039) in Browse.prg
Called from (b)XBROWSE(258) in Browse.prg
Called from TDBBROWSE:XACLICK(0) in Browse.prg
Called from TWINCONTROL:WMLBUTTONUP(0) in Control.prg
Called from TDBBROWSE:WMLBUTTONUP(2007) in Browse.prg
Called from RUNFORM(0)
Called from TAPPLICATION:RUN(287) in Application.prg
Called from MAIN(15) in D:\Projetos\xailer\RODANDO\Source\Cliente.prg
On the line I put a TRY CATCH but not elucidated the question, what can I do?

Best Regards,
Cassiano.

Re: Error 9022 - Memory buffer overflow

Publicado: Jue Ago 13, 2015 10:58 am
por ignacio
Hello,

That is a internal Harbour error, obviously about memory consumption. Without a very small sample that reproduces the bug I'm afraid is difficult to help you. Sorry.

Regards,