-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
psycopg2 core dump on python:3.5.3-alpine #177
Comments
In the python image, the python source is downloaded and compiled. Perhaps there is something missing to make FROM alpine:3.4
# FROM alpine:3.5
RUN apk add --no-cache python3
# other deps |
Test Results:
|
I'm assuming you are just |
@yosifkit - funny you should mention that. I just tried with Thanks! |
Further update - We built the latest |
This appears to be the same issue as #211 (the alpine 3.7 fix seems to work). |
I have a specific query that triggers a
Segmentation fault (core dumped)
when running on python:3.5.3-alpine. If I attempt the same query using an (otherwise identical, minimal difference) image based on python:3.5.3 (non-alpine), the behavior does not occur.I have a core dump, but there's not much info inside. I'm looking for assistance in next steps to capture the data necessary to investigate further.
The evidence points to a potential problem with the psycopg2 library on alpine.
The text was updated successfully, but these errors were encountered: