libminizinc icon indicating copy to clipboard operation
libminizinc copied to clipboard

Memory violation detected (segmentation fault) using latest-alpine Docker image

Open alastairandrew opened this issue 2 years ago • 0 comments

I've encountered a hard MiniZinc failure when using the minizinc/minizinc:latest-alpine Docker image. Interestingly, this doesn't occur on the regular minizinc/minizinc:latest image.

The error message states This is a bug. Please file a bug report using the MiniZinc bug tracker.. Apologies if this particular repo isn't the right one.

I've attached a .zip containing the (failing) Dockerfile, my .mzn model, and an example .json data file.

docker build -t bug-report . && docker run bug-report should reproduce the error.

Alter the Dockerfile and switch the commented FROM statements around and it should execute correctly.

bug-report.zip

alastairandrew avatar Sep 19 '22 15:09 alastairandrew