-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[runtime] Disable stack guard for main thread on osx #10899
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
On macOS Mojave, it seems that changing the mapping of stack pages for main thread can lead to corruption bugs. mono#10802
|
@BrzVlad please backport to at least 2018-08 |
|
We'll need this in 2018-04 (for 15-9) as well. |
|
@monojenkins backport to 2018-08 |
|
@monojenkins backport to 2018-06 |
|
@monojenkins backport to 2018-04 |
|
@monojenkins backport to 2018-10 |
|
Do you have news for this problem? I'm surprised to see that a stable version of Xamarin.MAC 5.0 was put when there is this BIG problem .... |
|
@Rogister If you looked above, you'd see multiple PR with a fix propagating to the various mono release branches. At some point after they land, we'll bump Xamarin.Mac to use them and if it passes QA release that as a fix. If you have a Xamarin.Mac question, please reply to the original macios issue or on the forums. The mono issue tracker isn't the place for discussing XM release priorities. |
[2018-06] [runtime] Disable stack guard for main thread on osx Backport of #10899. /cc @luhenry @BrzVlad Description of #10899: On macOS Mojave, it seems that changing the mapping of stack pages for main thread can lead to corruption bugs. #10802 <!-- Thank you for your Pull Request! If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed. Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number -->
[2018-08] [runtime] Disable stack guard for main thread on osx Backport of #10899. /cc @luhenry @BrzVlad Description of #10899: On macOS Mojave, it seems that changing the mapping of stack pages for main thread can lead to corruption bugs. #10802 <!-- Thank you for your Pull Request! If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed. Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number -->
[2018-10] [runtime] Disable stack guard for main thread on osx Backport of #10899. /cc @luhenry @BrzVlad Description of #10899: On macOS Mojave, it seems that changing the mapping of stack pages for main thread can lead to corruption bugs. #10802 <!-- Thank you for your Pull Request! If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed. Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number -->
On macOS Mojave, it seems that changing the mapping of stack pages for main thread can lead to corruption bugs. mono/mono#10802 Commit migrated from mono/mono@9182bcc
On macOS Mojave, it seems that changing the mapping of stack pages for main thread can lead to corruption bugs.
#10802