Bug #111527 | Assertion `inited == RND' failed | ||
---|---|---|---|
Submitted: | 21 Jun 2023 20:54 | Modified: | 22 Jun 2023 5:08 |
Reporter: | Yu Liang | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S6 (Debug Builds) |
Version: | 8.0.33 | OS: | Ubuntu (20.04 LTS) |
Assigned to: | CPU Architecture: | x86 (Intel(R) Core(TM) i7-10700 CPU) |
[21 Jun 2023 20:54]
Yu Liang
[22 Jun 2023 5:08]
MySQL Verification Team
Hello Yu Liang, Thank you for the report and test case. Observed that 8.0.33 debug build is affected. regards, Umesh
[22 Jun 2023 5:09]
MySQL Verification Team
-- release build - not affected ./mtr bug111527 --nocheck-testcases Logging: ./mtr bug111527 --nocheck-testcases MySQL Version 8.0.33 Checking supported features Using 'all' suites Collecting tests Checking leftover processes Removing old var directory - WARNING: Using the 'mysql-test/var' symlink Creating var directory '/export/home/tmp/ushastry/mysql-8.0.33/mysql-test/var' Installing system database Using parallel: 1 ============================================================================== TEST NAME RESULT TIME (ms) COMMENT ------------------------------------------------------------------------------ drop database if exists test123; Warnings: Note 1008 Can't drop database 'test123'; database doesn't exist create database test123; use test123; CREATE TABLE v0 ( v1 INT ) ; INSERT INTO v0 ( v1 ) VALUES ( 0 ) ; UPDATE v0 SET v1 = 0 WHERE ( EXISTS ( WITH v0 AS ( SELECT NULL , v1 = v1 ) SELECT v1 , v1 FROM v0 AS v3 NATURAL JOIN v0 AS v4 ) ) ; [ 50%] main.bug111527 [ pass ] 9 [100%] shutdown_report [ pass ] -- debug build - affected ./mtr bug111527 --nocheck-testcases --debug-server Logging: ./mtr bug111527 --nocheck-testcases --debug-server MySQL Version 8.0.33 Checking supported features - Binaries are debug compiled Using 'all' suites Collecting tests Checking leftover processes Removing old var directory - WARNING: Using the 'mysql-test/var' symlink Creating var directory '/export/home/tmp/ushastry/mysql-8.0.33/mysql-test/var' Installing system database Using parallel: 1 ============================================================================== TEST NAME RESULT TIME (ms) COMMENT ------------------------------------------------------------------------------ drop database if exists test123; Warnings: Note 1008 Can't drop database 'test123'; database doesn't exist create database test123; use test123; CREATE TABLE v0 ( v1 INT ) ; INSERT INTO v0 ( v1 ) VALUES ( 0 ) ; UPDATE v0 SET v1 = 0 WHERE ( EXISTS ( WITH v0 AS ( SELECT NULL , v1 = v1 ) SELECT v1 , v1 FROM v0 AS v3 NATURAL JOIN v0 AS v4 ) ) ; [ 50%] main.bug111527 [ fail ] Test ended at 2023-06-22 07:07:49 CURRENT_TEST: main.bug111527 mysqltest: At line 6: Query 'UPDATE v0 SET v1 = 0 WHERE ( EXISTS ( WITH v0 AS ( SELECT NULL , v1 = v1 ) SELECT v1 , v1 FROM v0 AS v3 NATURAL JOIN v0 AS v4 ) ) ' failed. ERROR 2013 (HY000): Lost connection to MySQL server during query -bt #0 0x00007f589e4c1aa1 in pthread_kill () from /lib64/libpthread.so.0 #1 0x0000000003f9296e in my_write_core(int) () #2 0x00000000032365f5 in handle_fatal_signal () #3 <signal handler called> #4 0x00007f589c6fb387 in raise () from /lib64/libc.so.6 #5 0x00007f589c6fca78 in abort () from /lib64/libc.so.6 #6 0x00007f589c6f41a6 in __assert_fail_base () from /lib64/libc.so.6 #7 0x00007f589c6f4252 in __assert_fail () from /lib64/libc.so.6 #8 0x0000000003345fd7 in handler::ha_rnd_next(unsigned char*) () #9 0x000000000346764d in TableScanIterator::Read() () #10 0x00000000035d0b8e in MaterializeIterator<DummyIteratorProfiler>::Read() () #11 0x00000000035ce33f in FilterIterator::Read() () #12 0x00000000035ceb94 in NestedLoopIterator::Read() () #13 0x00000000035cec1f in NestedLoopIterator::Read() () #14 0x000000000319896f in UpdateRowsIterator::Read() () #15 0x0000000003190a7b in Query_expression::ExecuteIteratorQuery(THD*) () #16 0x0000000003190b92 in Query_expression::execute(THD*) () #17 0x000000000311a12a in Sql_cmd_dml::execute_inner(THD*) () #18 0x000000000319b363 in Sql_cmd_update::execute_inner(THD*) () #19 0x0000000003123873 in Sql_cmd_dml::execute(THD*) () #20 0x00000000030c24af in mysql_execute_command(THD*, bool) () #21 0x00000000030c5dc9 in dispatch_sql_command(THD*, Parser_state*) () #22 0x00000000030c752b in dispatch_command(THD*, COM_DATA const*, enum_server_command) () #23 0x00000000030c926e in do_command(THD*) () #24 0x0000000003227bb7 in handle_connection () #25 0x0000000004743af9 in pfs_spawn_thread () #26 0x00007f589e4bcea5 in start_thread () from /lib64/libpthread.so.0 #27 0x00007f589c7c3b2d in clone () from /lib64/libc.so.6