Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@BruceForstall
Copy link

When we call jitStartup, we pass a JitHost interface that the JIT
calls to query for data. These queries look up in the recorded
MCH data, and could fail (and throw an exception) if data is
missing, which it can be for running non-matching altjit against
a collection. Protect these calls with exception handling.

When we call jitStartup, we pass a JitHost interface that the JIT
calls to query for data. These queries look up in the recorded
MCH data, and could fail (and throw an exception) if data is
missing, which it can be for running non-matching altjit against
a collection. Protect these calls with exception handling.
Copy link

@sandreenko sandreenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, could you add an example how to repro it? I did not hit it when ran arm altjit jobs.

@BruceForstall
Copy link
Author

I hit it with desktop arm64 altjit asm diffs.

@BruceForstall
Copy link
Author

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test

@BruceForstall
Copy link
Author

@dotnet/dnceng The OSX job failed some tests with:

GetFileSizeEx: ERROR -> SetEndOfFile failed due to lack of disk space

https://ci.dot.net/job/dotnet_coreclr/job/master/job/x64_checked_osx10.12_innerloop_flow_prtest/2817/

@BruceForstall BruceForstall merged commit 5b1c670 into dotnet:master Apr 13, 2018
@BruceForstall BruceForstall deleted the SpmiProtectJitStartup branch April 13, 2018 21:02
@maririos
Copy link
Member

Thanks @BruceForstall . Created issue https://github.com/dotnet/core-eng/issues/3284 to disable the machine and do cleanup on it.

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.

5 participants