From owner-freebsd-java Fri Feb 14 4:25: 8 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F7E37B444 for ; Fri, 14 Feb 2003 04:25:03 -0800 (PST) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73B843F3F for ; Fri, 14 Feb 2003 04:25:02 -0800 (PST) (envelope-from g.w.k@web.de) Received: from [213.148.149.130] (helo=[172.17.22.32]) by smtp.web.de with asmtp (WEB.DE(Exim) 4.95 #31) id 18jetp-0006yX-00 for freebsd-java@freebsd.org; Fri, 14 Feb 2003 13:25:01 +0100 Subject: some crashes from javac in JDK14 Patcheset 2 From: "Georg-W. Koltermann" To: freebsd-java@freebsd.org Content-Type: multipart/mixed; boundary="=-nEY4rpIIP3Q6fWtEgXR5" Organization: Message-Id: <1045225500.29094.5.camel@hunter.muc.mscsoftware.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 14 Feb 2003 13:25:00 +0100 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-nEY4rpIIP3Q6fWtEgXR5 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, I got the following crashes when I compiled our large application with JDK14. I repeated the build a second time, and the crashes appeared at the same locations, with almost the same printout (just different PC I believe). A second make w/o intervening "make clean" doesn't rebuild anything, and the resulting code seems to work, so maybe the aborts are during exit processing of the compiler. -- Regards, Georg. --=-nEY4rpIIP3Q6fWtEgXR5 Content-Disposition: inline; filename=java.txt Content-Type: text/plain; name=java.txt; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit make -k COMPILING AttrAccessException.java COMPILING Base.java AttrTextDataset.java ProfileRelation.java AuditTrail.java UserEnumerator.java CommentTypeEnumerator.java CategoryEnumerator.java UniqueValue.java AttrMapAttribute.java ProfileReference.java OrderedSet.java OrderedIdSet.java OrderedByClass.java DEBUG: signal 10 received: info = 0xbfbf3fb0, uc = 0xbfbf3cf0 Unexpected Signal : 10 occurred at PC=0x40161062 Function=visitBinary (compiled Java code) Library=(N/A) Current Java thread: Error: Cannot print dynamic libraries. Function not implemente d for FreeBSD Local Time = Fri Feb 14 12:02:58 2003 Elapsed Time = 11 # # HotSpot Virtual Machine Error : 10 # Error ID : 4F530E43505002E8 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p2-gwk_12_feb_2003_14_08 mixed mode) # # An error report file has been saved as hs_err_pid26689.log. # Please refer to the file for further information. # Abort trap *** Error code 1 (continuing) . . . COMPILING DialogDescription.java DialogLayoutManager.java PlainLayoutManager.java Illegal instruction *** Error code 1 (continuing) . . . COMPILING VpProperty.java VpAttribute.java VpCEObject.java VpCell.java VpColumn.java VpHead.java VpLink.java VpMatrix.java VpRow.java VpTD.java VpTH.java VpTR.java VpTable.java VpValue.java VpWorkbench.java Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. COMPILING ViewpointSrv.java TemplateSrv.java AnalysisHelperSrv.java DEBUG: signal 10 received: info = 0xbfbf3ef0, uc = 0xbfbf3c30 Unexpected Signal : 10 occurred at PC=0x400CFBE2 Function=attribTree (compiled Java code) Library=(N/A) Current Java thread: Error: Cannot print dynamic libraries. Function not implemente d for FreeBSD Local Time = Fri Feb 14 12:06:09 2003 Elapsed Time = 3 # # HotSpot Virtual Machine Error : 10 # Error ID : 4F530E43505002E8 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p2-gwk_12_feb_2003_14_08 mixed mode) # # An error report file has been saved as hs_err_pid28503.log. # Please refer to the file for further information. # Abort trap *** Error code 1 (continuing) hs_err_pid26689.log: Unexpected Signal : 10 occurred at PC=0x40161062 Function=visitBinary (compiled Java code) Library=(N/A) Current Java thread: Error: Cannot print dynamic libraries. Function not implemente d for FreeBSD Local Time = Fri Feb 14 12:02:58 2003 Elapsed Time = 11 # # HotSpot Virtual Machine Error : 10 # Error ID : 4F530E43505002E8 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p2-gwk_12_feb_2003_14_08 mixed mode) # hs_err_pid28503.log: Unexpected Signal : 10 occurred at PC=0x400CFBE2 Function=attribTree (compiled Java code) Library=(N/A) Current Java thread: Error: Cannot print dynamic libraries. Function not implemente d for FreeBSD Local Time = Fri Feb 14 12:06:09 2003 Elapsed Time = 3 # # HotSpot Virtual Machine Error : 10 # Error ID : 4F530E43505002E8 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p2-gwk_12_feb_2003_14_08 mixed mode) # --=-nEY4rpIIP3Q6fWtEgXR5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message