UNIV_DEBUG: sql/sql_parse.cc:1153: bool do_command(THD*): Assertion `thd->m_statement_psi == __null' failed.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC |
Confirmed
|
Critical
|
Muhammad Irfan |
Bug Description
20:34:50 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 XtraDB Cluster better by reporting any
bugs at https:/
key_buffer_
read_buffer_
max_used_
max_threads=153
thread_count=4
connection_count=4
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x359aac0
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 = 7fdf3b63ae98 thread_stack 0x40000
/pxc56d/
/pxc56d/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/pxc56d/
/pxc56d/
/pxc56d/
/pxc56d/
/usr/lib/
/usr/lib/
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0): is an invalid pointer
Connection ID (thread ID): 4
Status: NOT_KILLED
You may download the Percona XtraDB Cluster operations manual by visiting
http://
in the manual which will help you identify the cause of the crash.
Changed in percona-xtradb-cluster: | |
assignee: | nobody → Muhammad Irfan (muhammad-irfan) |
Changed in percona-xtradb-cluster: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
This seems to happen when server-side prepared statements (PS protocol) when the cluster is not fully operational. See https:/ /github. com/codership/ mysql-wsrep/ issues/ 125 which also has a test case.