[MDEV-27513] MariaDB cannot be started with [ERROR] mysqld got signal 6 ; Created: 2022-01-14 Updated: 2022-01-24 Resolved: 2022-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.29 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Alissa H | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | crash, innodb | ||
| Environment: |
Hosting WordPress website on Google Cloud Platform |
||
| Description |
|
Hello, I was updating a plugin on my WordPress site and received an email from JetPack saying that my site is down. Since then, I am receiving the error message "Error Establishing Database Connection; Error 3306" and have not been able to get into the site. This is the log message (/opt/bitnami/mariadb/logs/mysqld.log) and it seems like MariaDB cannot be started. 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 Any help is appreciated! |
| Comments |
| Comment by Marko Mäkelä [ 2022-01-14 ] |
|
The assertion fails because pthread_create() is failing, that is, a thread could not be created. What does the configuration look like? |
| Comment by Alissa H [ 2022-01-14 ] |
|
Hi Marko, thanks for looking into this issue. I am not entirely sure what you mean by configuration. How can I get that information? |
| Comment by Daniel Black [ 2022-01-14 ] |
|
Do you pass a mariadb a configuration in the environment variable MARIADB_EXTRA_FLAGS or configuration file /opt/bitnami/mariadb/conf/my_custom.cnf (ref: https://github.com/bitnami/bitnami-docker-mariadb#readme)? This is usually going to happen because there are insufficient resources, usually memory, to start the thread. |
| Comment by Alissa H [ 2022-01-24 ] |
|
Just wanted to let you know that the site came back up in two days. I am On Fri, Jan 14, 2022 at 1:55 PM Daniel Black (Jira) <jira@mariadb.org> |