From 3cfb2b8c1feee71c821453b751ddbb92e271382a Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 5 Jan 2015 14:37:21 +0100 Subject: Fixed rhbz#1014858 - GLib-CRITICAL **: g_slice_set_config: assertion sys_page_size == 0 failed --- firefox.sh.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index 74a5f73..36d608f 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -142,6 +142,11 @@ export FONTCONFIG_PATH GNOME_DISABLE_CRASH_DIALOG=1 export GNOME_DISABLE_CRASH_DIALOG +## +## Disable the SLICE allocator (rhbz#1014858) +## +export G_SLICE=always-malloc + # OK, here's where all the real work gets done -- cgit