From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25192 invoked by alias); 30 Oct 2003 12:26:15 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25185 invoked from network); 30 Oct 2003 12:26:15 -0000 Received: from unknown (HELO mx3.informatik.uni-tuebingen.de) (134.2.12.26) by sources.redhat.com with SMTP; 30 Oct 2003 12:26:15 -0000 Received: from localhost (loopback [127.0.0.1]) by mx3.informatik.uni-tuebingen.de (Postfix) with ESMTP id 239E6160; Thu, 30 Oct 2003 13:25:33 +0100 (NFT) Received: from mx3.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx3 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25166-01; Thu, 30 Oct 2003 13:24:00 +0100 (MET) Received: from juist (semeai [134.2.15.66]) by mx3.informatik.uni-tuebingen.de (Postfix) with ESMTP id 74848149; Thu, 30 Oct 2003 13:06:29 +0100 (NFT) Received: from falk by juist with local (Exim 3.36 #1 (Debian)) id 1AFBZI-0002H5-00; Thu, 30 Oct 2003 13:06:24 +0100 To: Krzysztof.Wisniowski@siemens.com Cc: gcc-help@gcc.gnu.org Subject: Re: No core dump References: <2F09BBC1B282B64980E39E3DB109203506B92A@WROS222A> From: Falk Hueffner Date: Thu, 30 Oct 2003 12:26:00 -0000 In-Reply-To: <2F09BBC1B282B64980E39E3DB109203506B92A@WROS222A> Message-ID: <87oevzc4lb.fsf@student.uni-tuebingen.de> User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (cabbage) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at informatik.uni-tuebingen.de X-SW-Source: 2003-10/txt/msg00440.txt.bz2 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