Closed pgray closed 1 year ago
Hi @pgray, please try again with elixir vsn 1.14.4
, as it seems with the recent update to erlang/otp 25.3 segfaults with qemu vanished. At least for different project I experienced segfaults with erlang/otp 25.0 - 25.2.x.
So it has... that's weird, but thanks for the notification!
Hi @sando38 , unfortunately it doesn't seem like using 1.14.4
fully resolved our issue. I was updating one of our related projects and it seems I hit a segfault when running mix deps.get
, strangely enough.
Here is that PR, I set up a minimal Dockerfile to reproduce that sources from elixir:1.14.4-slim
Yeah, I saw that @brooksmtownsend . Maybe there is hope now with closing of this issue: https://gitlab.com/qemu-project/qemu/-/issues/1034
For others that find this issue, the most recent image I can find that works from some basic testing (install hex and rebar locally, install phx_new, generate phoenix project, install dependencies, compile project). Other operating systems may work but it seems 1.14 with erlang 23 are the most recent functional images when running cross-architecture (I have M1 Mac, trying to run X86 images).
awesome news. closing
We use
docker buildx
to generatelinux/arm64
builds over at wasmcloud and have been using the official elixir images for a while.Today, we discovered our version upgrade (
elixir 1.13 -> 1.14
) left us using images that seem broken when running onx86_64
under qemu:debian-slim
:alpine
: