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=10643>. 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=10643 xalan hangs indefinitly consuming 100% CPU ------- Additional Comments From [EMAIL PROTECTED] 2002-07-10 15:46 ------- Got it failing in the debugger. We do seem to be in a tight loop on the equality test. (Established by letting it get into the loop, then setting a dynamic breakpoint on Equals.operate() while the applications is running and seeing that it stops there. We're in the FilterExprWalker.nextNode() loop. I've got other things I need to work on so I'm going to table this for the moment, but hopefully that'll be enough detail to bootstrap us when we come back to it.