Bug #69164 | 130507 9:34:33 - mysqld got signal 6 ; | ||
---|---|---|---|
Submitted: | 7 May 2013 14:41 | Modified: | 7 Jun 2013 18:37 |
Reporter: | Erick Kinnee | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | mysql Ver 14.14 Distrib 5.1.57, for unk | OS: | Linux (2.6.13.5) |
Assigned to: | CPU Architecture: | Any |
[7 May 2013 14:41]
Erick Kinnee
[7 May 2013 17:32]
Sveta Smirnova
Thank you for the report. Please send us output of SHOW CREATE TABLE userdb.ReDevice and SHOW TABLE STATUS LIKE '%ReDevice%'
[7 May 2013 17:37]
Erick Kinnee
mysql> show create table ReDevice; ERROR 2006 (HY000): MySQL server has gone away No connection. Trying to reconnect... Connection id: 1 Current database: userdb +----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ReDevice | CREATE TABLE `ReDevice` ( `Device_id` bigint(20) NOT NULL AUTO_INCREMENT, `Name` varchar(100) DEFAULT NULL, `IP_Address` varchar(50) DEFAULT NULL, `External_IP_Address` varchar(50) DEFAULT NULL, `MAC_Address` varchar(50) DEFAULT NULL, `Type` varchar(20) DEFAULT NULL, `Created` datetime DEFAULT NULL, `LastUpdated` datetime DEFAULT NULL, `Status` varchar(20) DEFAULT NULL, `ConfigDataXML` text, `StingrayStatisticsXML` mediumtext, `SystemStatisticsXML` text, `SSHJCLPort` int(11) DEFAULT NULL, `SSHStingrayXMLPort` int(11) DEFAULT NULL, `SSHActiveMQPort` int(11) DEFAULT NULL, `SSHMySQLPort` int(11) DEFAULT NULL, `SSHSigDAPort` int(11) DEFAULT NULL, `ig_to_im_jms_status` varchar(20) DEFAULT NULL, `im_to_ig_jms_status` varchar(20) DEFAULT NULL, `ssh_tunnel_status` varchar(20) DEFAULT NULL, `stingray_status` varchar(20) DEFAULT NULL, `reachable_status` varchar(20) DEFAULT NULL, `LastHeartbeat` datetime DEFAULT NULL, `Apply_to_all` tinyint(4) DEFAULT NULL, `Registered` tinyint(4) DEFAULT NULL, `Configured` tinyint(4) DEFAULT '0', `LdapDomainsDeployed` tinyint(4) DEFAULT '0', `scanTaskStatsCookie` varchar(29) DEFAULT NULL, `remediationStatsCookie` varchar(29) DEFAULT NULL, `installDate` varchar(20) DEFAULT NULL, `signaturesSynched` int(10) unsigned DEFAULT '1', `configSynched` int(10) unsigned DEFAULT '1', `scanSynched` int(10) unsigned DEFAULT '1', `demo` tinyint(4) DEFAULT '0', PRIMARY KEY (`Device_id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 | +----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.06 sec)
[7 May 2013 17:40]
Erick Kinnee
mysql> show table status like '%ReDevice%'; ERROR 2006 (HY000): MySQL server has gone away No connection. Trying to reconnect... Connection id: 4 Current database: userdb +-------------------------+--------+---------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-----------------+----------+----------------+---------+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment | +-------------------------+--------+---------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-----------------+----------+----------------+---------+ | ReDevice | InnoDB | 10 | Compact | 15 | 144179 | 2162688 | 0 | 0 | 8388608 | 19 | 2012-11-08 13:35:47 | NULL | NULL | utf8_general_ci | NULL | | | | ReDeviceListenersConfig | InnoDB | 10 | Compact | 1 | 16384 | 16384 | 0 | 0 | 249561088 | 2 | 2011-12-01 12:38:42 | NULL | NULL | utf8_general_ci | NULL | | | | ReDeviceStats | InnoDB | 10 | Compact | 12 | 1365 | 16384 | 0 | 16384 | 249561088 | 17 | 2011-12-01 12:38:42 | NULL | NULL | utf8_general_ci | NULL | | | +-------------------------+--------+---------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-----------------+----------+----------------+---------+ 3 rows in set (0.03 sec)
[7 May 2013 18:37]
Sveta Smirnova
Thank you for the feedback. I can not repeat described behavior with dummy data. Additionally version 5.1.57 is old and many bugs were fixed since. please upgrade to current version 5.1.69, try with it and inform us if you can repeat this crash.
[8 Jun 2013 1: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".