accessing information_schema.INNODB_BUFFER_POOL_CONTENT creashes server when skip-innodb is enabled in 5.0.87-d10-ourdelta65-log
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OurDelta |
New
|
Undecided
|
Unassigned |
Bug Description
# grep skip-innodb /etc/mysql/my.cnf
skip-innodb
# mysql information_schema;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.0.87-
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> select * FROM INNODB_
ERROR 2013 (HY000): Lost connection to MySQL server during query
in error log:
101013 13:32:36 - 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_
read_buffer_
max_used_
max_connections
threads_
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x76903450
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=0xc15ec4f8, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x81c1026
0x828a6f2
0x82a480d
0x82a4320
0x822995a
0x82263db
0x822b4b6
0x81d83d1
0x81de86d
0x81e12db
0x81e2c01
0xf7ee44c0
0xf7cf66de
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://
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 0x4ac3b018 is invalid pointer
thd->thread_
The manual page at http://
information that should help you find out what is causing the crash.
Resolved stack dump:
0x81c1026 handle_segfault + 806
0x828a6f2 _Z30innodb_
0x82a480d _Z22fill_
0x82a4320 _Z24get_
0x822995a _ZN4JOIN4execEv + 2618
0x82263db _Z12mysql_
0x822b4b6 _Z13handle_
0x81d83d1 _Z21mysql_
0x81de86d _Z11mysql_
0x81e12db _Z16dispatch_
0x81e2c01 handle_
0xf7ee44c0 _end + -276641592
0xf7cf66de _end + -278664474
Te workaround is to disable skip-innodb in my.cnf