forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Unity master darwin stop world diagnostics #1325
Open
joncham
wants to merge
944
commits into
unity-main
Choose a base branch
from
unity-master-darwin-stop-world-diagnostics
base: unity-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ort socket is opened after stopping the debugger thread and start a new debugger thread
…ogies/mono into unity-master-debugger-perf
The default value for `DefaultConnectionLimit`, which is set based on the `DefaultPersistentConnectionLimit` value should be 2 for all non-ASP.NET applications. So for the unityaot profile, used with IL2CPP, use the value of 2.
…ction-limit Use the non-server default connection limit for unityaot (case 1156607)
…s-depth Fix liveness recursion issue (case 1137077). Cherry-pick of https://g…
…r-async-crash Fix crash during async debugging (case 1153078). Apply partial patch …
…verflow-windows-sp-address Update RSP with fault address for stack overflow (case 1148592)
…r-perf Initial work to allow debugger attaching without performance impact.
This change builds the class library code to implement the `NamedPipeClientStream` class in the unityaot profile on Windows. For the time being, we will not implement this class for non-Windows platforms, since that requires the Mono.Posix.dll assembly and a native library as well. We may consider adding support on Posix platforms in the future.
Implement NamedPipeClientStream in the unityaot profile (case 1159863)
Do not zip yamato artifacts
Correct call to bootstrap script for wsl build
Return non-zero exit code on error
These dummy types were added in 0e66d19 so that the `ProcessImportedType` method could be added to the `IDataContractSurrogate` interface properly. However, the types were not put in the proper namespace. Recent changes to the profile stubber to handle overloaded methods correctly caused an additional `ProcessImportedType` method to be incorrectly stubbed in. This change allows the profile stubber to correctly notice that this method exists, and not stubbing is done.
…om-unityaot Put dummy types used in ProcessImportedType in the proper namespace
On macOS and FAT32 partitions, we will sometimes get this inode value for more than one file. It means the file is empty. When this happens, the hash table of file shares becomes corrupt, since more then one file has the same inode. Instead, let's assume it is always fine to share empty files. (Unity case 950616).
…le-new-mono Handle the empty file inode on macOS and FAT32
…s to find it fine.
…_Windows Fixing odbc library lookup on windows.
Automate creating stevedore mbe artifact
…undefined on darwin but was added recently which leads to unexpected behavior Signed-off-by: Tautvydas Žilys <[email protected]>
Signed-off-by: Tautvydas Žilys <[email protected]>
Signed-off-by: Tautvydas Žilys <[email protected]>
Add Apple silicon slice to Mono runtime built for macOS
…e data in the windows registry. (case 1256569)
…6569 Fixing a hang that would occur when there is incorrectly set time zon…
Retry running bee several times if it fails
…gc-perf-regression Pickup BDWGC fix for GC_retry_signals performance regression (case 1255866)
…y_error_convert_to_exception * mono_custom_attrs_construct_by_type allows unity to have a chance at handling the error if one arises instead of fatally asserting * mono_unity_error_convert_to_exception allows unity to take the provided MonoError and fetch the MonoException object within to log into the editor as the exception that was thrown. This change has associated unity changes in order to fix (case 1255935)
…5935 Exposing functions: mono_custom_attrs_construct_by_type and mono_unit…
…e can do whatever is necessary to transition to executing managed code, like marking JIT memory executable on macOS ARM64.
…lvirt Finalize() on the object and if it didn't have a finalizer, it would call Object::Finalize(). However, since now we use mono_method_invoke with a concrete method, we crash if it's null. So we just
…r-fix-2 Use mono_runtime_invoke to invoke finalizers.
…RM64 by adding a known TLS offset of 224 (0xE0).
Fix TLS offset lookup on macOS ARM64
Fixes Fogbugz ticket 1261388. Impl sticks close to current Mono Btls implementation on _master_ - the implementation on our fork has the same issues as prior to this fix and throws NotImplementedException
…s-implement-chainstatus X509ChainImplUnityTls reports status now
…reaking the CreateLocal -> WinRTFallback -> CreateLocal loop by calling GetLocalTimeZoneInfoWinRTFallback instead of accessing Local from within FindSystemTimeZoneByIdWinRTFallback fixes both issues. Need to make sure we don't duplicate the timezone and create a new local when we already have one.
…-timezone The fix for 1256569 broke a test. Partial revert
…evedore Repackage stevedore artifact to remove builds in folder structure
joncham
force-pushed
the
unity-master-darwin-stop-world-diagnostics
branch
from
July 29, 2020 13:27
86c9a17
to
30a5a3d
Compare
Joe Valenzuela seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.