[Gambas-user] Console Errors
Benoit Minisini
gambas at ...1...
Sun Aug 8 11:34:44 CEST 2004
On Sunday 08 August 2004 05:17, Jeff Stillinger wrote:
> I get these errors when using the QUIT function.
>
> PUBLIC SUB Button1_Click()
> QUIT
> END
>
> WARNING: circular references detected
> Form1 (1)
> Mutex destroy failure: Device or resource busy
> WARNING: 51 allocation(s) non freed.
>
> If I simply close the window with the Close Window button, exits without
> these errors.
>
> I have this funny feeling this has something to do with my own linux
> configuration rather than gambas. I will research this to fill the void
> of my personal knowlage, in the mean time, if anyone has a quick fix.
>
> Thanks
>
> Jeff
>
QUIT roughly interrupts the interpreter. You should never use this it, but
instead cleanly close all your windows to quit the program.
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list