From owner-freebsd-current@FreeBSD.ORG Sun Sep 5 14:55:01 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 E611316A4CE for ; Sun, 5 Sep 2004 14:55:01 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6F143D1D for ; Sun, 5 Sep 2004 14:55:01 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.200] ([192.168.0.200]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i85Esmpt094826; Sun, 5 Sep 2004 08:54:49 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <413B2807.1060808@samsco.org> Date: Sun, 05 Sep 2004 08:51:51 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Brandmueller References: <20040903013424.GA57576@e-Gitt.NET> In-Reply-To: <20040903013424.GA57576@e-Gitt.NET> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: current@freebsd.org Subject: Re: mysql on recent RELENG_5 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: Sun, 05 Sep 2004 14:55:02 -0000 Oliver Brandmueller wrote: > Hi, > > I see a little problem with either mysql-server 3.23 or 4.1.3 on a > RELENG_5 as of about 12 hours ago: > > mysql runs fine so far, but as soon as I do not connect by socket, but > by network on localhost (127.0.0.1) the mysqld dies by sig11 (and is the > restarted automatically by the wrapper). > > I tried ULE and 4BSD, I tried a mysql 3.23 from package. I tried > compiling 3.23 and 4.1.3 (did not try 4.1.4 which just arrived at the > ports a few hours ago) "just plain", with BUILD_OPTIMIZED, with > WITH_LINUXTHREADS defined and saw now difference. I also changed > libpthread to libc_r by libmap.conf and had no difference. > I've built MySQL 4.0 server & client from /usr/ports several dozen times over the past month with many different options and I've never had a problem and have never had to set CPUFLAGS in make.conf. This is on a Pentium-4 system. Mabye I'm missing something here? Scott