Skip to content

Example Segmentation Fault #1

Description

@ppwwyyxx

With this docker file:

FROM python:3.6-slim-buster
USER root
WORKDIR /root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y git gcc
RUN git clone https://github.com/msmarks/python_g726
RUN cd python_g726 && python setup.py build_ext --inplace
ENV PYTHONPATH ..
RUN cd python_g726/example && python pcm2.py please_wait.snd

run

docker build   -t tmp:v0 . 

produces

Step 9/9 : RUN cd python_g726/example && python pcm2.py please_wait.snd
 ---> Running in 26cf56cd9dc0
Segmentation fault

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions