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

iOS/tvOS simulators ran out of trampolines of type 1 #85582

Closed
kotlarmilos opened this issue May 1, 2023 · 1 comment · Fixed by #85759
Closed

iOS/tvOS simulators ran out of trampolines of type 1 #85582

kotlarmilos opened this issue May 1, 2023 · 1 comment · Fixed by #85759
Assignees
Labels
area-Codegen-AOT-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented May 1, 2023

Build Information

Error log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-85384-merge-d429926282c4447486/System.Text.Json.Tests.Attempt.3/1/console.36f02c66.log?helixlogtype=result
Build error leg or test failing: runtime-ioslikesimulator (Build tvossimulator-x64 Release AllSubsets_Mono)
Pull request: #85384

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "Ran out of trampolines of type 1 in",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
257450 dotnet/runtime System.Text.Json.Tests.WorkItemExecution #85384

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1
@kotlarmilos kotlarmilos added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels May 1, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 1, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 1, 2023
@kotlarmilos kotlarmilos self-assigned this May 1, 2023
@kotlarmilos kotlarmilos added this to the 8.0.0 milestone May 1, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label May 1, 2023
@kotlarmilos kotlarmilos removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 1, 2023
@steveisok
Copy link
Member

@kotlarmilos this has happened from time to time and to remedy, we would bump the defaults in

<MonoAOTCompilerDefaultAotArguments Include="nimt-trampolines=2000" />
<MonoAOTCompilerDefaultAotArguments Include="ntrampolines=40000" />
<MonoAOTCompilerDefaultAotArguments Include="nrgctx-fetch-trampolines=256" />
<MonoAOTCompilerDefaultAotArguments Include="ngsharedvt-trampolines=4400" />
<MonoAOTCompilerDefaultAotArguments Include="nftnptr-arg-trampolines=4000" />
<MonoAOTCompilerDefaultAotArguments Include="nrgctx-trampolines=40000" />
. I can't remember what type 1 maps to off the top of my head.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 4, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 4, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-AOT-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants