Issues
- LP #1071243: Perconan Server crashes when selecting a range of records in a big tablePS-2822Resolved issue: PS-2822
- LP #1040666: mysqlcheck broken in 5.1.63-rel13.4.443.rhel5 x86_64PS-2793Resolved issue: PS-2793
- LP #777387: Documentation does not contain the info about innodb_check_fragmentation patch in 5.1 and 5.5 branchesPS-2635Resolved issue: PS-2635
- LP #631667: EditLine used for percona-server-client-5.1 on ubuntuPS-2327Resolved issue: PS-2327
- LP #1075932: SSL is not supported on 5.1.66-rel14.1 rpm'sPS-349Resolved issue: PS-349
LP #1071243: Perconan Server crashes when selecting a range of records in a big table
Description
Environment
Smart Checklist
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Labels
Priority
Low
Details
Details
Assignee
Reporter
Labels
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Activity
George LorchNovember 21, 2019 at 10:52 PM
Incomplete and no activity for > 90 days, please request to re-open if you obtain more information of believe this is in error.
lpjirasyncJanuary 24, 2018 at 4:50 AM
**Comment from Launchpad by: Valerii Kravchuk on: 28-05-2013 06:41:26
Until we get a repeatable test case (SQL statements to put the table in such a corrupted state), status for this bug report is still "Incomplete".
lpjirasyncJanuary 24, 2018 at 4:50 AM
**Comment from Launchpad by: Cofyc on: 28-05-2013 01:43:38
Hi, I have fixed this by recreating table. It's really a weird bug
lpjirasyncJanuary 24, 2018 at 4:50 AM
**Comment from Launchpad by: Valerii Kravchuk on: 27-05-2013 12:32:18
Sorry for the delay with this bug report. Table has mediumtext columns, so the problem may still be related to http://bugs.mysql.com/bug.php?id=62037, http://bugs.mysql.com/bug.php?id=57799 etc.
Had you tried to recreate this table from the mysqldump? I also wonder of recent Percona-Server-5.1.68-rel14.5-513 also leads to this assertion for your table and data.
lpjirasyncJanuary 24, 2018 at 4:50 AM
**Comment from Launchpad by: Launchpad Janitor on: 09-01-2013 04:17:54
[Expired for Percona Server because there has been no activity for 60 days.]
**Reported in Launchpad by Cofyc last update 28-05-2013 06:41:28
I have a big table, around 15,000,000 rows.
When i query some special rows from table, like this one:
SELECT * FROM `post` WHERE postId = 8449114;
mysql crashes with following error:
121025 17:40:02 InnoDB: Assertion failure in thread 140112839591680 in file row/row0sel.c line 4563
InnoDB: Failing assertion: trx->isolation_level == TRX_ISO_READ_UNCOMMITTED
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-innodb-recovery.html
InnoDB: about forcing recovery.
09:40:02 UTC - 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.
Please help us make Percona Server better by reporting any
bugs at http://bugs.percona.com/
key_buffer_size=1048576
read_buffer_size=1048576
max_used_connections=2
max_threads=1024
thread_count=1
connection_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2109544 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
=====> backtrace
Thread pointer: 0x21bab180
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 = 7f6e90083e98 thread_stack 0x40000
/usr/local/mysql/libexec/mysqld(my_print_stacktrace+0x35)[0x8a8aa5]
/usr/local/mysql/libexec/mysqld(handle_fatal_signal+0x378)[0x6adfb8]
/lib64/libpthread.so.0(+0x10310)[0x7f73d85a6310]
/lib64/libc.so.6(gsignal+0x35)[0x7f73d756a8e5]
/lib64/libc.so.6(abort+0x186)[0x7f73d756bd66]
/usr/local/mysql/libexec/mysqld[0x7aa0f1]
/usr/local/mysql/libexec/mysqld[0x743371]
/usr/local/mysql/libexec/mysqld(_ZN7handler15read_range_nextEv+0x59)[0x6a0419]
/usr/local/mysql/libexec/mysqld(_ZN7handler21read_multi_range_nextEPP18st_key_multi_range+0x33)[0x69fb23]
/usr/local/mysql/libexec/mysqld(_ZN18QUICK_RANGE_SELECT8get_nextEv+0x167)[0x68cc37]
/usr/local/mysql/libexec/mysqld[0x69bd43]
/usr/local/mysql/libexec/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x5a)[0x61e37a]
/usr/local/mysql/libexec/mysqld[0x62f18a]
/usr/local/mysql/libexec/mysqld(_ZN4JOIN4execEv+0x913)[0x63aab3]
/usr/local/mysql/libexec/mysqld(_Z12mysql_selectP3THDPPP4ItemP10TABLE_LISTjR4ListIS1_ES2_jP8st_orderSB_S2_SB_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x199)[0x63c679]
/usr/local/mysql/libexec/mysqld(_Z13handle_selectP3THDP6st_lexP13select_resultm+0x1c5)[0x63cfc5]
/usr/local/mysql/libexec/mysqld[0x5c7d01]
/usr/local/mysql/libexec/mysqld(_Z21mysql_execute_commandP3THD+0x3b6)[0x5cab36]
/usr/local/mysql/libexec/mysqld(_Z11mysql_parseP3THDPcjPPKc+0x51b)[0x5d0dab]
/usr/local/mysql/libexec/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0xa11)[0x5d17c1]
/usr/local/mysql/libexec/mysqld(_Z10do_commandP3THD+0x128)[0x5d2448]
/usr/local/mysql/libexec/mysqld(handle_one_connection+0x9cd)[0x5c43dd]
/lib64/libpthread.so.0(+0x7c6c)[0x7f73d859dc6c]
/lib64/libc.so.6(clone+0x6d)[0x7f73d7609bcd]
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (21bbc320): SELECT * FROM `post` WHERE postId = 8449114;
Connection ID (thread ID): 1
Status: NOT_KILLED
====> Summary
First I can reproduce this error on 5.1.58 version, when I found a related bug http://bugs.mysql.com/bug.php?id=62037, and upgraded to lastest Percona-Server-5.1.65-rel14.0-475.Linux.x86_64 version, but I still got this error.
====> Questions
Is it a mysql bug? Or data in my table is corrupted?
How can fix this?