Failing assertion: 0x20UL & rec_get_info_bits( btr_cur_get_rec(btr_cur), dict_table_is_comp(index->table)) in file row0purge.c line 390 | abort in row_purge_remove_sec_if_poss_leaf
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.1 |
Won't Fix
|
Undecided
|
Unassigned | |||
5.5 |
Incomplete
|
High
|
Ramesh Sivaraman | |||
5.6 |
Incomplete
|
High
|
Ramesh Sivaraman | |||
5.7 |
Incomplete
|
High
|
Ramesh Sivaraman |
Bug Description
=======
130202 5:26:55 InnoDB: Assertion failure in thread 140040500565760 in file row0purge.c line 390
InnoDB: Failing assertion: 0x20UL & rec_get_info_bits( btr_cur_
=======
Thread 1 (LWP 27101):
+bt
#0 0x0000003da180c60c in pthread_kill () from /lib64/
#1 0x00000000007dea78 in my_write_core (sig=6) at /ssd/QA-
#2 0x00000000006b3144 in handle_fatal_signal (sig=6) at /ssd/QA-
#3 <signal handler called>
#4 0x0000003da1435935 in raise () from /lib64/libc.so.6
#5 0x0000003da14370e8 in abort () from /lib64/libc.so.6
#6 0x00000000009d4402 in row_purge_
#7 0x00000000009d5c70 in row_purge_
#8 row_purge_del_mark (node=0x31591c8) at /ssd/QA-
#9 row_purge (thr=0x3159010, node=0x31591c8) at /ssd/QA-
#10 row_purge_step (thr=thr@
#11 0x00000000009bdd4f in que_thr_step (thr=0x3159010) at /ssd/QA-
#12 que_run_threads_low (thr=0x3159010) at /ssd/QA-
#13 que_run_threads (thr=thr@
#14 0x0000000000887212 in trx_purge (limit=<optimized out>) at /ssd/QA-
#15 0x000000000087849d in srv_purge_thread (arg=<optimized out>) at /ssd/QA-
#16 0x0000003da1807d14 in start_thread () from /lib64/
#17 0x0000003da14f168d in clone () from /lib64/libc.so.6
=======
[Roel@qaserver 861716]$ cat cmd67
ps -ef | grep 'cmdrun_67' | grep -v grep | awk '{print $2}' | xargs sudo kill -9
rm -Rf /ssd/861716/
mkdir /ssd/861716/
cd /ssd/randgen
bash -c "set -o pipefail; perl runall.pl --queries=100000000 --seed=20890 --duration=200 --querytimeout=60 --short_
tags: | added: upstream |
Not QA blocking