From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3553 invoked by alias); 22 Apr 2003 01:02:36 -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 3521 invoked from network); 22 Apr 2003 01:02:30 -0000 Received: from unknown (HELO silva5.uol.com.br) (200.221.29.52) by sources.redhat.com with SMTP; 22 Apr 2003 01:02:30 -0000 Received: from gandalf ([200.171.244.47]) by silva5.uol.com.br (8.9.1/8.9.1) with ESMTP id WAA15333 for ; Mon, 21 Apr 2003 22:02:29 -0300 (BRT) Date: Tue, 22 Apr 2003 01:02:00 -0000 From: Daniel Bolgheroni To: gcc-help@gcc.gnu.org Subject: Segmentation fault Causes Message-ID: <20030224045442.GA25932@uol.com.br> Mail-Followup-To: gcc-help@gcc.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-04/txt/msg00189.txt.bz2 Message-ID: <20030422010200.2pz3itiWKSiWMxSMPxpFDcSxhdr3K4sXmfna8vSWdNY@z> What are the causes that a program can give an error "Segmentation fault (core dumped)"? I'm compiling a program I'm writing but I getting some of this error messages executing it. I looked into gcc FAQ and gcc 2.95 manual, but I found no references to this problem. I'm using the following version of gcc: gcc version 2.95.3 20010315 (release) (NetBSD nb3) Thank you.