Description
Daffodil gets stuck in what appears to be an infinite loop if you have an xs:sequence that defines a dfdl:hiddenGroupRef where the reference does not resolve to anything, e.g.:
...
<xs:sequence dfdl:hiddenGroupRef="doesNotExist" />
...