This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-06-07 00:14 -------
(In reply to comment #8)
> A workaround is to replace:
> 
>   while (running)
>     counter++;

Is running marked as volatile?
If it is, then this is a dup of bug 1305, otherwise this is a bug in both the
library sources and still a dup of bug 1305 after that.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]