mssql-docker
mssql-docker copied to clipboard
Segmentation fault running the 2025-latest image on macOS Tahoe
podman run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Str0ng!Passw0rd' -p 1433:1433 --platform linux/amd64 mcr.microsoft.com/mssql/server:2025-latest
SQL Server 2025 will run as non-root by default.
This container is running as user mssql.
To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.
/opt/mssql/bin/launch_sqlservr.sh: line 28: 9 Segmentation fault (core dumped) "$@"
2025-latest crashes also when running via docker desktop (v4.48) on macOS Tahoe 26.0.1 (2021 M1 Pro proc)
SQL Server 2025 will run as non-root by default.
This container is running as user mssql.
Your master database file is owned by mssql.
To learn more visit [https://go.microsoft.com/fwlink/?linkid=2099216.](https://go.microsoft.com/fwlink/?linkid=2099216.)
assertion failed [x86_avx_state_ptr->xsave_header.xfeatures == kSupportedXFeatureBits]:
(ThreadContextSignals.cpp:414 rt_sigreturn)
2025-latestcrashes also when running via docker desktop (v4.48) on macOS Tahoe 26.0.1 (2021 M1 Pro proc)SQL Server 2025 will run as non-root by default. This container is running as user mssql. Your master database file is owned by mssql. To learn more visit [https://go.microsoft.com/fwlink/?linkid=2099216.](https://go.microsoft.com/fwlink/?linkid=2099216.) assertion failed [x86_avx_state_ptr->xsave_header.xfeatures == kSupportedXFeatureBits]: (ThreadContextSignals.cpp:414 rt_sigreturn)
This is clear! SQL Server Docker images are only supported on intel x64 architecture! maybe it will work with rosetta... Read more here: https://learn.microsoft.com/de-de/sql/linux/quickstart-install-connect-docker?view=sql-server-ver17&tabs=cli&pivots=cs1-bash
I am on amd64 (Intel BroadWell, Xeon v4) and still get this error.
Older releases works fine. Please fix this.