Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.6.14
-
None
-
MariaDB containerized environment on Kubernetes
MariaDB Version 10.6.14-MariaDB-1:10.6.14+maria~ubu2004-log
root@mariadb-1:/# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@mariadb-1:/#
MariaDB containerized environment on Kubernetes MariaDB Version 10.6.14-MariaDB-1:10.6.14+maria~ubu2004-log root@mariadb-1 :/# cat /etc/os-release NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL=" https://www.ubuntu.com/ " SUPPORT_URL=" https://help.ubuntu.com/ " BUG_REPORT_URL=" https://bugs.launchpad.net/ubuntu/ " PRIVACY_POLICY_URL=" https://www.ubuntu.com/legal/terms-and-policies/privacy-policy " VERSION_CODENAME=focal UBUNTU_CODENAME=focal root@mariadb-1 :/#
Description
MariaDB POD erroring out with below
2025-01-26 10:05:05 58630 [Note] Start binlog_dump to slave_server(3001), pos(, 4), using_gtid(0), gtid('')
double free or corruption (out)
250126 10:05:25 [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.6.14-MariaDB-1:10.6.14+maria~ubu2004-log source revision: c93754d45e5d9379e3e23d7ada1d5f21d2711f66
key_buffer_size=134217728
read_buffer_size=131072
max_used_connections=61
max_threads=5002
thread_count=61
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 11146036 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.