Page 1 of 2

Error since upgrade

Posted: Sat Sep 16, 2006 1:23 am
by Jeff Barnes
Hi Everybody,

Ever since I upgraded to FWH 2.7 I get this error but only every now and then and it seems only to pop up when I exit my program.

Unrecoverable error 9009:
hb_xrealloc can't reallocate memory


What can I do to get rid of this error?


Thanks,

Jeff

Posted: Sat Sep 16, 2006 6:19 am
by Antonio Linares
Jeff,

Are you using Harbour or xHarbour ?

Do you get an error.log file ? If yes, please email it to me, thanks

Posted: Sat Sep 16, 2006 11:05 am
by Jeff Barnes
I am using xHarbour.

Sorry, no error.log file is generated.


Jeff

Posted: Sat Sep 16, 2006 12:00 pm
by Antonio Linares
Jeff,

Do you get a calls stack list on the screen ?

Posted: Mon Sep 18, 2006 7:53 pm
by Jeff Barnes
No stack list.

Just a message box with OK. I click OK and am returned to my desktop.


Jeff

Posted: Tue Sep 19, 2006 6:58 pm
by Antonio Linares
Jeff,

We have published a new xharbour build. Please review whatsnew section of these forums to download it and try with it. Thanks,

Posted: Thu Sep 21, 2006 1:13 pm
by Jeff Barnes
Antonio,

I tried with the new xHarbour build ... same problem.

Image




Jeff

Posted: Thu Sep 21, 2006 4:26 pm
by Antonio Linares
Jeff,

Could you place a MsgInfo() at the end of your app to know if that error happens before or after the MsgInfo() ? Thanks

Posted: Thu Sep 21, 2006 9:10 pm
by Jeff Barnes
This is strange...

If I put the MsgInfo() as below I get the error and no MsgInfo():

Code: Select all

if ! empty( oMainWnd )
     oMainWnd:end()
     MSGINFO()
endif
If I do it as below, I never see the error BUT the Msg Box keeps popping up as if it was stuck in a loop.

Code: Select all

if ! empty( oMainWnd )
     MSGINFO()
     oMainWnd:end()
endif

Jeff

Posted: Fri Sep 29, 2006 1:02 pm
by Jeff Barnes
Antonio,

I still get the error every now and then ... any idea how to get rid of it?

Thanks,

Jeff

Posted: Fri Sep 29, 2006 3:57 pm
by Antonio Linares
Jeff,

Could you please check what free memory you have in Windows when you get such error (Ctrl+Alt+Del) ? Thanks,

Posted: Wed Oct 04, 2006 11:17 pm
by Jeff Barnes
Here is a screen shot for the memory...

Image

Posted: Thu Oct 05, 2006 4:26 am
by Antonio Linares
Jeff,

memory seems ok so it looks as a xHarbour problem. Any chance to provide a small sample to reproduce the error ? Thanks,

Posted: Thu Oct 05, 2006 9:24 pm
by Randal
Jeff,

Are you still having the same problem with the latest xharbour release?

Are you using the FWH 2.7 Apr 2006 release?

Regards,
Randal Ferguson

Posted: Fri Oct 06, 2006 1:36 am
by Jeff Barnes
Hi Randal,

I am using FWH 2.7 July 2006 Build

xHarbour Compiler build 0.99.61 (SimpLex)


Jeff