[Gambas-user] i don't know what is that... core file

Benoit Minisini gambas at ...1...
Tue Mar 30 20:17:19 CEST 2004


On Monday 29 March 2004 23:54, Fabien Bodard wrote:
> Hi benoit ,
>
> In many of my project i've found some core files... an idea about that ?
>
> Fabien

Beginner :-)

Core files are generated by Linux when a process crashes (the Gambas 
interpreter here). A core file is the dump of all the memory used by a 
process. You can launch 'gdb' with a core file, and you will see exactly the 
state of the process when it crashed.

If you don't want to get core files, type 'man ulimit'

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list