Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 57545 invoked from network); 24 Sep 2004 14:44:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Sep 2004 14:44:32 -0000 Received: (qmail 59278 invoked by uid 500); 24 Sep 2004 14:46:21 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 59075 invoked by uid 500); 24 Sep 2004 14:46:19 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 58934 invoked by uid 99); 24 Sep 2004 14:46:17 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [159.134.118.22] (HELO mail06.svc.cra.dublin.eircom.net) (159.134.118.22) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 24 Sep 2004 07:46:16 -0700 Received: (qmail 56429 messnum 2825301 invoked from network[195.228.229.93/adsl93.229.axelero.hu]); 24 Sep 2004 14:46:12 -0000 Received: from adsl93.229.axelero.hu (HELO UKSPARE1) (195.228.229.93) by mail06.svc.cra.dublin.eircom.net (qp 56429) with SMTP; 24 Sep 2004 14:46:12 -0000 From: "Rory Winston" To: "Jakarta Commons Developers List" Subject: RE: DO NOT REPLY [Bug 31272] - TelnetInputStream zombie thread memory leak, FTPClient TelnetClient Date: Fri, 24 Sep 2004 15:44:17 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20040924050752.29376.qmail@nagoya.betaversion.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, This fix seems to have broken the TelnetClientTest. Gump probably won't show it till the next build, but all of the tests in TelnetClinet fail except one. I'm not familiar with the Telnet code, and dont have time this afternoon to look at it. Any ideas? Testsuite: org.apache.commons.net.telnet.TelnetClientTest Tests run: 8, Failures: 7, Errors: 0, Time elapsed: 43.032 sec Testcase: testOptionNegotiation(org.apache.commons.net.telnet.TelnetClientTest): FAILED null junit.framework.AssertionFailedError at org.apache.commons.net.telnet.TelnetClientTest.testOptionNegotiation(TelnetC lientTest.java:347) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java: 79) at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction (MavenGoalTag.java:110) at com.werken.werkz.Goal.fire(Goal.java:639) at com.werken.werkz.Goal.attain(Goal.java:575) at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) at com.werken.werkz.Goal.attain(Goal.java:573) at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193) at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:634) at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266) at org.apache.maven.cli.App.doMain(App.java:486) at org.apache.maven.cli.App.main(App.java:1215) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) -----Original Message----- From: bugzilla@apache.org [mailto:bugzilla@apache.org] Sent: 24 September 2004 06:08 To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 31272] - TelnetInputStream zombie thread memory leak, FTPClient TelnetClient DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=31272 TelnetInputStream zombie thread memory leak, FTPClient TelnetClient dfs@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From dfs@apache.org 2004-09-24 05:07 ------- Bruno was responsible for adding setReaderThread, so I was kind of hoping he'd chime in and look at this. However, it's pretty clear from looking at the code that he overlooked what happens with TelnetInputStream, so I'm applying your fix. Please verify it has the desired effect before closing. I can't wait until we get rid of TelnetInputStream and TelnetOutputStream once and for all. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org