[Gambas-user] Error ???

Benoit Minisini gambas at ...1...
Tue Dec 20 15:08:05 CET 2005


On Tuesday 20 December 2005 10:34, Ignatius Syofian wrote:
> hi all,
>
> What this error means ?, sometimes if i run me.close it display this
>
> WARNING: circular references detected
> Fconn (1)
> Fmainmenu (1)
> Mutex destroy failure: Device or resource busy
> WARNING: 98 allocation(s) non freed.
>
>
> Fconn are call database and will show fmainmenu.showmodal
> fmainmenu, if i choose sub menu when command its finvoice.showmodal
> finvoice, if choose button exit [button exit contains command me.close
> then that error will occurs .
>
> I didn't  find circulas references, maybe i show fconn.showmodal then call
> fmainmenu.showmodal then finvoice.showmodal ?

It seems that one object of the Fconn class owns a reference on an object of 
FMainmenu class, and vice versa.

Post your project, so that one can tell you more.

-- 
Benoit Minisini





More information about the User mailing list