InnoDB: Failing assertion: mode == BUF_GET_POSSIBLY_FREED || !block->page.file_page_was_freed in file buf0buf.c line 2910
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Server |
Unknown
|
Unknown
|
|||
Percona Server moved to https://jira.percona.com/projects/PS |
Fix Released
|
High
|
Laurynas Biveinis | ||
5.1 |
Fix Released
|
High
|
Laurynas Biveinis | ||
5.5 |
Fix Released
|
High
|
Laurynas Biveinis | ||
5.6 |
Fix Released
|
High
|
Laurynas Biveinis |
Bug Description
130115 16:59:15 InnoDB: Assertion failure in thread 386742016 in file buf0buf.c line 2910
InnoDB: Failing assertion: mode == BUF_GET_
Thread 24 (LWP 10333):
+bt
#0 0x0000003da180c60c in pthread_kill () from /lib64/
#1 0x00000000007dc4a8 in my_write_core (sig=6) at /ssd/bug1086680/Percona-
#2 0x00000000006b1b68 in handle_fatal_signal (sig=6) at /ssd/bug1086680/Percona-
#3 <signal handler called>
#4 0x0000003da1435935 in raise () from /lib64/libc.so.6
#5 0x0000003da14370e8 in abort () from /lib64/libc.so.6
#6 0x00000000008e3014 in buf_page_get_gen (space=
#7 0x0000000000973b8a in lock_print_
#8 0x00000000008708c2 in srv_printf_
#9 0x0000000000871592 in srv_monitor_thread (arg=<optimized out>) at /ssd/bug1086680/Percona-
#10 0x0000003da1807d14 in start_thread () from /lib64/
#11 0x0000003da14f168d in clone () from /lib64/libc.so.6
Related branches
- Stewart Smith (community): Approve
- George Ormond Lorch III (community): Approve (g2)
-
Diff: 62 lines (+17/-7)3 files modifiedPercona-Server/storage/innodb_plugin/buf/buf0buf.c (+3/-1)
Percona-Server/storage/innodb_plugin/include/buf0buf.h (+4/-0)
Percona-Server/storage/innodb_plugin/lock/lock0lock.c (+10/-6)
- Stewart Smith (community): Approve
- George Ormond Lorch III (community): Approve (g2)
-
Diff: 25 lines (+10/-6)1 file modifiedPercona-Server/storage/innobase/lock/lock0lock.c (+10/-6)
- Laurynas Biveinis (community): Approve
- George Ormond Lorch III (community): Approve (g2)
-
Diff: 15 lines (+4/-2)1 file modifiedPercona-Server/storage/innobase/lock/lock0lock.cc (+4/-2)
tags: | added: innodb |
Valgrind in buf_page_get_gen in bug 1086680