MySQL Forums
Forum List  »  InnoDB

mysql keeps crashing
Posted by: Pavel Dvořák
Date: August 08, 2018 06:17AM

Version: '5.7.21-log' socket: '/var/run/mysqld/mysqld.sock' port: 3307 MySQL Wsrep Server (GPL), wsrep_25.14
galera cluster on debian x64

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.
Attempting to collect some information that could help diagnose the problem.
As this is a crash and something is definitely wrong, the information
collection process might fail.

key_buffer_size=1073741824
read_buffer_size=2097152
max_used_connections=158
max_threads=200
thread_count=72
connection_count=70
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2280160 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
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 = 0 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x2c)[0x5575877be5ac]
/usr/sbin/mysqld(handle_fatal_signal+0x479)[0x5575870c7a89]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x110c0)[0x7fe3cb0ad0c0]
/usr/sbin/mysqld(handle_connection+0x17e)[0x5575876486ee]
/usr/sbin/mysqld(pfs_spawn_thread+0x1b4)[0x557587b2a9f4]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x7fe3cb0a3494]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7fe3c98efacf]
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.

no error message before that
what can I do or how to debug that?
thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql keeps crashing
956
August 08, 2018 06:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.