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

mariadb server crash

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Duplicate
    • 11.0.2, 10.5.22, 10.6.15, 10.10.6, 10.11.5, 11.0.3
    • N/A
    • Optimizer, Server
    • None
    • docker mariadb:11.0

    Description

      Reproduce step:

      docker run --restart=always  --name mariadbcrash -p 3390:3306 -e MYSQL_ROOT_PASSWORD=123456  -d mariadb:11.0
      docker exec -it mariadbcrash bash
      # in container
      apt update && \ 
      apt-get -y install mariadb-plugin-provider-lz4 && \ 
      apt-get -y install mariadb-plugin-provider-bzip2 && \ 
      apt-get -y install mariadb-plugin-provider-lzma && \ 
      apt-get -y install mariadb-plugin-provider-lzo && \ 
      apt-get -y install mariadb-plugin-provider-snappy && \ 
      apt-get -y install mariadb-plugin-mroonga && \ 
      apt-get -y install mariadb-plugin-rocksdb && \ 
      apt-get -y install mariadb-plugin-s3
       
      mariadb -u root -p
      # password 123456
       
      # in mariadb
      INSTALL SONAME 'ha_mroonga';
      create database test;
      use test;
      source init_tables.sql;
      source crash.sql
      

      Then you will get an error like "Lost connection to server during query".

      Attachments

        1. crash.sql
          8 kB
          fuying
        2. init_tables.sql
          6.58 MB
          fuying

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ying fuying
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.