innodb.innodb_buffer_pool_resize 'innodb' w2 [ fail ]
|
Test ended at 2018-08-13 00:41:10
|
|
CURRENT_TEST: innodb.innodb_buffer_pool_resize
|
mysqltest: In included file "./include/wait_condition.inc":
|
included from /mnt/buildbot/build/mariadb-10.3.9/mysql-test/suite/innodb/t/innodb_buffer_pool_resize.test at line 75:
|
At line 54: query 'let $success= `$wait_condition`' failed with wrong errno 2013: 'Lost connection to MySQL server during query', instead of 0...
|
|
The result from queries just before the failure was:
|
< snip >
|
replace into t1 select (@`v_id` := (@`v_id` + 4) mod 4294967296) as id, (@`v_val` := (@`v_val` + 4) mod 4294967296) as val from view0 v0, view0 v1, view0 v2, view0 v3, view0 v4, view0 v5, view0 v6, view0 v7, view0 v8, view0 v9, view0 v10, view0 v11, view0 v12, view0 v13, view0 v14, view0 v15, view0 v16, view0 v17;
|
set global innodb_buffer_pool_size = 7340032;
|
Warnings:
|
Warning 1292 Truncated incorrect innodb_buffer_pool_size value: '7340032'
|
select @@innodb_buffer_pool_size;
|
@@innodb_buffer_pool_size
|
8388608
|
select count(val) from t1;
|
count(val)
|
262144
|
set global innodb_adaptive_hash_index=OFF;
|
set global innodb_buffer_pool_size = 25165824;
|
select @@innodb_buffer_pool_size;
|
@@innodb_buffer_pool_size
|
25165824
|
select count(val) from t1;
|
count(val)
|
262144
|
drop table t1;
|
drop view view0;
|
|
More results from queries before failure can be found in /mnt/buildbot/build/mariadb-10.3.9/mysql-test/var/2/log/innodb_buffer_pool_resize.log
|
|
|
Server [mysqld.1 - pid: 1559, winpid: 1559, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
2018-08-13 0:39:33 0 [Note] /mnt/buildbot/build/mariadb-10.3.9/sql/mysqld (mysqld 10.3.9-MariaDB-debug-log) starting as process 1560 ...
|
2018-08-13 0:39:33 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4182)
|
2018-08-13 0:39:33 0 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
|
2018-08-13 0:39:33 0 [Note] Plugin 'partition' is disabled.
|
2018-08-13 0:39:33 0 [Note] InnoDB: innodb_page_size=4096
|
2018-08-13 0:39:33 0 [Note] InnoDB: Using Linux native AIO
|
2018-08-13 0:39:33 0 [Note] InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
|
2018-08-13 0:39:33 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2018-08-13 0:39:33 0 [Note] InnoDB: Uses event mutexes
|
2018-08-13 0:39:33 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
|
2018-08-13 0:39:33 0 [Note] InnoDB: Number of pools: 1
|
2018-08-13 0:39:33 0 [Note] InnoDB: Using generic crc32 instructions
|
2018-08-13 0:39:33 0 [Note] InnoDB: Initializing buffer pool, total size = 8M, instances = 1, chunk size = 8M
|
2018-08-13 0:39:33 0 [Note] InnoDB: Completed initialization of buffer pool
|
2018-08-13 0:39:33 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
|
2018-08-13 0:39:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
|
2018-08-13 0:39:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
|
2018-08-13 0:39:33 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
|
2018-08-13 0:39:33 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2018-08-13 0:39:34 0 [Note] InnoDB: Waiting for purge to start
|
2018-08-13 0:39:34 0 [Note] InnoDB: 10.3.9 started; log sequence number 744901; transaction id 34
|
2018-08-13 0:39:34 0 [Note] InnoDB: Loading buffer pool(s) from /mnt/buildbot/build/mariadb-10.3.9/mysql-test/var/2/mysqld.1/data/ib_buffer_pool
|
2018-08-13 0:39:34 0 [Note] Plugin 'SEQUENCE' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_CMP' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'FEEDBACK' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'user_variables' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
|
2018-08-13 0:39:34 0 [Note] InnoDB: Buffer pool(s) load completed at 180813 0:39:34
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
|
2018-08-13 0:39:34 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
|
2018-08-13 0:39:34 0 [Warning] /mnt/buildbot/build/mariadb-10.3.9/sql/mysqld: unknown option '--loose-pam-debug'
|
2018-08-13 0:39:34 0 [Note] Server socket created on IP: '127.0.0.1'.
|
2018-08-13 0:39:34 0 [Note] Reading of all Master_info entries succeded
|
2018-08-13 0:39:34 0 [Note] Added new Master_info '' to hash table
|
2018-08-13 0:39:34 0 [Note] /mnt/buildbot/build/mariadb-10.3.9/sql/mysqld: ready for connections.
|
Version: '10.3.9-MariaDB-debug-log' socket: '/mnt/buildbot/build/mariadb-10.3.9/mysql-test/var/tmp/2/mysqld.1.sock' port: 16020 Source distribution
|
2018-08-13 0:39:35 9 [Note] InnoDB: Requested to resize buffer pool. (new size: 16777216 bytes)
|
2018-08-13 0:39:35 0 [Note] InnoDB: Resizing buffer pool from 8388608 to 16777216 (unit=8388608).
|
2018-08-13 0:39:35 0 [Note] InnoDB: Disabling adaptive hash index.
|
2018-08-13 0:39:35 0 [Note] InnoDB: disabled adaptive hash index.
|
2018-08-13 0:39:35 0 [Note] InnoDB: Withdrawing blocks to be shrunken.
|
2018-08-13 0:39:35 0 [Note] InnoDB: Latching whole of buffer pool.
|
2018-08-13 0:39:35 0 [Note] InnoDB: buffer pool 0 : resizing with chunks 1 to 2.
|
2018-08-13 0:39:35 0 [Note] InnoDB: buffer pool 0 : 1 chunks (2048 blocks) were added.
|
2018-08-13 0:39:35 0 [Note] InnoDB: Completed to resize buffer pool from 8388608 to 16777216.
|
2018-08-13 0:39:35 0 [Note] InnoDB: Re-enabled adaptive hash index.
|
2018-08-13 0:39:35 0 [Note] InnoDB: Completed resizing buffer pool at 180813 0:39:35.
|
2018-08-13 0:40:39 9 [Note] InnoDB: Requested to resize buffer pool. (new size: 8388608 bytes)
|
2018-08-13 0:40:39 0 [Note] InnoDB: Resizing buffer pool from 16777216 to 8388608 (unit=8388608).
|
2018-08-13 0:40:39 0 [Note] InnoDB: Disabling adaptive hash index.
|
2018-08-13 0:40:39 0 [Note] InnoDB: disabled adaptive hash index.
|
2018-08-13 0:40:39 0 [Note] InnoDB: Withdrawing blocks to be shrunken.
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : start to withdraw the last 2048 blocks.
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : withdrawing blocks. (1842/2048)
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : withdrew 28 blocks from free list. Tried to relocate 1298 pages (1843/2048).
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : withdrawing blocks. (2048/2048)
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : withdrew 0 blocks from free list. Tried to relocate 66 pages (2048/2048).
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : withdrawn target 2048 blocks.
|
2018-08-13 0:40:39 0 [Note] InnoDB: Latching whole of buffer pool.
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : resizing with chunks 2 to 1.
|
2018-08-13 0:40:39 0 [Note] InnoDB: buffer pool 0 : 1 chunks (2048 blocks) were freed.
|
2018-08-13 0:40:39 0 [Note] InnoDB: Completed to resize buffer pool from 16777216 to 8388608.
|
2018-08-13 0:40:39 0 [Note] InnoDB: Re-enabled adaptive hash index.
|
2018-08-13 0:40:39 0 [Note] InnoDB: Completed resizing buffer pool at 180813 0:40:39.
|
2018-08-13 0:40:51 9 [Note] InnoDB: Requested to resize buffer pool. (new size: 25165824 bytes)
|
2018-08-13 0:40:51 0 [Note] InnoDB: Resizing buffer pool from 8388608 to 25165824 (unit=8388608).
|
2018-08-13 0:40:51 0 [Note] InnoDB: Disabling adaptive hash index.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Withdrawing blocks to be shrunken.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Latching whole of buffer pool.
|
2018-08-13 0:40:51 0 [Note] InnoDB: buffer pool 0 : resizing with chunks 1 to 3.
|
2018-08-13 0:40:51 0 [Note] InnoDB: buffer pool 0 : 2 chunks (4096 blocks) were added.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Resizing hash tables.
|
2018-08-13 0:40:51 0 [Note] InnoDB: buffer pool 0 : hash tables were resized.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Resizing also other hash tables.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Resized hash tables at lock_sys, adaptive hash index, dictionary.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Completed to resize buffer pool from 8388608 to 25165824.
|
2018-08-13 0:40:51 0 [Note] InnoDB: Completed resizing buffer pool at 180813 0:40:51.
|
2018-08-13 0:40:59 9 [Note] InnoDB: Requested to resize buffer pool. (new size: 8388608 bytes)
|
2018-08-13 0:40:59 0 [Note] InnoDB: Resizing buffer pool from 25165824 to 8388608 (unit=8388608).
|
2018-08-13 0:40:59 0 [Note] InnoDB: Disabling adaptive hash index.
|
2018-08-13 0:40:59 0 [Note] InnoDB: disabled adaptive hash index.
|
2018-08-13 0:40:59 0 [Note] InnoDB: Withdrawing blocks to be shrunken.
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : start to withdraw the last 4096 blocks.
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : withdrawing blocks. (4071/4096)
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : withdrew 1764 blocks from free list. Tried to relocate 422 pages (4071/4096).
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : withdrawing blocks. (4096/4096)
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : withdrew 0 blocks from free list. Tried to relocate 25 pages (4096/4096).
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : withdrawn target 4096 blocks.
|
2018-08-13 0:40:59 0 [Note] InnoDB: Latching whole of buffer pool.
|
2018-08-13 0:40:59 0 [Note] InnoDB: buffer pool 0 : resizing with chunks 3 to 1.
|
2018-08-13 00:40:59 0xa5cfab40 InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc line 270
|
InnoDB: Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR
|
InnoDB: We intentionally generate a memory trap.
|
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
|
InnoDB: If you get repeated assertion failures or crashes, even
|
InnoDB: immediately after the mysqld startup, there may be
|
InnoDB: corruption in the InnoDB tablespace. Please refer to
|
InnoDB: https://mariadb.com/kb/en/library/xtradbinnodb-recovery-modes/
|
InnoDB: about forcing recovery.
|
180813 0:40:59 [ERROR] mysqld got signal 6 ;
|
This could be because you hit a bug. It is also possible that this binary
|
or one of the libraries it was linked against is corrupt, improperly built,
|
or misconfigured. This error can also be caused by malfunctioning hardware.
|
|
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
|
|
We will try our best to scrape up some info that will hopefully help
|
diagnose the problem, but since we have already crashed,
|
something is definitely wrong and this may fail.
|
|
Server version: 10.3.9-MariaDB-debug-log
|
key_buffer_size=1048576
|
read_buffer_size=131072
|
max_used_connections=1
|
max_threads=153
|
thread_count=7
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61982 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0
|
Attempting backtrace. You can use the following information to find out
|
where mysqld died. If you see no messages after this, something went
|
terribly wrong...
|
stack_bottom = 0x0 thread_stack 0x49000
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(my_print_stacktrace+0x3c)[0x80f0e33c]
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(handle_fatal_signal+0x3e3)[0x80798dd2]
|
addr2line: '': No such file
|
[0xb7791c14]
|
[0xb7791c31]
|
/lib/i386-linux-gnu/libc.so.6(gsignal+0x39)[0xb706fe89]
|
/lib/i386-linux-gnu/libc.so.6(abort+0x157)[0xb70713e7]
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(+0xc3ced5)[0x80cc9ed5]
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(+0xbea58b)[0x80c7758b]
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(+0xc96919)[0x80d23919]
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(+0xca22eb)[0x80d2f2eb]
|
/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld(+0xca33c9)[0x80d303c9]
|
/lib/i386-linux-gnu/libpthread.so.0(+0x62b5)[0xb73ea2b5]
|
/lib/i386-linux-gnu/libc.so.6(clone+0x6e)[0xb712b16e]
|
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
|
information that should help you find out what is causing the crash.
|
Writing a core file at /mnt/buildbot/build/mariadb-10.3.9/mysql-test/var/2/mysqld.1/data/
|
----------SERVER LOG END-------------
|
|
|
- found 'core' (0/0)
|
|
Trying 'dbx' to get a backtrace
|
|
Trying 'gdb' to get a backtrace from coredump /mnt/buildbot/build/mariadb-10.3.9/mysql-test/var/2/log/innodb.innodb_buffer_pool_resize-innodb/mysqld.1/data/core
|
Core generated by '/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld'
|
Output from gdb follows. The first stack trace is from the failing thread.
|
The following stack traces are from all threads (so the failing one is
|
duplicated).
|
--------------------------
|
[New LWP 1583]
|
[New LWP 1563]
|
[New LWP 1578]
|
[New LWP 1564]
|
[New LWP 1562]
|
[New LWP 1574]
|
[New LWP 1561]
|
[New LWP 1560]
|
[New LWP 1571]
|
[New LWP 1569]
|
[New LWP 1565]
|
[New LWP 1568]
|
[New LWP 1577]
|
[New LWP 1576]
|
[New LWP 1580]
|
[New LWP 1575]
|
[New LWP 1566]
|
[New LWP 1589]
|
[New LWP 1573]
|
[New LWP 1584]
|
[New LWP 1572]
|
[New LWP 1582]
|
[New LWP 1567]
|
[New LWP 1586]
|
[New LWP 1585]
|
[New LWP 1581]
|
[New LWP 1579]
|
[Thread debugging using libthread_db enabled]
|
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
|
Core was generated by `/mnt/buildbot/build/mariadb-10.3.9/sql/mysqld --defaults-group-suffix=.1 --defa'.
|
Program terminated with signal SIGABRT, Aborted.
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
[Current thread is 1 (Thread 0xa5cfab40 (LWP 1583))]
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73f0ce1 in pthread_kill () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80f0e436 in my_write_core (sig=6) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/stacktrace.c:481
|
#3 0x80799248 in handle_fatal_signal (sig=6) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/signal_handler.cc:305
|
#4 <signal handler called>
|
#5 0xb7791c31 in __kernel_vsyscall ()
|
#6 0xb706fe89 in raise () from /lib/i386-linux-gnu/libc.so.6
|
#7 0xb70713e7 in abort () from /lib/i386-linux-gnu/libc.so.6
|
#8 0x80cc9ed5 in ut_dbg_assertion_failed (expr=0x81259014 "my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR", file=0x81258f28 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc", line=270) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/ut/ut0dbg.cc:61
|
#9 0x80c7758b in rw_lock_free_func (lock=0xa255e8cc) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc:269
|
#10 0x80d23919 in pfs_rw_lock_free_func (lock=0xa255e8cc) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/sync0rw.ic:626
|
#11 0x80d2f2eb in buf_pool_resize () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:2997
|
#12 0x80d303c9 in buf_resize_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:3279
|
#13 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#14 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 27 (Thread 0xa7efeb40 (LWP 1579)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83df12c8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83df12c8, reset_sig_count=1019) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83df12c8, reset_sig_count=1019) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xa7efe018: 0x83bb6608) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80ac78c6 in TTASEventMutex<GenericPolicy>::enter (this=0x83df1230, max_spins=120, max_delay=4, filename=0x812b3368 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc", line=999) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:471
|
#7 0x80ac5d6a in PolicyMutex<TTASEventMutex<GenericPolicy> >::enter (this=0x83df1230, n_spins=30, n_delay=4, name=0x812b3368 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc", line=999) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:592
|
#8 0x80d7a93b in dict_table_open_on_id (table_id=20, dict_locked=0, table_op=DICT_TABLE_OP_NORMAL) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc:999
|
#9 0x80c198c1 in row_purge_parse_undo_rec (node=0x83dffa80, undo_rec=0xa3fa3cc0 "", updated_extern=0xa7efe18e, thr=0x83dffa18) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1068
|
#10 0x80c1a0ae in row_purge (node=0x83dffa80, undo_rec=0xa3fa3cc0 "", thr=0x83dffa18) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1242
|
#11 0x80c1a456 in row_purge_step (thr=0x83dffa18) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1331
|
#12 0x80ba20aa in que_thr_step (thr=0x83dffa18) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1046
|
#13 0x80ba22ef in que_run_threads_low (thr=0x83dffa18) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1108
|
#14 0x80ba24f1 in que_run_threads (thr=0x83dffa18) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1148
|
#15 0x80c6808b in srv_task_execute () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2437
|
#16 0x80c68249 in srv_worker_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2485
|
#17 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#18 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 26 (Thread 0xa6cfcb40 (LWP 1581)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83bdac10) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83bdac10, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83bdac10, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80d46d18 in buf_dump_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0dump.cc:837
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 25 (Thread 0xafeffb40 (LWP 1585)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73f41cd in do_sigwait () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0xb73f425e in sigwait () from /lib/i386-linux-gnu/libpthread.so.0
|
#3 0x803a8d67 in signal_hand (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/mysqld.cc:3554
|
#4 0x809ae6e0 in pfs_spawn_thread (arg=0x83e37ce8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/perfschema/pfs.cc:1862
|
#5 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#6 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 24 (Thread 0xafeb5b40 (LWP 1586)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80f13085 in safe_cond_wait (cond=0x81915aa0 <COND_slave_background>, mp=0x819181c0 <LOCK_slave_background>, file=0x80fa6d20 "/home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h", line=1167) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/thr_mutex.c:492
|
#3 0x803d43ab in inline_mysql_cond_wait (that=0x81915aa0 <COND_slave_background>, mutex=0x819181c0 <LOCK_slave_background>, src_file=0x80fa7960 "/home/buildbot/buildbot/build/mariadb-10.3.9/sql/slave.cc", src_line=513) at /home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h:1167
|
#4 0x803d58a2 in handle_slave_background (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/slave.cc:513
|
#5 0x809ae6e0 in pfs_spawn_thread (arg=0x83ea6218) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/perfschema/pfs.cc:1862
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 23 (Thread 0xade1ab40 (LWP 1567)):
|
#0 0xb775d570 in ?? () from /lib/i386-linux-gnu/libaio.so.1
|
#1 0xb775d5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1
|
#2 0x80b637db in LinuxAIOHandler::collect (this=0xade1a0e0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:1933
|
#3 0x80b63d35 in LinuxAIOHandler::poll (this=0xade1a0e0, m1=0xade1a150, m2=0xade1a154, request=0xade1a178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2078
|
#4 0x80b63e99 in os_aio_linux_handler (global_segment=4, m1=0xade1a150, m2=0xade1a154, request=0xade1a178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2132
|
#5 0x80b68da0 in os_aio_handler (segment=4, m1=0xade1a150, m2=0xade1a154, request=0xade1a178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:5683
|
#6 0x80dc902a in fil_aio_wait (segment=4) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fil/fil0fil.cc:4558
|
#7 0x80c6afd7 in io_handler_thread (arg=0x82174b30 <n+16>) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0start.cc:331
|
#8 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#9 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 22 (Thread 0xa64fbb40 (LWP 1582)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73f38aa in nanosleep () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b7171f in os_thread_sleep (tm=1000000) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0thread.cc:230
|
#3 0x80d21bb9 in btr_defragment_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/btr/btr0defragment.cc:705
|
#4 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#5 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 21 (Thread 0xab2fbb40 (LWP 1572)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b70b2c in os_event::timed_wait (this=0x83bdab50, abstime=0xab2fb120) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:283
|
#3 0x80b70e82 in os_event::wait_time_low (this=0x83bdab50, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:405
|
#4 0x80b7108e in os_event_wait_time_low (event=0x83bdab50, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:505
|
#5 0x80c66693 in srv_error_monitor_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:1853
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 20 (Thread 0xa54f9b40 (LWP 1584)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80f13085 in safe_cond_wait (cond=0xa54f91c4, mp=0xa54f91f8, file=0x811b1ee0 "/home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h", line=1178) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/thr_mutex.c:492
|
#3 0x80a96b1f in inline_mysql_cond_wait (that=0xa54f91c4, mutex=0xa54f91f8, src_file=0x811b3a04 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/handler/ha_innodb.cc", src_line=311) at /home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h:1178
|
#4 0x80a9b547 in thd_destructor_proxy () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/handler/ha_innodb.cc:311
|
#5 0x809ae6e0 in pfs_spawn_thread (arg=0x83e1e6d0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/perfschema/pfs.cc:1862
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 19 (Thread 0xaaafab40 (LWP 1573)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b70b2c in os_event::timed_wait (this=0x83bdabb0, abstime=0xaaafa210) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:283
|
#3 0x80b70e82 in os_event::wait_time_low (this=0x83bdabb0, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:405
|
#4 0x80b7108e in os_event_wait_time_low (event=0x83bdabb0, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:505
|
#5 0x80c66139 in srv_monitor_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:1689
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 18 (Thread 0xafe6bb40 (LWP 1589)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83c62ec8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83c62ec8, reset_sig_count=905) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83c62ec8, reset_sig_count=905) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xafe691d8: 0x83bb6674) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80ac78c6 in TTASEventMutex<GenericPolicy>::enter (this=0x83c62b40, max_spins=60, max_delay=4, filename=0x81298234 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc", line=6854) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:471
|
#7 0x80ac5d6a in PolicyMutex<TTASEventMutex<GenericPolicy> >::enter (this=0x83c62b40, n_spins=30, n_delay=4, name=0x81298234 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc", line=6854) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:592
|
#8 0x80d3b9dd in buf_get_latched_pages_number_instance (buf_pool=0x83c62b40) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:6854
|
#9 0x80d3bd8b in buf_get_latched_pages_number () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:6947
|
#10 0x80c659fe in srv_export_innodb_status () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:1505
|
#11 0x80ab8387 in innodb_export_status () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/handler/ha_innodb.cc:15764
|
#12 0x80abca44 in show_innodb_vars (var=0xafe693fc) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/handler/ha_innodb.cc:18383
|
#13 0x80558d16 in show_status_array (thd=0xa75080b0, wild=0x0, variables=0x83abe3d0, scope=SHOW_OPT_GLOBAL, status_var=0xafe698e8, prefix=0x80fdfc23 "", table=0xa3b00068, ucase_names=true, cond=0xa7519ea0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_show.cc:3718
|
#14 0x80567f11 in fill_status (thd=0xa75080b0, tables=0xa75197c0, cond=0xa7519ea0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_show.cc:7799
|
#15 0x8056ad2c in get_schema_tables_result (join=0xa751a248, executed_place=PROCESSED_BY_JOIN_EXEC) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_show.cc:8768
|
#16 0x8050b122 in JOIN::exec_inner (this=0xa751a248) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_select.cc:3991
|
#17 0x8050a721 in JOIN::exec (this=0xa751a248) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_select.cc:3822
|
#18 0x8050ba45 in mysql_select (thd=0xa75080b0, tables=0xa75197c0, wild_num=0, fields=..., conds=0xa7519ea0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2684619520, result=0xa751a238, unit=0xa750a80c, select_lex=0xa750ad14) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_select.cc:4227
|
#19 0x804fee96 in handle_select (thd=0xa75080b0, lex=0xa750a798, result=0xa751a238, setup_tables_done_option=0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_select.cc:382
|
#20 0x804ccebb in execute_sqlcom_select (thd=0xa75080b0, all_tables=0xa75197c0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_parse.cc:6546
|
#21 0x804c23d1 in mysql_execute_command (thd=0xa75080b0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_parse.cc:3768
|
#22 0x804d0732 in mysql_parse (thd=0xa75080b0, rawbuf=0xa7519088 "SELECT SUBSTR(variable_value, 1, 34) = 'Completed resizing buffer pool at '\n FROM information_schema.global_status\nWHERE LOWER(variable_name) = 'innodb_buffer_pool_resize_status'", length=179, parser_state=0xafe6ab94, is_com_multi=false, is_next_command=false) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_parse.cc:8088
|
#23 0x804bc9df in dispatch_command (command=COM_QUERY, thd=0xa75080b0, packet=0xa7510991 "SELECT SUBSTR(variable_value, 1, 34) = 'Completed resizing buffer pool at '\n FROM information_schema.global_status\nWHERE LOWER(variable_name) = 'innodb_buffer_pool_resize_status'", packet_length=179, is_com_multi=false, is_next_command=false) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_parse.cc:1850
|
#24 0x804bb2de in do_command (thd=0xa75080b0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_parse.cc:1395
|
#25 0x8060e3c2 in do_handle_one_connection (connect=0x83ee2aa0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_connect.cc:1402
|
#26 0x8060e10f in handle_one_connection (arg=0x83ee2aa0) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/sql_connect.cc:1308
|
#27 0x809ae6e0 in pfs_spawn_thread (arg=0x83ee3a38) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/perfschema/pfs.cc:1862
|
#28 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#29 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 17 (Thread 0xae61bb40 (LWP 1566)):
|
#0 0xb775d570 in ?? () from /lib/i386-linux-gnu/libaio.so.1
|
#1 0xb775d5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1
|
#2 0x80b637db in LinuxAIOHandler::collect (this=0xae61b0e0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:1933
|
#3 0x80b63d35 in LinuxAIOHandler::poll (this=0xae61b0e0, m1=0xae61b150, m2=0xae61b154, request=0xae61b178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2078
|
#4 0x80b63e99 in os_aio_linux_handler (global_segment=3, m1=0xae61b150, m2=0xae61b154, request=0xae61b178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2132
|
#5 0x80b68da0 in os_aio_handler (segment=3, m1=0xae61b150, m2=0xae61b154, request=0xae61b178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:5683
|
#6 0x80dc902a in fil_aio_wait (segment=3) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fil/fil0fil.cc:4558
|
#7 0x80c6afd7 in io_handler_thread (arg=0x82174b2c <n+12>) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0start.cc:331
|
#8 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#9 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 16 (Thread 0xaa2f9b40 (LWP 1575)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b70b2c in os_event::timed_wait (this=0x83d95d98, abstime=0xaa2f9100) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:283
|
#3 0x80b70e82 in os_event::wait_time_low (this=0x83d95d98, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:405
|
#4 0x80b7108e in os_event_wait_time_low (event=0x83d95d98, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:505
|
#5 0x80ccd4cc in ib_wqueue_timedwait (wq=0x83d95ca0, wait_in_usecs=5000000) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/ut/ut0wqueue.cc:163
|
#6 0x80e0cf32 in fts_optimize_thread (arg=0x83d95ca0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fts/fts0opt.cc:2899
|
#7 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#8 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 15 (Thread 0xa74fdb40 (LWP 1580)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83d58670) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83d58670, reset_sig_count=23) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83d58670, reset_sig_count=23) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xa74fbf38: 0x83bb662c) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80c77889 in rw_lock_s_lock_spin (lock=0x83d57b28, pass=0, file_name=0x81298234 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc", line=4416) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc:389
|
#7 0x80d23088 in rw_lock_s_lock_func (lock=0x83d57b28, pass=0, file_name=0x81298234 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc", line=4416) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/sync0rw.ic:288
|
#8 0x80d2397b in pfs_rw_lock_s_lock_func (lock=0x83d57b28, pass=0, file_name=0x81298234 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc", line=4416) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/sync0rw.ic:654
|
#9 0x80d33e93 in buf_page_get_gen (page_id=..., page_size=..., rw_latch=1, guess=0x0, mode=10, file=0x812ba8d8 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0load.cc", line=3147, mtr=0xa74fcbc4, err=0xa74fc1d0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:4416
|
#10 0x80cf749b in btr_cur_search_to_nth_level_func (index=0x83df3910, level=0, tuple=0xa99108f8, mode=PAGE_CUR_GE, latch_mode=1, cursor=0xa74fcb38, ahi_latch=0x0, file=0x812ba8d8 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0load.cc", line=3147, mtr=0xa74fcbc4, autoinc=0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/btr/btr0cur.cc:1408
|
#11 0x80d0d755 in btr_pcur_open_low (index=0x83df3910, level=0, tuple=0xa99108f8, mode=PAGE_CUR_GE, latch_mode=1, cursor=0xa74fcb38, file=0x812ba8d8 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0load.cc", line=3147, autoinc=0, mtr=0xa74fcbc4) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/btr0pcur.ic:459
|
#12 0x80d0f0c1 in btr_pcur_open_on_user_rec_func (index=0x83df3910, tuple=0xa99108f8, mode=PAGE_CUR_GE, latch_mode=1, cursor=0xa74fcb38, file=0x812ba8d8 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0load.cc", line=3147, mtr=0xa74fcbc4) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/btr/btr0pcur.cc:605
|
#13 0x80d9a528 in dict_load_table_on_id (table_id=20, ignore_err=DICT_ERR_IGNORE_NONE) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0load.cc:3147
|
#14 0x80d783d9 in dict_table_open_on_id_low (table_id=20, ignore_err=DICT_ERR_IGNORE_NONE, open_only_if_in_cache=0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/dict0priv.ic:90
|
#15 0x80d7a9ba in dict_table_open_on_id (table_id=20, dict_locked=0, table_op=DICT_TABLE_OP_NORMAL) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc:1009
|
#16 0x80c198c1 in row_purge_parse_undo_rec (node=0x83dfff18, undo_rec=0xa3fa9980 "", updated_extern=0xa74fd18e, thr=0x83dffeb0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1068
|
#17 0x80c1a0ae in row_purge (node=0x83dfff18, undo_rec=0xa3fa9980 "", thr=0x83dffeb0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1242
|
#18 0x80c1a456 in row_purge_step (thr=0x83dffeb0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1331
|
#19 0x80ba20aa in que_thr_step (thr=0x83dffeb0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1046
|
#20 0x80ba22ef in que_run_threads_low (thr=0x83dffeb0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1108
|
#21 0x80ba24f1 in que_run_threads (thr=0x83dffeb0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1148
|
#22 0x80c6808b in srv_task_execute () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2437
|
#23 0x80c68249 in srv_worker_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2485
|
#24 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#25 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 14 (Thread 0xa98ffb40 (LWP 1576)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83df1410) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83df1410, reset_sig_count=14) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83df1410, reset_sig_count=14) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xa98ff0d8: 0x83bb65c0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80c77a2f in rw_lock_x_lock_wait_func (lock=0x83df11c8, pass=0, threshold=0, file_name=0x81252f94 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc", line=2015) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc:470
|
#7 0x80c77b8e in rw_lock_x_lock_low (lock=0x83df11c8, pass=0, file_name=0x81252f94 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc", line=2015) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc:533
|
#8 0x80c77f33 in rw_lock_x_lock_func (lock=0x83df11c8, pass=0, file_name=0x81252f94 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc", line=2015) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc:693
|
#9 0x80c63a08 in pfs_rw_lock_x_lock_func (lock=0x83df11c8, pass=0, file_name=0x81252f94 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc", line=2015) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/sync0rw.ic:561
|
#10 0x80c66bb0 in srv_master_evict_from_table_cache (pct_check=100) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2015
|
#11 0x80c6774d in srv_master_do_idle_tasks () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2253
|
#12 0x80c67d95 in srv_master_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2374
|
#13 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#14 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 13 (Thread 0xa90feb40 (LWP 1577)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83df12c8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83df12c8, reset_sig_count=1019) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83df12c8, reset_sig_count=1019) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xa90fdf98: 0x83bb65e4) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80ac78c6 in TTASEventMutex<GenericPolicy>::enter (this=0x83df1230, max_spins=90, max_delay=4, filename=0x812b3368 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc", line=999) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:471
|
#7 0x80ac5d6a in PolicyMutex<TTASEventMutex<GenericPolicy> >::enter (this=0x83df1230, n_spins=30, n_delay=4, name=0x812b3368 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc", line=999) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:592
|
#8 0x80d7a93b in dict_table_open_on_id (table_id=20, dict_locked=0, table_op=DICT_TABLE_OP_NORMAL) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc:999
|
#9 0x80c198c1 in row_purge_parse_undo_rec (node=0x83e00078, undo_rec=0xa3fad9b8 "", updated_extern=0xa90fe10e, thr=0x83e00010) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1068
|
#10 0x80c1a0ae in row_purge (node=0x83e00078, undo_rec=0xa3fad9b8 "", thr=0x83e00010) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1242
|
#11 0x80c1a456 in row_purge_step (thr=0x83e00010) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1331
|
#12 0x80ba20aa in que_thr_step (thr=0x83e00010) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1046
|
#13 0x80ba22ef in que_run_threads_low (thr=0x83e00010) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1108
|
#14 0x80ba24f1 in que_run_threads (thr=0x83e00010) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1148
|
#15 0x80c97538 in trx_purge (n_purge_threads=4, truncate=false) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/trx/trx0purge.cc:1571
|
#16 0x80c68523 in srv_do_purge (n_total_purged=0xa90fe280) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2583
|
#17 0x80c68987 in srv_purge_coordinator_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2714
|
#18 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#19 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 12 (Thread 0xad619b40 (LWP 1568)):
|
#0 0xb775d570 in ?? () from /lib/i386-linux-gnu/libaio.so.1
|
#1 0xb775d5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1
|
#2 0x80b637db in LinuxAIOHandler::collect (this=0xad6190e0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:1933
|
#3 0x80b63d35 in LinuxAIOHandler::poll (this=0xad6190e0, m1=0xad619150, m2=0xad619154, request=0xad619178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2078
|
#4 0x80b63e99 in os_aio_linux_handler (global_segment=5, m1=0xad619150, m2=0xad619154, request=0xad619178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2132
|
#5 0x80b68da0 in os_aio_handler (segment=5, m1=0xad619150, m2=0xad619154, request=0xad619178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:5683
|
#6 0x80dc902a in fil_aio_wait (segment=5) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fil/fil0fil.cc:4558
|
#7 0x80c6afd7 in io_handler_thread (arg=0x82174b34 <n+20>) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0start.cc:331
|
#8 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#9 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 11 (Thread 0xaee1cb40 (LWP 1565)):
|
#0 0xb775d570 in ?? () from /lib/i386-linux-gnu/libaio.so.1
|
#1 0xb775d5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1
|
#2 0x80b637db in LinuxAIOHandler::collect (this=0xaee1c0e0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:1933
|
#3 0x80b63d35 in LinuxAIOHandler::poll (this=0xaee1c0e0, m1=0xaee1c150, m2=0xaee1c154, request=0xaee1c178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2078
|
#4 0x80b63e99 in os_aio_linux_handler (global_segment=2, m1=0xaee1c150, m2=0xaee1c154, request=0xaee1c178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2132
|
#5 0x80b68da0 in os_aio_handler (segment=2, m1=0xaee1c150, m2=0xaee1c154, request=0xaee1c178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:5683
|
#6 0x80dc902a in fil_aio_wait (segment=2) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fil/fil0fil.cc:4558
|
#7 0x80c6afd7 in io_handler_thread (arg=0x82174b28 <n+8>) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0start.cc:331
|
#8 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#9 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 10 (Thread 0xace18b40 (LWP 1569)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83c62ec8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83c62ec8, reset_sig_count=905) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83c62ec8, reset_sig_count=905) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xace17fc8: 0x83bb6698) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80ac78c6 in TTASEventMutex<GenericPolicy>::enter (this=0x83c62b40, max_spins=60, max_delay=4, filename=0x812a207c "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0flu.cc", line=1927) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:471
|
#7 0x80ac5d6a in PolicyMutex<TTASEventMutex<GenericPolicy> >::enter (this=0x83c62b40, n_spins=30, n_delay=4, name=0x812a207c "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0flu.cc", line=1927) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:592
|
#8 0x80d4ee31 in buf_flush_start (buf_pool=0x83c62b40, flush_type=BUF_FLUSH_LIST) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0flu.cc:1927
|
#9 0x80d4f1d2 in buf_flush_do_batch (buf_pool=0x83c62b40, type=BUF_FLUSH_LIST, min_n=200, lsn_limit=18446744073709551615, n=0xace180f4) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0flu.cc:2037
|
#10 0x80d4f523 in buf_flush_lists (min_n=200, lsn_limit=18446744073709551615, n_processed=0xace18168) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0flu.cc:2143
|
#11 0x80d53555 in buf_flush_page_cleaner_coordinator () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0flu.cc:3299
|
#12 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#13 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 9 (Thread 0xabafcb40 (LWP 1571)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b70b2c in os_event::timed_wait (this=0x83db0008, abstime=0xabafc220) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:283
|
#3 0x80b70e82 in os_event::wait_time_low (this=0x83db0008, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:405
|
#4 0x80b7108e in os_event_wait_time_low (event=0x83db0008, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:505
|
#5 0x80b3bdc5 in lock_wait_timeout_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/lock/lock0wait.cc:543
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 8 (Thread 0xb6eb17c0 (LWP 1560)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb7120f8f in poll () from /lib/i386-linux-gnu/libc.so.6
|
#2 0x803af553 in handle_connections_sockets () at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/mysqld.cc:6716
|
#3 0x803ae840 in mysqld_main (argc=148, argv=0x839c4058) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/mysqld.cc:6185
|
#4 0x803a265b in main (argc=25, argv=0xbfa879d4) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/main.cc:25
|
|
Thread 7 (Thread 0xb2c6bb40 (LWP 1561)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80f13330 in safe_cond_timedwait (cond=0x82189480 <COND_timer>, mp=0x82189400 <LOCK_timer>, abstime=0xb2c6b250, file=0x8131bb1c "/home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h", line=1204) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/thr_mutex.c:546
|
#3 0x80f1423d in inline_mysql_cond_timedwait (that=0x82189480 <COND_timer>, mutex=0x82189400 <LOCK_timer>, abstime=0xb2c6b250, src_file=0x8131bb6c "/home/buildbot/buildbot/build/mariadb-10.3.9/mysys/thr_timer.c", src_line=292) at /home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h:1204
|
#4 0x80f14dad in timer_handler (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/thr_timer.c:292
|
#5 0x809ae6e0 in pfs_spawn_thread (arg=0x83b064f8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/perfschema/pfs.cc:1862
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 6 (Thread 0xac2fdb40 (LWP 1574)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b70b2c in os_event::timed_wait (this=0x83df0e30, abstime=0xac2fd240) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:283
|
#3 0x80b70e82 in os_event::wait_time_low (this=0x83df0e30, time_in_usec=10000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:405
|
#4 0x80b7108e in os_event_wait_time_low (event=0x83df0e30, time_in_usec=10000000, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:505
|
#5 0x80db23cf in dict_stats_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0stats_bg.cc:461
|
#6 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#7 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 5 (Thread 0xb1820b40 (LWP 1562)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efe56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80f13330 in safe_cond_timedwait (cond=0x82141b20 <COND_checkpoint>, mp=0x82141aa0 <LOCK_checkpoint>, abstime=0xb182019c, file=0x811a5004 "/home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h", line=1204) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/thr_mutex.c:546
|
#3 0x80a0d583 in inline_mysql_cond_timedwait (that=0x82141b20 <COND_checkpoint>, mutex=0x82141aa0 <LOCK_checkpoint>, abstime=0xb182019c, src_file=0x811a5054 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/maria/ma_servicethread.c", src_line=116) at /home/buildbot/buildbot/build/mariadb-10.3.9/include/mysql/psi/mysql_thread.h:1204
|
#4 0x80a0dac6 in my_service_thread_sleep (control=0x81768cb8 <checkpoint_control>, sleep_time=30000000000) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/maria/ma_servicethread.c:115
|
#5 0x80a01cad in ma_checkpoint_background (arg=0x1e) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/maria/ma_checkpoint.c:707
|
#6 0x809ae6e0 in pfs_spawn_thread (arg=0x83b31f30) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/perfschema/pfs.cc:1862
|
#7 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#8 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 4 (Thread 0xaf61db40 (LWP 1564)):
|
#0 0xb775d570 in ?? () from /lib/i386-linux-gnu/libaio.so.1
|
#1 0xb775d5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1
|
#2 0x80b637db in LinuxAIOHandler::collect (this=0xaf61d0e0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:1933
|
#3 0x80b63d35 in LinuxAIOHandler::poll (this=0xaf61d0e0, m1=0xaf61d150, m2=0xaf61d154, request=0xaf61d178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2078
|
#4 0x80b63e99 in os_aio_linux_handler (global_segment=1, m1=0xaf61d150, m2=0xaf61d154, request=0xaf61d178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2132
|
#5 0x80b68da0 in os_aio_handler (segment=1, m1=0xaf61d150, m2=0xaf61d154, request=0xaf61d178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:5683
|
#6 0x80dc902a in fil_aio_wait (segment=1) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fil/fil0fil.cc:4558
|
#7 0x80c6afd7 in io_handler_thread (arg=0x82174b24 <n+4>) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0start.cc:331
|
#8 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#9 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 3 (Thread 0xa86ffb40 (LWP 1578)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73efa8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80b71370 in os_event::wait (this=0x83df12c8) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:163
|
#3 0x80b70cff in os_event::wait_low (this=0x83df12c8, reset_sig_count=1019) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:333
|
#4 0x80b710c0 in os_event_wait_low (event=0x83df12c8, reset_sig_count=1019) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0event.cc:522
|
#5 0x80c74d92 in sync_array_wait_event (arr=0x83bb6548, cell=@0xa86ff018: 0x83bb6650) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0arr.cc:475
|
#6 0x80ac78c6 in TTASEventMutex<GenericPolicy>::enter (this=0x83df1230, max_spins=120, max_delay=4, filename=0x812b3368 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc", line=999) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:471
|
#7 0x80ac5d6a in PolicyMutex<TTASEventMutex<GenericPolicy> >::enter (this=0x83df1230, n_spins=30, n_delay=4, name=0x812b3368 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc", line=999) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/ib0mutex.h:592
|
#8 0x80d7a93b in dict_table_open_on_id (table_id=20, dict_locked=0, table_op=DICT_TABLE_OP_NORMAL) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/dict/dict0dict.cc:999
|
#9 0x80c198c1 in row_purge_parse_undo_rec (node=0x83dffdb8, undo_rec=0xa3fabca8 "", updated_extern=0xa86ff18e, thr=0x83dffd50) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1068
|
#10 0x80c1a0ae in row_purge (node=0x83dffdb8, undo_rec=0xa3fabca8 "", thr=0x83dffd50) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1242
|
#11 0x80c1a456 in row_purge_step (thr=0x83dffd50) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/row/row0purge.cc:1331
|
#12 0x80ba20aa in que_thr_step (thr=0x83dffd50) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1046
|
#13 0x80ba22ef in que_run_threads_low (thr=0x83dffd50) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1108
|
#14 0x80ba24f1 in que_run_threads (thr=0x83dffd50) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/que/que0que.cc:1148
|
#15 0x80c6808b in srv_task_execute () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2437
|
#16 0x80c68249 in srv_worker_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0srv.cc:2485
|
#17 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#18 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 2 (Thread 0xafe1eb40 (LWP 1563)):
|
#0 0xb775d570 in ?? () from /lib/i386-linux-gnu/libaio.so.1
|
#1 0xb775d5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1
|
#2 0x80b637db in LinuxAIOHandler::collect (this=0xafe1e0e0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:1933
|
#3 0x80b63d35 in LinuxAIOHandler::poll (this=0xafe1e0e0, m1=0xafe1e150, m2=0xafe1e154, request=0xafe1e178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2078
|
#4 0x80b63e99 in os_aio_linux_handler (global_segment=0, m1=0xafe1e150, m2=0xafe1e154, request=0xafe1e178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:2132
|
#5 0x80b68da0 in os_aio_handler (segment=0, m1=0xafe1e150, m2=0xafe1e154, request=0xafe1e178) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/os/os0file.cc:5683
|
#6 0x80dc902a in fil_aio_wait (segment=0) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/fil/fil0fil.cc:4558
|
#7 0x80c6afd7 in io_handler_thread (arg=0x82174b20 <n>) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/srv/srv0start.cc:331
|
#8 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#9 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|
|
Thread 1 (Thread 0xa5cfab40 (LWP 1583)):
|
#0 0xb7791c31 in __kernel_vsyscall ()
|
#1 0xb73f0ce1 in pthread_kill () from /lib/i386-linux-gnu/libpthread.so.0
|
#2 0x80f0e436 in my_write_core (sig=6) at /home/buildbot/buildbot/build/mariadb-10.3.9/mysys/stacktrace.c:481
|
#3 0x80799248 in handle_fatal_signal (sig=6) at /home/buildbot/buildbot/build/mariadb-10.3.9/sql/signal_handler.cc:305
|
#4 <signal handler called>
|
#5 0xb7791c31 in __kernel_vsyscall ()
|
#6 0xb706fe89 in raise () from /lib/i386-linux-gnu/libc.so.6
|
#7 0xb70713e7 in abort () from /lib/i386-linux-gnu/libc.so.6
|
#8 0x80cc9ed5 in ut_dbg_assertion_failed (expr=0x81259014 "my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR", file=0x81258f28 "/home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc", line=270) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/ut/ut0dbg.cc:61
|
#9 0x80c7758b in rw_lock_free_func (lock=0xa255e8cc) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/sync/sync0rw.cc:269
|
#10 0x80d23919 in pfs_rw_lock_free_func (lock=0xa255e8cc) at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/include/sync0rw.ic:626
|
#11 0x80d2f2eb in buf_pool_resize () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:2997
|
#12 0x80d303c9 in buf_resize_thread () at /home/buildbot/buildbot/build/mariadb-10.3.9/storage/innobase/buf/buf0buf.cc:3279
|
#13 0xb73ea2b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
|
#14 0xb712b16e in clone () from /lib/i386-linux-gnu/libc.so.6
|