A recent JavaWorld Community forum message (Stack Overflow after instantiating new object) reminded me that the basics of the StackOverflowError are not always ...
org.jodconverter.core.office.OfficeException: Task did not complete: LocalConversionTask{source=SourceDocumentSpecsFromInputStream{file=null, format=null ...
at com.intellij.openapi.progress.Cancellation.isInNonCancelableSectionInternal(Cancellation.java:102) at com.intellij.openapi.progress.Cancellation ...
I'm writing a parser in Java, and I'm finding that it recurses too deeply on some input files (I've only tested a 100mb file, but still). Since it's a parser, it's generated automatically, by JavaCC ...