-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Segfault when using python_autoreload #42
Comments
Also improves `ci.sh` checks and caching. Improves common settings. Refs #42
Does it make any difference if you add |
@ncopa I will test this setting shortly, thanks. |
@ncopa nope, it did not work. But So, I have tried to increase I guess it happens, because |
For some reason I have now started to receive segmentation fault errors in development. It does not happen all the time. Just happens at some unpredictable cases.
I have found two solutions (hacks):
--noreload
option torunserver
commandimport threading; threading.stack_size(2*1024*1024) # noqa
to the top level ofmanage.py
Waiting this issue to be fixed: https://bugs.alpinelinux.org/issues/8134
Also related: docker-library/python#211
The text was updated successfully, but these errors were encountered: