Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.1.16
-
Ubuntu 16.04
Description
MariaDB cluster node crashed with the following in the error.log. Joined the cluster after a successful restart.
MariaDB 10.1.16
galera-3 25.3.15
160805 13:45:08 [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.16-MariaDB-1~xenial
|
key_buffer_size=33554432
|
read_buffer_size=131072
|
max_used_connections=174
|
max_threads=502
|
thread_count=18
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1135382 K bytes of memory
|
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0x7f630c195008
|
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 = 0x7f6fee9560b8 thread_stack 0x48400
|
/usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x555c2589c5ee]
|
/usr/sbin/mysqld(handle_fatal_signal+0x2d5)[0x555c253ebc25]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x113d0)[0x7f79c8f413d0]
|
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG21do_checkpoint_requestEm+0x4a)[0x555c254a07ba]
|
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG20checkpoint_and_purgeEm+0x11)[0x555c254a0831]
|
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG23trx_group_commit_leaderEPNS_18group_commit_entryE+0x4f4)[0x555c254a35b4]
|
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG34write_transaction_to_binlog_eventsEPNS_18group_commit_entryE+0x133)[0x555c254a3923]
|
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG27write_transaction_to_binlogEP3THDP17binlog_cache_mngrP9Log_eventbbb+0xd0)[0x555c254a3bd0]
|
/usr/sbin/mysqld(+0x64bd96)[0x555c254a3d96]
|
/usr/sbin/mysqld(+0x64c972)[0x555c254a4972]
|
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG13log_and_orderEP3THDybbb+0x44)[0x555c254a4ad4]
|
/usr/sbin/mysqld(_Z15ha_commit_transP3THDb+0x77d)[0x555c253ef13d]
|
/usr/sbin/mysqld(_Z17trans_commit_stmtP3THD+0x38)[0x555c25341a08]
|
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0xb34)[0x555c2525d9e4]
|
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x266)[0x555c252660a6]
|
/usr/sbin/mysqld(+0x40e8f9)[0x555c252668f9]
|
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1c3b)[0x555c25268beb]
|
/usr/sbin/mysqld(_Z10do_commandP3THD+0x16d)[0x555c25269a0d]
|
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x182)[0x555c25332f52]
|
/usr/sbin/mysqld(handle_one_connection+0x40)[0x555c25333110]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76fa)[0x7f79c8f376fa]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f79c85e2b5d]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7f6324800020): INSERT INTO products (sites_id, hash, hash_solr, price, price_local, price_currency, url, uri, brand, model, picture, description, date_updated$
|
Connection ID (thread ID): 2071
|
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$
|
|
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.
|
Attachments
Issue Links
- relates to
-
MDEV-13747 MariaDB 10.1.21 server sudden crash
- Closed
-
MDEV-9510 Segmentation fault in binlog thread causes crash
- Closed