Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6348 from mono/backport-pr-6327-to-release-7.6
Browse files Browse the repository at this point in the history
[release-7.6] [Mac] Disable hybrid suspend until the XamMac GC hang is fixed
  • Loading branch information
slluis authored Oct 16, 2018
2 parents a69c48e + 970e44a commit 6c3565d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/build/MacOSX/monostub.mm
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ int main (int argc, char **argv)

setenv ("MONO_GC_PARAMS", "major=marksweep-conc,nursery-size=8m", 0);

// To be removed: https://github.com/mono/monodevelop/issues/6326
setenv ("MONO_THREADS_SUSPEND", "preemptive", 0);

NSString *exePath;
char **extra_argv;
int extra_argc;
Expand Down

0 comments on commit 6c3565d

Please sign in to comment.