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

encryption.create_or_replace test fails in buildbot with InnoDB assertion failure

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1076/steps/test_1/logs/stdio

      encryption.create_or_replace 'ctr,innodb_plugin' w2 [ fail ]
              Test ended at 2017-08-11 00:19:07
       
      CURRENT_TEST: encryption.create_or_replace
      mysqltest: At line 90: Cannot reap on a connection without pending send
       
      The result from queries just before the failure was:
      SET default_storage_engine = InnoDB;
      CREATE TABLE t1 (pk INT PRIMARY KEY, c VARCHAR(256));
      CREATE TABLE t2 AS SELECT * FROM t1;
      drop table t1,t2;
      SET GLOBAL innodb_encryption_threads = 0;
      SET GLOBAL innodb_encryption_threads = 4;
      CREATE TABLE `table10_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
      INSERT /*! IGNORE */ INTO table10_int_autoinc VALUES  (NULL, NULL, -474021888) ,  (1, NULL, NULL) ,  (1141047296, NULL, NULL) ,  (NULL, NULL, NULL) ,  (NULL, NULL, 1) ,  (NULL, NULL, 9) ,  (0, NULL, 1225785344) ,  (NULL, NULL, 1574174720) ,  (2, NULL, NULL) ,  (6, NULL, 3);
      CREATE TABLE `table1_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int,key (`col_int_key` ), primary key (pk)) engine=innodb;
      CREATE TABLE `table0_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
      INSERT /*! IGNORE */ INTO table1_int_autoinc VALUES  (4, NULL, NULL);
      INSERT IGNORE INTO `table0_int_autoinc` ( `col_int_key` ) VALUES ( 1 ), ( 3 ), ( 4 ), ( 1 );
      INSERT IGNORE INTO `table1_int_autoinc` ( `col_int` ) VALUES ( 1 ), ( 0 ), ( 7 ), ( 9 );
      INSERT IGNORE INTO `table10_int_autoinc` ( `col_int` ) VALUES ( 6 ), ( 2 ), ( 3 ), ( 6 );
      ERROR HY000: Lost connection to MySQL server during query
      ERROR HY000: Lost connection to MySQL server during query
      ERROR HY000: MySQL server has gone away
      ERROR HY000: MySQL server has gone away
      ERROR HY000: MySQL server has gone away
       
       
      Server [mysqld.1 - pid: 22257, winpid: 22257, exit: 256] failed during test run
      Server log from this test:
      ----------SERVER LOG START-----------
      2017-08-11  0:18:47 3078326592 [Note] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld (mysqld 10.1.27-MariaDB-debug) starting as process 22258 ...
      2017-08-11  0:18:47 3078326592 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162)
      2017-08-11  0:18:47 3078326592 [Note] Plugin 'partition' is disabled.
      2017-08-11  0:18:47 3078326592 [Note] Plugin 'SEQUENCE' is disabled.
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Using mutexes to ref count buffer pool pages
      2017-08-11  0:18:47 3078326592 [Note] InnoDB:  InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
      2017-08-11  0:18:47 3078326592 [Note] InnoDB:  InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: The InnoDB memory heap is disabled
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Using Linux native AIO
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Using generic crc32 instructions
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Initializing buffer pool, size = 8.0M
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Completed initialization of buffer pool
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Highest supported file format is Barracuda.
      2017-08-11  0:18:48 3078326592 [Note] InnoDB: 128 rollback segment(s) are active.
      2017-08-11  0:18:48 3078326592 [Note] InnoDB: Waiting for purge to start
      2017-08-11  0:18:48 3078326592 [Note] InnoDB: 5.6.37 started; log sequence number 1629517
      2017-08-11  0:18:49 2842688320 [Note] InnoDB: Dumping buffer pool(s) not yet started
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMP' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'XTRADB_RSEG' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_MUTEXES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'FEEDBACK' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
      2017-08-11  0:18:49 3078326592 [Warning] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld: unknown option '--loose-pam-debug'
      2017-08-11  0:18:49 3078326592 [Warning] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages'
      2017-08-11  0:18:49 3078326592 [Note] Server socket created on IP: '127.0.0.1'.
      2017-08-11  0:18:49 3078326592 [Note] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld: ready for connections.
      Version: '10.1.27-MariaDB-debug'  socket: '/mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/tmp/2/mysqld.1.sock'  port: 16020  Source distribution
      2017-08-11  0:18:49 2857045824 [Note] InnoDB: Creating #1 thread id 2823813952 total threads 1.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #1 thread id 2823813952 total threads 4.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #2 thread id 2811231040 total threads 4.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #3 thread id 2802838336 total threads 4.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #4 thread id 2794445632 total threads 4.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Unable to read tablespace 169 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting...
      2017-08-11 00:19:01 a68fdb40  InnoDB: Assertion failure in thread 2794445632 in file ha_innodb.cc line 20652
      InnoDB: We intentionally generate a memory trap.
      InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
      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: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
      InnoDB: about forcing recovery.
      170811  0:19:01 [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.1.27-MariaDB-debug
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=3
      max_threads=153
      thread_count=3
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61836 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 0x48400
      /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld(my_print_stacktrace+0x32)[0x8b321cd]
      /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld(handle_fatal_signal+0x3b0)[0x84daf84]
      [0x6c6400]
      [0x6c6416]
      /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f)[0x8701ef]
      /lib/i386-linux-gnu/libc.so.6(abort+0x175)[0x873835]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x1836f8)[0xe126f8]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x9a695)[0xd29695]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11e703)[0xdad703]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11eb0d)[0xdadb0d]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11f112)[0xdae112]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11f93b)[0xdae93b]
      /lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0x82dd4c]
      /lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0x92cace]
      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
      ----------SERVER LOG END-------------
       
       
       - saving '/mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/log/encryption.create_or_replace-ctr,innodb_plugin/' to '/mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/log/encryption.create_or_replace-ctr,innodb_plugin/'
      

      Attachments

        Issue Links

          Activity

            People

              jplindst Jan Lindström (Inactive)
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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