Activity log for bug #707742

Date Who What changed Old value New value Message
2011-01-26 01:17:59 Valentine Gostev bug added bug
2011-01-26 01:18:33 Valentine Gostev percona-server: milestone release-5.1.54-12.5
2011-01-26 01:18:37 Valentine Gostev percona-server: importance Undecided High
2011-01-26 01:18:49 Valentine Gostev percona-server: status New Triaged
2011-01-26 01:19:15 Valentine Gostev percona-server: assignee Yasufumi Kinoshita (yasufumi-kinoshita)
2011-01-26 04:02:11 Yasufumi Kinoshita percona-server: assignee Yasufumi Kinoshita (yasufumi-kinoshita)
2011-01-26 04:31:15 Valentine Gostev description Test case xb_report for Percona XtraBackup causes Percona Server 5.1 crash on checksum table statement. Reproduced on Ubuntu 10.04 x86_64 w/ 5.1.54-12.5 5.1.51-11.5 Backtrace from test log: 110126 2:30:32 InnoDB: Assertion failure in thread 140399065376512 in file row/row0sel.c line 3861 InnoDB: Failing assertion: rec InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html InnoDB: about forcing recovery. 110126 2:30:32 - mysqld got signal 6 ; 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=8384512 read_buffer_size=131072 max_used_connections=1 max_threads=151 threads_connected=1 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 338400 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd: 0x17edf30 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... stack_bottom = 0x7fb1346b1ca8 thread_stack 0x40000 /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(my_print_stacktrace+0x35)[0x88e525] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(handle_segfault+0x31d)[0x5cb68d] /lib/libpthread.so.0(+0xf8f0)[0x7fb146f358f0] /lib/libc.so.6(gsignal+0x35)[0x7fb1462fca75] /lib/libc.so.6(abort+0x180)[0x7fb1463005c0] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(row_search_for_mysql+0x97b)[0x7a441b] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_ZN11ha_innobase10index_readEPhPKhj16ha_rkey_function+0x151)[0x745141] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_ZN11ha_innobase11index_firstEPh+0x37)[0x745847] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_ZN11ha_innobase8rnd_nextEPh+0x37)[0x745987] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z20mysql_checksum_tableP3THDP10TABLE_LISTP15st_ha_check_opt+0x348)[0x6bd098] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z21mysql_execute_commandP3THD+0x33a9)[0x5de239] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z11mysql_parseP3THDPcjPPKc+0x2b9)[0x5e1249] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x54a)[0x5e195a] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z10do_commandP3THD+0x11a)[0x5e2a8a] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(handle_one_connection+0x60b)[0x5d541b] /lib/libpthread.so.0(+0x69ca)[0x7fb146f2c9ca] /lib/libc.so.6(clone+0x6d)[0x7fb1463af70d] Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x1845980 = checksum table test thd->thread_id=6 thd->killed=NOT_KILLED The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. Writing a core file ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query t/xb_export.sh: line 48: 922 Aborted (core dumped) ${MYSQLD} ${MYSQLD_ARGS} $* --port=$mysql_port Please find core dump at http://x54.in/core.922.gz Test case xb_export for Percona XtraBackup causes Percona Server 5.1 crash on checksum table statement. Reproduced on Ubuntu 10.04 x86_64 w/ 5.1.54-12.5 5.1.51-11.5 Backtrace from test log: 110126 2:30:32 InnoDB: Assertion failure in thread 140399065376512 in file row/row0sel.c line 3861 InnoDB: Failing assertion: rec InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html InnoDB: about forcing recovery. 110126 2:30:32 - mysqld got signal 6 ; 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=8384512 read_buffer_size=131072 max_used_connections=1 max_threads=151 threads_connected=1 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 338400 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd: 0x17edf30 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... stack_bottom = 0x7fb1346b1ca8 thread_stack 0x40000 /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(my_print_stacktrace+0x35)[0x88e525] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(handle_segfault+0x31d)[0x5cb68d] /lib/libpthread.so.0(+0xf8f0)[0x7fb146f358f0] /lib/libc.so.6(gsignal+0x35)[0x7fb1462fca75] /lib/libc.so.6(abort+0x180)[0x7fb1463005c0] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(row_search_for_mysql+0x97b)[0x7a441b] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_ZN11ha_innobase10index_readEPhPKhj16ha_rkey_function+0x151)[0x745141] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_ZN11ha_innobase11index_firstEPh+0x37)[0x745847] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_ZN11ha_innobase8rnd_nextEPh+0x37)[0x745987] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z20mysql_checksum_tableP3THDP10TABLE_LISTP15st_ha_check_opt+0x348)[0x6bd098] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z21mysql_execute_commandP3THD+0x33a9)[0x5de239] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z11mysql_parseP3THDPcjPPKc+0x2b9)[0x5e1249] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x54a)[0x5e195a] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(_Z10do_commandP3THD+0x11a)[0x5e2a8a] /root/xb_export_test/test/var/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/libexec/mysqld(handle_one_connection+0x60b)[0x5d541b] /lib/libpthread.so.0(+0x69ca)[0x7fb146f2c9ca] /lib/libc.so.6(clone+0x6d)[0x7fb1463af70d] Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x1845980 = checksum table test thd->thread_id=6 thd->killed=NOT_KILLED The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. Writing a core file ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query t/xb_export.sh: line 48: 922 Aborted (core dumped) ${MYSQLD} ${MYSQLD_ARGS} $* --port=$mysql_port Please find core dump at http://x54.in/core.922.gz
2011-01-26 04:33:10 Valentine Gostev branch linked lp:~percona-dev/percona-xtrabackup/xb_export
2011-01-26 04:49:55 Valentine Gostev percona-server: assignee Valentine Gostev (core-longbow)
2011-01-26 04:50:32 Valentine Gostev percona-server: assignee Valentine Gostev (core-longbow) Yasufumi Kinoshita (yasufumi-kinoshita)
2011-01-26 05:01:16 Yasufumi Kinoshita percona-server: status Triaged Invalid
2011-02-02 00:37:24 Vadim Tkachenko percona-server: status Invalid Confirmed
2011-02-02 02:40:11 Yasufumi Kinoshita percona-server: status Confirmed Fix Committed
2011-02-09 14:07:58 Alexey Kopytov branch linked lp:~percona-dev/percona-server/5.1.54-fix_expand_import_and_dict_size_limit
2011-04-28 18:35:50 Valentine Gostev percona-server: status Fix Committed Fix Released