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

InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE)

Details

    • 10.1.6-2

    Description

      block_size == 0 and used on if (write_size % block_size)

      Attachments

        Activity

          commit d1307bde651a02535405531aa9abd576b625311c
          Author: Jan Lindström <jan.lindstrom@mariadb.com>
          Date: Tue Jun 30 08:34:31 2015 +0300

          MDEV-8395: InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE)

          File block size might be 0 and used on modulo operator. Make sure that
          file block size is initialized to 512.

          jplindst Jan Lindström (Inactive) added a comment - commit d1307bde651a02535405531aa9abd576b625311c Author: Jan Lindström <jan.lindstrom@mariadb.com> Date: Tue Jun 30 08:34:31 2015 +0300 MDEV-8395 : InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE) File block size might be 0 and used on modulo operator. Make sure that file block size is initialized to 512.

          People

            jplindst Jan Lindström (Inactive)
            jplindst Jan Lindström (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.