Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marek-safar
Copy link
Member

… not have debug symbols

Copy link
Contributor

Choose a reason for hiding this comment

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

Preferred code style in the runtime is if (!minfo).

@marek-safar marek-safar merged commit 1d0e803 into mono:master Oct 18, 2017
chamons pushed a commit to chamons/mono that referenced this pull request Nov 16, 2017
Instead of hijacking the return address when suspending a thread in a finally block for an abort, do an explicit check in managed code when we are returning from the handler in order to see if we need to abort. Hijacking the return address is arch specific and it doesn't work if we are suspended before it is initialized in handler start.

Fixes mono#5798
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Instead of hijacking the return address when suspending a thread in a finally block for an abort, do an explicit check in managed code when we are returning from the handler in order to see if we need to abort. Hijacking the return address is arch specific and it doesn't work if we are suspended before it is initialized in handler start.

Fixes mono/mono#5798


Commit migrated from mono/mono@ba95f34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants