https://bugs.kde.org/show_bug.cgi?id=395201

caulier.gil...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
In fact the reason about the SSL dysfunction and AppImage is due to missing
libssl.so in the bundle. See the crash with the 6.0.0 pre release :

(gdb) bt
#0  0x00007fffe8a6fd5a in __strcmp_sse2_unaligned () from /lib64/libc.so.6
#1  0x00000033132e62aa in ?? () from
/tmp/.mount_digikahfIXPN/usr/lib/libcrypto.so.10
#2  0x00000033132e65f6 in lh_insert () from
/tmp/.mount_digikahfIXPN/usr/lib/libcrypto.so.10
#3  0x000000331326e12b in OBJ_NAME_add () from
/tmp/.mount_digikahfIXPN/usr/lib/libcrypto.so.10
#4  0x00007fff201cc06a in SSL_library_init () from /lib64/libssl.so
#5  0x00007fffec081ae4 in ?? () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#6  0x00007fffec08461d in ?? () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#7  0x00007fffec05e6c7 in QSslCertificate::QSslCertificate(QByteArray const&,
QSsl::EncodingFormat) () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#8  0x00007fffec064359 in QSslConfiguration::QSslConfiguration() () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#9  0x00007fffebffe051 in ?? () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#10 0x00007fffec0067a2 in ?? () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#11 0x00007fffebf9e660 in
QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation,
QNetworkRequest const&, QIODevice*) () from
/tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#12 0x00007fffebf9bd25 in QNetworkAccessManager::post(QNetworkRequest const&,
QIODevice*) () from /tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#13 0x00007fffebf9bd91 in QNetworkAccessManager::post(QNetworkRequest const&,
QByteArray const&) () from /tmp/.mount_digikahfIXPN/usr/lib/libQt5Network.so.5
#14 0x00007ffff66665c3 in O1::link (this=<optimized out>) at
/b/dktemp/digikam-master/core/utilities/assistants/webservices/common/o2/src/o1.cpp:275


Qt5Network from the bundle try to open ssl lib but it cannot and fallback to
the system wide version and crash due to binary compatibility issue.

Making a symbolic link in the bundle from libssl.so.10 (the version used to
build the AppImage under Centos6) and libssl.so solve the problem.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to