You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/27 16:18:12 UTC

DO NOT REPLY [Bug 6719] - Tomcat 4 docs build ant style tasks fail with Xalan 2.3.1

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6719>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6719

Tomcat 4 docs build ant style tasks fail with Xalan 2.3.1





------- Additional Comments From keshlam@us.ibm.com  2002-02-27 15:18 -------
Have you tried the latest CVS version of Xalan? We discovered that XRTreeFrag's 
finalizer caused a reentrancy issue in DTMManagerDefault, and the symptoms 
you're reporting sound like an instance of that bug.

A fix (making the DTMManagerDefault's methods synchronized) has been checked in. 
I was under the impression that this fix was included in 2.3.1, but I'm told by 
another user that it may not have been.

If your code _does_ have those "synchronized" keywords and the problem still 
persists, we need to investigate further.