All Questions
1 question
0
votes
1
answer
181
views
Segfault with Debian Stretch
Segfault but why? It only happens with debian:stretch+mysql.connector+tox and Python3.x. Reproducible from just a few lines:
FROM debian:stretch
RUN apt update -y && apt install -y make build-...