Skip to content
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

upgrade docker to get clang9 to prevent coreclr crashes #68311

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Apr 21, 2022

it seems like compiler bug. We look at it with @janvorli and coreclr runs ok if compiled with clang9 instead of 3.9.
This change pulls in updated image from dotnet/dotnet-buildtools-prereqs-docker#606

fixes #66970

@wfurt wfurt requested a review from a team April 21, 2022 05:28
@ghost ghost assigned wfurt Apr 21, 2022
@wfurt
Copy link
Member Author

wfurt commented Apr 21, 2022

/azp run runtime-libraries enterprise-linux

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@ghost
Copy link

ghost commented Apr 21, 2022

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

it seems like compiler bug. We look at it with @janvorli and coreclr runs ok if compiled with clang9 instead of 3.9.
This change pulls in updated image from dotnet/dotnet-buildtools-prereqs-docker#606

fixes #66970

Author: wfurt
Assignees: wfurt
Labels:

area-System.Net.Security, area-VM-coreclr

Milestone: -

@MattGal
Copy link
Member

MattGal commented Apr 21, 2022

/azp run runtime-libraries enterprise-linux

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@wfurt
Copy link
Member Author

wfurt commented Apr 21, 2022

There is test failure in enterprise pipeline but the coercer no longer crashes. In this case the pipeline seems to have access to test details @ManickaP @CarnaViire

@wfurt wfurt merged commit edb9c49 into dotnet:main Apr 21, 2022
akoeplinger pushed a commit to akoeplinger/runtime that referenced this pull request May 5, 2022
carlossanlop pushed a commit that referenced this pull request May 16, 2022
…68913)

* attempt to fix up EnterpriseTests (#65981)

* attemp to fix up EnterpriseTests

* fix text

* increase timoeout on build step

* fix temeout

* add jobs

* update job

* fix formating

* fix name

* update server check

* restore original resolver before tests

* fix path

* experiment

(cherry picked from commit 9174037)

* upgrade docker to get clang9 to prevent coreclr crashes (#68311)

(cherry picked from commit edb9c49)

* Use Docker images from mcr.microsoft.com in EnterpriseTests (#68875)

We started getting warnings in the build about using images from docker directly, see https://docs.opensource.microsoft.com/tools/nuget_security_analysis/container_registry_analysis/

The image from dotnet-buildtools-prereqs-docker can be used instead.

(cherry picked from commit bafae1b)

Co-authored-by: Tomas Weinfurt <tweinfurt@yahoo.com>
@ghost ghost locked as resolved and limited conversation to collaborators May 21, 2022
@karelz karelz added this to the 7.0.0 milestone Jul 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

segfault in libcoreclr.so`CallDescrWorkerWithHandler
4 participants