This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: No core dump
- From: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- To: Krzysztof dot Wisniowski at siemens dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: 30 Oct 2003 13:06:24 +0100
- Subject: Re: No core dump
- References: <2F09BBC1B282B64980E39E3DB109203506B92A@WROS222A>
Krzysztof.Wisniowski@siemens.com writes:
> Recently I had to switch to gcc 3.2. My program crashes with
> segmentation fault, however no core is dumped. Is there some
> compiler option to force the system to generate the core file, or is
> it system feature?
That's a system feature. Check ulimit, and make sure the current
working directory is writeable.
--
Falk