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

LP:473914 - mysql_client_test fail on windows x64

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      The test fails with attempt to access memory 0xcccccccccccccccc in output_l called from fprintf, TERMINATE, mysql_print_status() (519).

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            sanja Oleksandr Byelkin added a comment -

            Re: mysql_client_test fail on windows x64
            The memory which is corrupted was allocated between two ha_initialize_handlerton() calls, so probably it is also ha_initialize_handlerton() call:
            hton= (handlerton *)my_malloc(sizeof(handlerton),
            MYF(MY_WME | MY_ZEROFILL));
            So the bug can be related to archive engine failures (also casued by memorry overrun)

            Show
            sanja Oleksandr Byelkin added a comment - Re: mysql_client_test fail on windows x64 The memory which is corrupted was allocated between two ha_initialize_handlerton() calls, so probably it is also ha_initialize_handlerton() call: hton= (handlerton *)my_malloc(sizeof(handlerton), MYF(MY_WME | MY_ZEROFILL)); So the bug can be related to archive engine failures (also casued by memorry overrun)
            Hide
            sanja Oleksandr Byelkin added a comment -

            Re: mysql_client_test fail on windows x64
            but can be reproduced by just COM_DEBUG (mysqladmin debug).

            Show
            sanja Oleksandr Byelkin added a comment - Re: mysql_client_test fail on windows x64 but can be reproduced by just COM_DEBUG (mysqladmin debug).
            Hide
            psergey Sergei Petrunia added a comment -

            Re: mysql_client_test fail on windows x64
            The problem is not repeatable on 32-bit Windows.

            Show
            psergey Sergei Petrunia added a comment - Re: mysql_client_test fail on windows x64 The problem is not repeatable on 32-bit Windows.
            Hide
            henrikingo Henrik Ingo added a comment -

            Re: mysql_client_test fail on windows x64
            Btw: We can release 5.1 final without Win64 support, so strictly speaking the 5.1 tag can be removed for this bug.

            Show
            henrikingo Henrik Ingo added a comment - Re: mysql_client_test fail on windows x64 Btw: We can release 5.1 final without Win64 support, so strictly speaking the 5.1 tag can be removed for this bug.
            Hide
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment -

            Re: mysql_client_test fail on windows x64
            Just removed the "5.1" tag.

            Show
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment - Re: mysql_client_test fail on windows x64 Just removed the "5.1" tag.
            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 473914

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 473914

              People

              • Assignee:
                wlad Vladislav Vaintroub
                Reporter:
                sanja Oleksandr Byelkin
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: