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

innodb.innodb_bug53290 fails (crashes) on sol10-64 in buildbot

    XMLWordPrintable

Details

    • 10.0.24

    Description

      http://buildbot.askmonty.org/buildbot/builders/sol10-64/builds/4614/steps/test/logs/stdio

      innodb.innodb_bug53290 'innodb_plugin'   [ fail ]
              Test ended at 2016-01-03 09:35:10
       
      CURRENT_TEST: innodb.innodb_bug53290
      mysqltest: At line 20: query 'alter table bug53290 add unique index `idx` (x)' failed: 2013: Lost connection to MySQL server during query
       
      The result from queries just before the failure was:
      create table bug53290 (x bigint) engine=innodb;
      insert into bug53290 () values (),(),(),(),(),(),(),(),(),(),(),();
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      insert into bug53290 select * from bug53290;
      alter table bug53290 add unique index `idx` (x);
       
       
      Server [mysqld.1 - pid: 3456, winpid: 3456, exit: 256] failed during test run
      Server log from this test:
      ----------SERVER LOG START-----------
      160103  9:34:54 [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 http://kb.askmonty.org/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.0.23-MariaDB-log
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=3
      max_threads=153
      thread_count=1
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 62741 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x0x945edf8
      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...
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:my_print_stacktrace+0x1e
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:handle_fatal_signal+0x426
      /lib/amd64/libc.so.1:0xdc2e6
      /lib/amd64/libc.so.1:0xd0bc2
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/storage/innobase/ha_innodb.so:0x1750d2 [ Signal 11 (SEGV)]
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/storage/innobase/ha_innodb.so:0x1758f3
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/storage/innobase/ha_innodb.so:0xfce40
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_Z17mysql_alter_tableP3THDPcS1_P14HA_CREATE_INFOP10TABLE_LISTP10Alter_infojP8st_orderb+0x30f7
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_ZN19Sql_cmd_alter_table7executeEP3THD+0x4ce
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_Z21mysql_execute_commandP3THD+0x809
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_Z11mysql_parseP3THDPcjP12Parser_state+0x1b0
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_Z16dispatch_command19enum_server_commandP3THDPcj+0xeca
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_Z10do_commandP3THD+0xe7
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:_Z24do_handle_one_connectionP3THD+0x144
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:handle_one_connection+0x42
      /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.0.23/sql/mysqld:pfs_spawn_thread+0x126
      /lib/amd64/libc.so.1:0xdbfbb
      /lib/amd64/libc.so.1:0xdc1e0
      Please read http://dev.mysql.com/doc/refman/5.1/en/resolve-stack-dump.html
      and follow instructions on how to resolve the stack trace.
      Resolved stack trace is much more helpful in diagnosing the
      problem, so please do resolve it
       
      Trying to get some variables.
      Some pointers may be invalid and cause the dump to abort.
      Query (0x8d9ee10): alter table bug53290 add unique index `idx` (x)
       
      Connection ID (thread ID): 52
      Status: NOT_KILLED
       
      Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on
       
      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-------------

      Possibly something similar was fixed in 10.1 tree in scope of MDEV-8774. However, it's unclear whether 10.1 is currently affected, because the test only fails with InnoDB plugin, and in 10.1 it is not built on sol10-64.

      Attachments

        Issue Links

          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.