From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30457 invoked by alias); 24 Feb 2003 05:07:16 -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 30449 invoked from network); 24 Feb 2003 05:07:15 -0000 Received: from unknown (HELO toole.uol.com.br) (200.221.29.26) by 172.16.49.205 with SMTP; 24 Feb 2003 05:07:15 -0000 Received: from gandalf.localhost ([200.171.245.23]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id CAA21164 for ; Mon, 24 Feb 2003 02:00:19 -0300 (BRT) Received: (from dab__@localhost) by gandalf.localhost (8.11.6/8.11.6) id h1O4sgN25947 for gcc-help@gcc.gnu.org; Mon, 24 Feb 2003 01:54:42 -0300 (BRT) Date: Mon, 24 Feb 2003 05:07: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-02/txt/msg00219.txt.bz2 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. 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.