Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uwsgi crash during in user login #131

Closed
erh94 opened this issue Dec 14, 2019 · 3 comments
Closed

uwsgi crash during in user login #131

erh94 opened this issue Dec 14, 2019 · 3 comments

Comments

@erh94
Copy link

erh94 commented Dec 14, 2019

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?

@jaagut
Copy link
Member

jaagut commented Dec 19, 2019

ping @timonegk @ftsell @NFiedler

@timonegk
Copy link
Member

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?

@timonegk
Copy link
Member

Closing due to inactivity. Feel free to reopen with further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants