(gdb) info threads
|
Id Target Id Frame
|
1 LWP 2357049 0x00007f9b594d3ff1 in pthread_kill () from /usr/lib64/libpthread.so.0
|
2 LWP 2357037 0x00007f9b593ff169 in syscall () from /usr/lib64/libc.so.6
|
3 LWP 2487017 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
4 LWP 2550697 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
5 LWP 2498812 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
6 LWP 2550698 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
7 LWP 2550699 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
8 LWP 2550700 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
9 LWP 2357036 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
10 LWP 2357035 0x00007f9b594d2df2 in pthread_cond_timedwait () from /usr/lib64/libpthread.so.0
|
11 LWP 2357034 0x00007f9b593ff169 in syscall () from /usr/lib64/libc.so.6
|
(gdb) t 1
|
[Switching to thread 1 (LWP 2357049)]
|
#0 0x00007f9b594d3ff1 in pthread_kill () from /usr/lib64/libpthread.so.0
|
(gdb) bt
|
#0 0x00007f9b594d3ff1 in pthread_kill () from /usr/lib64/libpthread.so.0
|
#1 0x0000557ee82aaa19 in my_write_core (sig=<optimized out>) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/mysys/stacktrace.c:424
|
#2 0x0000557ee7d05d20 in handle_fatal_signal (sig=11) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/signal_handler.cc:344
|
#3 <signal handler called>
|
#4 hash_filo::clear (locked=false, this=0x0) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/hash_filo.h:87
|
#5 hostname_cache_refresh () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/hostname.cc:135
|
#6 0x0000557ee7c1a07d in reload_acl_and_cache (thd=thd@entry=0x0, options=2147499823, options@entry=2147483695, tables=tables@entry=0x0,
|
write_to_binlog=write_to_binlog@entry=0x7f9b4a4bcdc0) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/sql_reload.cc:352
|
#7 0x0000557ee7a2924c in signal_hand (arg=arg@entry=0x0) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/mysqld.cc:3055
|
#8 0x0000557ee7f8599b in pfs_spawn_thread (arg=0x557eecbfdc68) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/perfschema/pfs.cc:2201
|
#9 0x00007f9b594ccf4b in ?? () from /usr/lib64/libpthread.so.0
|
#10 0x00007f9b594047ef in clone () from /usr/lib64/libc.so.6
|
(gdb) t 11
|
[Switching to thread 11 (LWP 2357034)]
|
#0 0x00007f9b593ff169 in syscall () from /usr/lib64/libc.so.6
|
(gdb) bt
|
#0 0x00007f9b593ff169 in syscall () from /usr/lib64/libc.so.6
|
#1 0x00007f9b59feb221 in io_submit () from /usr/lib64/libaio.so.1
|
#2 0x0000557ee824230b in tpool::aio_linux::submit_io (this=<optimized out>, cb=<optimized out>)
|
at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/tpool/aio_linux.cc:168
|
#3 0x0000557ee80812d3 in tpool::thread_pool::submit_io (cb=0x557eea688170, this=<optimized out>) at /opt/hw/gcc-10.3/include/c++/10/bits/unique_ptr.h:421
|
#4 os_aio (type=..., buf=0x7f9b385fc000, offset=28622848, n=16384) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/os/os0file.cc:3877
|
#5 0x0000557ee81ca1a0 in fil_space_t::io (this=this@entry=0x557eecb82668, type=..., offset=<optimized out>, len=<optimized out>, buf=<optimized out>,
|
bpage=bpage@entry=0x7f9b34110000) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/include/os0file.h:209
|
#6 0x0000557ee818abc5 in buf_flush_page (bpage=0x7f9b34110000, lru=lru@entry=false, space=space@entry=0x557eecb82668)
|
at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/include/os0file.h:212
|
#7 0x0000557ee818c0e7 in buf_do_flush_list_batch (lsn=18446744073709551615, max_n=24000)
|
at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/buf/buf0flu.cc:1515
|
#8 buf_flush_list (lsn=18446744073709551615, max_n=24000) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/buf/buf0flu.cc:1591
|
#9 buf_flush_list (max_n=24000, lsn=18446744073709551615) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/buf/buf0flu.cc:1571
|
#10 0x0000557ee79e1fc2 in buf_flush_buffer_pool () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/buf/buf0flu.cc:2507
|
#11 0x0000557ee79af907 in logs_empty_and_mark_files_at_shutdown () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/log/log0log.cc:1149
|
#12 0x0000557ee79cc4d2 in innodb_shutdown () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/srv/srv0start.cc:2026
|
#13 0x0000557ee7fffc6f in innobase_end () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/handler/ha_innodb.cc:4152
|
#14 innobase_end () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/storage/innobase/handler/ha_innodb.cc:4139
|
#15 0x0000557ee7d08300 in ha_finalize_handlerton (plugin=0x557eea385060) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/handler.cc:583
|
#16 0x0000557ee7b02709 in plugin_deinitialize (plugin=0x557eea385060, ref_check=ref_check@entry=true)
|
at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/sql_plugin.cc:1264
|
#17 0x0000557ee7b0654e in reap_plugins () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/sql_plugin.cc:1340
|
#18 0x0000557ee7b07115 in plugin_shutdown () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/sql_plugin.cc:2047
|
#19 0x0000557ee7a28024 in clean_up (print_message=true) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/mysqld.cc:1995
|
#20 clean_up (print_message=<optimized out>) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/mysqld.cc:1957
|
#21 0x0000557ee7a32b27 in mysqld_main (argc=<optimized out>, argv=<optimized out>) at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/mysqld.cc:5751
|
#22 0x00007f9b59331c57 in __libc_start_main () from /usr/lib64/libc.so.6
|
#23 0x0000557ee7a268ee in _start () at /data/fuxi_ci_workspace/6357e590f2f6990b8bd018b0/sql/mysqld.cc:4388
|