-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent SIGILL on build, restore and/or publish #45885
Comments
On another (much more complex project, but same setup with pretty much same Dockerfile) I was somehow able to catch following error: This might be red herring, but 132 seem to match SIGILL. |
One colleague of mine has this issue with his M4 too (building a project in docker). On my Apple M3 Max this does not happen. |
I am not crazy after all. I am having massive issues on my M4 Pro with dotnet and docker. To the point where I have literally setup a I can pretty much reliable reproduce the issue, so if anyone has some insight what I need to enable to provide debug logs, core dumps whatever, let me know. I'm happy to help, I just have no idea what I need to do. |
I also can reproduce it most of the time. Is really rare that it works. Is exactly as described. The issue started a couple of weeks ago. In Mac M1 it works without problems. Mac M4 is the problem. |
having the same issue with m4, just getting Illegal instruction |
@rainersigwald do we have any known problems with MSBuild on m4 Macs, or should be bring the runtime folks in to consult on this one? |
Nothing that I know of, and I don't think MSBuild (or SDK) could easily cause this, I think JIT folks need to look. |
Something changed with |
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: