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

[macOS] WebEngine with static openssl crashes

    XMLWordPrintable

Details

    • macOS

    Description

      When using static build of openssl the WebEngine crashes.

      Steps to reproduce the issue:
      1. Build static openssl 1.0.2l

      $ ./Configure darwin64-x86_64-cc
      $ make
      $ make install
      

      2. Build Qt with openssl-linked option

      $ OPENSSL_LIBS='-L/usr/local/ssl/lib -lssl -lcrypto' ./configure -nomake tests -nomake examples -release -qt-zlib -qt-libjpeg -qt-libpng -no-pkg-config -platform macx-clang -sysconfdir /Library/Preferences/Qt -openssl-linked -I/usr/local/ssl/include -prefix $PWD/qtbase -commercial
      $ make
      

      3. Build attached test application & run it

      Outcome:
      Test application crashes with the attached stack trace

      Attachments

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

        Activity

          People

            alexandru.croitor Alexandru Croitor
            kileppal Kimmo Leppälä
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes