From owner-freebsd-java Tue Dec 10 2:32: 7 2002 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 6F03637B401 for ; Tue, 10 Dec 2002 02:32:06 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FBB43EC5 for ; Tue, 10 Dec 2002 02:31:59 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id gBACOmip070289; Tue, 10 Dec 2002 12:24:49 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.2/8.12.2) id gBAAawRG074988; Tue, 10 Dec 2002 12:36:58 +0200 (EET) (envelope-from ml) Date: Tue, 10 Dec 2002 12:36:58 +0200 From: Alexey Zelkin To: Juan Velasco Cc: freebsd-java@FreeBSD.ORG Subject: Re: java/46151: Sound Capture works only one time Message-ID: <20021210123658.A74950@phantom.cris.net> References: <200212092350.gB9No3A2071449@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200212092350.gB9No3A2071449@freefall.freebsd.org>; from Juan.Velasco@pandora.be on Mon, Dec 09, 2002 at 03:50:03PM -0800 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Mon, Dec 09, 2002 at 03:50:03PM -0800, Juan Velasco wrote: > > I have a problem too when I try to play sound with java and the new patch1: > > jrv@dune> java -version > java version "1.4.0-internal" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.0-internal-jrv_09_dec_2002_03_00) > Java HotSpot(TM) Client VM (build 1.4.0-internal-jrv_09_dec_2002_03_00, > mixed mode) > > jrv@dune> java -jar JavaSoundDemo.jar > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x29003732 > Function=makeNativeToUnicodeArray+0xDEE ^^^^^^^^^^^^^^^^^^^^^^^^ > Library=/usr/local/bsd-sun-jdk1.4.0/lib/i386/libfontmanager.so ^^^^^^^^^^^^^^^^^ > > Current Java thread:......... > > Any clues? Sure. This is one of biggest problems with jdk1.4.0-p1 which only present on -STABLE. I did not yet found a reason of problems in libfontmanager (ENOTIME), but sure that it's same root of problem when fonts are not displaying properly under -STABLE with patchset1. Under -CURRENT it works fine (fonts, not sure about sound recording). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message