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

MariaDB 10.2.2 crashed during startup

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.2.2
    • 10.2.3
    • None
    • Windows Server 2012 R2 Standard
    • 10.2.4-1

    Description

      Upgrade from 10.1.19 to 10.2.2.
      MariaDB crashed during startup.

      I attached the used my.ini and errorlog.

      Attachments

        1. MG-GUI-SSD2.err
          4 kB
        2. my.ini
          1 kB
        3. mysqld.exe_161128_064117.001
          10.00 MB
        4. mysqld.exe_161128_064117.002
          7.03 MB
        5. mysqld.exe_161128_064117.crc
          0.1 kB
        6. mysqld.exe.2160.001
          10.00 MB
        7. mysqld.exe.2160.002
          1.42 MB
        8. mysqld.exe.2160.crc
          0.1 kB

        Activity

          Possibly the same problem as MDEV-11202. Assigning to jplindst to confirm.

          elenst Elena Stepanova added a comment - Possibly the same problem as MDEV-11202 . Assigning to jplindst to confirm.
          migra Michael Graf added a comment - I attached 2 minidumps. mysqld.exe.2160.001 mysqld.exe.2160.002 mysqld.exe.2160.crc mysqld.exe_161128_064117.001 mysqld.exe_161128_064117.002 mysqld.exe_161128_064117.crc

          Exception 0xc0000094 == Integer divided by zero

          wlad Vladislav Vaintroub added a comment - Exception 0xc0000094 == Integer divided by zero

          Michael, the one dump of yours shows threads waiting for an MDL lock. mysqld.exe_161128_064117 and nothing else. IT was taken manually.

          wlad Vladislav Vaintroub added a comment - Michael, the one dump of yours shows threads waiting for an MDL lock. mysqld.exe_161128_064117 and nothing else. IT was taken manually.

          srv_buf_pool_size = buf_pool_size_align(srv_buf_pool_size);
          00007FF7309C1F76 imul r9d,r8d
          00007FF7309C1F7A lea rcx,[srv_buf_pool_min_size (07FF730E073B0h)]
          00007FF7309C1F81 lea rax,[rsp+60h]
          00007FF7309C1F86 cmp r11,qword ptr [srv_buf_pool_min_size (07FF730E073B0h)]
          00007FF7309C1F8D cmovb rax,rcx
          00007FF7309C1F91 mov rcx,qword ptr [rax]
          00007FF7309C1F94 mov qword ptr [rsp+60h],rcx
          00007FF7309C1F99 xor edx,edx
          00007FF7309C1F9B mov rax,rcx
          00007FF7309C1F9E div rax,r9 <!-- HERE CRASH

          wlad Vladislav Vaintroub added a comment - srv_buf_pool_size = buf_pool_size_align(srv_buf_pool_size); 00007FF7309C1F76 imul r9d,r8d 00007FF7309C1F7A lea rcx, [srv_buf_pool_min_size (07FF730E073B0h)] 00007FF7309C1F81 lea rax, [rsp+60h] 00007FF7309C1F86 cmp r11,qword ptr [srv_buf_pool_min_size (07FF730E073B0h)] 00007FF7309C1F8D cmovb rax,rcx 00007FF7309C1F91 mov rcx,qword ptr [rax] 00007FF7309C1F94 mov qword ptr [rsp+60h] ,rcx 00007FF7309C1F99 xor edx,edx 00007FF7309C1F9B mov rax,rcx 00007FF7309C1F9E div rax,r9 <!-- HERE CRASH

          ~wlad can you fix this ?

          jplindst Jan Lindström (Inactive) added a comment - ~wlad can you fix this ?

          People

            wlad Vladislav Vaintroub
            migra Michael Graf
            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.