[Gambas-user] a lot if crashes
Christof Thalhofer
chrisml at deganius.de
Sun Nov 22 22:33:06 CET 2020
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201122/24839e05/attachment.sig>
More information about the User
mailing list