From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 22 06:30:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B83216A4CE for ; Sun, 22 Feb 2004 06:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B1A243D1F for ; Sun, 22 Feb 2004 06:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1MEUDbv067187 for ; Sun, 22 Feb 2004 06:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1MEUDpf067186; Sun, 22 Feb 2004 06:30:13 -0800 (PST) (envelope-from gnats) Date: Sun, 22 Feb 2004 06:30:13 -0800 (PST) Message-Id: <200402221430.i1MEUDpf067186@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gabriel Ambuehl Subject: Re[2]: misc/63213: MySQL 4 crashes on CURRENT since 20040221 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gabriel Ambuehl List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 14:30:13 -0000 The following reply was made to PR misc/63213; it has been noted by GNATS. From: Gabriel Ambuehl To: Erik Greenwald Cc: freebsd-gnats-submit@freebsd.org Subject: Re[2]: misc/63213: MySQL 4 crashes on CURRENT since 20040221 Date: Sun, 22 Feb 2004 15:31:09 +0100 Hello Erik, Sunday, February 22, 2004, 2:22:39 PM, you wrote: >> Since this happens on two distinct machines which both worked >> with MySQL on 5.2.1RC2, I'd rule out a problem with the hardware or >> MySQL release. >> >How-To-Repeat: >> cvsup to CURRENT, >> install mysql 4 from the ports >> try connect to mysql from another host. > this looks like a dup of ports/62845 ? is it mysql40, or 41? It is 40. I didn't see any MySQL related troubles so I submitted the PR. > I've been seeing this the port point upgrade to 4.0.18 (no other system > upgrade...) , but ale@ has been unable to duplicate it. I'm beginning > to wonder if it's only happening on amd chips? (I'm running an old > athlon tbird 850). Well on my machines, it happens on both 4.0.17 and 4.0.18 so I'd rule out a problem with MySQL (especially as both seem to work flawlessly on 4.9). I doubt it's only on Athlon as it happens on the VIA C3 as well. Also I've NEVER ever came across any troubles with the Athlons (VIA chipsets aren't the greatest but largely don't cause any trouble either). Seems to me as it is Too bad I ain't got no Intel machine handy to check. > Did your mysql-server port get upgraded at the same time? Yes and I've rebuilt it twice since to rule out compilation troubles. Same for world and kernel, I cvsupped and rebuilt those again today, still happening. It seems like there's something wrong with its TCP/IP interface (doesn't matter if from localhost or via LAN), as access thru the named pipe is working just fine. > if not, > mind if I ask when your src before the 20040221 update was updated? > (I saw it on 20040207 and 20040214) I can't really say. Earlier this week, so sometime around the 18th I'd say, definitely taafter the libkse to libpthread change. Best regards, Gabriel