Larry,

What bug or bug report is associated with this? Can you give me some clues
if you don't know?

On Mon, 30 Oct 2000, Larry Isaacs wrote:

> Arion Yu should get credit for finding this first.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 26, 2000 10:45 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit:
> jakarta-tomcat/src/share/org/apache/tomcat/util/threads Reaper.java
> 
> 
> larryi      00/10/26 19:44:58
> 
>   Modified:    src/share/org/apache/tomcat/util/threads Reaper.java
>   Log:
>   Add synchronized so the notify() call won't throw an exception and prevent
>   Tomcat from shutting down.
>   
>   Revision  Changes    Path
>   1.3       +1 -1      
>jakarta-tomcat/src/share/org/apache/tomcat/util/threads/Reaper.java
>   
>   Index: Reaper.java
>   ===================================================================
>   RCS file: 
>/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/threads/Reaper.java,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- Reaper.java     2000/09/24 23:03:14     1.2
>   +++ Reaper.java     2000/10/27 02:44:58     1.3
>   @@ -120,7 +120,7 @@
>       this.start();
>        }
>    
>   -    public void stopReaper() {
>   +    public synchronized void stopReaper() {
>       running=false;
>       this.notify();
>        }
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
Nicolaus Bauman
Software Engineer
Simplexity Systems



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to