Date: 14 Feb 2003 13:25:00 +0100 From: "Georg-W. Koltermann" <g.w.k@web.de> To: freebsd-java@freebsd.org Subject: some crashes from javac in JDK14 Patcheset 2 Message-ID: <1045225500.29094.5.camel@hunter.muc.mscsoftware.com>
next in thread | raw e-mail | index | archive | help
--=-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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1045225500.29094.5.camel>