segfault on mix phx.new
surajsharma opened this issue · 1 comments
surajsharma commented
mix phx.new . hello_world
gives the following error:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
nicbet commented
@surajsharma that tends to happen when you use an emulation layer for Docker on an ARM architecture. Are you by any chance developing on an M1 or M2 Apple device and running the x86 container? If so, please rebuild the container for your native architecture and try again.