Description:
cd mysql-test ; ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
running ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables
--basedir=. --datadir=./var/master-data --skip-innodb --skip-bdb
--language=../sql/share/english/
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=1
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.
thd=0x8387478
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...
Cannot determine thread, fp=0x4099e8f8, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x80b5065
0x8203a35
0x81dde54
0x81ddc3d
0x81dd7d1
0x81dcd75
0x80eb002
0x813878c
0x812965e
0x8143fc0
0x80c7c7c
0x80cc555
0x80c4f72
0x81ffe3f
0x8238577
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://www.mysql.com/doc/en/Using_stack_trace.html and follow
instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x838c3d8 = CREATE TABLE help_category ( help_category_id
smallint unsigned not null, name varchar(64) not null,
parent_category_id smallint unsigned null, url varchar(128) not
null, primary key (help_category_id), unique index (name) )
comment='help categories'
thd->thread_id=1
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.
Error executing mysqld --bootstrap
Error: Could not install master test DBs
The resolved stack trace is:
0x80b5065 handle_segfault + 453
0x8203a35 __pthread_sighandler + 113
0x81dde54 _checkchunk + 28
0x81ddc3d _sanity + 85
0x81dd7d1 _myfree + 577
0x81dcd75 free_root + 264
0x80eb002 _Z8closefrmP8st_table + 220
0x813878c _Z15ha_create_tablePKcP24st_ha_create_informationb + 308
0x812965e
_Z16rea_create_tableP3THDPcP24st_ha_create_informationR4ListI12create_fieldEjP6s
t_key + 1430
0x8143fc0
_Z18mysql_create_tableP3THDPKcS2_P24st_ha_create_informationR4ListI12create_fiel
dERS5_I3KeyEbbj + 4994
0x80c7c7c _Z21mysql_execute_commandP3THD + 4782
0x80cc555 _Z11mysql_parseP3THDPcj + 247
0x80c4f72 handle_bootstrap + 822
0x81ffe3f pthread_start_thread + 376
0x8238577 clone + 103
How to repeat:
Run make test