You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On another (much more complex project, but same setup with pretty much same Dockerfile) I was somehow able to catch following error: /usr/share/dotnet/sdk/9.0.101/Roslyn/Microsoft.CSharp.Core.targets(89,5): error MSB6006: "csc.dll" exited with code 132.
This might be red herring, but 132 seem to match SIGILL.
Hi All,
Describe the bug
Repro repo: https://github.com/ksitarek/sigill_dotnet_docker (plain console app with hello world)
Intermittent Illegal Instruction on various commands such as
dotnet restore
,dotnet build
,dotnet publish
when ran on official docker sdk image.Seem to be working outside of docker (aka plain build via Rider).
To Reproduce
DOCKER_BUILDKIT=0 docker build . --no-cache
(might require couple of tries, as sometimes it "just works")Exceptions (if any)
Illegal instruction
Further technical details
The text was updated successfully, but these errors were encountered: