Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Conversation

@yowl
Copy link
Contributor

@yowl yowl commented Jun 17, 2020

Fixes #8208
This PR changes the pushed value type from Int64 to Int32 for 32bit architectures.

Copy link
Member

@MichalStrehovsky MichalStrehovsky left a comment

Choose a reason for hiding this comment

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

Thank you!

@yowl
Copy link
Contributor Author

yowl commented Jun 17, 2020

CI has failed with the intermittent Wasm out of memory error again. Seems to be getting less intermittent which is good from a finding it point of view. https://dev.azure.com/dnceng/public/_build/results?buildId=692298&view=logs&j=c5ae3b21-06ed-5684-ebd6-da75bd1a710c&t=dd4a14a5-1805-5b09-b2dd-9305bee1bcc9&l=1508

If our luck is in then, #8171 will fix this, but I don't know for sure that any garbage collection has occurred. I'll continue to try to get a local failure, for this PR, can either wait, or resubmit.

@MichalStrehovsky MichalStrehovsky merged commit 76ced54 into dotnet:master Jun 18, 2020
@MichalStrehovsky
Copy link
Member

but I don't know for sure that any garbage collection has occurred

The generics test does quite a bit of work so I wouldn't be surprised if we see multiple GCs.

@yowl yowl deleted the preinit-32 branch June 18, 2020 13:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wasm: InvalidProgramException in TypePreinit.cs

2 participants