From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 03:08:45 2009 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 DCBD7106566C for ; Fri, 13 Feb 2009 03:08:45 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id AE3328FC1A for ; Fri, 13 Feb 2009 03:08:45 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so975720wfd.7 for ; Thu, 12 Feb 2009 19:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PBE5I0EYSnhibR8zkZt5jMPVl/paGf5nAzrmoHm5cQQ=; b=HEAIQ3ogl4IqT1152G8qeUs19tTe3hsiVV0Nfz39Mypa/rhD+u53VCP3ILPe6R9Z/R ajp4r1jplsyDSZHSvh9e6SFaRV5qYsS2C9WW3j4Cc71zz7QF3WY2uGUH+8zuHHSKN/Wl WtUSthv+lv5CiDILpI9kzflliIj55IMNF8J08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xDDStLNO7lJ+NX8lL24pOKg75dLub/myZJqc8NFlZ6HKud1pQUfaYphtt0C36XWc3m ZWoJ3tKOhss9oOwWsKbZwt07YyqEj701DPWhbVB89af31cg9QQILKeoxXJWg589G4jgq HPmS65/NzRidZlhPkVkSjoIDS6/Is+Yk0OUWs= MIME-Version: 1.0 Received: by 10.143.13.17 with SMTP id q17mr735668wfi.222.1234492725030; Thu, 12 Feb 2009 18:38:45 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Feb 2009 08:08:44 +0530 Message-ID: <84dead720902121838p3a72f993xc1c52104c666ed0a@mail.gmail.com> From: Joseph Koshy To: Mark Atkinson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: memory alignment problems with -current on amd64? [Found Cause] 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: Fri, 13 Feb 2009 03:08:46 -0000 > example, my latest failure: > peigen.c: In function '_bfd_pei_only_swap_filehdr_out': > peigen.c:2089: internal compiler error: Bus error: 10 > Please submit a full bug report, > with preprocessed source if appropriate. > With an deliberately induced bus error, a program will dump core. You may need to specify option "-dH" if you want gcc to dump core on error. See: contrib/gcc/diagnostic.[ch]. Koshy