Lombiq / .NET-Analyzers

.NET code analyzers and code convention settings for Lombiq projects.
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Static code analysis randomly crashes with "MSB6006: "csc.dll" exited with code 139." (OSOE-725) #95

Closed sarahelsaig closed 10 months ago

sarahelsaig commented 10 months ago

This has happened a couple of times, but very rarely. Restarting the workflow fixes the problem. An example is here, however it's not related to that issue (compilation failed in Lombiq.SetupExtensions.csproj which doesn't use nodejs) and I've seen it appear in other branches too, it's just the latest one at the time of writing. I've checked the attached binlog but didn't see anything significant in it.

Jira issue

Piedone commented 10 months ago

This is a known issue of the compiler at least on GHA with Ubuntu: https://github.com/actions/runner/issues/2615 I don't think we can do anything with it.

Piedone commented 10 months ago

So, the only thing we can do here is wait.