Hi Damjan,

You were absolutely right:

ldd /storage/PyENV/saleorENV/lib/python3.7/site-packages/psycopg2/.libs/./libssl-8bb9b3dd.so.1.0.2o
    linux-vdso.so.1 (0x00007ffe483ed000)
    libgssapi_krb5-174f8956.so.2.2 => not found
    libkrb5-fb0d2caa.so.3.3 => not found
    libcom_err-beb60336.so.2.1 => not found
    libk5crypto-622ef25b.so.3.1 => not found
    libcrypto-6448f03c.so.1.0.2o => not found
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9fc59db000)
    libz-a147dcb0.so.1.2.3 => not found
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9fc5813000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f9fc5c9b000)

removing in the requirement.txt psycopg2-binary and setting just psycopg2 after setting up a fresh environment solved my problem.


Thanks, Tamer


Am 17.06.19 um 23:35 schrieb Damjan Georgievski:


On Mon, 17 Jun 2019 at 23:27, Tamer Higazi <th9...@googlemail.com <mailto:th9...@googlemail.com>> wrote:

    Hi people,

    I am not getting smart. Can somebody explain me this ?
    Python 3.7 was compiled with this configure statement:

    ./configure  --enable-ipv6 --with-system-ffi --enable-shared

    Any ideas what could there be wrong ?


    best, Tamer


    --


    !!! uWSGI process 7604 got Segmentation Fault !!!
    *** backtrace of 7604 ***
    ./uwsgi(uwsgi_backtrace+0x2a) [0x562ba9b9731a]
    ./uwsgi(uwsgi_segfault+0x23) [0x562ba9b976d3]
    /lib/x86_64-linux-gnu/libc.so.6(+0x37840) [0x7f149fe2a840]
    
/storage/PyENV/saleorENV/lib/python3.7/site-packages/psycopg2/.libs/./libssl-8bb9b3dd.so.1.0.2o(ssl3_cleanup_key_block+0xb)

    [0x7f149b674cbb]



A wild guess would be that your psycopg2 (and its dependencies) is linked with a different openssl to what python3.7, uwsgi or some of the other python3.7 libraries are linked to.


--
damjan

_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to