Skip to content

[2025-latest] Container crashes on macOS 26 (Tahoe) #942

@wiruzman

Description

@wiruzman

macOS 26 (Tahoe) is stable live, but mssql 2025 docker image does fail to start with following log output:

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.
assertion failed [x86_avx_state_ptr->xsave_header.xfeatures == kSupportedXFeatureBits]: 
(ThreadContextSignals.cpp:414 rt_sigreturn)

The container started with following command:
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Str0ng!Passw0rd' -p 1433:1433 --platform linux/amd64 mcr.microsoft.com/mssql/server:2025-latest

OS: macOS 26
Docker Desktop version: 4.44.3 with rosetta and Apple virtualization

Workaround: mssql 2022 still works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions