JTidy infinite loop in Node.checkNodeIntegrity()

Hi,

Has anyone encountered an infinite loop in JTidy where it seems to get 
stuck in Node.checkNodeIntegrity()?  Unfortunately, I don't have the HTML 
that led to the problem--just the stack trace obtained from "kill -QUIT":

        at org.w3c.tidy.Node.checkNodeIntegrity(Node.java:761)
        at org.w3c.tidy.Node.checkNodeIntegrity(Node.java:773)
        at org.w3c.tidy.Node.checkNodeIntegrity(Node.java:773)
        at org.w3c.tidy.Node.checkNodeIntegrity(Node.java:773)
        at org.w3c.tidy.Node.checkNodeIntegrity(Node.java:773)
        at org.w3c.tidy.Tidy.parse(Tidy.java:1180)
        at org.w3c.tidy.Tidy.parse(Tidy.java:1075)
        at org.w3c.tidy.Tidy.parseDOM(Tidy.java:1314)


-- 
Liam Quinn

Received on Tuesday, 4 February 2003 13:43:34 UTC