Bug #41683 MySql crashes when show tables is issued from remote connection
Submitted: 22 Dec 2008 20:51 Modified: 22 Jan 2009 21:00
Reporter: Clu Hendrix Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0.36-enterprise-gpl OS:Linux (REDHAT Red Hat Enterprise Linux ES release 4 (Nahant Update 7))
Assigned to: CPU Architecture:Any
Tags: crash, show, tables

[22 Dec 2008 20:51] Clu Hendrix
Description:
Mysql server 5.0.36-enterprise-gpl crashes consistantly when the show tables command is issued from a remote connection. Client is version 14.7 distribution 4.1.22. Top shows no significant load. Below is the error log.

Number of processes running now: 0
081222 20:04:58  mysqld restarted
081222 20:04:58  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
081222 20:04:58  InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 500 1314937215.
InnoDB: Doing recovery: scanned up to log sequence number 500 1314937215
InnoDB: Last MySQL binlog file position 0 37911338, file name ./mysql-bin.000002
081222 20:04:58  InnoDB: Started; log sequence number 500 1314937215
081222 20:04:58 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.36-enterprise-gpl'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Enterprise Server (GPL)
InnoDB: Error: tried to read 16384 bytes at offset 0 4915200.
InnoDB: Was only able to read 8192.
081222 20:05:42  InnoDB: Operating system error number 0 in a file operation.
InnoDB: Error number 0 means 'Success'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html
InnoDB: File operation call: 'read'.
InnoDB: Cannot continue operation.

Number of processes running now: 0
081222 20:05:42  mysqld restarted
081222 20:05:42  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
081222 20:05:42  InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 500 1314937215.
InnoDB: Doing recovery: scanned up to log sequence number 500 1314937215
InnoDB: Last MySQL binlog file position 0 37911338, file name ./mysql-bin.000002
081222 20:05:42  InnoDB: Started; log sequence number 500 1314937215
081222 20:05:42 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.36-enterprise-gpl'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Enterprise Server (GPL)
InnoDB: Error: tried to read 16384 bytes at offset 0 4915200.
InnoDB: Was only able to read 8192.
081222 20:05:56  InnoDB: Operating system error number 0 in a file operation.
InnoDB: Error number 0 means 'Success'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html
InnoDB: File operation call: 'read'.
InnoDB: Cannot continue operation.

Number of processes running now: 0
081222 20:05:56  mysqld restarted
081222 20:05:56  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
081222 20:05:56  InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 500 1314937215.
InnoDB: Doing recovery: scanned up to log sequence number 500 1314937215
InnoDB: Last MySQL binlog file position 0 37911338, file name ./mysql-bin.000002
081222 20:05:56  InnoDB: Started; log sequence number 500 1314937215

How to repeat:
Connect remotely to MySql server 5.0.36. form Client version 14.7 distribution 4.1.22 (both linux). Issue the show tables command.
[22 Dec 2008 21:00] MySQL Verification Team
Thank you for the bug report. Your server version 5.0.36 is quite older are you tried the latest released version?. Thanks in advance.
[23 Jan 2009 0: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".