From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32025 invoked by alias); 18 Jan 2005 18:40:53 -0000 Mailing-List: contact mauve-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sources.redhat.com Received: (qmail 31995 invoked from network); 18 Jan 2005 18:40:47 -0000 Received: from unknown (HELO avtrex.com) (67.116.42.149) by sourceware.org with SMTP; 18 Jan 2005 18:40:47 -0000 Received: from [192.168.0.35] ([192.168.0.35] unverified) by avtrex.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 18 Jan 2005 10:40:46 -0800 Message-ID: <41ED582B.1000405@avtrex.com> Date: Tue, 18 Jan 2005 18:40:00 -0000 From: David Daney User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Michael Koch CC: mauve-patches@sources.redhat.com Subject: Re: gnu/testlet/java/lang/Thread/security10.java... References: <41ED546F.3010103@avtrex.com> <200501181933.46378.konqueror@gmx.de> In-Reply-To: <200501181933.46378.konqueror@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jan 2005 18:40:46.0765 (UTC) FILETIME=[395A45D0:01C4FD8D] X-SW-Source: 2005/txt/msg00011.txt.bz2 Michael Koch wrote: > Am Dienstag, 18. Januar 2005 19:24 schrieb David Daney: > > >>Causes: >>Exception in thread "main" java.lang.SecurityException >> at >>gnu.testlet.java.lang.Thread.security10$MySecurityManager.checkAcce >>ss (security10.java:34) >> at java.lang.Thread.checkAccess(Thread.java:1124) >> at java.lang.Thread.setPriority(Thread.java:871) >> at java.lang.Thread.init(Thread.java:293) >> at java.lang.Thread.(Thread.java:438) >> at java.lang.ref.Finalizer$1.run(Finalizer.java:112) >> at java.security.AccessController.doPrivileged(Native >>Method) at >>java.lang.ref.Finalizer.forkSecondaryFinalizer(Finalizer.java:121) >> at >>java.lang.ref.Finalizer.runFinalization(Finalizer.java:126) at >>java.lang.Runtime.runFinalization0(Native Method) at >>java.lang.Runtime.runFinalization(Runtime.java:656) at >>java.lang.System.runFinalization(System.java:759) at >>gnu.testlet.SimpleTestHarness.runtest(SimpleTestHarness.java:232) >> at >>gnu.testlet.SimpleTestHarness.main(SimpleTestHarness.java:421) >> >>When run with Sun's jre. > > > which version of the JRE ? I used 1.4.2 and it passes the tests. > This is running on FC3 on i686 [daney@dl2 mauve]$ java -version java version "1.4.2_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) I have no default security policy installed that I am aware of. It could be an issue with security policies. David Daney.