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:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 3:21 PM To: '[EMAIL PROTECTED]' 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: [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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]