Crash on xtrabackup completion

I was restarting a node with a peer and it needed to use xtrabackup. It finished entirely and the other node started the restore… The node which I was restoring from crashed suddenly with the following:

06:59:00 UTC - mysqld got signal 11 ;
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

key_buffer_size=268435456
read_buffer_size=262144
max_used_connections=2049
max_threads=2048
thread_count=90
connection_count=90

It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1860912 K bytes of memory
Hope that’s ok; if not, decrease some variables in the equation.

Thread pointer: 0x168d2e10
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 = 7f822c442e48 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x35)[0x7c83f5]
/usr/sbin/mysqld(handle_fatal_signal+0x4a4)[0x6a1e04]
/lib64/libpthread.so.0[0x3d6d00f500]
/lib64/libc.so.6[0x3d6cd3259f]
/usr/sbin/mysqld(_ZN8Protocol5storeEPKcP15charset_info_st+0x 2a)[0x52964a]
/usr/sbin/mysqld(_Z21mysqld_list_processesP3THDPKcb+0x1053)[ 0x5ecf23]
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x28d5)[0x59 6035]
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x33 3)[0x598de3]
/usr/sbin/mysqld[0x5997a0]
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3 THDPcj+0x1a82)[0x59c072]
/usr/sbin/mysqld(_Z10do_commandP3THD+0x169)[0x59c499]
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x15f)[0x 63710f]
/usr/sbin/mysqld(handle_one_connection+0x51)[0x6372d1]
/lib64/libpthread.so.0[0x3d6d007851]
/lib64/libc.so.6(clone+0x6d)[0x3d6cce811d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7f8238004e50): is an invalid pointer
Connection ID (thread ID): 50
Status: NOT_KILLED

You may download the Percona Server operations manual by visiting
. You may find information
in the manual which will help you identify the cause of the crash.

This is obviously pretty bad. I am restarting the node now, but why did this happen in the first place?