Closed zhangbaodan closed 1 year ago
G'day @zhangbaodan
Infinite loop parsing tokens.
In
after
var current = toProcess.Dequeue();
add
if (current.reference.GetHashCode() == current.parentReference.GetHashCode()) { continue; }
@fnatzke Thank you very much. It seems to be working. I hope the community will put this change together and publish it soon.
Thnkas @zhangbaodan. I've checked in a revisited fix that handles your pdf as well as some others.
I believe @fnatzke has fixed this in the latest nightly build
When I open the "bug_544880.pdf" file using PdfDocument.Open, the function keeps being called, cannot finish, and the memory keeps increasing. Can anyone help me solve this problem? The UglyToad.PdfPig version is 0.1.6 The file in question is:bug_544880.pdf