Skip to content

Instantly share code, notes, and snippets.

@pelson
Last active February 18, 2021 13:00
Show Gist options
  • Save pelson/2bf4c0d93e4492ddeaf7ee5596f14ba3 to your computer and use it in GitHub Desktop.
Save pelson/2bf4c0d93e4492ddeaf7ee5596f14ba3 to your computer and use it in GitHub Desktop.
SIGSEGV JPype + pytest + logging

How to run

Assuming the gist is in a folder such as support/sigsegv_case inside a checkout of the JPype repository:

docker build . -t repro-case && docker run -v $(pwd)/../../:/opt/root -it repro-case /opt/repro/runner.sh
FROM continuumio/miniconda3
RUN conda create --yes -p /opt/repro-env -c conda-forge pip python=3.6 openjdk=8
RUN /opt/repro-env/bin/pip install jpype1 pytest
COPY . /opt/repro/
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment