You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Larry Isaacs <La...@sas.com> on 2000/10/30 21:34:55 UTC

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/t hreads Reaper.java

Hi Nick,

I'm not aware of a bug being filed for this one.

I will be trying to port appropriate Tomcat 3.2 patch's I have made
to Tomcat 3.3 this week.  I was trying to get my test script that
run Watchdog working before starting to port stuff.  Tomcat not
shutting down was a bit of a problem.

I had for forgotten about Arion's patch for this bug.  Ignacio's commit
with Arion's other patches reminded me.

Larry

-----Original Message-----
From: Nick Bauman [mailto:nick@cortexity.com]
Sent: Monday, October 30, 2000 3:21 PM
To: 'tomcat-dev@jakarta.apache.org'
Subject: RE: cvs commit:
jakarta-tomcat/src/share/org/apache/tomcat/util/t hreads Reaper.java


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: larryi@locus.apache.org [mailto:larryi@locus.apache.org]
> Sent: Thursday, October 26, 2000 10:45 PM
> To: jakarta-tomcat-cvs@apache.org
> 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: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 

-- 
Nicolaus Bauman
Software Engineer
Simplexity Systems



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org