Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.14
-
None
-
CentOS 6.6 x64
Description
In my Mariadb 10.1.14 SERVER, when excuting a proc(see the attched file), then
I hit below signal 11 error and server crashed.
161116 16:00:54 [ERROR] 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.
|
|
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
|
|
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.
|
|
Server version: 10.1.14-MariaDB
|
key_buffer_size=67108864
|
read_buffer_size=1048576
|
max_used_connections=7
|
max_threads=3002
|
thread_count=5
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 27793441 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0x7f13c6a15008
|
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 = 0x7f14fbbe41d8 thread_stack 0x48400
|
/usr/local/mysql/bin/mysqld(my_print_stacktrace+0x2e)[0xc028ae]
|
/usr/local/mysql/bin/mysqld(handle_fatal_signal+0x464)[0x7651f4]
|
/lib64/libpthread.so.0[0x3a3ae0f710]
|
/usr/local/mysql/bin/mysqld(_ZN9Item_func10fix_fieldsEP3THDPP4Item+0x1c1)[0x7d4161]
|
/usr/local/mysql/bin/mysqld(_ZN9Item_cond10fix_fieldsEP3THDPP4Item+0x414)[0x7a2914]
|
/usr/local/mysql/bin/mysqld(_Z11setup_condsP3THDP10TABLE_LISTR4ListIS1_EPP4Item+0x204)[0x565ac4]
|
/usr/local/mysql/bin/mysqld(_ZN4JOIN7prepareEPPP4ItemP10TABLE_LISTjS1_jP8st_orderbS7_S1_S7_P13st_select_lexP18st_select_lex_unit+0x339)[0x5f24e9]
|
/usr/local/mysql/bin/mysqld(_Z12mysql_selectP3THDPPP4ItemP10TABLE_LISTjR4ListIS1_ES2_jP8st_orderSB_S2_SB_yP13select_resultP18st_select_lex_unitP13st_select_lex+0xaa8)[0x607ff8]
|
/usr/local/mysql/bin/mysqld(_Z13handle_selectP3THDP3LEXP13select_resultm+0x250)[0x60b3b0]
|
/usr/local/mysql/bin/mysqld[0x5ac578]
|
/usr/local/mysql/bin/mysqld(_Z21mysql_execute_commandP3THD+0x14f7)[0x5b2727]
|
/usr/local/mysql/bin/mysqld(_ZN13sp_instr_stmt9exec_coreEP3THDPj+0x1e)[0x89863e]
|
/usr/local/mysql/bin/mysqld(_ZN13sp_lex_keeper23reset_lex_and_exec_coreEP3THDPjbP8sp_instr+0x8c)[0x8987dc]
|
/usr/local/mysql/bin/mysqld(_ZN13sp_instr_stmt7executeEP3THDPj+0x522)[0x89bb12]
|
/usr/local/mysql/bin/mysqld(_ZN7sp_head7executeEP3THDb+0x612)[0x89dc02]
|
/usr/local/mysql/bin/mysqld(_ZN7sp_head17execute_procedureEP3THDP4ListI4ItemE+0x623)[0x89f303]
|
/usr/local/mysql/bin/mysqld(_Z21mysql_execute_commandP3THD+0x5c89)[0x5b6eb9]
|
/usr/local/mysql/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x2b4)[0x5bab44]
|
/usr/local/mysql/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x23a7)[0x5bdb77]
|
/usr/local/mysql/bin/mysqld(_Z10do_commandP3THD+0x2a7)[0x5bdf87]
|
/usr/local/mysql/bin/mysqld(_Z24do_handle_one_connectionP3THD+0x183)[0x68cbc3]
|
/usr/local/mysql/bin/mysqld(handle_one_connection+0x42)[0x68cde2]
|
/usr/local/mysql/bin/mysqld[0xb04b99]
|
/lib64/libpthread.so.0[0x3a3ae079d1]
|
/lib64/libc.so.6(clone+0x6d)[0x3a3aae89dd]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7f13bc6b71b0): is an invalid pointer
|
Connection ID (thread ID): 12
|
Status: NOT_KILLED
|
|
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on
|
|
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.
|
161116 16:00:55 mysqld_safe Number of processes running now: 0
|
161116 16:00:55 mysqld_safe WSREP: not restarting wsrep node automatically
|
161116 16:00:55 mysqld_safe mysqld from pid file /mysqldata/3308/mysqld.pid ended
|
Attachments
Issue Links
- relates to
-
MDEV-7691 Assertion `outer_context || !*from_field || *from_field == not_found_field' failed on 2nd execution of PS with nested subqueries
- Closed
-
MDEV-10148 Database crashes in the query to the View
- Closed