Description:
After compiling cleanly (no errors and all binaries and libs in place) from the source distribution in an environment as described below (see ENV DETAILS section below) as user root, when I attempt to run (from the installation's bin dir) mysql_install_db --user=auser , to initialize the database, the script exits creating no tables under /var with the following error:
---------------------------
Installing all prepared tables
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=16777216
read_buffer_size=258048
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 = 92783 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=(nil)
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
frame pointer is NULL, did you compile with
-fomit-frame-pointer? Aborting backtrace!
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
Installation of system tables failed!
Examine the logs in /mn/biotin/storage/mysql/var for more information.
.....
------------------------------------
The same thing occurs if I attempt to su as 'auser' and run the script. Increasing the verbosity level of the mysql_install_db script, reveals that the process stops at this point:
biotin.uio.no# bin/mysql_install_db --verbose --user=auser
Installing all prepared tables
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Preparing procs_priv table
Preparing help_topic table
Preparing help_category table
Preparing help_keyword table
Preparing help_relation table
Preparing time_zone_name table
Preparing time_zone table
Preparing time_zone_transition table
Preparing time_zone_transition_type table
Preparing time_zone_leap_second table
#### -> it stops here and sometimes it hangs
If I then fish for mysql processes on the same system, while the script hangs, I see:
auser 4836 0.0 0.1 32140 4832 pts/1 S+ 17:27 0:00 /mn/biotin/storage/mysql/libexec/mysqld --bootstrap --skip-grant-tables --basedir=/mn/biotin/storage/mysql --datadir=/mn/biotin/storage/mysql/var --skip-innodb --skip-bdb --skip-ndbcluster --user=sabryr --max_allowed_packet=8M --net_buffer_length=16K
root 4837 0.0 0.1 32140 4832 pts/1 S+ 17:27 0:00 /mn/biotin/storage/mysql/libexec/mysqld --bootstrap --skip-grant-tables --basedir=/mn/biotin/storage/mysql --datadir=/mn/biotin/storage/mysql/var --skip-innodb --skip-bdb --skip-ndbcluster --user=sabryr --max_allowed_packet=8M --net_buffer_length=16K
root 4840 0.0 0.1 32140 4832 pts/1 S+ 17:27 0:00 /mn/biotin/storage/mysql/libexec/mysqld --bootstrap --skip-grant-tables --basedir=/mn/biotin/storage/mysql --datadir=/mn/biotin/storage/mysql/var --skip-innodb --skip-bdb --skip-ndbcluster --user=sabryr --max_allowed_packet=8M --net_buffer_length=16K
So, the script fails to complete the grant tables
-------------ENV DETAILS Section--------------------
>Release: mysql-5.0.37 (Source distribution)
>C compiler: gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
>C++ compiler: gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
>Environment:
<machine, os, target, libraries (multiple lines)>
System: Linux biotin.uio.no 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:13:42 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
Architecture: x86_64
Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)
Compilation info: CC='gcc' CFLAGS='-O3' CXX='gcc' CXXFLAGS='-O3 -felide-constructors -fno-exceptions -fno-rtti' LDFLAGS='' ASFLAGS=''
LIBC:
lrwxrwxrwx 1 root root 13 Aug 21 2006 /lib/libc.so.6 -> libc-2.3.4.so
-rwxr-xr-x 1 root root 1442931 Jul 4 2006 /lib/libc-2.3.4.so
-rw-r--r-- 1 root root 2418632 Jul 4 2006 /usr/lib/libc.a
-rw-r--r-- 1 root root 204 Jul 4 2006 /usr/lib/libc.so
-rwxr-xr-x 1 root root 767416 Nov 28 2005 /usr/lib/libc-client.so.0
Configure command: ./configure '--prefix=/mn/biotin/storage/mysql' '--enable-assembler' '--with-mysqld-ldflags=-all-static' 'CFLAGS=-O3' 'CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti' 'CXX=gcc'
How to repeat:
1)Get a fully up-to-date RHEL 4 WS x86_64 box .
2)Download the 5.0.37 source tarball configure with the suggested options:
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/mn/panoptis/u1/georgios/mysql --enable-assembler --with-mysqld-ldflags=-all-static #or whatever prefix
3)make and make install, ldconfig and set paths.
4)Copy the my-medium.cnf to /etc/my.cnf, set the user and uncomment the innodb statements (see sample config my.cnf below).
5)Attempt to run as root mysql_install_db --verbose --user=auser and watch as the script fails to create the grant tables and it stops after preparing the ime_zone_leap_second table .
------Sample my.cnf-----------
[client]
#password = your_password
port = 3306
socket = /tmp/mysql.sock
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
skip-locking
user = auser
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking
# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1
# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
# the syntax is:
#
# CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
# MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
# where you replace <host>, <user>, <password> by quoted strings and
# <port> by the master's port number (3306 by default).
#
# Example:
#
# CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
# MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
# start replication for the first time (even unsuccessfully, for example
# if you mistyped the password in master-password and the slave fails to
# connect), the slave will create a master.info file, and any later
# change in this file to the variables' values below will be ignored and
# overridden by the content of the master.info file, unless you shutdown
# the slave server, delete master.info and restart the slaver server.
# For that reason, you may want to leave the lines below untouched
# (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id = 2
#
# The replication master for this slave - required
#master-host = <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user = <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password = <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
#bdb_cache_size = 4M
#bdb_max_lock = 10000
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /mn/panoptis/u1/georgios/mysql/var/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /mn/panoptis/u1/georgios/mysql/var/
innodb_log_arch_dir = /mn/panoptis/u1/georgios/mysql/var/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
Suggested fix:
No specific fix suggested but I find interesting that the script stops at preparing time zone data, especially when RedHat has recently patches the tzdata due to DST updates? Maybe, or maybe I am missing something else entirely.