Bug #50713 | mysqld got signal 11 , segfault | ||
---|---|---|---|
Submitted: | 29 Jan 2010 6:42 | Modified: | 25 Aug 2010 16:56 |
Reporter: | Alec Matusis | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: General | Severity: | S1 (Critical) |
Version: | 5.0.87, 5.0.90 | OS: | Linux (2.6.31 Ubuntu 9.10-server) |
Assigned to: | CPU Architecture: | Any | |
Tags: | segfault, segmentation fault |
[29 Jan 2010 6:42]
Alec Matusis
[30 Jan 2010 8:13]
Alec Matusis
I was mistaken about rolling back to 2.6.24 fixing this. This occurs even on 2.6.24 (Ubuntu 8.04). I tried 5.0.90, the bug still occurs. I copied this data from another slave, still the same bug.
[3 Feb 2010 8:06]
Sveta Smirnova
Thank you for the report. Do you have option --innodb-file-per-table enabled? Please provide your configuration file?
[3 Feb 2010 19:22]
Alec Matusis
--innodb-file-per-table is enabled /etc/my.cnf : [client] port = 3306 socket = /tmp/mysql.sock [mysqld] user = mysql port = 3306 socket = /tmp/mysql.sock skip-locking innodb_file_per_table key_buffer = 6400M table_cache = 2048 sort_buffer_size = 8M myisam_sort_buffer_size = 8M max_binlog_cache_size = 4G max_join_size = 4294967295 max_seeks_for_key = 4294967295 max_write_lock_count = 4294967295 myisam_max_sort_file_size = 2G datadir = /data6 log-error = /log6/mysqld.log query_cache_type = 1 query_cache_size = 64M log-slow-queries long_query_time = 1 thread_cache_size = 32 max_connections = 1024 innodb_flush_log_at_trx_commit = 2 innodb_flush_method = O_DIRECT innodb_max_dirty_pages_pct = 25 innodb_support_xa = 0 innodb_thread_concurrency = 32 innodb_commit_concurrency = 64 innodb_concurrency_tickets = 8 log-bin = /log6/db6-log-bin server-id = 10 relay-log = /log6/db6-relay-bin skip-slave-start log-slave-updates replicate-do-db = im tmpdir = /data6/tmp innodb_data_home_dir = /data6 innodb_log_group_home_dir = /log6 innodb_log_arch_dir = /arch6 innodb_buffer_pool_size = 19200M innodb_log_file_size = 50M [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash [isamchk] key_buffer = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [myisamchk] key_buffer = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout
[3 Feb 2010 19:59]
Sveta Smirnova
Thank you for the feedback. > --innodb-file-per-table is enabled Have you copied whole datadir or only ib* files? Have you placed all *ibd files into subdirectories named same like in the original locations?
[3 Feb 2010 20:20]
Alec Matusis
>Have you copied whole datadir or only ib* files? >Have you placed all *ibd files into subdirectories named same like in the original locations? Yes, whole data directory including all .ibd, .frm and .opt files were copied and put in the exact same locations with rsync. ib* files were also copied. We cloned MANY slaves in the past using this exact copying process, and we saw the crash for the first time on this specific dataset.
[23 Jul 2010 15:21]
Sveta Smirnova
Thank you for the feedback. > We cloned MANY slaves in the past using this exact copying process, and we saw the crash for the first time on this specific dataset. Have you verified this specific dataset for hardware errors? Specifically hard disk and memory.
[23 Jul 2010 18:24]
Charlton Kao
Alec, what kind of server do you have? Are you on the latest bios revision?
[25 Aug 2010 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".