Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-34989

After selecting from empty table with vector key the next insert hangs

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • N/A
    • 11.7.1
    • Vector search
    • None

    Description

      --source include/have_innodb.inc
       
      create table t (v blob not null, vector key(v)) engine=InnoDB;
      select vec_distance_euclidean(v, x'B047263C9F87233fcfd27e3eae493e3f0329f43e') as e from t order by e limit 1;
      insert into t values (x'B047263C9F87233fcfd27e3eae493e3f0329f43e');
       
      # Cleanup
      drop table t;
      

      bb-11.6-MDEV-32887-vector 9095d4597365499711d21e8395ba14b8e4350131

      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      0x00007f276f11b05f in __GI___poll (fds=0x60e000047018, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
      29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
       
      Thread 9 (Thread 0x7f275f7f76c0 (LWP 1957536) "one_connection"):
      #0  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x61d0003077c0, expected=expected@entry=2, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=false) at ./nptl/futex-internal.c:103
      #1  0x00007f276f0a4df8 in __GI___futex_abstimed_wait64 (futex_word=futex_word@entry=0x61d0003077c0, expected=expected@entry=2, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:128
      #2  0x00007f276f0ae29f in __pthread_rwlock_wrlock_full64 (abstime=0x0, clockid=0, rwlock=0x61d0003077b8) at ./nptl/pthread_rwlock_common.c:829
      #3  ___pthread_rwlock_wrlock (rwlock=0x61d0003077b8) at ./nptl/pthread_rwlock_wrlock.c:26
      #4  0x0000559e8831ec0e in inline_mysql_rwlock_wrlock (that=0x61d0003077b8, src_file=0x559e89ffcfe0 "/src/sql/vector_mhnsw.cc", src_line=605) at /src/include/mysql/psi/mysql_thread.h:934
      #5  0x0000559e8831f187 in MHNSW_Trx::do_commit (thd=0x62c0001e0218) at /src/sql/vector_mhnsw.cc:605
      #6  0x0000559e87ee25e7 in commit_one_phase_2 (thd=0x62c0001e0218, all=false, trans=0x62c0001e3d68, is_real_trans=true) at /src/sql/handler.cc:2217
      #7  0x0000559e87ee2187 in ha_commit_one_phase (thd=0x62c0001e0218, all=false) at /src/sql/handler.cc:2159
      #8  0x0000559e87ee03f0 in ha_commit_trans (thd=0x62c0001e0218, all=false) at /src/sql/handler.cc:1953
      #9  0x0000559e87a7e7a3 in trans_commit_stmt (thd=0x62c0001e0218) at /src/sql/transaction.cc:492
      #10 0x0000559e87566207 in mysql_execute_command (thd=0x62c0001e0218, is_called_from_prepared_stmt=false) at /src/sql/sql_parse.cc:5930
      #11 0x0000559e87572baa in mysql_parse (thd=0x62c0001e0218, rawbuf=0x6290000fa238 "insert into t values (x'B047263C9F87233fcfd27e3eae493e3f0329f43e')", length=66, parser_state=0x7f275f7f59f0) at /src/sql/sql_parse.cc:7873
      #12 0x0000559e87549bcc in dispatch_command (command=COM_QUERY, thd=0x62c0001e0218, packet=0x629000280219 "insert into t values (x'B047263C9F87233fcfd27e3eae493e3f0329f43e')", packet_length=66, blocking=true) at /src/sql/sql_parse.cc:1892
      #13 0x0000559e875468e0 in do_command (thd=0x62c0001e0218, blocking=true) at /src/sql/sql_parse.cc:1405
      #14 0x0000559e87a3639f in do_handle_one_connection (connect=0x6080000048b8, put_in_cache=true) at /src/sql/sql_connect.cc:1448
      #15 0x0000559e87a35d60 in handle_one_connection (arg=0x608000004838) at /src/sql/sql_connect.cc:1350
      #16 0x0000559e88775692 in pfs_spawn_thread (arg=0x617000008218) at /src/storage/perfschema/pfs.cc:2198
      #17 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #18 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 8 (Thread 0x7f276034f6c0 (LWP 1957533) "signal_handler"):
      #0  0x00007f276f05bc02 in __GI___sigtimedwait (set=0x7f276034eb90, info=0x7f276034ea40, timeout=0x0) at ../sysdeps/unix/sysv/linux/sigtimedwait.c:31
      #1  0x00007f276fa6e8ce in __interceptor_sigwaitinfo (set=0x7f276034eb90, info=0x7f276034ea40) at ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4124
      #2  0x0000559e8716213e in my_sigwait (set=0x7f276034eb90, sig=0x7f276034eb60, code=0x7f276034eb70) at /src/include/my_pthread.h:180
      #3  0x0000559e87170794 in signal_hand () at /src/sql/mysqld.cc:3284
      #4  0x0000559e88775692 in pfs_spawn_thread (arg=0x617000005b98) at /src/storage/perfschema/pfs.cc:2198
      #5  0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #6  0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 7 (Thread 0x7f27621806c0 (LWP 1957532) "manager"):
      #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559e8c0edc48 <COND_manager+40>) at ./nptl/futex-internal.c:57
      #1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x559e8c0edc48 <COND_manager+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
      #2  0x00007f276f0a4e0b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559e8c0edc48 <COND_manager+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
      #3  0x00007f276f0a7468 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559e8c0edb68 <LOCK_manager+40>, cond=0x559e8c0edc20 <COND_manager>) at ./nptl/pthread_cond_wait.c:503
      #4  ___pthread_cond_wait (cond=0x559e8c0edc20 <COND_manager>, mutex=0x559e8c0edb68 <LOCK_manager+40>) at ./nptl/pthread_cond_wait.c:618
      #5  0x0000559e8950baae in safe_cond_wait (cond=0x559e8c0edc20 <COND_manager>, mp=0x559e8c0edb40 <LOCK_manager>, file=0x559e8a9d91e0 "/src/mysys/my_thr_init.c", line=580) at /src/mysys/thr_mutex.c:489
      #6  0x0000559e894fbc20 in psi_cond_wait (that=0x559e8c0edc20 <COND_manager>, mutex=0x559e8c0edb40 <LOCK_manager>, file=0x559e89916a20 "/src/sql/sql_manager.cc", line=110) at /src/mysys/my_thr_init.c:580
      #7  0x0000559e8753c52a in inline_mysql_cond_wait (that=0x559e8c0edc20 <COND_manager>, mutex=0x559e8c0edb40 <LOCK_manager>, src_file=0x559e89916a20 "/src/sql/sql_manager.cc", src_line=110) at /src/include/mysql/psi/mysql_thread.h:1070
      #8  0x0000559e8753cbe8 in handle_manager (arg=0x0) at /src/sql/sql_manager.cc:110
      #9  0x0000559e88775692 in pfs_spawn_thread (arg=0x617000003c18) at /src/storage/perfschema/pfs.cc:2198
      #10 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #11 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 6 (Thread 0x7f27634716c0 (LWP 1957530) "ib_tpool_worker"):
      #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7f27634708d0, op=137, expected=0, futex_word=0x6300000104a8) at ./nptl/futex-internal.c:57
      #1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x6300000104a8, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f27634708d0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
      #2  0x00007f276f0a4e0b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x6300000104a8, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f27634708d0, private=private@entry=0) at ./nptl/futex-internal.c:139
      #3  0x00007f276f0a7a3f in __pthread_cond_wait_common (abstime=<optimized out>, clockid=1, mutex=0x617000001380, cond=0x630000010480) at ./nptl/pthread_cond_wait.c:503
      #4  ___pthread_cond_clockwait64 (abstime=<optimized out>, clockid=1, mutex=0x617000001380, cond=0x630000010480) at ./nptl/pthread_cond_wait.c:682
      #5  ___pthread_cond_clockwait64 (cond=0x630000010480, mutex=0x617000001380, clockid=1, abstime=<optimized out>) at ./nptl/pthread_cond_wait.c:670
      #6  0x0000559e8932b5cd in std::__condvar::wait_until (this=0x630000010480, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/12/bits/std_mutex.h:169
      #7  0x0000559e89331cab in std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (this=0x630000010480, __lock=..., __atime=...) at /usr/include/c++/12/condition_variable:200
      #8  0x0000559e8932fc0f in std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (this=0x630000010480, __lock=..., __atime=...) at /usr/include/c++/12/condition_variable:110
      #9  0x0000559e8932dc03 in std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (this=0x630000010480, __lock=..., __rtime=...) at /usr/include/c++/12/condition_variable:162
      #10 0x0000559e89327392 in tpool::thread_pool_generic::wait_for_tasks (this=0x617000001200, lk=..., thread_data=0x630000010480) at /src/tpool/tpool_generic.cc:482
      #11 0x0000559e893277a4 in tpool::thread_pool_generic::get_task (this=0x617000001200, thread_var=0x630000010480, t=0x7f2763470b40) at /src/tpool/tpool_generic.cc:535
      #12 0x0000559e89327ee3 in tpool::thread_pool_generic::worker_main (this=0x617000001200, thread_var=0x630000010480) at /src/tpool/tpool_generic.cc:581
      #13 0x0000559e8933ad37 in std::__invoke_impl<void, void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> (__f=@0x604000000f28: (void (tpool::thread_pool_generic::*)(tpool::thread_pool_generic * const, tpool::worker_data *)) 0x559e89327c44 <tpool::thread_pool_generic::worker_main(tpool::worker_data*)>, __t=@0x604000000f20: 0x617000001200) at /usr/include/c++/12/bits/invoke.h:74
      #14 0x0000559e8933ab6a in std::__invoke<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> (__fn=@0x604000000f28: (void (tpool::thread_pool_generic::*)(tpool::thread_pool_generic * const, tpool::worker_data *)) 0x559e89327c44 <tpool::thread_pool_generic::worker_main(tpool::worker_data*)>) at /usr/include/c++/12/bits/invoke.h:96
      #15 0x0000559e8933aa9d in std::thread::_Invoker<std::tuple<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> >::_M_invoke<0ul, 1ul, 2ul> (this=0x604000000f18) at /usr/include/c++/12/bits/std_thread.h:252
      #16 0x0000559e8933aa3a in std::thread::_Invoker<std::tuple<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> >::operator() (this=0x604000000f18) at /usr/include/c++/12/bits/std_thread.h:259
      #17 0x0000559e8933aa1e in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> > >::_M_run (this=0x604000000f10) at /usr/include/c++/12/bits/std_thread.h:210
      #18 0x00007f276eed44a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      #19 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #20 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 5 (Thread 0x7f27652cb6c0 (LWP 1957528) "page_cleaner"):
      #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559e8bcc43b8 <buf_pool+17464>) at ./nptl/futex-internal.c:57
      #1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x559e8bcc43b8 <buf_pool+17464>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
      #2  0x00007f276f0a4e0b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559e8bcc43b8 <buf_pool+17464>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
      #3  0x00007f276f0a7468 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559e8bcc42a8 <buf_pool+17192>, cond=0x559e8bcc4390 <buf_pool+17424>) at ./nptl/pthread_cond_wait.c:503
      #4  ___pthread_cond_wait (cond=0x559e8bcc4390 <buf_pool+17424>, mutex=0x559e8bcc42a8 <buf_pool+17192>) at ./nptl/pthread_cond_wait.c:618
      #5  0x0000559e8950baae in safe_cond_wait (cond=0x559e8bcc4390 <buf_pool+17424>, mp=0x559e8bcc4280 <buf_pool+17152>, file=0x559e8a7f1d20 "/src/storage/innobase/buf/buf0flu.cc", line=2447) at /src/mysys/thr_mutex.c:489
      #6  0x0000559e890deb2e in buf_flush_page_cleaner () at /src/storage/innobase/buf/buf0flu.cc:2447
      #7  0x0000559e890e5f9f in std::__invoke_impl<void, void (*)()> (__f=@0x602000000098: 0x559e890de216 <buf_flush_page_cleaner()>) at /usr/include/c++/12/bits/invoke.h:61
      #8  0x0000559e890e5f37 in std::__invoke<void (*)()> (__fn=@0x602000000098: 0x559e890de216 <buf_flush_page_cleaner()>) at /usr/include/c++/12/bits/invoke.h:96
      #9  0x0000559e890e5ee4 in std::thread::_Invoker<std::tuple<void (*)()> >::_M_invoke<0ul> (this=0x602000000098) at /usr/include/c++/12/bits/std_thread.h:252
      #10 0x0000559e890e5eb8 in std::thread::_Invoker<std::tuple<void (*)()> >::operator() (this=0x602000000098) at /usr/include/c++/12/bits/std_thread.h:259
      #11 0x0000559e890e5e9c in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)()> > >::_M_run (this=0x602000000090) at /usr/include/c++/12/bits/std_thread.h:210
      #12 0x00007f276eed44a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      #13 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #14 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 4 (Thread 0x7f27663486c0 (LWP 1957527) "io_uring_wait"):
      #0  0x00007f27700c39f7 in ?? () from /lib/x86_64-linux-gnu/liburing.so.2
      #1  0x00007f27700c3c39 in __io_uring_get_cqe () from /lib/x86_64-linux-gnu/liburing.so.2
      #2  0x0000559e8933d0bf in io_uring_wait_cqe_nr (ring=0x613000000588, cqe_ptr=0x7f2766347b60, wait_nr=1) at /usr/include/liburing.h:1175
      #3  0x0000559e8933d46d in io_uring_wait_cqe (ring=0x613000000588, cqe_ptr=0x7f2766347b60) at /usr/include/liburing.h:1248
      #4  0x0000559e8933f105 in (anonymous namespace)::aio_uring::thread_routine (aio=0x613000000580) at /src/tpool/aio_liburing.cc:148
      #5  0x0000559e8933fd4c in std::__invoke_impl<void, void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> (__f=@0x603000000770: 0x559e8933f053 <(anonymous namespace)::aio_uring::thread_routine((anonymous namespace)::aio_uring*)>) at /usr/include/c++/12/bits/invoke.h:61
      #6  0x0000559e8933fc8f in std::__invoke<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> (__fn=@0x603000000770: 0x559e8933f053 <(anonymous namespace)::aio_uring::thread_routine((anonymous namespace)::aio_uring*)>) at /usr/include/c++/12/bits/invoke.h:96
      #7  0x0000559e8933fbff in std::thread::_Invoker<std::tuple<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> >::_M_invoke<0, 1> (this=0x603000000768) at /usr/include/c++/12/bits/std_thread.h:252
      #8  0x0000559e8933fbb8 in std::thread::_Invoker<std::tuple<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> >::operator() (this=0x603000000768) at /usr/include/c++/12/bits/std_thread.h:259
      #9  0x0000559e8933fb9c in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> > >::_M_run (this=0x603000000760) at /usr/include/c++/12/bits/std_thread.h:210
      #10 0x00007f276eed44a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #12 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 3 (Thread 0x7f2766f7c6c0 (LWP 1957526) "checkpoint_bg"):
      #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7f2766f7bae0, op=393, expected=0, futex_word=0x559e8c9577c8 <COND_checkpoint+40>) at ./nptl/futex-internal.c:57
      #1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x559e8c9577c8 <COND_checkpoint+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x7f2766f7bae0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
      #2  0x00007f276f0a4e0b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559e8c9577c8 <COND_checkpoint+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x7f2766f7bae0, private=private@entry=0) at ./nptl/futex-internal.c:139
      #3  0x00007f276f0a774c in __pthread_cond_wait_common (abstime=0x7f2766f7bae0, clockid=0, mutex=0x559e8c9576e8 <LOCK_checkpoint+40>, cond=0x559e8c9577a0 <COND_checkpoint>) at ./nptl/pthread_cond_wait.c:503
      #4  ___pthread_cond_timedwait64 (cond=0x559e8c9577a0 <COND_checkpoint>, mutex=0x559e8c9576e8 <LOCK_checkpoint+40>, abstime=0x7f2766f7bae0) at ./nptl/pthread_cond_wait.c:643
      #5  0x0000559e8950c395 in safe_cond_timedwait (cond=0x559e8c9577a0 <COND_checkpoint>, mp=0x559e8c9576c0 <LOCK_checkpoint>, abstime=0x7f2766f7bae0, file=0x559e8a9d91e0 "/src/mysys/my_thr_init.c", line=593) at /src/mysys/thr_mutex.c:543
      #6  0x0000559e894fbeb7 in psi_cond_timedwait (that=0x559e8c9577a0 <COND_checkpoint>, mutex=0x559e8c9576c0 <LOCK_checkpoint>, abstime=0x7f2766f7bae0, file=0x559e8a0febc0 "/src/storage/maria/ma_servicethread.c", line=115) at /src/mysys/my_thr_init.c:593
      #7  0x0000559e8858d214 in inline_mysql_cond_timedwait (that=0x559e8c9577a0 <COND_checkpoint>, mutex=0x559e8c9576c0 <LOCK_checkpoint>, abstime=0x7f2766f7bae0, src_file=0x559e8a0febc0 "/src/storage/maria/ma_servicethread.c", src_line=115) at /src/include/mysql/psi/mysql_thread.h:1086
      #8  0x0000559e8858dfc8 in my_service_thread_sleep (control=0x559e8b8162e0 <checkpoint_control>, sleep_time=30000000000) at /src/storage/maria/ma_servicethread.c:115
      #9  0x0000559e8857046f in ma_checkpoint_background (arg=0x1e) at /src/storage/maria/ma_checkpoint.c:726
      #10 0x0000559e88775692 in pfs_spawn_thread (arg=0x617000000e98) at /src/storage/perfschema/pfs.cc:2198
      #11 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #12 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 2 (Thread 0x7f276e2116c0 (LWP 1957525) "statement_timer"):
      #0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7f276e210c10, op=393, expected=0, futex_word=0x559e8ca268a8 <COND_timer+40>) at ./nptl/futex-internal.c:57
      #1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x559e8ca268a8 <COND_timer+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x7f276e210c10, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87
      #2  0x00007f276f0a4e0b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559e8ca268a8 <COND_timer+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x7f276e210c10, private=private@entry=0) at ./nptl/futex-internal.c:139
      #3  0x00007f276f0a774c in __pthread_cond_wait_common (abstime=0x7f276e210c10, clockid=0, mutex=0x559e8ca267c8 <LOCK_timer+40>, cond=0x559e8ca26880 <COND_timer>) at ./nptl/pthread_cond_wait.c:503
      #4  ___pthread_cond_timedwait64 (cond=0x559e8ca26880 <COND_timer>, mutex=0x559e8ca267c8 <LOCK_timer+40>, abstime=0x7f276e210c10) at ./nptl/pthread_cond_wait.c:643
      #5  0x0000559e8950c395 in safe_cond_timedwait (cond=0x559e8ca26880 <COND_timer>, mp=0x559e8ca267a0 <LOCK_timer>, abstime=0x7f276e210c10, file=0x559e8a9d91e0 "/src/mysys/my_thr_init.c", line=593) at /src/mysys/thr_mutex.c:543
      #6  0x0000559e894fbeb7 in psi_cond_timedwait (that=0x559e8ca26880 <COND_timer>, mutex=0x559e8ca267a0 <LOCK_timer>, abstime=0x7f276e210c10, file=0x559e8a9dc860 "/src/mysys/thr_timer.c", line=328) at /src/mysys/my_thr_init.c:593
      #7  0x0000559e8950ee3b in inline_mysql_cond_timedwait (that=0x559e8ca26880 <COND_timer>, mutex=0x559e8ca267a0 <LOCK_timer>, abstime=0x7f276e210c10, src_file=0x559e8a9dc860 "/src/mysys/thr_timer.c", src_line=328) at /src/include/mysql/psi/mysql_thread.h:1086
      #8  0x0000559e89510f6a in timer_handler (arg=0x0) at /src/mysys/thr_timer.c:328
      #9  0x0000559e88775692 in pfs_spawn_thread (arg=0x617000000418) at /src/storage/perfschema/pfs.cc:2198
      #10 0x00007f276f0a8044 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #11 0x00007f276f12861c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
       
      Thread 1 (Thread 0x7f276f77ddc0 (LWP 1957524) "mariadbd"):
      #0  0x00007f276f11b05f in __GI___poll (fds=0x60e000047018, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x00007f276fa755b2 in __interceptor_poll (fds=0x60e000047018, nfds=3, timeout=-1) at ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4044
      #2  0x0000559e8717c61a in handle_connections_sockets () at /src/sql/mysqld.cc:6464
      #3  0x0000559e8717ac98 in mysqld_main (argc=158, argv=0x61b0000015f8) at /src/sql/mysqld.cc:6162
      #4  0x0000559e87161d79 in main (argc=23, argv=0x7ffc3e4906c8) at /src/sql/main.cc:34
      [Inferior 1 (process 1957524) detached]
      

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.