Skip to content
Snippets Groups Projects
Commit 24c7e08b authored by Tofu Linden's avatar Tofu Linden
Browse files

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...
parent 57feebb2
No related branches found
No related tags found
No related merge requests found
......@@ -436,9 +436,9 @@
<key>linux</key>
<map>
<key>md5sum</key>
<string>978ad7c67fe4a2419bfc841e2956ff9f</string>
<string>454c3d951d5c20bbf3f0f81cf3c9ecbc</string>
<key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.3.9-linux-20090521c.tar.bz2</uri>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.3.9-linux-2010-02-19-nommap.tar.bz2</uri>
</map>
<key>linux64</key>
<map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment