[banshee] Booter: don't use sgen GC on Linux



commit 5dd324537989d3b13d1b0043916b8c13e241f770
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Mar 29 16:21:55 2011 -0500

    Booter: don't use sgen GC on Linux
    
    Commented out for the 2.0 release; I'm told there are serious issues
    with sgen on Mono 2.8.0 on 64 bit.

 src/Clients/Booter/banshee.linux.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/Booter/banshee.linux.in b/src/Clients/Booter/banshee.linux.in
index 727f220..1d42d76 100644
--- a/src/Clients/Booter/banshee.linux.in
+++ b/src/Clients/Booter/banshee.linux.in
@@ -44,8 +44,9 @@ if [ ! -z "$BANSHEE_CLIENT" ]; then
 	BANSHEE_CLIENT="--client=${BANSHEE_CLIENT}"
 fi
 
-# We are testing the SGen compacting GC
-export MONO_ENV_OPTIONS="--gc=sgen"
+# We were testing the SGen compacting GC; disabled for 2.0 release b/c there are serious
+# issues with sgen on Mono 2.8.0
+#export MONO_ENV_OPTIONS="--gc=sgen"
 
 # Work around NowPlaying/webkit crash (bgo#641515)
 export XLIB_SKIP_ARGB_VISUALS=1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]