2014-04-24 37 views
1

在我的CentOS版本5.10(最終版)上,內核版本:Linux 2.6.18-371.6.1.el5#1 SMP Wed Mar 12 20:08:05 EDT 2014 i686 i686 i386 GNU/Linux,我有mysql版本的mysql-5.6.17-4.el5。 我的mysqld在「service mysqld start」之後崩潰,在日誌中有錯誤。你能幫:mysqld崩潰「UTC-mysqld got signal 11」

2014-04-24 07:46:00 24175 [Note] Server hostname (bind-address): '*'; port: 3306 
2014-04-24 07:46:00 24175 [Note] IPv6 is available. 
2014-04-24 07:46:00 24175 [Note] - '::' resolves to '::'; 
2014-04-24 07:46:00 24175 [Note] Server socket created on IP: '::'. 
14:46: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. 

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

Thread pointer: 0xa22d290 
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 = ffffffffbfaeb048 thread_stack 0x30000 
/usr/sbin/mysqld(my_print_stacktrace+0x33)[0x856f7d3] 
/usr/sbin/mysqld(handle_fatal_signal+0x43e)[0x828b29e] 
[0xad7420] 
/usr/sbin/mysqld(_Z9get_fieldP11st_mem_rootP5Field+0x67)[0x83c3127] 
/usr/sbin/mysqld[0x82b4db8] 
/usr/sbin/mysqld(_Z10acl_reloadP3THD+0x4ba)[0x82b6d7a] 
/usr/sbin/mysqld(_Z8acl_initb+0x134)[0x82bb984] 
/usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x938)[0x8194548] 
/usr/sbin/mysqld(main+0x32)[0x8187372] 
/lib/libc.so.6(__libc_start_main+0xdc)[0x688ebc] 
/usr/sbin/mysqld(__gxx_personality_v0+0x3b9)[0x8187281] 

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): 0 
Status: NOT_KILLED 

free命令的輸出:

[[email protected] ~]# free 
      total  used  free  shared buffers  cached 
Mem:  1034656  634984  399672   0  55416  283292 
-/+ buffers/cache:  296276  738380 
Swap:  2096472  144 2096328 

預先感謝您!這裏所描述

+1

這應該是在serverfault,而不是stackoverflow。 –

回答

1

「一般情況下,從一個發佈系列升級到另一個,轉到 下一個系列,而不是跳過一個系列。從釋放一系列 以前到MySQL 5.5升級,升級到在每個連續發佈系列轉到 ,直到達到MySQL 5.5,然後繼續升級到MySQL 5.6。「。