On Mon, 17 Jun 2019 at 23:27, Tamer Higazi <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

Reply via email to