snacktory icon indicating copy to clipboard operation
snacktory copied to clipboard

Stack overflow ...

Open alanlit opened this issue 8 years ago • 0 comments

Very occasionally I'm getting a stack overflow in 1.3-SNAPSHOT- so clearly it is content specific. Sadly I haven't been able to capture an offending site yet:

java.lang.StackOverflowError at java.util.LinkedHashMap.afterNodeInsertion(LinkedHashMap.java:299) at java.util.HashMap.putVal(HashMap.java:663) at java.util.HashMap.put(HashMap.java:611) at org.jsoup.nodes.Attributes.put(Attributes.java:74) at org.jsoup.nodes.Attributes.put(Attributes.java:51) at org.jsoup.nodes.TextNode.ensureAttributes(TextNode.java:138) at org.jsoup.nodes.TextNode.attr(TextNode.java:144) at de.jetwick.snacktory.OutputFormatter.unlikely(OutputFormatter.java:118) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:130) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) at de.jetwick.snacktory.OutputFormatter.appendTextSkipHidden(OutputFormatter.java:142) ........

alanlit avatar Oct 22 '16 18:10 alanlit