Date: Thu, 16 Sep 2004 18:27:18 -0400 From: John O'Brien <boardom@gmail.com> To: ports@freebsd.org Subject: 5.3-Beta4 / Mysql 4.0.20 Crash Message-ID: <eff9443504091615277afadeda@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eff9443504091615277afadeda>