Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
10.3.8
Description
my mariadb got the error message : [ERROR] mysqld got signal 11
and then, connection was stuck..
so i reboot the database, but still occur the same error and also service was not normal.
this is my error log
191104 23:47:49 [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.3.8-MariaDB-log
key_buffer_size=16777216
read_buffer_size=2097152
max_used_connections=97
max_threads=1002
thread_count=70
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4142942 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x2ae43af2d108
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 = 0x2ae14edc1de8 thread_stack 0x40000
/rdsdbbin/mysql/bin/mysqld(my_print_stacktrace+0x29)[0x55912a8725f9]
/rdsdbbin/mysql/bin/mysqld(handle_fatal_signal+0x57d)[0x55912a3055ed]
2019-11-04 23:48:01 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-11-04 23:48:01 0 [Note] InnoDB: Uses event mutexes
2019-11-04 23:48:01 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
2019-11-04 23:48:01 0 [Note] InnoDB: Number of pools: 1
2019-11-04 23:48:01 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-11-04 23:48:01 0 [Note] InnoDB: Initializing buffer pool, total size = 11G, instances = 8, chunk size = 128M
2019-11-04 23:48:01 0 [Note] InnoDB: Completed initialization of buffer pool
2019-11-04 23:48:01 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-11-04 23:48:01 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=12547168963
2019-11-04 23:48:01 0 [Note] InnoDB: Starting final batch to recover 2 pages from redo log.
2019-11-04 23:48:02 0 [Note] InnoDB: Last binlog file 'mysql-bin-changelog.000004', position 1065
2019-11-04 23:48:02 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-11-04 23:48:02 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-11-04 23:48:02 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-11-04 23:48:02 0 [Note] InnoDB: Setting file '/rdsdbdata/db/innodb/ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-11-04 23:48:02 0 [Note] InnoDB: File '/rdsdbdata/db/innodb/ibtmp1' size is now 12 MB.
2019-11-04 23:48:02 0 [Note] InnoDB: Waiting for purge to start
2019-11-04 23:48:02 0 [Note] InnoDB: 10.3.8 started; log sequence number 12547169093; transaction id 1130423
2019-11-04 23:48:02 0 [Note] InnoDB: Loading buffer pool(s) from /rdsdbdata/db/innodb/ib_buffer_pool
2019-11-04 23:48:02 0 [Note] Plugin 'FEEDBACK' is disabled.
191104 23:48:02 server_audit: MariaDB Audit Plugin version 1.4.0 STARTED.
191104 23:48:02 server_audit: Query cache is enabled with the TABLE events. Some table reads can be veiled.2019-11-04 23:48:02 0 [Warning] /rdsdbbin/mysql/bin/mysqld: unknown variable 'loose-rocksdb_log_dir=/rdsdbdata/db/log'
2019-11-04 23:48:02 0 [Note] Recovering after a crash using /rdsdbdata/log/binlog/mysql-bin-changelog
2019-11-04 23:48:02 0 [Note] Starting crash recovery...
2019-11-04 23:48:02 0 [Note] Crash recovery finished.
2019-11-04 23:48:02 0 [Note] Server socket created on IP: '::'.
2019-11-04 23:48:02 0 [Note] Reading of all Master_info entries succeded
2019-11-04 23:48:02 0 [Note] Added new Master_info '' to hash table
2019-11-04 23:48:02 0 [Note] /rdsdbbin/mysql/bin/mysqld: ready for connections.
Version: '10.3.8-MariaDB-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
Attachments
Issue Links
- duplicates
-
MDEV-21080 When i execute With query, database restart
- Closed