From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20823 invoked by alias); 7 Jun 2006 00:14:09 -0000 Received: (qmail 20674 invoked by uid 48); 7 Jun 2006 00:14:03 -0000 Date: Wed, 07 Jun 2006 00:26:00 -0000 Message-ID: <20060607001403.20673.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot 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/msg00744.txt.bz2 List-Id: ------- 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