Attempting to build pdftk from the 13.0 repository on a slackware64-current system resulted in gcj attempting to allocate over 3GB of memory. <br><br>Google only seems to know about one other report of this: <br><a href="http://gcc.gnu.org/ml/gcc-bugs/2009-10/msg01960.html">http://gcc.gnu.org/ml/gcc-bugs/2009-10/msg01960.html</a><br>
<br>while the build doesn&#39;t actually crash, the machine becomes unusable while the build process waits on disk IO<br><br>I installed the jdk package as suggested in the readme. Same problem both before and after.<br><br>
There&#39;s nothing interesting in the archive verification or extraction portions of the log. Here&#39;s the tail end of the log:<br><br>patching file java_libs/Makefile<br>patching file pdftk/Makefile.Base<br>patching file pdftk/Makefile.Generic<br>
patching file pdftk/Makefile.Generic<br>Hunk #1 succeeded at 27 (offset 4 lines).<br>make -C ../java_libs<br>make[1]: Entering directory `/tmp/SBo/pdftk-1.41/java_libs&#39;<br>make -C &quot;/tmp/SBo/pdftk-1.41/java_libs/com/lowagie/text&quot;;<br>
make[2]: Entering directory `/tmp/SBo/pdftk-1.41/java_libs/com/lowagie/text&#39;<br>gcj -O2 -fPIC -w --encoding=UTF-8 --classpath=&quot;/tmp/SBo/pdftk-1.41/java_libs&quot; -c Anchor.java -o Anchor.o<br>GC Warning: Repeated allocation of very large block (appr. size 1048576000):<br>
        May lead to memory leak and poor performance.<br>^C<br><br>Does anyone have any ideas?<br>Thanks,<br>--Chad<br><br><br>