Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2004 17:30:58 +0100
From:      Walter Hop <freebsd@walter.transip.nl>
To:        freebsd-java@freebsd.org
Subject:   Consistent jdk14 build error in html32dtd
Message-ID:  <33037161.20040301173058@commit.confirmed.nl>

next in thread | raw e-mail | index | archive | help
Hi all,

while building Sun's native JDK 1.4, patchlevel 6 on 4.8-RELEASE,
building /usr/ports/java/jdk14/work/j2se/make/javax/swing/html32dtd
bugs out with a signal 11.

I am unsure how to proceed; what is my best option? Would using
linux-jdk14 for bootstrapping, or just using linux-jdk14 in production
be a good idea?

The error from the build is as follows:

(/usr/ports/java/jdk14/work/control/build/bsd-i586/bin/java -ms16m -mx64m \
        -classpath "/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/dtdgenclasses:" \
        -Ddtd_home=../../../tools/dtdbuilder/dtds \
        dtdbuilder.DTDBuilder html32 > /usr/ports/java/jdk14/work/control/build/bsd-i586/classes/javax/swing/text/html/parser/html32.bdtd) || exit 1
[Parsed DTD html32 in 202ms]
Abort trap (core dumped)
gmake[5]: *** [/usr/ports/java/jdk14/work/control/build/bsd-i586/classes/javax/swing/text/html/parser/html32.bdtd] Error 1

This is consistent and happens every time I re-enter the actual
command. The trap seems to occur at the same instruction always.

It could be the same problem as described in PR java/61407, but I
cannot say because the PR does not contain a java debug log. More
people have replied about this problem, but no fix.

I have appended my java debug log to this message. I can debug if
needed. A quick reply or a nudge in the right direction would be much
appreciated!

cheers,
walter


--

blue:html32dtd# grep PC hs_*
hs_err_pid68597.log:Unexpected Signal : 11 occurred at PC=0x2845940F
hs_err_pid73413.log:Unexpected Signal : 11 occurred at PC=0x2845940F
hs_err_pid73421.log:Unexpected Signal : 11 occurred at PC=0x2845940F
hs_err_pid73598.log:Unexpected Signal : 11 occurred at PC=0x2845940F
hs_err_pid73610.log:Unexpected Signal : 11 occurred at PC=0x2845940F

blue:html32dtd# cat hs_err_pid68597.log
Unexpected Signal : 11 occurred at PC=0x2845940F
Function=resolve_method__12LinkResolverR12methodHandleG11KlassHandleG12symbolHandleT3T2iP6Thread+0x1F
Library=/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/client/libjvm.so

Current Java thread:

Dynamic libraries:
0x8048000       /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/java
0x2806b000      /usr/lib/libc_r.so.4
0x28124000      /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/client/libjvm.so
0x2866b000      /usr/lib/libstdc++.so.3
0x286b2000      /usr/lib/libm.so.2
0x286ce000      /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/native_threads/libhpi.so
0x286dc000      /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libverify.so
0x286f7000      /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libjava.so
0x28718000      /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libzip.so
0x2804e000      /usr/libexec/ld-elf.so.1

Heap at VM Abort:
Heap
 def new generation   total 1152K, used 824K [0x2a850000, 0x2a980000, 0x2ad30000)
  eden space 1088K,  69% used [0x2a850000, 0x2a90e1a0, 0x2a960000)
  from space 64K, 100% used [0x2a970000, 0x2a980000, 0x2a980000)
  to   space 64K,   0% used [0x2a960000, 0x2a960000, 0x2a970000)
 tenured generation   total 15168K, used 88K [0x2ad30000, 0x2bc00000, 0x2e850000)
   the space 15168K,   0% used [0x2ad30000, 0x2ad46000, 0x2ad46000, 0x2bc00000)
 compacting perm gen  total 4096K, used 1064K [0x2e850000, 0x2ec50000, 0x32850000)
   the space 4096K,  25% used [0x2e850000, 0x2e95a348, 0x2e95a400, 0x2ec50000)

Local Time = Mon Mar  1 14:12:40 2004
Elapsed Time = 0
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002F1
# Please report this error to
# freebsd-java@FreeBSD.org mailing list
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-root_01_mar_2004_11_20 mixed mode)
#
# An error report file has been saved as hs_err_pid68597.log.
# Please refer to the file for further information.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33037161.20040301173058>