Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.3
Description
When MariaDB Server is started with an invalid option that causes InnoDB startup to be aborted, the thd_destructor_proxy() thread (which was introduced in MDEV-5800) gets stuck, causing an error message and assertion failure:
Error in my_thread_global_end(): 1 threads didn't exit
|
|
mysqld: /home/marko/mariadb/server/sql/mysqld.cc:2154: void mysqld_exit(int): Assertion `global_status_var.global_memory_used == 0' failed.
|
Attachments
Issue Links
- causes
-
MDEV-11689 Server shuts down in unclean fashion after failing to start with a wrong value of innodb_undo_tablespaces
- Closed
- is caused by
-
MDEV-5800 indexes on virtual (not materialized) columns
- Closed