summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-01-05 14:37:21 +0100
committerMartin Stransky <stransky@redhat.com>2015-01-05 14:37:21 +0100
commit3cfb2b8c1feee71c821453b751ddbb92e271382a (patch)
tree6f8c24a02007b73c4889d418a2aad93ccadeece8 /firefox.sh.in
parentBuild with system jpeg on rawhide (diff)
downloadlibrewolf-fedora-ff-3cfb2b8c1feee71c821453b751ddbb92e271382a.tar.gz
librewolf-fedora-ff-3cfb2b8c1feee71c821453b751ddbb92e271382a.tar.bz2
librewolf-fedora-ff-3cfb2b8c1feee71c821453b751ddbb92e271382a.zip
Fixed rhbz#1014858 - GLib-CRITICAL **: g_slice_set_config: assertion sys_page_size == 0 failed
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in5
1 files changed, 5 insertions, 0 deletions
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
bgstack15