Bug #13359 Errors testing mysql 5.0.12
Submitted: 20 Sep 2005 21:11 Modified: 20 Oct 2005 21:20
Reporter: Pierre Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.12 OS:Linux (GNU/Linux)
Assigned to: Assigned Account CPU Architecture:Any

[20 Sep 2005 21:11] Pierre
Description:
# make test 
cd mysql-test; \
./mysql-test-run && ./mysql-test-run --ps-protocol
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-ndbcluster --skip-bdb     --language=../sql/share/english/ --character-sets-dir=../sql/share/charsets/
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=0
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 = 217599 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...
Cannot determine thread, fp=0xbfffe298, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x81bdd7c
0x4006c144
(nil)
0x402f9ed0
0x402f962e
0x402f98c3
0x402b6224
0x402b6075
0x81bcd40
0x81c2082
0x401d40b3
0x812a321
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/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
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
make: *** [test] Error 1

How to repeat:
run the tests
[20 Sep 2005 21:20] Hartmut Holzgraefe
please provide the configure string used for this build and the exact linux distribution and version this happens on. It would also be great if you could reproduce this using a debug build as a backtrace without debug symbols is almost useless ...
[20 Oct 2005 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".