From owner-freebsd-ports@FreeBSD.ORG Thu Sep 16 22:27:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09FB316A4CE for ; Thu, 16 Sep 2004 22:27:29 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58E843D5C for ; Thu, 16 Sep 2004 22:27:28 +0000 (GMT) (envelope-from boardom@gmail.com) Received: by mproxy.gmail.com with SMTP id 78so465559rnk for ; Thu, 16 Sep 2004 15:27:18 -0700 (PDT) Received: by 10.38.96.12 with SMTP id t12mr1979470rnb; Thu, 16 Sep 2004 15:27:18 -0700 (PDT) Received: by 10.38.99.16 with HTTP; Thu, 16 Sep 2004 15:27:18 -0700 (PDT) Message-ID: Date: Thu, 16 Sep 2004 18:27:18 -0400 From: John O'Brien To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 5.3-Beta4 / Mysql 4.0.20 Crash X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: john@boardom.ca List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 22:27:29 -0000 Ok.. Here's the gist.. Recent build of 5.3-beta4, mysql40-server built from ports today. Connections made from anything other than 127.0.0.1 as the host will crash mysql.... mysql -u blah -h 127.0.0.1 <---- crash/burn mysql -u blah -h localhost <----- good 8:14:45 jobe@gizmo:~> mysql -h 127.0.0.1 -u jobe -p Enter password: ERROR 2013: Lost connection to MySQL server during query 18:14:55 jobe@gizmo:~> mysql> select host, user from user; +------------------+------+ | host | user | +------------------+------+ | % | jobe | | gizmo.boardom.ca | | | gizmo.boardom.ca | root | | localhost | | | localhost | root | +------------------+------+ ------------ /var/db/mysql/gizmo.boardom.ca.err --------------- 040916 18:25:44 InnoDB: Started /usr/local/libexec/mysqld: ready for connections. Version: '4.0.20' socket: '/tmp/mysql.sock' port: 3306 mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=8388600 read_buffer_size=131072 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Number of processes running now: 0 040916 18:26:06 mysqld restarted ------------------------------------------------------------------ Any ideas... Greatly appreciated. Cheers, John O'Brien