From owner-freebsd-current@FreeBSD.ORG Tue Mar 23 01:58:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC9216A4CF for ; Tue, 23 Mar 2004 01:58:40 -0800 (PST) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3072A43D2D for ; Tue, 23 Mar 2004 01:58:40 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i2N9wXg0044705; Tue, 23 Mar 2004 10:58:34 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <40600A48.40302@FreeBSD.org> Date: Tue, 23 Mar 2004 10:58:32 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <20040322180830.W5352@carver.gumbysoft.com> In-Reply-To: <20040322180830.W5352@carver.gumbysoft.com> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Dorin H cc: current@FreeBSD.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 23 Mar 2004 09:58:41 -0000 Doug White wrote: > Implements tcpwrappers, hosts_access(3) and so forth. We've shipped with > it for years... you just noticed? Well, we are getting closer to the reason of bad code...I talked to a user who had this problem on all his system (athlon, celeron, xeon). His make.conf's were all blank. I said him to try to put: CPUTYPE?=p3 CFLAGS= -O -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized Recompiling mysql with these flags seems to create a working binary...maybe we are spotting a bug somewhere, now we have to reduce these flags to find out what's the real cause. -- Alex Dupre