From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6pjR-0008Oq-6Z for qemu-devel@nongnu.org; Mon, 13 Sep 2004 08:14:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6pjK-0008LK-F3 for qemu-devel@nongnu.org; Mon, 13 Sep 2004 08:14:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6pjJ-0008KH-Lk for qemu-devel@nongnu.org; Mon, 13 Sep 2004 08:14:45 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C6pdK-0004hf-4b for qemu-devel@nongnu.org; Mon, 13 Sep 2004 08:08:34 -0400 Message-ID: <41458D27.2040707@gmx.com> Date: Mon, 13 Sep 2004 14:05:59 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] 0.60 Solaris 9 problems. References: <200409131034.i8DAY4WO018686@tiger2.tools.intra> In-Reply-To: <200409131034.i8DAY4WO018686@tiger2.tools.intra> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Sittichai Palanisong Juergen Keil wrote: > > > The java virtual machine included in Solaris x86 does not work > for me. When I start "java", I get: > > % java > Error occurred during initialization of VM > java.lang.InternalError > > Tracing system calls (actually tracing signals) using "truss -t!all java" > shows that the JVM gets a SIGSEGV signal when trying to access memory at > address 0x0000001F, and crashes with the internal error after that. I'm > not sure if that's a bug in the java VM or a QEMU x86 CPU emulator bug. > > > Sometimes a working java VM is needed at Solaris x86 installation time. > For example with Solaris 10 x86, when you have a system with lots of memory, > then a gui installer written in java is used, but it crashes with the above > "InternalError" message. > > The solaris admin console (smc) also needs a working java VM. Works for me. Using http://www.thinksolaris.com/MB1Xqemu0_6_0_slirp_i386_sunos5.9_local.pkg.gz See http://www.thinksolaris.com/java_smc_snapshot0.jpeg and http://www.thinksolaris.com/java_smc_snapshot1.jpeg . But currently Gnome2 causes QEMU to segfault. Maybe the guest graphics driver or so. Using my old pkg and some other guest config it worked, too. That's why I started the guest into failsafe mode for the java / smc demo.