Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.6.2, 5.7.0
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