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

encryption.innodb_encryption_row_compressed failed in buildbot, server crashed

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-zyp-sles114-x86/builds/1817/steps/mtr/logs/stdio

      10.1 89a7ad636ced2800eff363a92892f573

      180430  5:58:58 [ERROR] mysqld got signal 11 ;
      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.33-MariaDB
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=0
      max_threads=153
      thread_count=0
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61789 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
      /usr/sbin/mysqld(my_print_stacktrace+0x2d)[0x889025d]
      /usr/sbin/mysqld(handle_fatal_signal+0x530)[0x83c0e30]
      addr2line: '': No such file
      [0xffffe400]
      /usr/lib/libcrypto.so.0.9.8(CRYPTO_free+0x2d)[0xb7593abd]
      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-------------
      mysqltest failed but provided no output
      The result from queries just before the failure was:
      < snip >
      SET GLOBAL innodb_file_format = `Barracuda`;
      SET GLOBAL innodb_file_per_table = ON;
      create table innodb_compressed1(c1 bigint not null primary key, d int, a varchar(20), b char(200)) engine=innodb row_format=compressed encrypted=yes;
      create table innodb_compressed2(c1 bigint not null primary key, d int, a varchar(20), b char(200)) engine=innodb row_format=compressed key_block_size=1 encrypted=yes;
      create table innodb_compressed3(c1 bigint not null primary key, d int, a varchar(20), b char(200)) engine=innodb row_format=compressed key_block_size=2 encrypted=yes;
      create table innodb_compressed4(c1 bigint not null primary key, d int, a varchar(20), b char(200)) engine=innodb row_format=compressed key_block_size=4 encrypted=yes;
      insert into innodb_compressed1 values (1, 20, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (2, 20, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (3, 30, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (4, 30, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (5, 30, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (6, 30, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (7, 30, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (8, 20, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (9, 20, 'private', 'evenmoreprivate');
      insert into innodb_compressed1 values (10, 20, 'private', 'evenmoreprivate');
      insert into innodb_compressed2 select * from innodb_compressed1;
      insert into innodb_compressed3 select * from innodb_compressed1;
      insert into innodb_compressed4 select * from innodb_compressed1;
      

      Attachments

        Activity

          People

            jplindst Jan Lindström (Inactive)
            elenst Elena Stepanova
            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.