[Gambas-user] a lot if crashes

Bruce Steers bsteers4 at gmail.com
Wed Nov 25 02:37:28 CET 2020


There is a bigger problem i think.

If i load gambas IDE and do not load or run or crash anything just close
the ide again it creates a folder in /tmp/gambas.1000 and leaves it there.
It leaves a jit folder with some stuff in it. (i've attached the contents)
this happens on every single launch of gambas IDE , a new folder is made
and does not get removed on exit even if you do not do anything.

Also If i load Gambas IDE into gambas IDE and run it when i close it the
stop/play buttons do not change as gambas is not closing cleanly, something
is holding it open like an open file handle of something like that.
I have to press the stop button to go into edit mode again.
So something is not right.

BruceS

On Sun, 22 Nov 2020 at 21:34, Christof Thalhofer <chrisml at deganius.de>
wrote:

> Am 22.11.20 um 19:47 schrieb Bruce Steers:
>
> > I only thought it worth mentioning as the wiki says the temp folders get
> > removed when your app closes.
> > But that's not the case. so I thought maybe a fault?
>
> If an app crashes Gambas cannot cleanup /tmp
>
> If you are developing an app, every time you hit F5 a separate Gambas
> process starts and creates it's environment in /tmp/gambas.$uid/$procid
>
> When you stop it while debugging or the process crashes the directory
> /tmp/gambas.$uid/$procid will not be cleaned up.
>
> So after a while of playing around while programming and debugging it
> creates a couple of directories there:
>
> ~ » ls /tmp/gambas.1000
> 15914  15914.in  15914.out  16089  16271  16283  16293  16303
>
> The IDE also has it's temp folder there. When you delete it the IDE
> crashes.
>
> Alles Gute
>
> Christof Thalhofer
>
> --
> Dies ist keine Signatur
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201125/c43f5bd5/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 45691.zip
Type: application/zip
Size: 63823 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201125/c43f5bd5/attachment-0001.zip>


More information about the User mailing list