This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)
- From: "csm at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 6 Jun 2006 20:07:50 -0000
- Subject: [Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)
- References: <bug-27908-7936@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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