From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27041 invoked by alias); 4 Oct 2010 21:39:41 -0000 Received: (qmail 26976 invoked by uid 22791); 4 Oct 2010 21:39:40 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Oct 2010 21:39:37 +0000 From: "andrewbachmann at yahoo dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/42474] SIGSEGV in linemap_lookup X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: andrewbachmann at yahoo dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 04 Oct 2010 21:39:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-10/txt/msg00350.txt.bz2 Message-ID: <20101004213900.tf2QPMMsnIFKAhT1SfZ-Pz4S3cEXM1MtADEeh1p137E@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42474 --- Comment #2 from Andrew Bachmann 2010-10-04 21:39:34 UTC --- I have tried again in the 4.4.4 build, and I received the same error. It seems like this is related to precompiled headers somehow. So, a workaround is to not use precompiled headers.