-
Notifications
You must be signed in to change notification settings - Fork 94
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
Old segfault issue is back #9
Comments
@drcongo Thanks for the heads up! I have tried to reproduce the issue, but it does not seem to show up on my end. Just a wild idea, see if your base Docker image is up-to-date ( I suggest you also try using the https://github.com/docker-library/python image. Also, it would be great if you can provide more information about your environment (host OS, Docker version, etc) and a link to the project you build (if it is open source) or create a minimal reproducible example out of your project, otherwise, I don't have any ideas on how to catch the error. |
Thanks @frol, I'll try and create a minimal version that reproduces it - there is definitely a possibility that it's down to something else we're doing in there (like installing pyenv to support multiple python versions). I'll report back if I can get a minimal reproducible build or work out where else the issue might lie. |
dockerfile 没有更新 3.6的 |
I have a bottle API project going on, and suddenly we're getting segfaults on this docker image when running the server with Locally it works perfect, by just running the API with We pinpointed the error, and it started when we added We have a setup of a bottle API running inside Docker on a minikube cluster with a |
@soderluk I am sorry to hear that, but I have no idea how to help you. I cannot reproduce the issue on my end, and there is nothing special about this particular image, as I just package up the upstream Alpine Linux |
@frol: I understand that. I just wanted to point this out, if there's anyone else with the same kind of issues :) |
Just wanted to note I ran across segfaults with |
@cridenour: Thanks very much for this comment! I got things working again :) million thanks! |
BTW, |
Hello (and thanks for this docker image!)
We have a django-base image which builds on yours - today I did a new build of it and I get a segfault when running the Django dev server with auto reload on. I've been digging through a bunch of issues across Github on this, and noticed you in this thread. I noticed at the bottom of that thread there's someone mentioning that he segfault is back for them in Alpine 3.8. There's a thread about it specific to the django dev server here too.
For now, the
threading.stack_size(2*1024*1024)
workaround is working for me but I thought you might like to know that the issue seems to be back.The text was updated successfully, but these errors were encountered: