FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error since upgrade
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Sat Sep 16, 2006 01:23 AM

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

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error since upgrade
Posted: Sat Sep 16, 2006 06:19 AM

Jeff,

Are you using Harbour or xHarbour ?

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Sat Sep 16, 2006 11:05 AM

I am using xHarbour.

Sorry, no error.log file is generated.

Jeff

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error since upgrade
Posted: Sat Sep 16, 2006 12:00 PM

Jeff,

Do you get a calls stack list on the screen ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Mon Sep 18, 2006 07:53 PM

No stack list.

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

Jeff

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error since upgrade
Posted: Tue Sep 19, 2006 06:58 PM

Jeff,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Thu Sep 21, 2006 01:13 PM
Antonio,

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






Jeff
Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error since upgrade
Posted: Thu Sep 21, 2006 04:26 PM

Jeff,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Thu Sep 21, 2006 09:10 PM
This is strange...

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

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.

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



Jeff
Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Fri Sep 29, 2006 01:02 PM

Antonio,

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

Thanks,

Jeff

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error since upgrade
Posted: Fri Sep 29, 2006 03:57 PM

Jeff,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Wed Oct 04, 2006 11:17 PM
Here is a screen shot for the memory...

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Error since upgrade
Posted: Thu Oct 05, 2006 04:26 AM

Jeff,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 284
Joined: Mon Oct 24, 2005 08:04 PM
Error since upgrade
Posted: Thu Oct 05, 2006 09:24 PM

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

Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Error since upgrade
Posted: Fri Oct 06, 2006 01:36 AM

Hi Randal,

I am using FWH 2.7 July 2006 Build

xHarbour Compiler build 0.99.61 (SimpLex)

Jeff

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)