Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 10.0.12
-
Fix Version/s: N/A
-
Component/s: Partitioning
-
Labels:None
-
Environment:Oracle Linux 6.5;
3.8.13-35.1.2.el6uek.x86_64 x86_64
mysqld
Ver 10.0.12-MariaDB for Linux on x86_64 (MariaDB Server);
PHP 5.4.30 (cli) (built: Jun 27 2014 11:59:31)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
CPU 2x8 Xeon, 4 HDDx10k - RAID10, 64Gb RAM;
included partitioning.Oracle Linux 6.5; 3.8.13-35.1.2.el6uek.x86_64 x86_64 mysqld Ver 10.0.12-MariaDB for Linux on x86_64 (MariaDB Server); PHP 5.4.30 (cli) (built: Jun 27 2014 11:59:31) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies CPU 2x8 Xeon, 4 HDDx10k - RAID10, 64Gb RAM; included partitioning.
Description
140719 4:00:01 [ERROR] mysqld got signal 11 ; ... Server version: 10.0.12-MariaDB key_buffer_size=2097152 read_buffer_size=2097152 max_used_connections=218 max_threads=258 thread_count=94 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1592516 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0x7f8d72554008 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 = 0x7f8cbf002d10 thread_stack 0x48000 /usr/sbin/mysqld(my_print_stacktrace+0x2b)[0xb6c14b] /usr/sbin/mysqld(handle_fatal_signal+0x398)[0x7255f8] /lib64/libpthread.so.0[0x32c300f710] /usr/sbin/mysqld(_ZN7handler15read_range_nextEv+0xa7)[0x72a9f7] /usr/sbin/mysqld[0xb46d65] /usr/sbin/mysqld(_ZN7handler21multi_range_read_nextEPPv+0xb2)[0x6bc222] /usr/sbin/mysqld(_ZN18QUICK_RANGE_SELECT8get_nextEv+0x52)[0x7f3762] /usr/sbin/mysqld[0x810668] /usr/sbin/mysqld(_Z10sub_selectP4JOINP13st_join_tableb+0x1b2)[0x5f56a2] /usr/sbin/mysqld[0x60c76d] /usr/sbin/mysqld(_ZN4JOIN10exec_innerEv+0x6da)[0x61f26a] /usr/sbin/mysqld(_ZN4JOIN4execEv+0x11)[0x621441] /usr/sbin/mysqld(_Z12mysql_selectP3THDPPP4ItemP10TABLE_LISTjR4ListIS1_ES2_jP8st_orderSB_S2_SB_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x1dd)[0x61e00d] /usr/sbin/mysqld(_Z13handle_selectP3THDP3LEXP13select_resultm+0x28d)[0x62179d] /usr/sbin/mysqld[0x5c9346] /usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x4c4f)[0x5d400f] /usr/sbin/mysqld[0x5d5b12] /usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1b20)[0x5d7cd0] /usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x453)[0x6950e3] /usr/sbin/mysqld(handle_one_connection+0x42)[0x6951b2] /lib64/libpthread.so.0[0x32c30079d1] /lib64/libc.so.6(clone+0x6d)[0x32c28e8b5d] Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0x7f8d95058020): is an invalid pointer Connection ID (thread ID): 9559312 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
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-6970 MariaDB 10.0.13 crash while using partitioning
-
- Stalled
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi,
Is it reproducible?
Would you be able to locate the query that causes the crash?
(If it's reproducible, you can enable general_log for one time, and after the crash occurs, the last query inside the indicated connection before the crash would most likely be the one that caused it).