From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 12:28:56 2005 Return-Path: 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 D7F5016A4CE for ; Fri, 21 Jan 2005 12:28:56 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687F343D2D for ; Fri, 21 Jan 2005 12:28:52 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0LCWRqk094830; Fri, 21 Jan 2005 14:32:27 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0LCWRse094829; Fri, 21 Jan 2005 14:32:27 +0200 (EET) (envelope-from phantom) Date: Fri, 21 Jan 2005 14:32:27 +0200 From: Alexey Zelkin To: huang wen hui Message-ID: <20050121123227.GA94815@phantom.cris.net> References: <20050121101652.GA93319@phantom.cris.net> <20050121113827.45467.qmail@web51810.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121113827.45467.qmail@web51810.mail.yahoo.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: amd64 and Intel processors problem (was: Re: jdk15 fail compile under amd64) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 12:28:57 -0000 On Fri, Jan 21, 2005 at 07:38:27PM +0800, huang wen hui wrote: > --- Alexey Zelkin ???????? > > hi, > > > > Thank you for posting of your dmesg and backtraces. > > They described > > a problem. > > > > Unfortunatelly, JVM building/built for amd64, > > expects to be running > > at real amd64 hardware. And in your case, you're > > using Intel hardware > > running in amd64 emulation mode (as far as I > > understand). > > > > At this point -- it's impossible to use such > > combination, sorry. > :( > > > > You need to build i386 version of jdk at > > FreeBSD/i386, and just copy > > it to your Intel/amd64. Can you please, try it and > > report your results ? > I had tried it before, > jdk1.5.0 always "Segmentation fault (core dumped)" > jdk1.4.2 is ok. gdb backtrace from core file ?