From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13118 invoked by alias); 3 Apr 2002 06:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 13102 invoked by uid 71); 3 Apr 2002 06:36:01 -0000 Date: Tue, 02 Apr 2002 22:36:00 -0000 Message-ID: <20020403063601.13101.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Neil Booth Subject: Re: preprocessor/6084: cpp Segmentation Fault Reply-To: Neil Booth X-SW-Source: 2002-04/txt/msg00170.txt.bz2 List-Id: The following reply was made to PR preprocessor/6084; it has been noted by GNATS. From: Neil Booth To: "Gerwin, Joshua A" Cc: "'neil@gcc.gnu.org'" , "'gcc-bugs@gcc.gnu.org'" , "'joshg@hf.intel.com'" , "'rnesius@ichips.intel.com'" , "Nguyen, Tuan" , "'gcc-gnats@gcc.gnu.org'" Subject: Re: preprocessor/6084: cpp Segmentation Fault Date: Wed, 3 Apr 2002 07:26:29 +0100 So, do you have a backtrace? All you need to do is run the program cpp0 within GDB, with the command line arguments you gave, and when it segfaults give the "bt" command. Neil.