Description:
./mtr main.mysql_upgrade_grant:
...
[ 50%] main.mysql_upgrade_grant [ fail ] timeout after 900 seconds
Test ended at 2024-10-17 12:04:29
Test case timeout after 900 seconds
mysqltest: At line 56: sleep 0.1
In included file ./include/wait_until_connected_again.inc: 57
included from ./include/restart_mysqld.inc: 110
included from /Users/laurynas/vilniusdb/mysql-8.4.3/mysql-test/t/mysql_upgrade_grant.test: 662
...
GRANT SELECT ON *.* TO `sheldon`@`%`
# Start upgrade
# restart:--upgrade=FORCE --log-error=test_error_log
$MYSQL_TMP_DIR/mysql_upgrade_grant.err:
2024-10-17T09:03:24.562096Z 4 [Note] [MY-013387] [Server] Upgrading system table data.
2024-10-17T09:03:37Z UTC - mysqld got signal 6 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x100000
0 mysqld 0x0000000109ed18a4 my_print_stacktrace(unsigned char const*, unsigned long) + 236
1 mysqld 0x000000010709d53c print_fatal_signal(int, __siginfo*) + 1252
2 mysqld 0x000000010709cfa8 handle_fatal_signal(int, __siginfo*, void*) + 144
3 libsystem_platform.dylib 0x000000018f848184 _sigtramp + 56
4 libsystem_pthread.dylib 0x000000018f8157d4 _pthread_join + 612
5 libclang_rt.asan_osx_dynamic.dylib 0x00000001217e0438 wrap_pthread_join + 60
6 mysqld 0x0000000104ad5c04 bootstrap::run_bootstrap_thread(char const*, MYSQL_FILE*, bool (*)(THD*), enum_thread_type) + 3084
7 mysqld 0x0000000105b41be8 init_server_components() + 8384
8 mysqld 0x0000000105b37de0 mysqld_main(int, char**) + 8340
9 dyld 0x000000018f490274 start + 2840
How to repeat:
See above