From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11867 invoked by alias); 6 Jun 2006 20:08:35 -0000 Received: (qmail 10257 invoked by uid 48); 6 Jun 2006 20:07:48 -0000 Date: Tue, 06 Jun 2006 20:14:00 -0000 Message-ID: <20060606200748.10256.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "csm at gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00710.txt.bz2 List-Id: ------- Comment #2 from csm at gnu dot org 2006-06-06 20:07 ------- I don't see any pegged CPU usage with 4.2.0 20060606, on a dual AMD Athlon system, Linux 2.6.6, NPTL threads. The test case does seem to hang, however, after the seed is generated (it takes about a second for the result to be printed). There may be something going wrong with threads and the calls to Thread.yield(). Can you describe the systems you are running this test case on? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908