From owner-freebsd-current@FreeBSD.ORG Thu Oct 16 23:41:26 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21401106569A for ; Thu, 16 Oct 2008 23:41:26 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 973F88FC1F for ; Thu, 16 Oct 2008 23:41:25 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so272171fkk.11 for ; Thu, 16 Oct 2008 16:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=azgfqNjhsKQIRf6doFaV5F8vJCmKDdnGaY3sEPtWJJo=; b=pdQKWkGkBPqNVgkx5kT4StLiMRCFWnZmomlVgbivzGu3wpBPTBU+nghtSL58bBOKDp GPO91LkSOSjtbbKOEeuqw9Xg5AoPzNWHFPkhIOFGA5vcakPyAc7Yx5x86jlTo1nYhHzM FDcriCHD0mUrGGvyBk1GLCws7vyoBkvshI/wc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=mVFfjZt3I+xs/qm+LOiUY1Mxw+o6mceGhiwIlEnMSepUwkXo05TknM1Mrw4bo3eIYF DHYerfKHaT8W96cE+yhs8U52pomVhMbPfjHagm0JXJIXhLy+8GlPGcAND8BVYOIkf3rX E4rWVlhR8QYW2Iy0j0jPfD3RPjaVHdxq12c/A= Received: by 10.181.5.1 with SMTP id h1mr859488bki.56.1224200484274; Thu, 16 Oct 2008 16:41:24 -0700 (PDT) Received: from localhost (89-178-220-95.broadband.corbina.ru [89.178.220.95]) by mx.google.com with ESMTPS id p9sm3708727fkb.5.2008.10.16.16.41.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Oct 2008 16:41:21 -0700 (PDT) From: swell.k@gmail.com To: "Scot Hetzel" References: <790a9fff0810130922n7afc10faje3459c09de575be6@mail.gmail.com> <48F4A13D.7080507@FreeBSD.org> <790a9fff0810141202g406d12cftb4f8886d4d8a66e4@mail.gmail.com> Date: Fri, 17 Oct 2008 03:41:13 +0400 In-Reply-To: <790a9fff0810141202g406d12cftb4f8886d4d8a66e4@mail.gmail.com> (Scot Hetzel's message of "Tue, 14 Oct 2008 14:02:21 -0500") Message-ID: <868wso2jmu.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org, Erik Cederstrand , Pietro Cerutti Subject: Re: cc1plus: internal compiler error: Segmentation fault: 11 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 23:41:26 -0000 "Scot Hetzel" writes: > On 10/14/08, Pietro Cerutti wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA512 >> >> Erik Cederstrand wrote: >> | >> | Den 13/10/2008 kl. 18.22 skrev Scot Hetzel: >> | >> |> When I tried rebuilding the audio/pulseaudio port on -CURRENT, it >> |> would fail with: >> |> [...] >> |> cc1: internal compiler error: Segmentation fault: 11 >> |> >> |> Is anyone able to reproduce these problems? >> | >> | "Segmentation fault: 11" from GCC is often a sign of bad RAM. Have you >> | tried to switch RAM modules? >> >> I'd try to switch optimizations off before going the hard way :) >> > It's not a problem with optimizations, as cc -I/nonexistent -lstdc++ > -Wmissing-include-dirs test.cpp also results in this error. Try applying this fix: svn diff -c134421 svn://gcc.gnu.org/svn/gcc/trunk against /usr/src/contrib/gcclibs/libcpp/errors.c