You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to deploy this application for my lab work. But I am facing a crash during deloyment using uwsgi + nginx !!! uWSGI process 47182 got Segmentation Fault !!! *** backtrace of 47182 *** uwsgi(uwsgi_backtrace+0x2a) [0x5623e5e3608a] uwsgi(uwsgi_segfault+0x23) [0x5623e5e36473] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20) [0x7fbb3d7a9f20] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(EVP_MD_CTX_clear_flags+0x5) [0x7fbb3e7df055] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(EVP_DigestInit_ex+0x1d) [0x7fbb3e7cda5d] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(HMAC_Init_ex+0x117) [0x7fbb3e7e7097] /home/himanshu/imagetagger/env/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so(+0x4332) [0x7fbb3c3af332]
Hello @erh94,
I unfortunately could not reproduce the problem, but maybe I can help you if you send further information:
Could you provide us with the uwsgi configuration file / command line arguments you are using when the error occurs?
Is uwsgi installed system wide or in the virtualenv?
What operating system are you using?
Is the application running in a virtual machine, a container or directly on the host?
Is the route where the error occurs always the same?
Hello,
I am trying to deploy this application for my lab work. But I am facing a crash during deloyment using uwsgi + nginx
!!! uWSGI process 47182 got Segmentation Fault !!! *** backtrace of 47182 *** uwsgi(uwsgi_backtrace+0x2a) [0x5623e5e3608a] uwsgi(uwsgi_segfault+0x23) [0x5623e5e36473] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20) [0x7fbb3d7a9f20] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(EVP_MD_CTX_clear_flags+0x5) [0x7fbb3e7df055] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(EVP_DigestInit_ex+0x1d) [0x7fbb3e7cda5d] /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(HMAC_Init_ex+0x117) [0x7fbb3e7e7097] /home/himanshu/imagetagger/env/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so(+0x4332) [0x7fbb3c3af332]
I looked around and found a SO link, https://stackoverflow.com/questions/53498240/uwsgi-segmentation-fault-when-serving-a-django-application
This also didn't work for me. Also I am facing the issue at only one route, i.e user login route.
Python version 3.6.9
uwsgi 2.0.18
Can someone please help me with this?
The text was updated successfully, but these errors were encountered: