File smuxi-gnome-frontend-mono4-crash.patch of Package smuxi
Index: smuxi-1.0/src/Frontend-GNOME/smuxi-frontend-gnome.in =================================================================== --- smuxi-1.0.orig/src/Frontend-GNOME/smuxi-frontend-gnome.in +++ smuxi-1.0/src/Frontend-GNOME/smuxi-frontend-gnome.in @@ -8,9 +8,10 @@ export MONO_TLS_SESSION_CACHE_TIMEOUT # HACK: forcibly disabled SGen, as it has a known SEGV bug related to the # Mono.Data.Sqlite binding that does not happen with the boehm GC, see: # https://smuxi.im/issues/show/1062 -MONO_ENV_OPTIONS="$(echo $MONO_ENV_OPTIONS | sed s/--gc=sgen//)" -MONO_ENV_OPTIONS="--gc=boehm $MONO_ENV_OPTIONS" -export MONO_ENV_OPTIONS +# CAUSES CRASHES WITH MONO >= 4, COMMENT OUT TO FIX boo#955080 +# MONO_ENV_OPTIONS="$(echo $MONO_ENV_OPTIONS | sed s/--gc=sgen//)" +# MONO_ENV_OPTIONS="--gc=boehm $MONO_ENV_OPTIONS" +# export MONO_ENV_OPTIONS # Smuxi uses an IPC channel for the single application instance feature and it # also allows to pass links from commandline to an existing Smuxi instance. This