[Bug 829] New: CACAO javadoc: error - java.lang.OutOfMemoryError: Please increase memory. during docs while using CACAO for self-hosting purposes.

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Dec 8 06:21:34 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=829

             Bug #: 829
           Summary: CACAO javadoc: error - java.lang.OutOfMemoryError:
                    Please increase memory. during docs while using CACAO
                    for self-hosting purposes.
    Classification: Unclassified
           Product: IcedTea
           Version: 6-hg
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: CACAO
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: xerxes at zafena.se


Testcase full bootstrap and then rebuild using cacao for full bootstrap.

hg clone http://icedtea.classpath.org/hg/icedtea6
cd icedtea6
./autogen.sh
mkdir ../icedtea6-cacao-8dec
cd ../icedtea6-cacao-8dec
../icedtea6/configure --enable-cacao --disable-bootstrap --disable-docs
--with-parallel-jobs=4
make
mkdir ../icedtea6-cacao-8dec-selfhost
cd ../icedtea6-cacao-8dec-selfhost
../icedtea6/configure --disable-bootstrap
--with-jdk-home=/home/xranby/icedtea6-cacao-8dec/openjdk.build/j2sdk-image
make
...
linux i586 1.6.0_24 build finished: 11-12-08 14:59
Begin Processing OTHERSUBDIRS: docs
>>>Recursively making docs docs @ Thu Dec  8 14:59:17 CET 2011 ...
make[4]: Entering directory
`/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk/jdk/make/docs'
...
/home/xranby/icedtea6-cacao-8dec-selfhost/bootstrap/jdk1.6.0/bin/java  -client
-Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m
"-Xbootclasspath/p:/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/langtools/dist/bootstrap/lib/javadoc.jar:/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/langtools/dist/bootstrap/lib/javac.jar:/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/langtools/dist/bootstrap/lib/doclets.jar"
-jar
/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/langtools/dist/bootstrap/lib/javadoc.jar
 -d /home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/docs/api \
     
@/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/tmp/docs/doctmp/coredocs.options
@/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/tmp/docs/doctmp/coredocs.packages
java.lang.OutOfMemoryError
    at java.nio.CharBuffer.wrap(CharBuffer.java:367)
...
    at com.sun.tools.javadoc.Main.main(Main.java:49)
javadoc: error - java.lang.OutOfMemoryError: Please increase memory.
For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx
such as -J-Xmx32m.
1 error
make[4]: ***
[/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk.build/docs/api/index.html]
Error 1
make[4]: Leaving directory
`/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk/jdk/make/docs'
make[3]: *** [docs] Error 1
make[3]: Leaving directory
`/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk/jdk/make'
make[2]: *** [jdk-build] Error 2
make[2]: Leaving directory `/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk'
make[1]: *** [build_product_image] Fel 2
make[1]: Lämnar katalogen "/home/xranby/icedtea6-cacao-8dec-selfhost/openjdk"
make: *** [stamps/icedtea.stamp] Fel 2

real    32m7.588s
user    30m55.856s
sys    3m41.670s

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the distro-pkg-dev mailing list