From owner-freebsd-questions@FreeBSD.ORG Tue May 31 03:44:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B6C16A41C for ; Tue, 31 May 2005 03:44:08 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from mx1.fujixerox.co.jp (mx1.fujixerox.co.jp [192.26.96.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BE543D1D for ; Tue, 31 May 2005 03:44:05 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw1.fujixerox.co.jp ([129.249.27.131]) by mx1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4V3i4C25509; Tue, 31 May 2005 12:44:04 +0900 (JST) Received: from ms1.fujixerox.co.jp (isvw1 [129.249.27.131]) by isvw1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4V3i3o22659; Tue, 31 May 2005 12:44:03 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4V3i2P14354; Tue, 31 May 2005 12:44:02 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 54989381117511035; Tue, 31 May 2005 11:43:55 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 66B581D8FE; Tue, 31 May 2005 11:37:03 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id EE2811D8FE; Tue, 31 May 2005 11:36:56 +0800 (SGT) From: Xu Qiang To: Vizion , Xu Qiang Date: Tue, 31 May 2005 11:46:51 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050531033656.EE2811D8FE@imss.sgp.fujixerox.com> Cc: freebsd-questions@freebsd.org Subject: RE: jdk 1.3.1 in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 03:44:08 -0000 Vizion wrote: > I have the sources - I could email them to you I have found compat4x-i386-5.3.tbz in FreeBSD 5.3 Disc 1. I "tar jxvf" the = library files into /lib/compat4x. And make some symbolic links: = ln -s compat4x/libc.so.4 ln -s compat4x/libm.so.2 (This one is also required by the package diablo-j= dk-1.3.1.0.tgz) After that, I run "java -version" again, but it throwed out a segmentation = fault and dumped core. :( ----------------------------------------- # java -version Segmentation fault (core dumped) ----------------------------------------- And when I use gdb to trace the core file, it can't recognize the file form= at: ----------------------------------------- # gdb java java.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details.= This GDB was configured as "i386-marcel-freebsd"..."/usr/local/diablo-jdk1.= 3.1/bin/java": not in executable format: File format not recognized Core was generated by `java'. Program terminated with signal 11, Segmentation fault. #0 0x280ee35a in ?? () (gdb) = ----------------------------------------- Any help? Regards, Xu Qiang