From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16517 invoked by alias); 8 Feb 2006 16:34:36 -0000 Received: (qmail 16502 invoked by uid 48); 8 Feb 2006 16:34:33 -0000 Date: Wed, 08 Feb 2006 16:34:00 -0000 Message-ID: <20060208163433.16501.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/26094] Segmentation fault in Linux 7.1 GCC 3.1 Kernel 2.4.9-45lxset34smp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bkoz at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00781.txt.bz2 List-Id: ------- Comment #4 from bkoz at gcc dot gnu dot org 2006-02-08 16:34 ------- The compiler you are using, 3.1 was a release that was immediately superceeded by 3.2 because of errors. It is unsupported, as is Red Hat 7.1. Please put self-contained (ie cut and paste to compiler with no edits) sources in bug reports. I suggest you try again with 3.3, 3.4, or 4.0. Try compiling both as you did (which was how, by the way) and also with static links (-static). See if one fails, and the other works. If so, reopen this and provide more details. -benjamin -- bkoz at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26094