- 论坛徽章:
- 0
|
本帖最后由 cenalulu 于 2013-01-25 10:03 编辑
mysqld: /tmp/software/mysql-5.5.19/sql/sql_error.cc:387: void Diagnostics_area::set_eof_status(THD*): Assertion `! is_set()' failed.
130118 12:41:36 - 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.
key_buffer_size=4294967296
read_buffer_size=262144
max_used_connections=748
max_threads=1024
thread_count=114
connection_count=114
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4992616 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x2e2a0ab0
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 = 0x7fdc8e69ae38 thread_stack 0x40000
/usr/local/mysql-5.5.19/bin/mysqld(my_print_stacktrace+0x35)[0x8c7cf2]
/usr/local/mysql-5.5.19/bin/mysqld(handle_segfault+0x31f)[0x556706]
/lib64/libpthread.so.0(+0xf500)[0x7fe28aedb500]
/lib64/libc.so.6(gsignal+0x35)[0x7fe289d898a5]
/lib64/libc.so.6(abort+0x175)[0x7fe289d8b085]
/lib64/libc.so.6(+0x2ba1e)[0x7fe289d82a1e]
/lib64/libc.so.6(__assert_perror_fail+0x0)[0x7fe289d82ae0]
/usr/local/mysql-5.5.19/bin/mysqld(_ZN16Diagnostics_area14set_eof_statusEP3THD+0x5e)[0x5d3928]
/usr/local/mysql-5.5.19/bin/mysqld(_Z6my_eofP3THD+0x39)[0x56c8a0]
/usr/local/mysql-5.5.19/bin/mysqld(_Z14ha_show_statusP3THDP10handlerton12ha_stat_type+0x23 [0x75d31c]
/usr/local/mysql-5.5.19/bin/mysqld(_Z21mysql_execute_commandP3THD+0x10a1)[0x5f1c0c]
/usr/local/mysql-5.5.19/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x214)[0x5faaa1]
/usr/local/mysql-5.5.19/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0xae1)[0x5eeb86]
/usr/local/mysql-5.5.19/bin/mysqld(_Z10do_commandP3THD+0x295)[0x5ede92]
/usr/local/mysql-5.5.19/bin/mysqld(_Z24do_handle_one_connectionP3THD+0x199)[0x6ce113]
/usr/local/mysql-5.5.19/bin/mysqld(handle_one_connection+0x33)[0x6cdc1f]
/lib64/libpthread.so.0(+0x7851)[0x7fe28aed3851]
/lib64/libc.so.6(clone+0x6d)[0x7fe289e3e6dd]
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x7fdbf8022660): is an invalid pointer
Connection ID (thread ID): 390987
Status: NOT_KILLED
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
130118 12:41:37 mysqld_safe Number of processes running now: 0
130118 12:41:37 mysqld_safe mysqld restarted
环境:centos 6.2 有足够内存,mysql版本5.5.19 |
|