-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[browser][coreCLR] finalizer on a browser event loop #123629
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
Conversation
|
Tagging subscribers to this area: @agocke, @dotnet/gc |
Co-authored-by: Jan Kotas <[email protected]>
Co-authored-by: Jan Kotas <[email protected]>
Co-authored-by: Aaron R Robinson <[email protected]>
Co-authored-by: Aaron R Robinson <[email protected]>
Co-authored-by: Aaron R Robinson <[email protected]>
Co-authored-by: Aaron R Robinson <[email protected]>
Co-authored-by: Aaron R Robinson <[email protected]>
|
Edit: I commented out the effective piece of code and added TODO-WASM #123712 So that I could merge the code and work with it further on other PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
ActiveIssue dotnet#114096
|
|
|
I added Looking at the The failure above is from Windows. Is my new contract too strict ? Or we need to catch something on Windows too ? |
|
Right, that macro works only on Unix, because on Windows, the OS itself ensures that the exception is reported as unhandled. On Unix, without that macro, we would get an unhandled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Contributes to #114096