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=41214>.
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=41214





------- Additional Comments From [EMAIL PROTECTED]  2006-12-28 01:49 -------
I could not find the 1.2.8 distribution via log4j's binary download page [1]. It
appears that log4j versions prior to log4j 1.2.9 are no longer available.

However, looking at the source code as available on Subversion[2], it is not
easy to identify the code holding locks. Line 126 of RollingFileAppender
reads:

  target = new File(fileName + '.' + (i + 1));

Is it possible that the File constructors tries to access a lock and gets
blocked? It may be a JDK 1.3 problem more than a log4j bug.


[1] http://logging.apache.org/site/binindex.cgi
[2]
http://svn.apache.org/viewvc/logging/log4j/tags/v1_2_7/src/java/org/apache/log4j/RollingFileAppender.java?annotate=309639

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to