From owner-freebsd-alpha Wed Apr 24 6:10:14 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 9EBBE37B405 for ; Wed, 24 Apr 2002 06:10:08 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA19801; Wed, 24 Apr 2002 09:08:17 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g3OD7lo92786; Wed, 24 Apr 2002 09:07:47 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15558.44579.262678.872778@grasshopper.cs.duke.edu> Date: Wed, 24 Apr 2002 09:07:47 -0400 (EDT) To: Roberto de Iriarte Cc: freebsd-alpha@freebsd.org Subject: Re: Java2 with Compaq FastVM, close but not quite there In-Reply-To: <3CC60E7E.7030606@spock.cl> References: <3CC60E7E.7030606@spock.cl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Roberto de Iriarte writes: > I patched the module following your instruction, fiddled a bit with some > missing definitions, and voila, it loaded. > > java -fast is however, not working for a completely different reason, it > expects /proc/cpuinfo and goes into an endless loop if not found > > slack# /compat/linux/usr/java/jdk1.3.1/bin/java -fast > Can not access /proc/cpuinfo Somebody needs to MFC the linprocfs support in -current.. > pid 998 (java): unaligned access: va=0x4002bfb9 pc=0x401d7170 > ra=0x4019fe70 op=ldl > pid 998 (java): unaligned access: va=0x4002bfb9 pc=0x401d2aac > ra=0x401d2a88 op=ldl > > i tried to build one by hand, only to obtain a core dump, > slack# /compat/linux/usr/java/jdk1.3.1/bin/java -fast > pid 810 (java): unaligned access: va=0x12011cdd3 pc=0x401717b4 > ra=0x40170e18 op=0xc > Bus error (core dumped) n > there are two fields in cpuinfo that i could not fill in by hand (The > values are for my AS 255 running RH 6.2) I doubt it cares about these two. Try ktrace'ing it. You can use http://www.cs.duke.edu/~gallatin/linux_kdump to interpret the results. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message