Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.9.2
-
None
-
openSUSE Leap v42.3
android ndk v14b
android sdk v26
clang
armeabi-v7a
openssl v1.0.2L
Description
UPDATE: during creation of a reproducable testcase (attached) this turned out to be not an issue with the openSSL library, but an issue with the engine.load() call instead.
We found this problem when upgrading from Qt v5.9.1 to v5.9.2 using ndk 14b.
We see a segfault on our device when calling engine.load(). When using ndk 15c there is no problem.
Testcase and debug/logcat attached.