From owner-freebsd-threads@FreeBSD.ORG Thu Jan 19 14:55:30 2006 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E243F16A422 for ; Thu, 19 Jan 2006 14:55:30 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B6E43D53 for ; Thu, 19 Jan 2006 14:55:30 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k0JEtSB4003284; Thu, 19 Jan 2006 09:55:29 -0500 (EST) Date: Thu, 19 Jan 2006 09:55:28 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Joe Bishop In-Reply-To: <46000BAE-8E30-46EA-A81D-FB261085AC25@merced.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: freebsd-threads@freebsd.org Subject: Re: threads/91972: perl segfaults in pthread init code X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 14:55:31 -0000 On Wed, 18 Jan 2006, Joe Bishop wrote: > > I think you have something wrong on your end. Rebuild kernel > > and world without any CFLAGS set. > > > > -- > > DE > > > > That worked. I removed -march=pentiumpro and built with sys.mk set - > O. But since it failed with the release binaries, was it the > compiler or other build tools that cured it? That error would seem > to be something in the compiler, by my limited knowledge. I suppose the compiler. This has happened before when others have tried tweaking CFLAGS with -march settings. -- DE