Comments - MariaDB 10.3 crashing and restarting intermittently - segfault at 0

3 years, 3 months ago Daniel Black

Please do a bug report on jira. Information from the mariadb error log (journalctl -n 40 mariadb.server) that includes from the mariadb start until the crash will be required. Data structures (`show create table {tablename}`) or any query causing the crash along with `EXPLAIN {query}` will assist our investigation.

Note on your config, its generally recommended to disable the query_cache unless you have tested and can show a benefit.

mysql/debian-start errors can be fixed by ensuring the root user has unix_socket authentication or have a user,password in /etc/mysql/debian.cnf for the use by this script.

 
3 years, 3 months ago Stéphane BOCQUET

Bug reported on Jira few days ago.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.