From owner-freebsd-emulation Wed May 31 1:18:52 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id A33BC37B82B for <freebsd-emulation@FreeBSD.ORG>; Wed, 31 May 2000 01:18:48 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 12423 invoked from network); 31 May 2000 08:18:46 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 31 May 2000 08:18:46 -0000 Date: Wed, 31 May 2000 18:18:43 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-Sender: bde@besplex.bde.org To: Reifenberger Michael <Michael.Reifenberger.gp@icn.siemens.de> Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Oracle8.1.6/Linux inst prob (Is JRE prob). In-Reply-To: <67E0BE167008D31185F60008C7289DA009C252@mchh218e.demchh201e.oen.siemens.de> Message-ID: <Pine.BSF.4.21.0005311814060.573-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Reifenberger Michael wrote: > while trying to install Oracle-8.1.6-EE I encounter a problem with the used > (because builtin) IBM JRE1.1.8. > The JRE cores and fills my /var/log/messages with tons of: > ... > /kernel: kernel trap 12 with interrupts disabled > /kernel: kernel trap 9 with interrupts disabled > ... This is probably caused by bad args to osigreturn() or sigreturn(). It's an application bug to pass bad args and a kernel bug to print the "interrupts disabled" message for this. The bad args should only cause the cores :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message