Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
--- Quote Start --- My application produces a segmentation fault, I suppose that a segmentation fault provoke a core dumped, is this true? --- Quote End --- Yes, but the dumping is limited by 'core file size', and it's 0 by default. --- Quote Start --- I have to insert the command : ulimit -c unlimited. But where is it in the configuration kernel?, I haven't found. --- Quote End --- 'ulimit -c ***' that I mentioned before is an internal command of 'bash' and you don't need to configure your kernel in general. See also http://linux.die.net/man/3/ulimit --- Quote Start --- And my last question is, is the core file created in /proc/sys/kernel?, if not where is it found? --- Quote End --- In general, the core dump file is made in your 'current working directory'. http://linux.die.net/man/5/core Kazu