(gdb) set pagination off (gdb) info threads Id Target Id Frame * 1 Thread 0x7f38bc1c7600 (LWP 5050) 0x00007f38bbd0aa0f in poll () from /lib64/libc.so.6 2 Thread 0x7f3891ffd6c0 (LWP 5095) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 3 Thread 0x7f38917fc6c0 (LWP 5096) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 4 Thread 0x7f38927fe6c0 (LWP 5094) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 5 Thread 0x7f38a15fc6c0 (LWP 5086) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 6 Thread 0x7f38ac1a26c0 (LWP 5105) my_convert (to=, to_length=380, to_cs=0x55f58480f448, from=, from_length=95, from_cs=0x55f5491c5260 , errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/strings/ctype.c:1256 7 Thread 0x7f38a25fe6c0 (LWP 5088) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 8 Thread 0x7f3892fff6c0 (LWP 5093) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 9 Thread 0x7f38a1dfd6c0 (LWP 5087) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 10 Thread 0x7f38ac2556c0 (LWP 5097) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 11 Thread 0x7f38ac1fd6c0 (LWP 5098) 0x00007f38bbc47f2a in sigtimedwait () from /lib64/libc.so.6 12 Thread 0x7f38aa8576c0 (LWP 5089) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 13 Thread 0x7f38a9c556c0 (LWP 5090) 0x00007f38bbd16d2d in syscall () from /lib64/libc.so.6 14 Thread 0x7f38a94546c0 (LWP 5091) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 15 Thread 0x7f38a88496c0 (LWP 5092) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 16 Thread 0x7f38bc0936c0 (LWP 5051) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 17 Thread 0x7f38acc186c0 (LWP 5052) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 18 Thread 0x7f38ab7ff6c0 (LWP 5053) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 19 Thread 0x7f38a2dff6c0 (LWP 5054) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 20 Thread 0x7f38a0dfb6c0 (LWP 5085) 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 (gdb) info registers rax 0x55f585485432 94512991458354 rbx 0x17c 380 rcx 0x55f58545d1f4 94512991293940 rdx 0x0 0 rsi 0x55f585485432 94512991458354 rdi 0x50 80 rbp 0x7f38ac19fd20 0x7f38ac19fd20 rsp 0x7f38ac19fce0 0x7f38ac19fce0 r8 0x55f58545d1f4 94512991293940 r9 0x55f5491c5260 94511981941344 r10 0x14 20 r11 0x5f 95 r12 0x55f58480f448 94512978392136 r13 0x5f 95 r14 0x53 83 r15 0x10 16 rip 0x55f5487eaaf6 0x55f5487eaaf6 eflags 0x10216 [ PF AF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 k0 0x4000000 67108864 k1 0x3 3 k2 0xff 255 k3 0x0 0 k4 0x0 0 k5 0x0 0 k6 0x1f 31 k7 0x0 0 fs_base 0x7f38ac1a26c0 139881382291136 gs_base 0x0 0 (gdb) frame 0 #0 my_convert (to=, to_length=380, to_cs=0x55f58480f448, from=, from_length=95, from_cs=0x55f5491c5260 , errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/strings/ctype.c:1256 1256 if ((*(uint32*)from) & 0x80808080) (gdb) list 1251 gives about 10% performance improvement comparing 1252 to byte-by-byte loop. 1253 */ 1254 for ( ; length >= 4; length-= 4, from+= 4, to+= 4) 1255 { 1256 if ((*(uint32*)from) & 0x80808080) 1257 break; 1258 *((uint32*) to)= *((const uint32*) from); 1259 } 1260 #endif /* __i386__ */ (gdb) thread apply all bt full Thread 20 (Thread 0x7f38a0dfb6c0 (LWP 5085)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abe74a02 in rocksdb::port::CondVar::TimedWait (this=this@entry=0x55f584b798a8, abs_time_us=abs_time_us@entry=1769073674439084) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/port/port_posix.cc:136 ts = {tv_sec = 1769073674, tv_nsec = 439084000} err = #3 0x00007f38abcf15a5 in rocksdb::InstrumentedCondVar::TimedWaitInternal (this=this@entry=0x55f584b798a8, abs_time_us=abs_time_us@entry=1769073674439084) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/monitoring/instrumented_mutex.cc:70 No locals. #4 0x00007f38abcf179b in rocksdb::InstrumentedCondVar::TimedWait (this=this@entry=0x55f584b798a8, abs_time_us=1769073674439084) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/monitoring/instrumented_mutex.cc:59 perf_step_timer_db_condition_wait_nanos = {perf_counter_enabled_ = false, use_cpu_time_ = false, ticker_type_ = 0, clock_ = 0x0, start_ = 0, metric_ = 0x7f3898001668, statistics_ = 0x0} #5 0x00007f38abc1ef69 in rocksdb::Timer::Run (this=0x55f584b79860) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/timer.h:239 current_fn = 0x55f584c14b80 l = {mutex_ = 0x55f584b79868} #6 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #7 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #8 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 19 (Thread 0x7f38a2dff6c0 (LWP 5054)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abe661a3 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=this@entry=0x55f584b709b0, thread_id=thread_id@entry=0) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:194 lock = {_M_device = 0x55f584b70a28, _M_owns = true} func = {> = {}, = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x7f389c000f90, _M_const_object = 0x7f389c000f90, _M_function_pointer = 0x7f389c000f90, _M_member_pointer = (void (std::_Undefined_class::*)(std::_Undefined_class * const)) 0x7f389c000f90}, _M_pod_data = "\220\017\000\2348\177\000\000\000\000\000\000\000\000\000"}, _M_manager = 0x0}, _M_invoker = 0x55f584b71038} decrease_io_priority = cpu_priority = low_io_priority = false current_cpu_priority = rocksdb::CpuPriority::kNormal #3 0x00007f38abe664f6 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x55f584bd5900) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:307 meta = 0x55f584bd5900 thread_id = tp = 0x55f584b709b0 thread_type = #4 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 18 (Thread 0x7f38ab7ff6c0 (LWP 5053)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abe661a3 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=this@entry=0x55f584b70670, thread_id=thread_id@entry=0) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:194 lock = {_M_device = 0x55f584b706e8, _M_owns = true} func = {> = {}, = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x7f38a4000f90, _M_const_object = 0x7f38a4000f90, _M_function_pointer = 0x7f38a4000f90, _M_member_pointer = (void (std::_Undefined_class::*)(std::_Undefined_class * const)) 0x7f38a4000f90}, _M_pod_data = "\220\017\000\2448\177\000\000\000\000\000\000\000\000\000"}, _M_manager = 0x1}, _M_invoker = 0x55f584b71038} decrease_io_priority = cpu_priority = low_io_priority = false current_cpu_priority = rocksdb::CpuPriority::kNormal #3 0x00007f38abe664f6 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x55f584bd5760) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:307 meta = 0x55f584bd5760 thread_id = tp = 0x55f584b70670 thread_type = #4 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 17 (Thread 0x7f38acc186c0 (LWP 5052)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38b844fb42 in boost::posix::pthread_cond_timedwait (c=0x7f38b97b4ab0 , m=0x7f38b97b4a88 , t=0x7f38acc17990) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/pthread_helpers.hpp:123 ret = #3 boost::condition_variable::do_wait_until (this=0x7f38b97b4a88 , m=..., timeout=...) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/condition_variable.hpp:122 guard = {m = 0x7f38acc17970} check_for_interruption = {thread_info = 0x55f584a73a50, m = 0x7f38b97b4a88 , set = true, done = false} the_mutex = 0x7f38b97b4a88 cond_res = #4 boost::condition_variable::wait_until > > (this=0x7f38b97b4a88 , lock=..., t=...) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/condition_variable_fwd.hpp:245 ts = {dur = {ts_val = {tv_sec = 241, tv_nsec = 575741070}}} #5 boost::condition_variable::wait_for > (this=0x7f38b97b4a88 , lock=..., d=...) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/condition_variable_fwd.hpp:275 No locals. #6 threadpool::ThreadPool::pruneThread (this=0x7f38b97b4780 ) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/utils/threadpool/threadpool.cpp:93 lock2 = {m = 0x7f38b97b4a60 , is_locked = false} #7 0x00007f38b8b58e50 in thread_proxy () from /lib64/librwlock.so No symbol table info available. #8 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #9 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 16 (Thread 0x7f38bc0936c0 (LWP 5051)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f54877e1fd in inline_mysql_cond_timedwait (that=0x55f549ab00c0 , mutex=0x55f549ab0100 , src_file=0x55f54895f688 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mysys/thr_timer.c", src_line=329, abstime=0x7f38bc092d10) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 timer_handler (arg=) at /usr/src/debug/MariaDB-/src_0/mysys/thr_timer.c:329 error = top_time = 0x55f584be7a18 now = abstime = {tv_sec = 1769073665, tv_nsec = 724893000} #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 15 (Thread 0x7f38a88496c0 (LWP 5092)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63960, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63960, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 241, tv_nsec = 898132693} #4 std::condition_variable::wait_until > > (this=0x55f584c63960, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63960, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63960) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63960, t=t@entry=0x7f38a8848d08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63960) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f584d3f4d0 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 14 (Thread 0x7f38a94546c0 (LWP 5091)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f54866e08c in buf_flush_page_cleaner () at /usr/src/debug/MariaDB-/src_0/storage/innobase/buf/buf0flu.cc:2574 soft_lsn_limit = oldest_lsn = pct_lwm = n_flushed = n = dirty_blocks = dirty_pct = last_pages = abstime = {tv_sec = 1769073643, tv_nsec = 603653000} lsn_limit = 0 last_activity_count = #3 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 13 (Thread 0x7f38a9c556c0 (LWP 5090)): #0 0x00007f38bbd16d2d in syscall () from /lib64/libc.so.6 No symbol table info available. #1 0x000055f548707687 in my_getevents (min_nr=1, nr=256, ctx=, ev=0x7f38a9c52d00) at /usr/src/debug/MariaDB-/src_0/tpool/aio_libaio.cc:64 saved_errno = ret = #2 (anonymous namespace)::aio_libaio::getevent_thread_routine (aio=0x55f584bd7200) at /usr/src/debug/MariaDB-/src_0/tpool/aio_libaio.cc:109 ret = MAX_EVENTS = 256 events = {{data = 0x0, obj = 0x55f584d3f5d8, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f510, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f448, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f768, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f510, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f5d8, res = 16384, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0} , {data = 0x0, obj = 0x7f38bbc60758 <__printf_buffer_write+74>, res = 0, res2 = 139881343175536}, {data = 0x7f38bbdb1db9, obj = 0x7f38bbdb1db9, res = 139881343175728, res2 = 139881645247130}, {data = 0x0, obj = 0x0, res = 0, res2 = 10}, {data = 0x2000000000, obj = 0x0, res = 4, res2 = 1}, {data = 0x7f38a9c54b24, obj = 0x7f38a9c54b28, res = 0, res2 = 0}, {data = 0x75, obj = 0x7f38bbdb1da0, res = 139881646595511, res2 = 0}, {data = 0xffffffffffffffff, obj = 0x0, res = 139881646595513, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 206158430232}, {data = 0x7f38a9c54d10, obj = 0x7f38a9c54c50, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0} , {data = 0x3039303500000000, obj = 0x46b8c3ba4c0a4600, res = 0, res2 = 139881343175536}, {data = 0x7f38a9456000, obj = 0x7f38a9c54d10, res = 0, res2 = 140734202403376}, {data = 0x7f38a9455000, obj = 0x7f38bbc8c52d <__vsnprintf_internal+127>, res = 139881343175952, res2 = 139881343175979}, {data = 0x7f38a9c54d33, obj = 0x0, res = 2, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 5096038183276791296}, {data = 0x800000, obj = 0x7f38bbc65a36 , res = 206158430240, res2 = 139881343175952}, {data = 0x7f38a9c54c50, obj = 0x46b8c3ba4c0a4600, res = 0, res2 = 0}, {data = 0x0, obj = 0x13e2, res = 139881343178432, res2 = 140734202403623}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x46b8c3ba4c0a4600, res = 8388608, res2 = 139881334792192}} #3 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 12 (Thread 0x7f38aa8576c0 (LWP 5089)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f5483d09bd in inline_mysql_cond_timedwait (src_file=0x55f54890cc08 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/maria/ma_servicethread.c", src_line=115, that=, mutex=, abstime=0x7f38aa856cc0) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 my_service_thread_sleep (control=control@entry=0x55f549115120 , sleep_time=29000000000) at /usr/src/debug/MariaDB-/src_0/storage/maria/ma_servicethread.c:115 abstime = {tv_sec = 1769073670, tv_nsec = 596215000} res = 0 '\000' #4 0x000055f5483c86e5 in ma_checkpoint_background (arg=0x1e) at /usr/src/debug/MariaDB-/src_0/storage/maria/ma_checkpoint.c:726 interval = sleeps = 1 sleep_time = 29 log_horizon_at_last_checkpoint = 4295409646 pagecache_flushes_at_last_checkpoint = 0 pages_bunch_size = 0 filter_param = {up_to_lsn = 4295409602, max_pages = 1919448176} dfile = 0x0 kfile = 0x0 #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 11 (Thread 0x7f38ac1fd6c0 (LWP 5098)): #0 0x00007f38bbc47f2a in sigtimedwait () from /lib64/libc.so.6 No symbol table info available. #1 0x000055f547e2939f in my_sigwait (set=0x7f38ac1fcbd0, sig=, code=) at /usr/src/debug/MariaDB-/src_0/include/my_pthread.h:180 siginfo = {si_signo = 67108864, si_errno = 0, si_code = -1144365031, __pad0 = 32568, _sifields = {_pad = {135168, 0, 135168, 0, -1407199552, 32568, -1144354010, 32568, 0, 0, 1543506144, 32568, 0, 0, 1009035664, 32767, -1407504384, 32568, 1543503920, 32568, 0, 0, -2060850024, 22005, 0, 0, 1009035664, 32767}, _kill = {si_pid = 135168, si_uid = 0}, _timer = {si_tid = 135168, si_overrun = 0, si_sigval = {sival_int = 135168, sival_ptr = 0x21000}}, _rt = {si_pid = 135168, si_uid = 0, si_sigval = {sival_int = 135168, sival_ptr = 0x21000}}, _sigchld = {si_pid = 135168, si_uid = 0, si_status = 135168, si_utime = 139881382663872, si_stime = 139881645509414}, _sigfault = {si_addr = 0x21000, si_addr_lsb = 4096, _bounds = {_addr_bnd = {_lower = 0x7f38ac1fd6c0, _upper = 0x7f38bbca8b26 <_int_malloc+3688>}, _pkey = 2887767744}}, _sigpoll = {si_band = 135168, si_fd = 135168}, _sigsys = {_call_addr = 0x21000, _syscall = 135168, _arch = 0}}} #2 signal_hand () at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:3281 error = origin = set = {__val = {540677, 0, 0, 0, 0, 0, 0, 0, 0, 5096038183276791296, 303104, 139881645234742, 206158430240, 5096038183276791296, 139880038400000, 135168}} sig = #3 0x000055f548441ae0 in pfs_spawn_thread (arg=0x55f58529ec98) at /usr/src/debug/MariaDB-/src_0/storage/perfschema/pfs.cc:2198 typed_arg = 0x55f58529ec98 user_arg = 0x0 user_start_routine = 0x55f547e29280 pfs = klass = #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 10 (Thread 0x7f38ac2556c0 (LWP 5097)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f547f42a00 in inline_mysql_cond_wait (that=0x55f5491eb920 , mutex=0x55f5491eb960 , src_file=0x55f5488d1238 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/sql/sql_manager.cc", src_line=110) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1072 No locals. #3 handle_manager (arg=arg@entry=0x0) at /usr/src/debug/MariaDB-/src_0/sql/sql_manager.cc:110 cb = error = abstime = {tv_sec = -552, tv_nsec = 0} reset_flush_time = true #4 0x000055f548441ae0 in pfs_spawn_thread (arg=0x55f584c01fc8) at /usr/src/debug/MariaDB-/src_0/storage/perfschema/pfs.cc:2198 typed_arg = 0x55f584c01fc8 user_arg = 0x0 user_start_routine = 0x55f547f42920 pfs = klass = #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 9 (Thread 0x7f38a1dfd6c0 (LWP 5087)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abaa047d in inline_mysql_cond_timedwait (src_file=0x7f38abf9b610 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/rocksdb/ha_rocksdb.cc", that=, mutex=, abstime=0x7f38a1dfcb40, src_line=11643) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 myrocks::Rdb_drop_index_thread::run (this=0x7f38ac0b0600 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/ha_rocksdb.cc:11643 ts = {tv_sec = 1769160041, tv_nsec = 591433000} sec = ret = indices = {_M_h = {, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits >> = {, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>> = {_M_hash = {_M_obj = {}}}, _M_equal = {_M_obj = {> = {}, }}}, , std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, true>> = {}, , std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, std::integral_constant >> = {}, > >> = {_M_alloc = {_M_obj = { >> = {}, }}}, > = {}, _M_buckets = 0x0, _M_bucket_count = 0, _M_before_begin = {_M_nxt = 0x0}, _M_element_count = 0, _M_rehash_policy = {static _S_growth_factor = 2, _M_max_load_factor = 0, _M_next_resize = 0}, _M_single_bucket = 0x0}} __PRETTY_FUNCTION__ = "virtual void myrocks::Rdb_drop_index_thread::run()" #4 0x00007f38abae9795 in myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0600 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:30 thread = #5 myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0600 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:25 thread = 0x7f38ac0b0600 #6 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #7 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 8 (Thread 0x7f3892fff6c0 (LWP 5093)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63a00, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63a00, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 265, tv_nsec = 600705305} #4 std::condition_variable::wait_until > > (this=0x55f584c63a00, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63a00, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63a00) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63a00, t=t@entry=0x7f3892ffed08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63a00) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f5850d3680 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 7 (Thread 0x7f38a25fe6c0 (LWP 5088)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38aba884c9 in inline_mysql_cond_timedwait (src_file=0x7f38abf9b610 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/rocksdb/ha_rocksdb.cc", that=, mutex=, abstime=0x7f38a25fdca0, src_line=13701) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 myrocks::Rdb_manual_compaction_thread::run (this=0x7f38ac0b0900 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/ha_rocksdb.cc:13701 ts = {tv_sec = 1769073666, tv_nsec = 324231000} ret = mcr = s = {code_ = 96, subcode_ = rocksdb::Status::kManualCompactionPaused, sev_ = rocksdb::Status::kNoError, state_ = 0x0} __PRETTY_FUNCTION__ = "virtual void myrocks::Rdb_manual_compaction_thread::run()" #4 0x00007f38abae9795 in myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0900 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:30 thread = #5 myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0900 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:25 thread = 0x7f38ac0b0900 #6 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #7 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 6 (Thread 0x7f38ac1a26c0 (LWP 5105)): #0 my_convert (to=, to_length=380, to_cs=0x55f58480f448, from=, from_length=95, from_cs=0x55f5491c5260 , errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/strings/ctype.c:1256 length = length2 = 95 #1 0x000055f54800afbf in copy_and_convert (to=, to_length=, to_cs=0x55f58480f448, from=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", from_length=95, from_cs=0x55f5491c5260 , errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/sql/sql_string.h:53 No locals. #2 String::copy (this=0x55f5854511f0, str=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", arg_length=95, from_cs=0x55f5491c5260 , to_cs=0x55f58480f448, errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/sql/sql_string.cc:472 offset = new_length = #3 String::copy (this=0x55f5854511f0, str=str@entry=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", arg_length=arg_length@entry=95, from_cs=0x55f5491c5260 , to_cs=0x55f58480f448, errors=errors@entry=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/sql/sql_string.cc:452 offset = 0 new_length = #4 0x000055f547e69b53 in Protocol::net_store_data_cs (this=0x55f585450f78, from=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", length=95, from_cs=, to_cs=) at /usr/src/debug/MariaDB-/src_0/sql/protocol.cc:100 dummy_errors = 22005 conv_length = packet_length = new_length = length_pos = to = #5 0x000055f547e6b69f in Protocol::send_result_set_row (this=this@entry=0x55f585450f78, row_items=row_items@entry=0x55f585455880) at /usr/src/debug/MariaDB-/src_0/sql/protocol.cc:1359 item = it = { = {list = 0x55f585455880, el = 0x55f585479e38, prev = 0x0, current = 0x0}, } value_buffer = { = { = {m_type = DYN_COL_NULL, value = {m_longlong = 4579359575177737811, m_double = 0.014235059999999999, m_time = {year = 1765848659, month = 1066215237, day = 1224237880, hour = 22005, minute = 0, second = 0, second_part = 0, neg = 0 '\000', time_type = 22005}}, m_string = { = {m_charset = 0x55f54913e700 }, = { = {}, Ptr = 0x7f38ac19feb0 "\220\271H\205\365U", str_length = 766, Alloced_length = 766, extra_alloc = 0, alloced = false, thread_specific = false}, }, m_decimal = { = {intg = 0, frac = 0, len = 9, sign = 56 '8', buf = 0x7f38ac19fe88}, buffer = {2097152, 0, 22128, 0, -1144362570, 32568, -2059071624, 22005, -1144358439}}}, }, buffer = "\220\271H\205\365U\000\000\340\000\032\2548\177\000\000\n\000\000\000\000\000\000\000\217ĉH\365U\000\000\332uE\205\365U\000\000`R\034I\365U\000\000`\377\031\2548\177\000\000\000\233\346G\365U\000\000<\377\031\2548\177\000\000\036\233\346G\365U\000\000\000\000\000\000\000\000\000\000\376\377\001\000\000\000\000\000 \373\336\2738\177\000\000\032\272\346G\365U\000\000\000\000\000\000\000\000\000\000\333uE\205\365U\000\000\000\000\000\000\000\000\000\000\370\235\342G\000\000\000\000\340\000\032\2548\177\000\000\340\000\032\2548\177\000\000\360\377\031\2548\177\000\000\001\000\000\000\000\000\000\000\340\377\031\2548\177\000\000\262\277\346G\365U\000\000\220\377\031\2548\177\000\000B:"...} #6 0x000055f547ee4312 in select_send::send_data (this=0x55f58547ae40, items=...) at /usr/src/debug/MariaDB-/src_0/sql/sql_class.cc:3302 protocol = 0x55f585450f78 #7 0x000055f547fc27b9 in select_result_sink::send_data_with_check (u=, sent=, this=, items=...) at /usr/src/debug/MariaDB-/src_0/sql/sql_class.h:6298 No locals. #8 select_result_sink::send_data_with_check (this=, items=..., u=, sent=) at /usr/src/debug/MariaDB-/src_0/sql/sql_class.h:6288 No locals. #9 end_send (join=, join_tab=, end_of_records=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:25720 error = fields = #10 0x000055f547f8e436 in evaluate_join_record (join=join@entry=0x55f58547ae68, join_tab=join_tab@entry=0x55f58547c808, error=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:24607 rc = found = return_tab = shortcut_for_distinct = found_records = select_cond = select_cond_result = #11 0x000055f547fa77b7 in sub_select (join=0x55f58547ae68, join_tab=0x55f58547c808, end_of_records=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:24411 error = rc = skip_over = info = 0x55f58547c8d8 #12 0x000055f547fdbace in do_select (join=0x55f58547ae68, procedure=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:23885 join_tab = 0x55f58547c808 rc = 0 error = NESTED_LOOP_OK top_level_tables = #13 JOIN::exec_inner (this=this@entry=0x55f58547ae68) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:5112 columns_list = #14 0x000055f547fdbe43 in JOIN::exec (this=this@entry=0x55f58547ae68) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:4900 res = #15 0x000055f547fda0e7 in mysql_select (thd=thd@entry=0x55f5854509e8, tables=0x55f58547a258, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2701396736, result=0x55f58547ae40, unit=0x55f585454d68, select_lex=0x55f5854555c8) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:5426 err = 0 free_join = true exec_error = false join = 0x55f58547ae68 #16 0x000055f547fda8fd in handle_select (thd=thd@entry=0x55f5854509e8, lex=lex@entry=0x55f585454c88, result=result@entry=0x55f58547ae40, setup_tables_done_option=setup_tables_done_option@entry=0) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:634 unit = 0x55f585454d68 res = select_lex = 0x55f5854555c8 #17 0x000055f547f4315e in execute_sqlcom_select (thd=thd@entry=0x55f5854509e8, all_tables=0x55f58547a258) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:6232 save_protocol = 0x0 lex = 0x55f585454c88 result = 0x55f58547ae40 res = #18 0x000055f547f52c29 in mysql_execute_command (thd=thd@entry=0x55f5854509e8, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:3991 privileges_requested = wsrep_error_label = error = res = lex = 0x55f585454c88 select_lex = first_table = all_tables = 0x55f58547a258 unit = 0x55f585454d68 ots = {ctx = 0x55f5854549f0, traceable = false} orig_binlog_format = BINLOG_FORMAT_MIXED orig_current_stmt_binlog_format = BINLOG_FORMAT_STMT #19 0x000055f547f543c3 in mysql_parse (thd=0x55f5854509e8, rawbuf=, length=, parser_state=) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:7953 found_semicolon = error = lex = err = #20 0x000055f547f56273 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x55f5854509e8, packet=packet@entry=0x55f585399a09 "", packet_length=packet_length@entry=12, blocking=blocking@entry=true) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:1921 packet_end = 0x55f5854799dc "" parser_state = {m_lip = {lookahead_token = -1, lookahead_yylval = 0x0, m_thd = 0x55f5854509e8, m_ptr = 0x55f5854799dd "", m_tok_start = 0x55f5854799dd "", m_tok_end = 0x55f5854799dd "", m_end_of_query = 0x55f5854799dc "", m_tok_start_prev = 0x55f5854799dc "", m_buf = 0x55f5854799d0 "SHOW ENGINES", m_buf_length = 12, m_echo = true, m_echo_saved = false, m_cpp_buf = 0x55f585479a30 "SHOW ENGINES", m_cpp_ptr = 0x55f585479a3c "", m_cpp_tok_start = 0x55f585479a3c "", m_cpp_tok_start_prev = 0x55f585479a3c "", m_cpp_tok_end = 0x55f585479a3c "", m_body_utf8 = 0x0, m_body_utf8_ptr = 0x0, m_cpp_utf8_processed_ptr = 0x0, next_state = MY_LEX_END, found_semicolon = 0x0, ignore_space = false, stmt_prepare_mode = false, multi_statements = true, yylineno = 1, m_digest = 0x0, in_comment = NO_COMMENT, in_comment_saved = NO_COMMENT, m_cpp_text_start = 0x55f58539dc97 "1", m_cpp_text_end = 0x55f58539dc98 "", m_underscore_cs = 0x0}, m_yacc = {yacc_yyss = 0x0, yacc_yyvs = 0x0, m_set_signal_info = {m_item = {0x0 }}, m_lock_type = TL_READ_DEFAULT, m_mdl_type = MDL_SHARED_READ}, m_digest_psi = 0x0} net = 0x55f585450ca8 error = false do_end_of_statement = true log_slow_done = false drop_more_results = false __FUNCTION__ = "dispatch_command" res = #21 0x000055f547f5856c in do_command (thd=thd@entry=0x55f5854509e8, blocking=blocking@entry=true) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:1431 return_value = packet = 0x55f585399a08 "\002" packet_length = net = 0x55f585450ca8 command = COM_QUERY __FUNCTION__ = "do_command" #22 0x000055f548098195 in do_handle_one_connection (connect=, connect@entry=0x55f58540d718, put_in_cache=put_in_cache@entry=true) at /usr/src/debug/MariaDB-/src_0/sql/sql_connect.cc:1504 create_user = true thr_create_utime = thd = 0x55f5854509e8 #23 0x000055f548098555 in handle_one_connection (arg=arg@entry=0x55f58540d718) at /usr/src/debug/MariaDB-/src_0/sql/sql_connect.cc:1416 connect = 0x55f58540d718 #24 0x000055f548441ae0 in pfs_spawn_thread (arg=0x55f5852f6f88) at /usr/src/debug/MariaDB-/src_0/storage/perfschema/pfs.cc:2198 typed_arg = 0x55f5852f6f88 user_arg = 0x55f58540d718 user_start_routine = 0x55f5480984f0 pfs = klass = #25 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #26 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 5 (Thread 0x7f38a15fc6c0 (LWP 5086)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abaa15ed in inline_mysql_cond_timedwait (src_file=0x7f38abf9b610 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/rocksdb/ha_rocksdb.cc", that=0x7f38ac0b0a88 , mutex=, abstime=0x7f38a15fbc60, src_line=13605) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 myrocks::Rdb_background_thread::run (this=0x7f38ac0b0a20 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/ha_rocksdb.cc:13605 ret = local_stop = local_save_stats = WAKE_UP_INTERVAL = 1 ts_next_sync = {tv_sec = 1769073665, tv_nsec = 876322000} __PRETTY_FUNCTION__ = "virtual void myrocks::Rdb_background_thread::run()" #4 0x00007f38abae9795 in myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0a20 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:30 thread = #5 myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0a20 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:25 thread = 0x7f38ac0b0a20 #6 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #7 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 4 (Thread 0x7f38927fe6c0 (LWP 5094)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63aa0, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63aa0, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 260, tv_nsec = 18484937} #4 std::condition_variable::wait_until > > (this=0x55f584c63aa0, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63aa0, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63aa0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63aa0, t=t@entry=0x7f38927fdd08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63aa0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f5850d2550 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 3 (Thread 0x7f38917fc6c0 (LWP 5096)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63be0, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63be0, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 241, tv_nsec = 900598108} #4 std::condition_variable::wait_until > > (this=0x55f584c63be0, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63be0, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63be0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63be0, t=t@entry=0x7f38917fbd08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63be0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f549a98ac0 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 2 (Thread 0x7f3891ffd6c0 (LWP 5095)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63b40, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63b40, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 241, tv_nsec = 900599969} #4 std::condition_variable::wait_until > > (this=0x55f584c63b40, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63b40, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63b40) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63b40, t=t@entry=0x7f3891ffcd08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63b40) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f584d3f660 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 1 (Thread 0x7f38bc1c7600 (LWP 5050)): #0 0x00007f38bbd0aa0f in poll () from /lib64/libc.so.6 No symbol table info available. #1 0x000055f547e3276a in poll (__fds=, __nfds=, __timeout=-1) at /usr/include/bits/poll2.h:44 No locals. #2 handle_connections_sockets () at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:6468 sock = error_count = 0 cAddr = {ss_family = 1, __ss_padding = "ɻ8\177", '\000' , "\377\177\000\000\000\000\000\000\000\000\000\000@v\036I\365U\000\000\000F\nL\272øF\340\370\336\2738\177\000\000\340\370\336\2738\177\000\000\370J\211H\365U\000\000\235aл8\177\000\000\000\000\000\000\000\000\000\000\310a\036I\000\000\000\000\230$\367H\365U\000\000\331\316Ȼ8\177\000\000\220\225\036I\365U\000", __ss_align = 94511982076256} retval = fds = {array = {buffer = 0x55f585419e88 "$", elements = 4, max_element = 16, alloc_increment = 16, size_of_element = 8, m_psi_key = 0, malloc_flags = 0}} termination_fds = {56, 57} event_fd = {fd = 56, events = 1, revents = 0} #3 0x000055f547e33e23 in run_main_loop () at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:5750 No locals. #4 mysqld_main (argc=, argv=) at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:6173 please_close_stdin = true ho_error = new_thread_stack_size = user = #5 0x00007f38bbc30340 in __libc_start_call_main () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbc30409 in __libc_start_main_impl () from /lib64/libc.so.6 No symbol table info available. #7 0x000055f547e26d35 in _start () at ../sysdeps/x86_64/start.S:115 No locals. (gdb) thread apply all bt full Thread 20 (Thread 0x7f38a0dfb6c0 (LWP 5085)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abe74a02 in rocksdb::port::CondVar::TimedWait (this=this@entry=0x55f584b798a8, abs_time_us=abs_time_us@entry=1769073674439084) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/port/port_posix.cc:136 ts = {tv_sec = 1769073674, tv_nsec = 439084000} err = #3 0x00007f38abcf15a5 in rocksdb::InstrumentedCondVar::TimedWaitInternal (this=this@entry=0x55f584b798a8, abs_time_us=abs_time_us@entry=1769073674439084) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/monitoring/instrumented_mutex.cc:70 No locals. #4 0x00007f38abcf179b in rocksdb::InstrumentedCondVar::TimedWait (this=this@entry=0x55f584b798a8, abs_time_us=1769073674439084) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/monitoring/instrumented_mutex.cc:59 perf_step_timer_db_condition_wait_nanos = {perf_counter_enabled_ = false, use_cpu_time_ = false, ticker_type_ = 0, clock_ = 0x0, start_ = 0, metric_ = 0x7f3898001668, statistics_ = 0x0} #5 0x00007f38abc1ef69 in rocksdb::Timer::Run (this=0x55f584b79860) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/timer.h:239 current_fn = 0x55f584c14b80 l = {mutex_ = 0x55f584b79868} #6 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #7 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #8 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 19 (Thread 0x7f38a2dff6c0 (LWP 5054)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abe661a3 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=this@entry=0x55f584b709b0, thread_id=thread_id@entry=0) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:194 lock = {_M_device = 0x55f584b70a28, _M_owns = true} func = {> = {}, = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x7f389c000f90, _M_const_object = 0x7f389c000f90, _M_function_pointer = 0x7f389c000f90, _M_member_pointer = (void (std::_Undefined_class::*)(std::_Undefined_class * const)) 0x7f389c000f90}, _M_pod_data = "\220\017\000\2348\177\000\000\000\000\000\000\000\000\000"}, _M_manager = 0x0}, _M_invoker = 0x55f584b71038} decrease_io_priority = cpu_priority = low_io_priority = false current_cpu_priority = rocksdb::CpuPriority::kNormal #3 0x00007f38abe664f6 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x55f584bd5900) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:307 meta = 0x55f584bd5900 thread_id = tp = 0x55f584b709b0 thread_type = #4 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 18 (Thread 0x7f38ab7ff6c0 (LWP 5053)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abe661a3 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=this@entry=0x55f584b70670, thread_id=thread_id@entry=0) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:194 lock = {_M_device = 0x55f584b706e8, _M_owns = true} func = {> = {}, = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x7f38a4000f90, _M_const_object = 0x7f38a4000f90, _M_function_pointer = 0x7f38a4000f90, _M_member_pointer = (void (std::_Undefined_class::*)(std::_Undefined_class * const)) 0x7f38a4000f90}, _M_pod_data = "\220\017\000\2448\177\000\000\000\000\000\000\000\000\000"}, _M_manager = 0x1}, _M_invoker = 0x55f584b71038} decrease_io_priority = cpu_priority = low_io_priority = false current_cpu_priority = rocksdb::CpuPriority::kNormal #3 0x00007f38abe664f6 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x55f584bd5760) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rocksdb/util/threadpool_imp.cc:307 meta = 0x55f584bd5760 thread_id = tp = 0x55f584b70670 thread_type = #4 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 17 (Thread 0x7f38acc186c0 (LWP 5052)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38b844fb42 in boost::posix::pthread_cond_timedwait (c=0x7f38b97b4ab0 , m=0x7f38b97b4a88 , t=0x7f38acc17990) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/pthread_helpers.hpp:123 ret = #3 boost::condition_variable::do_wait_until (this=0x7f38b97b4a88 , m=..., timeout=...) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/condition_variable.hpp:122 guard = {m = 0x7f38acc17970} check_for_interruption = {thread_info = 0x55f584a73a50, m = 0x7f38b97b4a88 , set = true, done = false} the_mutex = 0x7f38b97b4a88 cond_res = #4 boost::condition_variable::wait_until > > (this=0x7f38b97b4a88 , lock=..., t=...) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/condition_variable_fwd.hpp:245 ts = {dur = {ts_val = {tv_sec = 241, tv_nsec = 575741070}}} #5 boost::condition_variable::wait_for > (this=0x7f38b97b4a88 , lock=..., d=...) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/.boost/boost-lib/include/boost/thread/pthread/condition_variable_fwd.hpp:275 No locals. #6 threadpool::ThreadPool::pruneThread (this=0x7f38b97b4780 ) at /usr/src/debug/MariaDB-/src_0/storage/columnstore/columnstore/utils/threadpool/threadpool.cpp:93 lock2 = {m = 0x7f38b97b4a60 , is_locked = false} #7 0x00007f38b8b58e50 in thread_proxy () from /lib64/librwlock.so No symbol table info available. #8 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #9 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 16 (Thread 0x7f38bc0936c0 (LWP 5051)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f54877e1fd in inline_mysql_cond_timedwait (that=0x55f549ab00c0 , mutex=0x55f549ab0100 , src_file=0x55f54895f688 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mysys/thr_timer.c", src_line=329, abstime=0x7f38bc092d10) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 timer_handler (arg=) at /usr/src/debug/MariaDB-/src_0/mysys/thr_timer.c:329 error = top_time = 0x55f584be7a18 now = abstime = {tv_sec = 1769073665, tv_nsec = 724893000} #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 15 (Thread 0x7f38a88496c0 (LWP 5092)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63960, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63960, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 241, tv_nsec = 898132693} #4 std::condition_variable::wait_until > > (this=0x55f584c63960, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63960, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63960) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63960, t=t@entry=0x7f38a8848d08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63960) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f584d3f4d0 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 14 (Thread 0x7f38a94546c0 (LWP 5091)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f54866e08c in buf_flush_page_cleaner () at /usr/src/debug/MariaDB-/src_0/storage/innobase/buf/buf0flu.cc:2574 soft_lsn_limit = oldest_lsn = pct_lwm = n_flushed = n = dirty_blocks = dirty_pct = last_pages = abstime = {tv_sec = 1769073643, tv_nsec = 603653000} lsn_limit = 0 last_activity_count = #3 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 13 (Thread 0x7f38a9c556c0 (LWP 5090)): #0 0x00007f38bbd16d2d in syscall () from /lib64/libc.so.6 No symbol table info available. #1 0x000055f548707687 in my_getevents (min_nr=1, nr=256, ctx=, ev=0x7f38a9c52d00) at /usr/src/debug/MariaDB-/src_0/tpool/aio_libaio.cc:64 saved_errno = ret = #2 (anonymous namespace)::aio_libaio::getevent_thread_routine (aio=0x55f584bd7200) at /usr/src/debug/MariaDB-/src_0/tpool/aio_libaio.cc:109 ret = MAX_EVENTS = 256 events = {{data = 0x0, obj = 0x55f584d3f5d8, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f510, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f448, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f768, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f510, res = 16384, res2 = 0}, {data = 0x0, obj = 0x55f584d3f5d8, res = 16384, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0} , {data = 0x0, obj = 0x7f38bbc60758 <__printf_buffer_write+74>, res = 0, res2 = 139881343175536}, {data = 0x7f38bbdb1db9, obj = 0x7f38bbdb1db9, res = 139881343175728, res2 = 139881645247130}, {data = 0x0, obj = 0x0, res = 0, res2 = 10}, {data = 0x2000000000, obj = 0x0, res = 4, res2 = 1}, {data = 0x7f38a9c54b24, obj = 0x7f38a9c54b28, res = 0, res2 = 0}, {data = 0x75, obj = 0x7f38bbdb1da0, res = 139881646595511, res2 = 0}, {data = 0xffffffffffffffff, obj = 0x0, res = 139881646595513, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 206158430232}, {data = 0x7f38a9c54d10, obj = 0x7f38a9c54c50, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0} , {data = 0x3039303500000000, obj = 0x46b8c3ba4c0a4600, res = 0, res2 = 139881343175536}, {data = 0x7f38a9456000, obj = 0x7f38a9c54d10, res = 0, res2 = 140734202403376}, {data = 0x7f38a9455000, obj = 0x7f38bbc8c52d <__vsnprintf_internal+127>, res = 139881343175952, res2 = 139881343175979}, {data = 0x7f38a9c54d33, obj = 0x0, res = 2, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 5096038183276791296}, {data = 0x800000, obj = 0x7f38bbc65a36 , res = 206158430240, res2 = 139881343175952}, {data = 0x7f38a9c54c50, obj = 0x46b8c3ba4c0a4600, res = 0, res2 = 0}, {data = 0x0, obj = 0x13e2, res = 139881343178432, res2 = 140734202403623}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x0, res = 0, res2 = 0}, {data = 0x0, obj = 0x46b8c3ba4c0a4600, res = 8388608, res2 = 139881334792192}} #3 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 12 (Thread 0x7f38aa8576c0 (LWP 5089)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f5483d09bd in inline_mysql_cond_timedwait (src_file=0x55f54890cc08 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/maria/ma_servicethread.c", src_line=115, that=, mutex=, abstime=0x7f38aa856cc0) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 my_service_thread_sleep (control=control@entry=0x55f549115120 , sleep_time=29000000000) at /usr/src/debug/MariaDB-/src_0/storage/maria/ma_servicethread.c:115 abstime = {tv_sec = 1769073670, tv_nsec = 596215000} res = 0 '\000' #4 0x000055f5483c86e5 in ma_checkpoint_background (arg=0x1e) at /usr/src/debug/MariaDB-/src_0/storage/maria/ma_checkpoint.c:726 interval = sleeps = 1 sleep_time = 29 log_horizon_at_last_checkpoint = 4295409646 pagecache_flushes_at_last_checkpoint = 0 pages_bunch_size = 0 filter_param = {up_to_lsn = 4295409602, max_pages = 1919448176} dfile = 0x0 kfile = 0x0 #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 11 (Thread 0x7f38ac1fd6c0 (LWP 5098)): #0 0x00007f38bbc47f2a in sigtimedwait () from /lib64/libc.so.6 No symbol table info available. #1 0x000055f547e2939f in my_sigwait (set=0x7f38ac1fcbd0, sig=, code=) at /usr/src/debug/MariaDB-/src_0/include/my_pthread.h:180 siginfo = {si_signo = 67108864, si_errno = 0, si_code = -1144365031, __pad0 = 32568, _sifields = {_pad = {135168, 0, 135168, 0, -1407199552, 32568, -1144354010, 32568, 0, 0, 1543506144, 32568, 0, 0, 1009035664, 32767, -1407504384, 32568, 1543503920, 32568, 0, 0, -2060850024, 22005, 0, 0, 1009035664, 32767}, _kill = {si_pid = 135168, si_uid = 0}, _timer = {si_tid = 135168, si_overrun = 0, si_sigval = {sival_int = 135168, sival_ptr = 0x21000}}, _rt = {si_pid = 135168, si_uid = 0, si_sigval = {sival_int = 135168, sival_ptr = 0x21000}}, _sigchld = {si_pid = 135168, si_uid = 0, si_status = 135168, si_utime = 139881382663872, si_stime = 139881645509414}, _sigfault = {si_addr = 0x21000, si_addr_lsb = 4096, _bounds = {_addr_bnd = {_lower = 0x7f38ac1fd6c0, _upper = 0x7f38bbca8b26 <_int_malloc+3688>}, _pkey = 2887767744}}, _sigpoll = {si_band = 135168, si_fd = 135168}, _sigsys = {_call_addr = 0x21000, _syscall = 135168, _arch = 0}}} #2 signal_hand () at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:3281 error = origin = set = {__val = {540677, 0, 0, 0, 0, 0, 0, 0, 0, 5096038183276791296, 303104, 139881645234742, 206158430240, 5096038183276791296, 139880038400000, 135168}} sig = #3 0x000055f548441ae0 in pfs_spawn_thread (arg=0x55f58529ec98) at /usr/src/debug/MariaDB-/src_0/storage/perfschema/pfs.cc:2198 typed_arg = 0x55f58529ec98 user_arg = 0x0 user_start_routine = 0x55f547e29280 pfs = klass = #4 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #5 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 10 (Thread 0x7f38ac2556c0 (LWP 5097)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97a58 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f547f42a00 in inline_mysql_cond_wait (that=0x55f5491eb920 , mutex=0x55f5491eb960 , src_file=0x55f5488d1238 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/sql/sql_manager.cc", src_line=110) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1072 No locals. #3 handle_manager (arg=arg@entry=0x0) at /usr/src/debug/MariaDB-/src_0/sql/sql_manager.cc:110 cb = error = abstime = {tv_sec = -552, tv_nsec = 0} reset_flush_time = true #4 0x000055f548441ae0 in pfs_spawn_thread (arg=0x55f584c01fc8) at /usr/src/debug/MariaDB-/src_0/storage/perfschema/pfs.cc:2198 typed_arg = 0x55f584c01fc8 user_arg = 0x0 user_start_routine = 0x55f547f42920 pfs = klass = #5 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 9 (Thread 0x7f38a1dfd6c0 (LWP 5087)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abaa047d in inline_mysql_cond_timedwait (src_file=0x7f38abf9b610 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/rocksdb/ha_rocksdb.cc", that=, mutex=, abstime=0x7f38a1dfcb40, src_line=11643) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 myrocks::Rdb_drop_index_thread::run (this=0x7f38ac0b0600 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/ha_rocksdb.cc:11643 ts = {tv_sec = 1769160041, tv_nsec = 591433000} sec = ret = indices = {_M_h = {, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits >> = {, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>> = {_M_hash = {_M_obj = {}}}, _M_equal = {_M_obj = {> = {}, }}}, , std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, true>> = {}, , std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits, std::integral_constant >> = {}, > >> = {_M_alloc = {_M_obj = { >> = {}, }}}, > = {}, _M_buckets = 0x0, _M_bucket_count = 0, _M_before_begin = {_M_nxt = 0x0}, _M_element_count = 0, _M_rehash_policy = {static _S_growth_factor = 2, _M_max_load_factor = 0, _M_next_resize = 0}, _M_single_bucket = 0x0}} __PRETTY_FUNCTION__ = "virtual void myrocks::Rdb_drop_index_thread::run()" #4 0x00007f38abae9795 in myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0600 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:30 thread = #5 myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0600 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:25 thread = 0x7f38ac0b0600 #6 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #7 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 8 (Thread 0x7f3892fff6c0 (LWP 5093)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63a00, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63a00, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 265, tv_nsec = 600705305} #4 std::condition_variable::wait_until > > (this=0x55f584c63a00, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63a00, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63a00) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63a00, t=t@entry=0x7f3892ffed08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63a00) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f5850d3680 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 7 (Thread 0x7f38a25fe6c0 (LWP 5088)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38aba884c9 in inline_mysql_cond_timedwait (src_file=0x7f38abf9b610 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/rocksdb/ha_rocksdb.cc", that=, mutex=, abstime=0x7f38a25fdca0, src_line=13701) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 myrocks::Rdb_manual_compaction_thread::run (this=0x7f38ac0b0900 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/ha_rocksdb.cc:13701 ts = {tv_sec = 1769073666, tv_nsec = 324231000} ret = mcr = s = {code_ = 96, subcode_ = rocksdb::Status::kManualCompactionPaused, sev_ = rocksdb::Status::kNoError, state_ = 0x0} __PRETTY_FUNCTION__ = "virtual void myrocks::Rdb_manual_compaction_thread::run()" #4 0x00007f38abae9795 in myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0900 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:30 thread = #5 myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0900 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:25 thread = 0x7f38ac0b0900 #6 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #7 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 6 (Thread 0x7f38ac1a26c0 (LWP 5105)): #0 my_convert (to=, to_length=380, to_cs=0x55f58480f448, from=, from_length=95, from_cs=0x55f5491c5260 , errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/strings/ctype.c:1256 length = length2 = 95 #1 0x000055f54800afbf in copy_and_convert (to=, to_length=, to_cs=0x55f58480f448, from=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", from_length=95, from_cs=0x55f5491c5260 , errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/sql/sql_string.h:53 No locals. #2 String::copy (this=0x55f5854511f0, str=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", arg_length=95, from_cs=0x55f5491c5260 , to_cs=0x55f58480f448, errors=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/sql/sql_string.cc:472 offset = new_length = #3 String::copy (this=0x55f5854511f0, str=str@entry=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", arg_length=arg_length@entry=95, from_cs=0x55f5491c5260 , to_cs=0x55f58480f448, errors=errors@entry=0x7f38ac19fddc) at /usr/src/debug/MariaDB-/src_0/sql/sql_string.cc:452 offset = 0 new_length = #4 0x000055f547e69b53 in Protocol::net_store_data_cs (this=0x55f585450f78, from=0x55f585485426 "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", length=95, from_cs=, to_cs=) at /usr/src/debug/MariaDB-/src_0/sql/protocol.cc:100 dummy_errors = 22005 conv_length = packet_length = new_length = length_pos = to = #5 0x000055f547e6b69f in Protocol::send_result_set_row (this=this@entry=0x55f585450f78, row_items=row_items@entry=0x55f585455880) at /usr/src/debug/MariaDB-/src_0/sql/protocol.cc:1359 item = it = { = {list = 0x55f585455880, el = 0x55f585479e38, prev = 0x0, current = 0x0}, } value_buffer = { = { = {m_type = DYN_COL_NULL, value = {m_longlong = 4579359575177737811, m_double = 0.014235059999999999, m_time = {year = 1765848659, month = 1066215237, day = 1224237880, hour = 22005, minute = 0, second = 0, second_part = 0, neg = 0 '\000', time_type = 22005}}, m_string = { = {m_charset = 0x55f54913e700 }, = { = {}, Ptr = 0x7f38ac19feb0 "\220\271H\205\365U", str_length = 766, Alloced_length = 766, extra_alloc = 0, alloced = false, thread_specific = false}, }, m_decimal = { = {intg = 0, frac = 0, len = 9, sign = 56 '8', buf = 0x7f38ac19fe88}, buffer = {2097152, 0, 22128, 0, -1144362570, 32568, -2059071624, 22005, -1144358439}}}, }, buffer = "\220\271H\205\365U\000\000\340\000\032\2548\177\000\000\n\000\000\000\000\000\000\000\217ĉH\365U\000\000\332uE\205\365U\000\000`R\034I\365U\000\000`\377\031\2548\177\000\000\000\233\346G\365U\000\000<\377\031\2548\177\000\000\036\233\346G\365U\000\000\000\000\000\000\000\000\000\000\376\377\001\000\000\000\000\000 \373\336\2738\177\000\000\032\272\346G\365U\000\000\000\000\000\000\000\000\000\000\333uE\205\365U\000\000\000\000\000\000\000\000\000\000\370\235\342G\000\000\000\000\340\000\032\2548\177\000\000\340\000\032\2548\177\000\000\360\377\031\2548\177\000\000\001\000\000\000\000\000\000\000\340\377\031\2548\177\000\000\262\277\346G\365U\000\000\220\377\031\2548\177\000\000B:"...} #6 0x000055f547ee4312 in select_send::send_data (this=0x55f58547ae40, items=...) at /usr/src/debug/MariaDB-/src_0/sql/sql_class.cc:3302 protocol = 0x55f585450f78 #7 0x000055f547fc27b9 in select_result_sink::send_data_with_check (u=, sent=, this=, items=...) at /usr/src/debug/MariaDB-/src_0/sql/sql_class.h:6298 No locals. #8 select_result_sink::send_data_with_check (this=, items=..., u=, sent=) at /usr/src/debug/MariaDB-/src_0/sql/sql_class.h:6288 No locals. #9 end_send (join=, join_tab=, end_of_records=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:25720 error = fields = #10 0x000055f547f8e436 in evaluate_join_record (join=join@entry=0x55f58547ae68, join_tab=join_tab@entry=0x55f58547c808, error=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:24607 rc = found = return_tab = shortcut_for_distinct = found_records = select_cond = select_cond_result = #11 0x000055f547fa77b7 in sub_select (join=0x55f58547ae68, join_tab=0x55f58547c808, end_of_records=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:24411 error = rc = skip_over = info = 0x55f58547c8d8 #12 0x000055f547fdbace in do_select (join=0x55f58547ae68, procedure=) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:23885 join_tab = 0x55f58547c808 rc = 0 error = NESTED_LOOP_OK top_level_tables = #13 JOIN::exec_inner (this=this@entry=0x55f58547ae68) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:5112 columns_list = #14 0x000055f547fdbe43 in JOIN::exec (this=this@entry=0x55f58547ae68) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:4900 res = #15 0x000055f547fda0e7 in mysql_select (thd=thd@entry=0x55f5854509e8, tables=0x55f58547a258, fields=..., conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2701396736, result=0x55f58547ae40, unit=0x55f585454d68, select_lex=0x55f5854555c8) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:5426 err = 0 free_join = true exec_error = false join = 0x55f58547ae68 #16 0x000055f547fda8fd in handle_select (thd=thd@entry=0x55f5854509e8, lex=lex@entry=0x55f585454c88, result=result@entry=0x55f58547ae40, setup_tables_done_option=setup_tables_done_option@entry=0) at /usr/src/debug/MariaDB-/src_0/sql/sql_select.cc:634 unit = 0x55f585454d68 res = select_lex = 0x55f5854555c8 #17 0x000055f547f4315e in execute_sqlcom_select (thd=thd@entry=0x55f5854509e8, all_tables=0x55f58547a258) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:6232 save_protocol = 0x0 lex = 0x55f585454c88 result = 0x55f58547ae40 res = #18 0x000055f547f52c29 in mysql_execute_command (thd=thd@entry=0x55f5854509e8, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:3991 privileges_requested = wsrep_error_label = error = res = lex = 0x55f585454c88 select_lex = first_table = all_tables = 0x55f58547a258 unit = 0x55f585454d68 ots = {ctx = 0x55f5854549f0, traceable = false} orig_binlog_format = BINLOG_FORMAT_MIXED orig_current_stmt_binlog_format = BINLOG_FORMAT_STMT #19 0x000055f547f543c3 in mysql_parse (thd=0x55f5854509e8, rawbuf=, length=, parser_state=) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:7953 found_semicolon = error = lex = err = #20 0x000055f547f56273 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x55f5854509e8, packet=packet@entry=0x55f585399a09 "", packet_length=packet_length@entry=12, blocking=blocking@entry=true) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:1921 packet_end = 0x55f5854799dc "" parser_state = {m_lip = {lookahead_token = -1, lookahead_yylval = 0x0, m_thd = 0x55f5854509e8, m_ptr = 0x55f5854799dd "", m_tok_start = 0x55f5854799dd "", m_tok_end = 0x55f5854799dd "", m_end_of_query = 0x55f5854799dc "", m_tok_start_prev = 0x55f5854799dc "", m_buf = 0x55f5854799d0 "SHOW ENGINES", m_buf_length = 12, m_echo = true, m_echo_saved = false, m_cpp_buf = 0x55f585479a30 "SHOW ENGINES", m_cpp_ptr = 0x55f585479a3c "", m_cpp_tok_start = 0x55f585479a3c "", m_cpp_tok_start_prev = 0x55f585479a3c "", m_cpp_tok_end = 0x55f585479a3c "", m_body_utf8 = 0x0, m_body_utf8_ptr = 0x0, m_cpp_utf8_processed_ptr = 0x0, next_state = MY_LEX_END, found_semicolon = 0x0, ignore_space = false, stmt_prepare_mode = false, multi_statements = true, yylineno = 1, m_digest = 0x0, in_comment = NO_COMMENT, in_comment_saved = NO_COMMENT, m_cpp_text_start = 0x55f58539dc97 "1", m_cpp_text_end = 0x55f58539dc98 "", m_underscore_cs = 0x0}, m_yacc = {yacc_yyss = 0x0, yacc_yyvs = 0x0, m_set_signal_info = {m_item = {0x0 }}, m_lock_type = TL_READ_DEFAULT, m_mdl_type = MDL_SHARED_READ}, m_digest_psi = 0x0} net = 0x55f585450ca8 error = false do_end_of_statement = true log_slow_done = false drop_more_results = false __FUNCTION__ = "dispatch_command" res = #21 0x000055f547f5856c in do_command (thd=thd@entry=0x55f5854509e8, blocking=blocking@entry=true) at /usr/src/debug/MariaDB-/src_0/sql/sql_parse.cc:1431 return_value = packet = 0x55f585399a08 "\002" packet_length = net = 0x55f585450ca8 command = COM_QUERY __FUNCTION__ = "do_command" #22 0x000055f548098195 in do_handle_one_connection (connect=, connect@entry=0x55f58540d718, put_in_cache=put_in_cache@entry=true) at /usr/src/debug/MariaDB-/src_0/sql/sql_connect.cc:1504 create_user = true thr_create_utime = thd = 0x55f5854509e8 #23 0x000055f548098555 in handle_one_connection (arg=arg@entry=0x55f58540d718) at /usr/src/debug/MariaDB-/src_0/sql/sql_connect.cc:1416 connect = 0x55f58540d718 #24 0x000055f548441ae0 in pfs_spawn_thread (arg=0x55f5852f6f88) at /usr/src/debug/MariaDB-/src_0/storage/perfschema/pfs.cc:2198 typed_arg = 0x55f5852f6f88 user_arg = 0x55f58540d718 user_start_routine = 0x55f5480984f0 pfs = klass = #25 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #26 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 5 (Thread 0x7f38a15fc6c0 (LWP 5086)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97c35 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6 No symbol table info available. #2 0x00007f38abaa15ed in inline_mysql_cond_timedwait (src_file=0x7f38abf9b610 "/home/buildbot/amd64-sles-1600-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/rocksdb/ha_rocksdb.cc", that=0x7f38ac0b0a88 , mutex=, abstime=0x7f38a15fbc60, src_line=13605) at /usr/src/debug/MariaDB-/src_0/include/mysql/psi/mysql_thread.h:1088 No locals. #3 myrocks::Rdb_background_thread::run (this=0x7f38ac0b0a20 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/ha_rocksdb.cc:13605 ret = local_stop = local_save_stats = WAKE_UP_INTERVAL = 1 ts_next_sync = {tv_sec = 1769073665, tv_nsec = 876322000} __PRETTY_FUNCTION__ = "virtual void myrocks::Rdb_background_thread::run()" #4 0x00007f38abae9795 in myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0a20 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:30 thread = #5 myrocks::Rdb_thread::thread_func (thread_ptr=0x7f38ac0b0a20 ) at /usr/src/debug/MariaDB-/src_0/storage/rocksdb/rdb_threads.cc:25 thread = 0x7f38ac0b0a20 #6 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #7 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 4 (Thread 0x7f38927fe6c0 (LWP 5094)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63aa0, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63aa0, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 260, tv_nsec = 18484937} #4 std::condition_variable::wait_until > > (this=0x55f584c63aa0, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63aa0, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63aa0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63aa0, t=t@entry=0x7f38927fdd08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63aa0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f5850d2550 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 3 (Thread 0x7f38917fc6c0 (LWP 5096)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63be0, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63be0, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 241, tv_nsec = 900598108} #4 std::condition_variable::wait_until > > (this=0x55f584c63be0, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63be0, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63be0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63be0, t=t@entry=0x7f38917fbd08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63be0) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f549a98ac0 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 2 (Thread 0x7f3891ffd6c0 (LWP 5095)): #0 0x00007f38bbc9501e in __futex_abstimed_wait_common () from /lib64/libc.so.6 No symbol table info available. #1 0x00007f38bbc97e45 in pthread_cond_clockwait@GLIBC_2.30 () from /lib64/libc.so.6 No symbol table info available. #2 0x000055f548703f60 in std::__condvar::wait_until (this=0x55f584c63b40, __m=..., __clock=1, __abs_time=...) at /usr/include/c++/15/bits/std_mutex.h:139 No locals. #3 std::condition_variable::__wait_until_impl > > (__lock=..., this=0x55f584c63b40, __atime=...) at /usr/include/c++/15/condition_variable:205 __s = __ns = __ts = {tv_sec = 241, tv_nsec = 900599969} #4 std::condition_variable::wait_until > > (this=0x55f584c63b40, __lock=..., __atime=...) at /usr/include/c++/15/condition_variable:115 No locals. #5 std::condition_variable::wait_for > (__rtime=..., this=0x55f584c63b40, __lock=...) at /usr/include/c++/15/condition_variable:167 No locals. #6 tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55f584beb8f0, lk=..., thread_data=thread_data@entry=0x55f584c63b40) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:431 No locals. #7 0x000055f54870517f in tpool::thread_pool_generic::get_task (this=this@entry=0x55f584beb8f0, thread_var=thread_var@entry=0x55f584c63b40, t=t@entry=0x7f3891ffcd08) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:484 lk = {_M_device = 0x55f584beba18, _M_owns = true} #8 0x000055f54870529e in tpool::thread_pool_generic::worker_main (this=0x55f584beb8f0, thread_var=0x55f584c63b40) at /usr/src/debug/MariaDB-/src_0/tpool/tpool_generic.cc:529 task = 0x55f584d3f660 #9 0x00007f38bbef2aa4 in ?? () from /lib64/libstdc++.so.6 No symbol table info available. #10 0x00007f38bbc98619 in start_thread () from /lib64/libc.so.6 No symbol table info available. #11 0x00007f38bbd1916c in __clone3 () from /lib64/libc.so.6 No symbol table info available. Thread 1 (Thread 0x7f38bc1c7600 (LWP 5050)): #0 0x00007f38bbd0aa0f in poll () from /lib64/libc.so.6 No symbol table info available. #1 0x000055f547e3276a in poll (__fds=, __nfds=, __timeout=-1) at /usr/include/bits/poll2.h:44 No locals. #2 handle_connections_sockets () at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:6468 sock = error_count = 0 cAddr = {ss_family = 1, __ss_padding = "ɻ8\177", '\000' , "\377\177\000\000\000\000\000\000\000\000\000\000@v\036I\365U\000\000\000F\nL\272øF\340\370\336\2738\177\000\000\340\370\336\2738\177\000\000\370J\211H\365U\000\000\235aл8\177\000\000\000\000\000\000\000\000\000\000\310a\036I\000\000\000\000\230$\367H\365U\000\000\331\316Ȼ8\177\000\000\220\225\036I\365U\000", __ss_align = 94511982076256} retval = fds = {array = {buffer = 0x55f585419e88 "$", elements = 4, max_element = 16, alloc_increment = 16, size_of_element = 8, m_psi_key = 0, malloc_flags = 0}} termination_fds = {56, 57} event_fd = {fd = 56, events = 1, revents = 0} #3 0x000055f547e33e23 in run_main_loop () at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:5750 No locals. #4 mysqld_main (argc=, argv=) at /usr/src/debug/MariaDB-/src_0/sql/mysqld.cc:6173 please_close_stdin = true ho_error = new_thread_stack_size = user = #5 0x00007f38bbc30340 in __libc_start_call_main () from /lib64/libc.so.6 No symbol table info available. #6 0x00007f38bbc30409 in __libc_start_main_impl () from /lib64/libc.so.6 No symbol table info available. #7 0x000055f547e26d35 in _start () at ../sysdeps/x86_64/start.S:115 No locals. (gdb) info sharedlibrary From To Syms Read Shared Object Library 0x00007f38bcc13280 0x00007f38bcc94dec Yes (*) /lib64/libpcre2-8.so.0 0x00007f38bcbd7040 0x00007f38bcbeb064 Yes (*) /lib64/libcrypt.so.1 0x00007f38bcbd0120 0x00007f38bcbd22c1 Yes (*) /lib64/liburing.so.2 0x00007f38bcbc80b0 0x00007f38bcbc85e1 Yes (*) /lib64/libaio.so.1 0x00007f38bcad3530 0x00007f38bcb7c630 Yes (*) /lib64/libsystemd.so.0 0x00007f38bca93180 0x00007f38bcaa7e29 Yes (*) /usr/lib64/zlib-ng-compat/libz.so.1 0x00007f38bc9a4500 0x00007f38bca49bd6 Yes (*) /lib64/libssl.so.3 0x00007f38bc335ac0 0x00007f38bc6acb39 Yes (*) /lib64/libcrypto.so.3 0x00007f38bbeb2480 0x00007f38bbfdee82 Yes (*) /lib64/libstdc++.so.6 0x00007f38bc895420 0x00007f38bc90f258 Yes (*) /lib64/libm.so.6 0x00007f38bc1d7740 0x00007f38bc1f9b65 Yes (*) /lib64/libgcc_s.so.1 0x00007f38bbc2e800 0x00007f38bbd9509d Yes (*) /lib64/libc.so.6 0x00007f38bccd5000 0x00007f38bccfbdc9 Yes (*) /lib64/ld-linux-x86-64.so.2 0x00007f38bc87c4c0 0x00007f38bc880cde Yes (*) /lib64/libcap.so.2 0x00007f38bc1ca360 0x00007f38bc1ce288 Yes (*) /lib64/libjitterentropy.so.3 0x00007f38b999f560 0x00007f38b99d51b0 Yes (*) /lib64/libgssapi_krb5.so.2 0x00007f38b98e8830 0x00007f38b994321f Yes (*) /lib64/libkrb5.so.3 0x00007f38b98af770 0x00007f38b98ba50f Yes (*) /lib64/libk5crypto.so.3 0x00007f38bc079260 0x00007f38bc079d79 Yes (*) /lib64/libcom_err.so.2 0x00007f38b989e770 0x00007f38b98a4040 Yes (*) /lib64/libkrb5support.so.0 0x00007f38bc072270 0x00007f38bc073309 Yes (*) /lib64/libkeyutils.so.1 0x00007f38b988c6e0 0x00007f38b9893ee9 Yes (*) /lib64/libresolv.so.2 0x00007f38b985e860 0x00007f38b987c59c Yes (*) /lib64/libselinux.so.1 0x00007f38b931c200 0x00007f38b96dfec4 Yes /usr/lib64/mysql/plugin/ha_columnstore.so 0x00007f38b982aa40 0x00007f38b984c907 Yes /lib64/librbo.so 0x00007f38b919d8c0 0x00007f38b91e906e Yes /lib64/libcommon.so 0x00007f38b8ff3480 0x00007f38b912ae24 Yes /lib64/libexecplan.so 0x00007f38b97e4080 0x00007f38b980abca Yes /lib64/libjoiner.so 0x00007f38b8f47dc0 0x00007f38b8f78dd8 Yes /lib64/libquerytele.so 0x00007f38b8ed9e60 0x00007f38b8f0e441 Yes /lib64/libregr.so 0x00007f38b8e4ab80 0x00007f38b8e993e3 Yes /lib64/librowgroup.so 0x00007f38b8df1820 0x00007f38b8e0a8da Yes /lib64/libudfsdk.so 0x00007f38b8d3f240 0x00007f38b8db0fef Yes /lib64/libwindowfunction.so 0x00007f38b8bd3840 0x00007f38b8cb0899 Yes /lib64/libbrm.so 0x00007f38b8b41ac0 0x00007f38b8b5ca0e Yes /lib64/librwlock.so 0x00007f38b8a05e10 0x00007f38b8ade74b Yes (*) /lib64/libxml2.so.2 0x00007f38b8992f40 0x00007f38b89bcd8e Yes /lib64/libcacheutils.so 0x00007f38b8922e00 0x00007f38b895a181 Yes /lib64/libddlpackage.so 0x00007f38b888c640 0x00007f38b88ed06b Yes /lib64/libddlpackageproc.so 0x00007f38b88180c0 0x00007f38b88522ae Yes /lib64/libdmlpackage.so 0x00007f38b87bc000 0x00007f38b87edab7 Yes /lib64/libdmlpackageproc.so 0x00007f38b8763380 0x00007f38b8797b4f Yes /lib64/libidbdatafile.so 0x00007f38b8627100 0x00007f38b871248f Yes /lib64/libwriteengine.so 0x00007f38b85c59c0 0x00007f38b85da203 Yes /lib64/libwriteengineclient.so 0x00007f38b856fd80 0x00007f38b859d6c1 Yes /lib64/libmariadb.so.3 0x00007f38b8549540 0x00007f38b85518ec Yes /lib64/libmarias3.so 0x00007f38b8484380 0x00007f38b851789f Yes (*) /lib64/libcurl.so.4 0x00007f38b843ab80 0x00007f38b8462df9 Yes /lib64/libthreadpool.so 0x00007f38aced49c0 0x00007f38ad0bd50a Yes /lib64/libfuncexp.so 0x00007f38b84077c0 0x00007f38b841de4d Yes /lib64/libdataconvert.so 0x00007f38b83de640 0x00007f38b83f1009 Yes /lib64/libdatatypes.so 0x00007f38b83c6500 0x00007f38b83cdbfc Yes /lib64/libcompress.so 0x00007f38b8390900 0x00007f38b83b0ee1 Yes /lib64/liboamcpp.so 0x00007f38b833e080 0x00007f38b83744df Yes /lib64/libloggingcpp.so 0x00007f38b82eff80 0x00007f38b83188dd Yes /lib64/libconfigcpp.so 0x00007f38b82aa5a0 0x00007f38b82cf7a7 Yes (*) /lib64/liblzma.so.5 0x00007f38b8280330 0x00007f38b8295133 Yes (*) /lib64/libnghttp2.so.14 0x00007f38b825a2b0 0x00007f38b825d635 Yes (*) /lib64/libidn2.so.0 0x00007f38b81ebfa0 0x00007f38b8236d20 Yes (*) /lib64/libssh.so.4 0x00007f38b81c8260 0x00007f38b81c9de0 Yes (*) /lib64/libpsl.so.5 0x00007f38b8177640 0x00007f38b81af938 Yes (*) /lib64/libldap.so.2 0x00007f38b8156680 0x00007f38b815d6cd Yes (*) /lib64/liblber.so.2 0x00007f38b8098740 0x00007f38b813f6f2 Yes (*) /lib64/libzstd.so.1 0x00007f38b97be110 0x00007f38b97c56c6 Yes (*) /lib64/libbrotlidec.so.1 0x00007f38b808a2a0 0x00007f38b808e83e Yes (*) /lib64/libsnappy.so.1 0x00007f38b80634f0 0x00007f38b8081d26 Yes (*) /lib64/liblz4.so.1 0x00007f38acc2e140 0x00007f38acc6d718 Yes (*) /lib64/libunistring.so.5 0x00007f38b8045830 0x00007f38b805697d Yes (*) /lib64/libsasl2.so.3 0x00007f38b801e090 0x00007f38b801e78b Yes (*) /lib64/libbrotlicommon.so.1 0x00007f38ad631780 0x00007f38ad705ee1 Yes /usr/lib64/mysql/plugin/ha_connect.so 0x00007f38ac3af600 0x00007f38ac3fc61e Yes (*) /lib64/libodbc.so.2 0x00007f38b8014490 0x00007f38b80184a6 Yes (*) /lib64/libltdl.so.7 0x00007f38bc06c080 0x00007f38bc06c26f Yes /usr/lib64/mysql/plugin/cracklib_password_check.so 0x00007f38b8006310 0x00007f38b8008d99 Yes (*) /lib64/libcrack.so.2 0x00007f38ac387bc0 0x00007f38ac39e00d Yes /usr/lib64/mysql/plugin/ha_oqgraph.so 0x00007f38ac32d890 0x00007f38ac36db82 Yes (*) /lib64/libJudy.so.1 0x00007f38ad592040 0x00007f38ad592176 Yes /usr/lib64/mysql/plugin/provider_bzip2.so 0x00007f38ac313240 0x00007f38ac32344f Yes (*) /lib64/libbz2.so.1 0x00007f38ad58d040 0x00007f38ad58d146 Yes /usr/lib64/mysql/plugin/provider_lz4.so 0x00007f38ac30d040 0x00007f38ac30d136 Yes /usr/lib64/mysql/plugin/provider_lzma.so 0x00007f38ac308040 0x00007f38ac308136 Yes /usr/lib64/mysql/plugin/provider_lzo.so 0x00007f38ac2e7150 0x00007f38ac301a10 Yes (*) /lib64/liblzo2.so.2 0x00007f38ac2e0040 0x00007f38ac2e0146 Yes /usr/lib64/mysql/plugin/provider_snappy.so 0x00007f38ab9d6000 0x00007f38abf901fd Yes /usr/lib64/mysql/plugin/ha_rocksdb.so 0x00007f38ac2001e0 0x00007f38ac203852 Yes (*) /lib64/libnss_usrfiles.so.2 0x00007f38ac1aa180 0x00007f38ac1ae484 Yes /usr/lib64/mysql/plugin/libregr_mysql.so 0x00007f38ac1a4070 0x00007f38ac1a4733 Yes /usr/lib64/mysql/plugin/libudf_mysql.so 0x00007f38ac14f460 0x00007f38ac154709 Yes (*) /lib64/libnss_compat.so.2 (*): Shared library is missing debugging information.