- From: Liam Quinn <liam@htmlhelp.com>
- Date: Tue, 4 Feb 2003 13:43:33 -0500 (EST)
- To: html-tidy@w3.org
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