You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2006/09/13 22:13:08 UTC

DO NOT REPLY [Bug 37282] - SyslogAppender leaks descriptors

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37282>.
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=37282


iwreilly@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Additional Comments From iwreilly@yahoo.com  2006-09-13 20:13 -------
I forgot to include part of my patch.  SyslogWriter must be patched to 
implement the close method.  The following patch will do that:

*** SyslogWriter.java.orig	2006-09-13 16:11:07.000000000 -0400
--- SyslogWriter.java	2006-09-13 16:11:21.000000000 -0400
***************
*** 82,86 ****
    void flush() {}
  
    public
!   void close() {}
  }
--- 82,86 ----
    void flush() {}
  
    public
!   void close() {if (ds != null) ds.close();}
  }


I have opened a separate bug report for the tab issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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