Bug #91847 | Assertion `thread_ids.empty()' failed. | ||
---|---|---|---|
Submitted: | 1 Aug 2018 2:56 | Modified: | 14 Aug 2018 17:58 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S2 (Serious) |
Version: | 8.0.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[1 Aug 2018 2:56]
Roel Van de Paar
[1 Aug 2018 2:58]
Roel Van de Paar
5.7.12 gives: 2018-08-01T02:57:11.619638Z 0 [Note] InnoDB: Buffer pool(s) load completed at 180801 12:57:11 2018-08-01T02:57:11.680886Z 0 [Note] Event Scheduler: Loaded 0 events 2018-08-01T02:57:11.680984Z 0 [ERROR] Can't create interrupt-thread (error 11, errno: 12) Then hangs
[1 Aug 2018 2:59]
Roel Van de Paar
On closer checking, 8.0.12 also gives interesting errors; 2018-08-01T02:20:04.987881Z 0 [System] [MY-010116] [Server] /sda/MS300718-mysql-8.0.12-linux-x86_64-debug/bin/mysqld (mysqld 8.0.12-debug) starting as process 9263 2018-08-01T02:20:05.027430Z 0 [Warning] [MY-010001] [Server] Can't create thread to handle bootstrap (errno: 12) 2018-08-01T02:20:05.027502Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed. 2018-08-01T02:20:05.027519Z 0 [ERROR] [MY-010119] [Server] Aborting 2018-08-01T02:20:05.028118Z 0 [Warning] [MY-010738] [Server] Plugin 'MyISAM' will be forced to shutdown 2018-08-01T02:20:05.028282Z 0 [ERROR] [MY-010739] [Server] Plugin 'MyISAM' has ref_count=2 after shutdown. 2018-08-01T02:20:05.028500Z 0 [System] [MY-010910] [Server] /sda/MS300718-mysql-8.0.12-linux-x86_64-debug/bin/mysqld: Shutdown complete (mysqld 8.0.12-debug) MySQL Community Server (GPL). mysqld: /git/MS-8.0.12_dbg/sql/mysqld_thd_manager.cc:172: Global_THD_manager::~Global_THD_manager(): Assertion `thread_ids.empty()' failed. 02:20:05 UTC - mysqld got signal 6 ;
[1 Aug 2018 5:56]
MySQL Verification Team
Hello Roel, Thank you for the report. regards, umesh
[14 Aug 2018 17:58]
Paul DuBois
Posted by developer: Fixed in 8.0.13. For debug builds, if the server bootstrapping phase failed, missing cleanup code caused an assertion to be raised.