Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.3.27
Description
I couldn't reproduce it manually, but it crashes 1-3 times per day, after that 5 days stable, and again. With same settings
double free or corruption (!prev)
|
2020-12-23 21:30:01 0x7fd010c1d700 InnoDB: Assertion failure in file /build/mariadb-10.3-Zg5BW3/mariadb-10.3-10.3.27/storage/innobase/include/ut0lst.h line 334
|
InnoDB: Failing assertion: list.count > 0
|
InnoDB: We intentionally generate a memory trap.
|
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
|
InnoDB: If you get repeated assertion failures or crashes, even
|
InnoDB: immediately after the mysqld startup, there may be
|
InnoDB: corruption in the InnoDB tablespace. Please refer to
|
InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
|
InnoDB: about forcing recovery.
|
double free or corruption (!prev)
|
201217 6:40:01 [ERROR] mysqld got signal 6 ;
|
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.27-MariaDB-0+deb10u1-log
|
key_buffer_size=1317011456
|
read_buffer_size=131072
|
max_used_connections=50
|
max_threads=802
|
thread_count=47
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 3049343 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x7f11140c89f8
|
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 = 0x7f11d01c6dd8 thread_stack 0x30000
|
Config:
[mysqld]
|
sql-mode=""
|
skip-networking=0
|
skip-bind-address
|
max_connections = 800
|
max_connect_errors = 1000000
|
skip-external-locking
|
|
character-set-server=utf8
|
collation-server=utf8_general_ci
|
|
slow_query_log=ON
|
slow_query_log_file=/var/log/mysql/mysql-slow.log
|
long_query_time=1
|
|
# old config:
|
key_buffer = 1256M
|
max_allowed_packet = 320M
|
thread_stack = 192K
|
thread_cache_size = 8
|
myisam-recover = BACKUP
|
#table_cache = 64
|
#thread_concurrency = 10
|
#
|
# * Query Cache Configuration
|
#
|
query_cache_limit = 320M
|
query_cache_size = 640M
|
expire_logs_days = 10
|
max_binlog_size = 100M
|
Attachments
Issue Links
- relates to
-
MDEV-22956 rpl.rpl_old_master failed in buildbot with InnoDB: Failing assertion: list.count > 0
- Open
-
MDEV-24505 innodb.innodb-ucs2 test failed, assertion: list.count > 0, in file storage/innobase/include/ut0lst.h line 334
- Closed
-
MDEV-24495 InnoDB: Assertion failure in file ut0lst.h line 334
- Closed
-
MDEV-25394 MariaDB crashing every few days
- Closed
-
MDEV-25963 MariaDB crashed without apparent reason
- Open