/sql/protocol.cc:518: void Protocol::end_statement(): Assertion `0' failed | abort (sig=6) in Protocol::end_statement | Seen on UPDATE IGNORE queries
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL Server |
Unknown
|
Unknown
|
||||
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.1 |
Won't Fix
|
Undecided
|
Unassigned | |||
5.5 |
Triaged
|
High
|
Unassigned | |||
5.6 |
Triaged
|
High
|
Unassigned | |||
5.7 |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Seeing many Protocol:
(gdb) bt
#0 0x000000333d00c69c in pthread_kill () from /lib64/
#1 0x00000000007e7909 in my_write_core (sig=6) at /ssd/5.
#2 0x00000000006aff35 in handle_fatal_signal (sig=6) at /ssd/5.
#3 <signal handler called>
#4 0x000000333cc328a5 in raise () from /lib64/libc.so.6
#5 0x000000333cc34085 in abort () from /lib64/libc.so.6
#6 0x000000333cc2ba1e in __assert_fail_base () from /lib64/libc.so.6
#7 0x000000333cc2bae0 in __assert_fail () from /lib64/libc.so.6
#8 0x0000000000525ce7 in Protocol:
#9 0x00000000005a2e6d in dispatch_command (command=<optimized out>, thd=0x3837cd0, packet=<optimized out>, packet_length=47) at /ssd/5.
#10 0x00000000005a3702 in do_command (thd=0x3837cd0) at /ssd/5.
#11 0x0000000000648f1d in do_handle_
#12 0x0000000000649010 in handle_
#13 0x000000333d007851 in start_thread () from /lib64/
#14 0x000000333cce890d in clone () from /lib64/libc.so.6
(gdb) f 10
#10 0x00000000005a3702 in do_command (thd=0x3837cd0) at /ssd/5.
789 return_value= dispatch_
(gdb) p thd->query_
$1 = 0x0
This blocks wide-spread testing of PS using Gypsy.
Likely as-yet unresolved upstream assertion 0 failed bugs