MySQL Forums
Forum List  »  Quality Assurance

mysqld got signal 11
Posted by: Tim Harvey
Date: February 04, 2013 11:08AM

The MySQL server crashed earlier and has logged a backtrace I'm just wondering if anyone is able to provide any insight into what may have been the cause of the crash please? It looke to me like it's something to do with query caching?

13:16:38 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.

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=67
max_threads=2000
thread_count=45
connection_count=45
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4382988 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x62685b0
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 = 7fa9580cbd98 thread_stack 0x40000
/usr/libexec/mysqld(my_print_stacktrace+0x2e)[0x78569e]
/usr/libexec/mysqld(handle_fatal_signal+0x493)[0x66faf3]
/lib64/libpthread.so.0[0x304200f500]
/usr/libexec/mysqld(my_hash_delete+0x292)[0x76f352]
/usr/libexec/mysqld(_ZN11Query_cache10free_queryEP17Query_cache_block+0x20)[0x554260]
/usr/libexec/mysqld(_ZN11Query_cache14free_old_queryEv+0x64)[0x5542e4]
/usr/libexec/mysqld(_ZN11Query_cache14allocate_blockEmcm+0x98)[0x554398]
/usr/libexec/mysqld(_ZN11Query_cache19allocate_data_chainEPP17Query_cache_blockmS1_c+0x95)[0x554445]
/usr/libexec/mysqld(_ZN11Query_cache17write_result_dataEPP17Query_cache_blockmPhS1_NS0_10block_typeE+0x27)[0x5546f7]
/usr/libexec/mysqld(_ZN11Query_cache18append_result_dataEPP17Query_cache_blockmPhS1_+0x166)[0x5548f6]
/usr/libexec/mysqld(_ZN11Query_cache6insertEP15Query_cache_tlsPKcmj+0x133)[0x556e83]
/usr/libexec/mysqld(net_real_write+0x3e)[0x51baae]
/usr/libexec/mysqld(net_flush+0x1b)[0x51bdab]
/usr/libexec/mysqld(_Z12net_send_eofP3THDjj+0x68)[0x520658]
/usr/libexec/mysqld(_ZN8Protocol13end_statementEv+0x95)[0x51f8a5]
/usr/libexec/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1ae)[0x584b6e]
/usr/libexec/mysqld(_Z24do_handle_one_connectionP3THD+0xd2)[0x614ea2]
/usr/libexec/mysqld(handle_one_connection+0x50)[0x614fb0]
/lib64/libpthread.so.0[0x3042007851]
/lib64/libc.so.6(clone+0x6d)[0x30418e811d]

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

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqld got signal 11
4272
February 04, 2013 11:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.