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

v11.4.5 build on Fedora41/gcc14 FAILs; v11.4.4 OK (error: `mutex_owner` was not declared in this scope)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Not a Bug
    • 11.4.5
    • N/A
    • Compiling
    • Fedora41 + gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7)

    Description

      BUILD: mariadb-lts git_mariadb_11.4.4
      on Fedora41 + gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7)
      OK
      -> log: https://pastebin.com/aHQzV8Qk

      BUILD: mariadb-lts git_mariadb_11.4.5
      on Fedora41 + gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7)
      FAILS
      -> https://pastebin.com/5FRnJnfy, line # 907

       
      ...
      /builddir/build/BUILD/mariadb-lts-git_mariadb_11.4.5-build/server.git-e2c746b03313677dd880ed7f5ada49c17c8c1b1c/storage/innobase/include/trx0trx.h: In member function ‘void trx_t::mutex_lock()’:
      /builddir/build/BUILD/mariadb-lts-git_mariadb_11.4.5-build/server.git-e2c746b03313677dd880ed7f5ada49c17c8c1b1c/storage/innobase/include/trx0trx.h:674:13: error: ‘mutex_owner’ was not declared in this scope
        674 |     assert(!mutex_owner.exchange(pthread_self(),
            |             ^~~~~~~~~~~
      /builddir/build/BUILD/mariadb-lts-git_mariadb_11.4.5-build/server.git-e2c746b03313677dd880ed7f5ada49c17c8c1b1c/storage/innobase/include/trx0trx.h: In member function ‘void trx_t::mutex_unlock()’:
      /builddir/build/BUILD/mariadb-lts-git_mariadb_11.4.5-build/server.git-e2c746b03313677dd880ed7f5ada49c17c8c1b1c/storage/innobase/include/trx0trx.h:680:12: error: ‘mutex_owner’ was not declared in this scope
        680 |     assert(mutex_owner.exchange(0, std::memory_order_relaxed) ==
            |            ^~~~~~~~~~~
      ...
      

      Attachments

        Issue Links

          Activity

            People

              cvicentiu Vicențiu Ciorbaru
              pgnd pgnd
              Votes:
              0 Vote for this issue
              Watchers:
              7 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.