Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-107159

WebEngine Build failure with Clang++ 15: Chromium-Breakpad

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 6.3.0
    • 5.15.6
    • WebEngine
    • None
    •  LLVM/Clang 15.0.0
    • Linux/Wayland

    Description

      Compilation error occurs during the compilation of line 141 of the file

      qtwebengine/src/3rdparty/chromium/breakpad/breakpad/src/client/linux/handler/exception_handler.cc
      
      static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ);
      

      It happens because of the template argument type deduction mismatch. The error is fixed with explicit inline type definition:

      static const unsigned kSigStackSize = std::max(16384l, SIGSTKSZ);
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            twdragon Andrei Vukolov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes