-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[crossgen2-composite gcstress] OSX x64 failures with "External disassembler is not available" #71931
Comments
Tagging subscribers to this area: @hoyosjs Issue DetailsThis pipeline has widespread OSX x64 failures. Does not seem to be anything new. JIT/Directed/shift/int64_do/int64_do.sh [FAIL]
cp: /tmp/helix/working/B50D0A38/p/libsuperpmi-shim-simple.dylib is not a directory
External disassembler is not available.
BEGIN: coreclr_initialize failed - Error: 0x80004005
END: coreclr_initialize failed - Error: 0x80004005
|
This is unrelated to the main issue, but why do we see |
AFAIK, osx-x64 GCStress has never been enabled. #6135 is still open. And our gcstress0x3-gcstress0xc and gcstress-extra pipelines don't do it. |
Looks like that is coming from this line of bash:
I guess scriptPath is not set to anything so this is incorrect syntax, cc @trylek
|
Tagging subscribers to this area: @dotnet/gc Issue DetailsThis pipeline has widespread OSX x64 failures. Does not seem to be anything new. JIT/Directed/shift/int64_do/int64_do.sh [FAIL]
cp: /tmp/helix/working/B50D0A38/p/libsuperpmi-shim-simple.dylib is not a directory
External disassembler is not available.
BEGIN: coreclr_initialize failed - Error: 0x80004005
END: coreclr_initialize failed - Error: 0x80004005
|
This is also seen to be happening in runtime-coreclr crossgen2-composite gcstress.
If that is the case, I will probably disable OSX-x64 from this pipeline? |
@jakobbotsch assume this is not required for 8? |
No, I've moved it to 9.0. |
if this still does not work for osx-x64, I think it's safe to close this issue. |
This pipeline has widespread OSX x64 failures. Does not seem to be anything new.
Example pipeline run: https://dev.azure.com/dnceng/public/_build/results?buildId=1845930&view=results
Helix job name: R2R-CG2 OSX x64 Checked gcstress0xc_zapdisable_jitstress2
Example log (large): https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-48eb053a58cc4b6d93/JIT.Directed/1/console.5620044a.log?helixlogtype=result
The text was updated successfully, but these errors were encountered: