From 24c7e08b4038e77792e4eca318c00bcc80138d7e Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Fri, 19 Feb 2010 12:55:11 +0000 Subject: EXT-5552 Linux viewer running out of address space, crashing frequently and untracably Yes, we were really hitting 3GB of address space. And quickly. Because we keep ~645 fonts mmap()d on a typical Linux system. Switch to a libfreetype that doesn't mmap(). This is lower risk than fixing the font system right now... --- install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index 2461ac8786..c6100f53e2 100644 --- a/install.xml +++ b/install.xml @@ -436,9 +436,9 @@ linux md5sum - 978ad7c67fe4a2419bfc841e2956ff9f + 454c3d951d5c20bbf3f0f81cf3c9ecbc url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.3.9-linux-20090521c.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.3.9-linux-2010-02-19-nommap.tar.bz2 linux64 -- cgit v1.2.3